Blender Git Commit Log
Git Commits -> Revision 2c9603c
Revision 2c9603c by Sergey Sharybin (depsgraph_refactor) February 12, 2015, 13:11 (GMT) |
Depsgraph: Initial support of dupligroups This is an attempt to bring the dupligroups support at least on the same level as they used to work in the old dependency graph. This means we don't bother with local storage, time offset etc for now and building the group graph in the same scene graph (as opposed t ideal sub-graph), The reason for that is that it'll allow to have working system sooner, and even such a simplified approach seems to have issues with updates. |
Commit Details:
Full Hash: 2c9603c28acdd3aa38dd9e109e54264cf0fa974e
Parent Commit: ad02082
Lines Changed: +69, -46