FIX T49899: Add EIGEN_MAKE_ALIGNED_OPERATOR_NEW to classes that use eigen's data types , to force aligned on 16 byte boundaries.

This commit is contained in:
Ray molenkamp 2016-11-15 13:21:01 -07:00
parent 44b691dc65
commit 0de157a320
Notes: blender-bot 2023-02-14 08:10:10 +01:00
Referenced by issue #49899, blender crashes when add a inverse kineatics constraint to bone
2 changed files with 2 additions and 0 deletions

View File

@ -60,6 +60,7 @@
class IK_QSegment
{
public:
EIGEN_MAKE_ALIGNED_OPERATOR_NEW
virtual ~IK_QSegment();
// start: a user defined translation

View File

@ -42,6 +42,7 @@ using namespace std;
class IK_QSolver {
public:
EIGEN_MAKE_ALIGNED_OPERATOR_NEW
IK_QSolver() : root(NULL) {
}