Blender Git Loki
Git Commits -> Revision 3cb181f
Revision 3cb181f by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) May 12, 2019, 18:25 (GMT) |
utilities to access function parameters |
Commit Details:
Full Hash: 3cb181ffe0b5353e3f3502df699436b9eb641098
Parent Commit: f959f4d
Lines Changed: +48, -28
10 Modified Paths:
/source/blender/functions/backends/llvm/ir_to_tuple_call.cpp (+4, -4) (Diff)
/source/blender/functions/backends/tuple_call/fgraph_tuple_call.cpp (+4, -4) (Diff)
/source/blender/functions/core/core-c.cpp (+4, -4) (Diff)
/source/blender/functions/core/data_flow_graph.hpp (+1, -2) (Diff)
/source/blender/functions/core/data_flow_graph_builder.cpp (+2, -2) (Diff)
/source/blender/functions/core/data_flow_graph_builder.hpp (+2, -2) (Diff)
/source/blender/functions/core/function.hpp (+21, -0) (Diff)
/source/blender/functions/frontends/data_flow_nodes/inserters/nodes.cpp (+2, -2) (Diff)
/source/blender/functions/functions/auto_vectorization.cpp (+7, -7) (Diff)
/source/blender/functions/functions/lists.cpp (+1, -1) (Diff)
/source/blender/functions/backends/tuple_call/fgraph_tuple_call.cpp (+4, -4) (Diff)
/source/blender/functions/core/core-c.cpp (+4, -4) (Diff)
/source/blender/functions/core/data_flow_graph.hpp (+1, -2) (Diff)
/source/blender/functions/core/data_flow_graph_builder.cpp (+2, -2) (Diff)
/source/blender/functions/core/data_flow_graph_builder.hpp (+2, -2) (Diff)
/source/blender/functions/core/function.hpp (+21, -0) (Diff)
/source/blender/functions/frontends/data_flow_nodes/inserters/nodes.cpp (+2, -2) (Diff)
/source/blender/functions/functions/auto_vectorization.cpp (+7, -7) (Diff)
/source/blender/functions/functions/lists.cpp (+1, -1) (Diff)