Blender Git Commit Log

Git Commits -> Revision 1c410d9

Revision 1c410d9 by Sergey Sharybin (depsgraph_refactor)
November 6, 2014, 12:49 (GMT)
Depsgraph: Add ubernode which evaluates the whole object

This way we mimic old depsgraph behavior where each object is effectively
a single node in the dependency graph which takes care of all the updates.

But actually this node only takes care of the modifiers, expecting that the
constraints and so are solved by the local object transform node.

Not sure how much valid the assumption at this state, but it's something
to aim to.

Commit Details:

Full Hash: 1c410d9385d5ad1c6a229137b9885a717147d804
Parent Commit: 3ee32ae
Lines Changed: +153, -141

3 Modified Paths:

/source/blender/blenkernel/BKE_object.h (+3, -0) (Diff)
/source/blender/blenkernel/intern/object.c (+145, -141) (Diff)
/source/blender/depsgraph/intern/depsgraph_build_nodes.cpp (+5, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021