Blender Git Loki
Git Commits -> Revision 82c0a54
Revision 82c0a54 by Sergey Sharybin (master) December 8, 2017, 14:05 (GMT) |
Depsgraph: Use dedicated function for group evaluation It is still based on generic collection evaluation, but the idea is to avoid having view_layer pointer passed from group to it's evaluation function. This is essential for copy-on-write, where we need to pass view_layer pointer from a copied datablock, but that copy is not yet available at construction time. Also, this is NOT the case where we want to expand datablock at a construction time, just to keep our life easier. |
Commit Details:
Full Hash: 82c0a5416855b3dc762d3d03bdae637cd7f8dd83
Parent Commit: af47ae0
Lines Changed: +56, -5