Blender Git Loki
Git Commits -> Revision 01a627d
Revision 01a627d by Dalai Felinto (master) April 21, 2017, 07:56 (GMT) |
Include the set in the depsgraph objects iterator Pending: Include the set in the rna depsgraph.objects In fact it would be nice to unify them both. However this will likely change once Depsgraph incorporate this iterator, so I'm not sure we should bother with that. Related to T51203 |
Commit Details:
Full Hash: 01a627dac950062cf79214426ab086bd11edbaaf
Parent Commit: 3a75e84
Lines Changed: +45, -39
6 Modified Paths:
/source/blender/blenkernel/BKE_layer.h (+18, -8) (Diff)
/source/blender/depsgraph/DEG_depsgraph_query.h (+3, -0) (Diff)
/source/blender/depsgraph/intern/depsgraph_query.cc (+11, -2) (Diff)
/source/blender/draw/intern/draw_manager.c (+5, -27) (Diff)
/source/blender/makesdna/DNA_layer_types.h (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_scene.c (+7, -2) (Diff)
/source/blender/depsgraph/DEG_depsgraph_query.h (+3, -0) (Diff)
/source/blender/depsgraph/intern/depsgraph_query.cc (+11, -2) (Diff)
/source/blender/draw/intern/draw_manager.c (+5, -27) (Diff)
/source/blender/makesdna/DNA_layer_types.h (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_scene.c (+7, -2) (Diff)