Blender Git Commit Log
Git Commits -> Revision 04e6af8
Revision 04e6af8 by Sergey Sharybin (depsgraph_refactor) January 14, 2015, 13:43 (GMT) |
Depsgraph: Move pose evaluation callbacks from temporary stub to blenkernel Now all the callback functions used by dependency graph are moved to dedicated armature_update.c file in blenkernel. There are also some spline IK functions moved from armature.c to the new file which isn't strictly related on the original change but without any file in blenkernel using functions from the new armature_update there'll be a linking error. It also seems not so crazy idea to concentrate all the pose evaluation in a single file, so overall it's not so much bad. Just annoying stupidnes of compiler forced to do such a move now. |
Commit Details:
Full Hash: 04e6af8189de6e17b103abe3b63f5cadfd2a7c36
Parent Commit: ffffdb9
Lines Changed: +731, -646
1 Added Path:
/source/blender/blenkernel/intern/armature_update.c (+698, -0) (View)
5 Modified Paths:
/source/blender/blenkernel/BKE_armature.h (+30, -0) (Diff)
/source/blender/blenkernel/CMakeLists.txt (+1, -0) (Diff)
/source/blender/blenkernel/intern/armature.c (+2, -499) (Diff)
/source/blender/depsgraph/intern/depsgraph_type_defines.cpp (+0, -126) (Diff)
/source/blender/depsgraph/intern/stubs.h (+0, -21) (Diff)
/source/blender/blenkernel/CMakeLists.txt (+1, -0) (Diff)
/source/blender/blenkernel/intern/armature.c (+2, -499) (Diff)
/source/blender/depsgraph/intern/depsgraph_type_defines.cpp (+0, -126) (Diff)
/source/blender/depsgraph/intern/stubs.h (+0, -21) (Diff)