This website requires JavaScript.
Explore
Help
Register
Sign In
griefith
/
test
Watch
1
Star
0
Fork
0
You've already forked test
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
46bec423333d3cee3401bf967c6adff257f8b310
test
/
source
/
blender
/
ikplugin
History
Campbell Barton
81829f5221
code cleanup: use const for passing vectors
2012-07-11 12:42:02 +00:00
..
intern
code cleanup: use const for passing vectors
2012-07-11 12:42:02 +00:00
BIK_api.h
unify include guard defines, __$FILENAME__
2012-02-17 18:59:41 +00:00
CMakeLists.txt
Fix unaligned array crash in Eigen3 because of compilation option. The EIGEN_DONT_ALIGN_STATICALLY compilation option was added for Win32 only in revision 41283 because of some compilation problem. But this option is causing alignment problem for Eigen3 local variables when SSE optimization is enabled. I do not have any compilation problem when the option is not defined, so I just remove it as it should.
2012-06-07 08:04:58 +00:00
SConscript
Fix unaligned array crash in Eigen3 because of compilation option. The EIGEN_DONT_ALIGN_STATICALLY compilation option was added for Win32 only in revision 41283 because of some compilation problem. But this option is causing alignment problem for Eigen3 local variables when SSE optimization is enabled. I do not have any compilation problem when the option is not defined, so I just remove it as it should.
2012-06-07 08:04:58 +00:00