Blender Git Loki
Git Commits -> Revision 31f0c27
Revision 31f0c27 by Sergey Sharybin (master) May 12, 2015, 11:06 (GMT) |
Depsgraph: Add additional relations/id update tags This calls are not strictly speaking needed for the old dependency graph, but due to more granular nature of upcoming depsgraph more actions requires update of relations of IDs. On the one hand this extra tags could be wrapped with if() statements, but on the other hand it makes sense to keep tag in sync so it's clear if some issue is caused by missing/extra tag or by depsgraph itself. |
Commit Details:
Full Hash: 31f0c27ae7d6f45cfde71cca8c4f791a089452a5
Parent Commit: 87fd166
Lines Changed: +55, -13
12 Modified Paths:
/source/blender/editors/animation/anim_channels_edit.c (+3, -1) (Diff)
/source/blender/editors/animation/anim_deps.c (+3, -1) (Diff)
/source/blender/editors/animation/drivers.c (+3, -2) (Diff)
/source/blender/editors/animation/keyframing.c (+4, -0) (Diff)
/source/blender/editors/object/object_constraint.c (+4, -1) (Diff)
/source/blender/editors/object/object_edit.c (+10, -3) (Diff)
/source/blender/editors/object/object_modifier.c (+6, -3) (Diff)
/source/blender/editors/space_node/node_draw.c (+8, -1) (Diff)
/source/blender/freestyle/intern/blender_interface/BlenderStrokeRenderer.cpp (+4, -0) (Diff)
/source/blender/makesrna/intern/rna_animation.c (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_camera.c (+8, -1) (Diff)
/source/blender/makesrna/intern/rna_object.c (+1, -0) (Diff)
/source/blender/editors/animation/anim_deps.c (+3, -1) (Diff)
/source/blender/editors/animation/drivers.c (+3, -2) (Diff)
/source/blender/editors/animation/keyframing.c (+4, -0) (Diff)
/source/blender/editors/object/object_constraint.c (+4, -1) (Diff)
/source/blender/editors/object/object_edit.c (+10, -3) (Diff)
/source/blender/editors/object/object_modifier.c (+6, -3) (Diff)
/source/blender/editors/space_node/node_draw.c (+8, -1) (Diff)
/source/blender/freestyle/intern/blender_interface/BlenderStrokeRenderer.cpp (+4, -0) (Diff)
/source/blender/makesrna/intern/rna_animation.c (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_camera.c (+8, -1) (Diff)
/source/blender/makesrna/intern/rna_object.c (+1, -0) (Diff)