Blender Git Loki
Git Commits -> Revision e57c399
Revision e57c399 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, functions-temp, particle-solver-dev, simulation-tree) March 10, 2019, 09:26 (GMT) |
store possible tuple meta in tuple call body |
Commit Details:
Full Hash: e57c3996bda06bdc2bee3cf133e7c275bd27fd9b
Parent Commit: f6d994f
Lines Changed: +58, -12
6 Modified Paths:
/source/blender/blenlib/BLI_shared.hpp (+3, -1) (Diff)
/source/blender/functions/backends/tuple_call/fgraph_tuple_call.cpp (+13, -11) (Diff)
/source/blender/functions/backends/tuple_call/tuple_call.cpp (+6, -0) (Diff)
/source/blender/functions/backends/tuple_call/tuple_call.hpp (+20, -0) (Diff)
/source/blender/functions/core/data_flow_graph.hpp (+10, -0) (Diff)
/source/blender/functions/core/function.hpp (+6, -0) (Diff)
/source/blender/functions/backends/tuple_call/fgraph_tuple_call.cpp (+13, -11) (Diff)
/source/blender/functions/backends/tuple_call/tuple_call.cpp (+6, -0) (Diff)
/source/blender/functions/backends/tuple_call/tuple_call.hpp (+20, -0) (Diff)
/source/blender/functions/core/data_flow_graph.hpp (+10, -0) (Diff)
/source/blender/functions/core/function.hpp (+6, -0) (Diff)