Blender Git Commit Log

Git Commits -> Revision 634585a

Revision 634585a by Jacques Lucke (master)
July 23, 2020, 10:09 (GMT)
Simulation: add depsgraph relations for ids referenced by node tree

I'll really have to refactor `ntreeUpdateTree` soon to avoid scanning
all node trees multiple times.

Commit Details:

Full Hash: 634585aa6875f9e6e8a2e43e283f9d530764a094
Parent Commit: 6596891
Lines Changed: +287, -99

2 Added Paths:

/source/blender/nodes/intern/node_tree_dependencies.cc (+57, -0) (View)
/source/blender/nodes/NOD_node_tree_dependencies.hh (+79, -0) (View)

11 Modified Paths:

/source/blender/blenkernel/BKE_simulation.h (+1, -0) (Diff)
/source/blender/blenkernel/intern/node.c (+16, -0) (Diff)
/source/blender/blenkernel/intern/simulation.cc (+8, -0) (Diff)
/source/blender/depsgraph/intern/builder/deg_builder_relations.cc (+19, -0) (Diff)
/source/blender/makesdna/DNA_simulation_types.h (+7, -1) (Diff)
/source/blender/makesrna/intern/rna_nodetree.c (+13, -2) (Diff)
/source/blender/nodes/CMakeLists.txt (+2, -0) (Diff)
/source/blender/simulation/intern/simulation_collect_influences.cc (+1, -21) (Diff)
/source/blender/simulation/intern/simulation_collect_influences.hh (+1, -20) (Diff)
/source/blender/simulation/intern/simulation_update.cc (+80, -54) (Diff)
/source/blender/simulation/SIM_simulation_update.hh (+3, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021