Blender Git Loki
Git Commits -> Revision b23cf5f
Revision b23cf5f by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, functions-temp, particle-solver-dev, simulation-tree) March 5, 2019, 13:55 (GMT) |
put multiple unlinked inputs into a single function |
Commit Details:
Full Hash: b23cf5f41a8e670ca11304ee3d64db0ea6bee942
Parent Commit: 8f5e6cf
Lines Changed: +125, -161
2 Deleted Paths:
/source/blender/functions/functions/socket_input.cpp (+0, -73)
/source/blender/functions/functions/socket_input.hpp (+0, -18)
/source/blender/functions/functions/socket_input.hpp (+0, -18)
11 Modified Paths:
/source/blender/functions/CMakeLists.txt (+0, -2) (Diff)
/source/blender/functions/core/data_flow_graph.hpp (+7, -1) (Diff)
/source/blender/functions/core/function.hpp (+6, -1) (Diff)
/source/blender/functions/FN_functions.hpp (+1, -2) (Diff)
/source/blender/functions/frontends/data_flow_nodes/builder.cpp (+18, -0) (Diff)
/source/blender/functions/frontends/data_flow_nodes/builder.hpp (+2, -0) (Diff)
/source/blender/functions/frontends/data_flow_nodes/graph_generation.cpp (+18, -30) (Diff)
/source/blender/functions/frontends/data_flow_nodes/inserters.cpp (+50, -10) (Diff)
/source/blender/functions/frontends/data_flow_nodes/inserters.hpp (+12, -8) (Diff)
/source/blender/functions/frontends/data_flow_nodes/test_sockets.cpp (+9, -16) (Diff)
/source/blender/functions/frontends/data_flow_nodes/util_wrappers.hpp (+2, -0) (Diff)
/source/blender/functions/core/data_flow_graph.hpp (+7, -1) (Diff)
/source/blender/functions/core/function.hpp (+6, -1) (Diff)
/source/blender/functions/FN_functions.hpp (+1, -2) (Diff)
/source/blender/functions/frontends/data_flow_nodes/builder.cpp (+18, -0) (Diff)
/source/blender/functions/frontends/data_flow_nodes/builder.hpp (+2, -0) (Diff)
/source/blender/functions/frontends/data_flow_nodes/graph_generation.cpp (+18, -30) (Diff)
/source/blender/functions/frontends/data_flow_nodes/inserters.cpp (+50, -10) (Diff)
/source/blender/functions/frontends/data_flow_nodes/inserters.hpp (+12, -8) (Diff)
/source/blender/functions/frontends/data_flow_nodes/test_sockets.cpp (+9, -16) (Diff)
/source/blender/functions/frontends/data_flow_nodes/util_wrappers.hpp (+2, -0) (Diff)