Blender Git Commit Log
Git Commits -> Revision 3e0fd90
Revision 3e0fd90 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) July 30, 2019, 14:13 (GMT) |
use another strategy to create functions for unlinked inputs |
Commit Details:
Full Hash: 3e0fd90605b4fca50bf789ef0b2364054742bcd7
Parent Commit: 042cc17
Lines Changed: +32, -24
7 Modified Paths:
/source/blender/functions/core/data_flow_graph_builder.hpp (+2, -0) (Diff)
/source/blender/functions/frontends/data_flow_nodes/builder.cpp (+8, -0) (Diff)
/source/blender/functions/frontends/data_flow_nodes/builder.hpp (+1, -0) (Diff)
/source/blender/functions/frontends/data_flow_nodes/graph_generation.cpp (+12, -15) (Diff)
/source/blender/functions/frontends/data_flow_nodes/graph_generation.hpp (+1, -1) (Diff)
/source/blender/functions/frontends/data_flow_nodes/inserters.cpp (+5, -6) (Diff)
/source/blender/functions/frontends/data_flow_nodes/inserters.hpp (+3, -2) (Diff)
/source/blender/functions/frontends/data_flow_nodes/builder.cpp (+8, -0) (Diff)
/source/blender/functions/frontends/data_flow_nodes/builder.hpp (+1, -0) (Diff)
/source/blender/functions/frontends/data_flow_nodes/graph_generation.cpp (+12, -15) (Diff)
/source/blender/functions/frontends/data_flow_nodes/graph_generation.hpp (+1, -1) (Diff)
/source/blender/functions/frontends/data_flow_nodes/inserters.cpp (+5, -6) (Diff)
/source/blender/functions/frontends/data_flow_nodes/inserters.hpp (+3, -2) (Diff)