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

4 Modified Paths:

/source/blender/blenkernel/BKE_armature.h (+1, -1) (Diff)
/source/blender/depsgraph/intern/depsgraph_build.h (+2, -1) (Diff)
/source/blender/depsgraph/intern/depsgraph_build_nodes.cpp (+35, -26) (Diff)
/source/blender/depsgraph/intern/depsgraph_build_relations.cpp (+31, -18) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021