Blender Git Loki
Git Commits -> Revision 70f8f32
Revision 70f8f32 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) July 16, 2019, 12:33 (GMT) |
Custom Emitter functions can have inputs now |
Commit Details:
Full Hash: 70f8f3231b9f02d62890423c12944e7cec40f3b3
Parent Commit: 6a8985d
Lines Changed: +87, -19
8 Modified Paths:
/release/scripts/startup/nodes/bparticle_nodes/custom_emitter.py (+2, -1) (Diff)
/release/scripts/startup/nodes/declaration/tree_interface.py (+20, -7) (Diff)
/release/scripts/startup/nodes/socket_builder.py (+2, -2) (Diff)
/source/blender/functions/backends/tuple_call/fgraph_tuple_call.cpp (+2, -0) (Diff)
/source/blender/functions/backends/tuple_call/tuple_call.hpp (+10, -0) (Diff)
/source/blender/functions/core/data_flow_graph.hpp (+3, -2) (Diff)
/source/blender/simulations/bparticles/emitters.cpp (+3, -4) (Diff)
/source/blender/simulations/bparticles/inserters.cpp (+45, -3) (Diff)
/release/scripts/startup/nodes/declaration/tree_interface.py (+20, -7) (Diff)
/release/scripts/startup/nodes/socket_builder.py (+2, -2) (Diff)
/source/blender/functions/backends/tuple_call/fgraph_tuple_call.cpp (+2, -0) (Diff)
/source/blender/functions/backends/tuple_call/tuple_call.hpp (+10, -0) (Diff)
/source/blender/functions/core/data_flow_graph.hpp (+3, -2) (Diff)
/source/blender/simulations/bparticles/emitters.cpp (+3, -4) (Diff)
/source/blender/simulations/bparticles/inserters.cpp (+45, -3) (Diff)