Blender Git Loki
Git Commits -> Revision 84e7b5a
Revision 84e7b5a by Sergey Sharybin (depsgraph_refactor) November 12, 2014, 15:04 (GMT) |
Depsgraph: Cleanup of animation callbacks - Use single callback for all action fcurves - Driver evaluation was actually evaluating the whole animation system, not just a given fcurve. |
Commit Details:
Full Hash: 84e7b5a1079deb0e75b95885f0c7ab722062294c
Parent Commit: c0ee231
Lines Changed: +40, -25
7 Modified Paths:
/source/blender/blenkernel/BKE_animsys.h (+3, -0) (Diff)
/source/blender/blenkernel/intern/anim_sys.c (+4, -4) (Diff)
/source/blender/depsgraph/intern/depsgraph_build_nodes.cpp (+5, -7) (Diff)
/source/blender/depsgraph/intern/depsgraph_build_relations.cpp (+6, -5) (Diff)
/source/blender/depsgraph/intern/depsgraph_types.h (+1, -1) (Diff)
/source/blender/depsgraph/intern/depsgraph_type_defines.cpp (+20, -8) (Diff)
/source/blender/depsgraph/intern/stubs.h (+1, -0) (Diff)
/source/blender/blenkernel/intern/anim_sys.c (+4, -4) (Diff)
/source/blender/depsgraph/intern/depsgraph_build_nodes.cpp (+5, -7) (Diff)
/source/blender/depsgraph/intern/depsgraph_build_relations.cpp (+6, -5) (Diff)
/source/blender/depsgraph/intern/depsgraph_types.h (+1, -1) (Diff)
/source/blender/depsgraph/intern/depsgraph_type_defines.cpp (+20, -8) (Diff)
/source/blender/depsgraph/intern/stubs.h (+1, -0) (Diff)