Blender Git Loki
Git Commits -> Revision ebb2c15
Revision ebb2c15 by Sergey Sharybin (master) June 9, 2017, 16:06 (GMT) |
Fix missing updates when changing probe's clipping Probes were completely out of depsgraph, so tagging them could not work at all. For now using some placeholder operations just to ensure order of updates. |
Commit Details:
Full Hash: ebb2c1511b193b042e104b488432c3f4f97db69a
Parent Commit: dadb990
Lines Changed: +70, -3
5 Modified Paths:
/source/blender/depsgraph/intern/builder/deg_builder_nodes.cc (+31, -1) (Diff)
/source/blender/depsgraph/intern/builder/deg_builder_nodes.h (+2, -0) (Diff)
/source/blender/depsgraph/intern/builder/deg_builder_relations.cc (+26, -0) (Diff)
/source/blender/depsgraph/intern/builder/deg_builder_relations.h (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_probe.c (+10, -2) (Diff)
/source/blender/depsgraph/intern/builder/deg_builder_nodes.h (+2, -0) (Diff)
/source/blender/depsgraph/intern/builder/deg_builder_relations.cc (+26, -0) (Diff)
/source/blender/depsgraph/intern/builder/deg_builder_relations.h (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_probe.c (+10, -2) (Diff)