Blender Git Loki
Git Commits -> Revision 2a5f319
Revision 2a5f319 by Joshua Leung (master) August 21, 2018, 04:52 (GMT) |
Depsgraph: Add query methods to identify all the ID's that a given datablock depends on This commit adds a new method, DEG_foreach_ancestor_ID() to accompany the existing DEG_foreach_descendent_ID(). It can be used to help print/collect all the ID's that a given ID block depends on (i.e. all the datablocks that need to be evaluated before the datablock of interest can be evaluated) |
Commit Details:
Full Hash: 2a5f319465b2d94ddff1d3d1402d3c46e4e2c0e8
Parent Commit: 351d131
Lines Changed: +77, -0