Blender Git Commit Log
Git Commits -> Revision 819756c
Revision 819756c by Sergey Sharybin (depsgraph_refactor) February 12, 2015, 10:23 (GMT) |
Depsgraph: Fix for proxy source object operation nodes It should in fact just copy result from the local proxy object instead of doing pose solution again. |
Commit Details:
Full Hash: 819756c6d1f9dba171dc8704fdd45a34410de17b
Parent Commit: ba399ca
Lines Changed: +45, -3
6 Modified Paths:
/source/blender/blenkernel/BKE_armature.h (+3, -0) (Diff)
/source/blender/blenkernel/intern/armature_update.c (+11, -0) (Diff)
/source/blender/depsgraph/intern/depsgraph_build.h (+2, -0) (Diff)
/source/blender/depsgraph/intern/depsgraph_build_nodes.cpp (+15, -1) (Diff)
/source/blender/depsgraph/intern/depsgraph_build_relations.cpp (+11, -2) (Diff)
/source/blender/depsgraph/intern/depsnode_opcodes.h (+3, -0) (Diff)
/source/blender/blenkernel/intern/armature_update.c (+11, -0) (Diff)
/source/blender/depsgraph/intern/depsgraph_build.h (+2, -0) (Diff)
/source/blender/depsgraph/intern/depsgraph_build_nodes.cpp (+15, -1) (Diff)
/source/blender/depsgraph/intern/depsgraph_build_relations.cpp (+11, -2) (Diff)
/source/blender/depsgraph/intern/depsnode_opcodes.h (+3, -0) (Diff)