This website requires JavaScript.
Explore
Help
Register
Sign In
Cr8-xyz
/
blender
Watch
1
Star
0
Fork
0
You've already forked blender
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
ff014a30778fb685845e8fc832e3791dba004e68
blender
/
intern
/
itasc
/
kdl
History
Sergey Sharybin
7f1cfbfff5
Fix some warnings treated as errors here.
2012-09-16 12:33:39 +00:00
..
utilities
Fix some warnings treated as errors here.
2012-09-16 12:33:39 +00:00
chain.cpp
…
chain.hpp
OSX: buildfix for itask on 10.5.sdk
2011-11-15 21:55:07 +00:00
chainfksolver.hpp
…
chainfksolverpos_recursive.cpp
…
chainfksolverpos_recursive.hpp
…
chainjnttojacsolver.cpp
…
chainjnttojacsolver.hpp
…
frameacc.cpp
…
frameacc.hpp
…
frameacc.inl
…
frames_io.cpp
…
frames_io.hpp
…
frames.cpp
…
frames.hpp
Fix bug [
#31588
]: iTaSC does not handle armature scaling correctly. iTaSC solver operates in world reference, therefore armature scale is used to build the ik scene. But the scaling was not taken out when applying the pose at the end of the simulation.
2012-06-03 12:06:42 +00:00
frames.inl
style cleanup
2012-06-10 19:59:02 +00:00
framevel.cpp
…
framevel.hpp
…
framevel.inl
…
inertia.cpp
…
inertia.hpp
…
jacobian.cpp
…
jacobian.hpp
…
jntarray.cpp
Fix [
#31430
] part 2: crash in iTaSC when end effector is a fixed bone. This situation was causing access to invalid index in the joint angle array although the end effector doesn't need any joint angle to compute its pause. Fixed this by changing the internal API of joint array: return pointer instead of reference so that NULL pointer can be returned instead of crashing when the index is invalid.
2012-06-07 08:16:41 +00:00
jntarray.hpp
Fix [
#31430
] part 2: crash in iTaSC when end effector is a fixed bone. This situation was causing access to invalid index in the joint angle array although the end effector doesn't need any joint angle to compute its pause. Fixed this by changing the internal API of joint array: return pointer instead of reference so that NULL pointer can be returned instead of crashing when the index is invalid.
2012-06-07 08:16:41 +00:00
jntarrayacc.cpp
…
jntarrayacc.hpp
…
jntarrayvel.cpp
…
jntarrayvel.hpp
…
joint.cpp
Fix [
#31430
] part 2: crash in iTaSC when end effector is a fixed bone. This situation was causing access to invalid index in the joint angle array although the end effector doesn't need any joint angle to compute its pause. Fixed this by changing the internal API of joint array: return pointer instead of reference so that NULL pointer can be returned instead of crashing when the index is invalid.
2012-06-07 08:16:41 +00:00
joint.hpp
Fix [
#31430
] part 2: crash in iTaSC when end effector is a fixed bone. This situation was causing access to invalid index in the joint angle array although the end effector doesn't need any joint angle to compute its pause. Fixed this by changing the internal API of joint array: return pointer instead of reference so that NULL pointer can be returned instead of crashing when the index is invalid.
2012-06-07 08:16:41 +00:00
kinfam_io.cpp
Fix [
#31430
] part 2: crash in iTaSC when end effector is a fixed bone. This situation was causing access to invalid index in the joint angle array although the end effector doesn't need any joint angle to compute its pause. Fixed this by changing the internal API of joint array: return pointer instead of reference so that NULL pointer can be returned instead of crashing when the index is invalid.
2012-06-07 08:16:41 +00:00
kinfam_io.hpp
…
segment.cpp
Fix [
#31430
] part 2: crash in iTaSC when end effector is a fixed bone. This situation was causing access to invalid index in the joint angle array although the end effector doesn't need any joint angle to compute its pause. Fixed this by changing the internal API of joint array: return pointer instead of reference so that NULL pointer can be returned instead of crashing when the index is invalid.
2012-06-07 08:16:41 +00:00
segment.hpp
Fix [
#31430
] part 2: crash in iTaSC when end effector is a fixed bone. This situation was causing access to invalid index in the joint angle array although the end effector doesn't need any joint angle to compute its pause. Fixed this by changing the internal API of joint array: return pointer instead of reference so that NULL pointer can be returned instead of crashing when the index is invalid.
2012-06-07 08:16:41 +00:00
tree.cpp
Fix Eigen3 unaligned array in iTaSC. The unaligned array cause crash when SSE2 is enabled. The source of unaligned array were: matrix passing by value in std::make_pair() and offset of matrix member in structure.
2012-06-03 12:00:41 +00:00
tree.hpp
Fix Eigen3 unaligned array in iTaSC. The unaligned array cause crash when SSE2 is enabled. The source of unaligned array were: matrix passing by value in std::make_pair() and offset of matrix member in structure.
2012-06-03 12:00:41 +00:00
treefksolver.hpp
…
treefksolverpos_recursive.cpp
…
treefksolverpos_recursive.hpp
…
treejnttojacsolver.cpp
…
treejnttojacsolver.hpp
…