Blender Git Commit Log
Git Commits -> Revision a5aeca4
Revision a5aeca4 by Alexander Gavrilov (master) August 13, 2018, 16:02 (GMT) |
Fix dependency graph for constraints depending on B-Bone shape. Some constraints have an option to take the final bezier shape of the target B-Bone into account. This shape usually depends on two other bones in addition to the target itself, so the graph should include the relevant dependencies. Reviewers: sergey Differential Revision: https://developer.blender.org/D3591 |
Commit Details:
Full Hash: a5aeca4a64dfd2ec6d0d68acf2fd9e4a9498558d
Parent Commit: ff6bd57
Lines Changed: +98, -52
7 Modified Paths:
/source/blender/blenkernel/BKE_armature.h (+2, -0) (Diff)
/source/blender/blenkernel/intern/armature.c (+20, -15) (Diff)
/source/blender/depsgraph/intern/builder/deg_builder_relations.cc (+52, -31) (Diff)
/source/blender/makesdna/DNA_constraint_types.h (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_armature.c (+11, -1) (Diff)
/source/blender/makesrna/intern/rna_constraint.c (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_pose.c (+11, -3) (Diff)
/source/blender/blenkernel/intern/armature.c (+20, -15) (Diff)
/source/blender/depsgraph/intern/builder/deg_builder_relations.cc (+52, -31) (Diff)
/source/blender/makesdna/DNA_constraint_types.h (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_armature.c (+11, -1) (Diff)
/source/blender/makesrna/intern/rna_constraint.c (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_pose.c (+11, -3) (Diff)