Blender Git Commit Log
Git Commits -> Revision 31c6db7
Revision 31c6db7 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) August 5, 2019, 10:51 (GMT) |
separate unlinked input grouper from inserter |
Commit Details:
Full Hash: 31c6db7d2a7c3a49f693343c263affb2c868d5e9
Parent Commit: 5b8feb0
Lines Changed: +77, -55
7 Modified Paths:
/source/blender/functions/frontends/data_flow_nodes/graph_generation.cpp (+26, -3) (Diff)
/source/blender/functions/frontends/data_flow_nodes/graph_generation.hpp (+5, -1) (Diff)
/source/blender/functions/frontends/data_flow_nodes/input_inserters.hpp (+2, -0) (Diff)
/source/blender/functions/frontends/data_flow_nodes/unlinked_input_groupers.cpp (+26, -46) (Diff)
/source/blender/functions/frontends/data_flow_nodes/unlinked_input_groupers.hpp (+5, -5) (Diff)
/source/blender/functions/frontends/data_flow_nodes/vtree_data_graph_builder.cpp (+12, -0) (Diff)
/source/blender/functions/frontends/data_flow_nodes/vtree_data_graph_builder.hpp (+1, -0) (Diff)
/source/blender/functions/frontends/data_flow_nodes/graph_generation.hpp (+5, -1) (Diff)
/source/blender/functions/frontends/data_flow_nodes/input_inserters.hpp (+2, -0) (Diff)
/source/blender/functions/frontends/data_flow_nodes/unlinked_input_groupers.cpp (+26, -46) (Diff)
/source/blender/functions/frontends/data_flow_nodes/unlinked_input_groupers.hpp (+5, -5) (Diff)
/source/blender/functions/frontends/data_flow_nodes/vtree_data_graph_builder.cpp (+12, -0) (Diff)
/source/blender/functions/frontends/data_flow_nodes/vtree_data_graph_builder.hpp (+1, -0) (Diff)