Blender Git Loki
Git Commits -> Revision c71997d
Revision c71997d by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) July 22, 2019, 12:19 (GMT) |
initial virtual node tree |
Commit Details:
Full Hash: c71997dd672d1a02be54454f63389bd7a81b84ff
Parent Commit: fb26304
Lines Changed: +308, -0
5 Modified Paths:
/source/blender/blenkernel/BKE_node_tree.hpp (+135, -0) (Diff)
/source/blender/blenkernel/intern/node_tree.cpp (+133, -0) (Diff)
/source/blender/blenlib/BLI_monotonic_allocator.hpp (+10, -0) (Diff)
/source/blender/functions/frontends/data_flow_nodes/graph_generation.cpp (+26, -0) (Diff)
/source/blender/functions/frontends/data_flow_nodes/graph_generation.hpp (+4, -0) (Diff)
/source/blender/blenkernel/intern/node_tree.cpp (+133, -0) (Diff)
/source/blender/blenlib/BLI_monotonic_allocator.hpp (+10, -0) (Diff)
/source/blender/functions/frontends/data_flow_nodes/graph_generation.cpp (+26, -0) (Diff)
/source/blender/functions/frontends/data_flow_nodes/graph_generation.hpp (+4, -0) (Diff)