Blender Git Loki
Git Commits -> Revision 999a802
Revision 999a802 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, functions-temp, particle-solver-dev, simulation-tree) February 10, 2019, 19:14 (GMT) |
generate function from data flow graph |
Commit Details:
Full Hash: 999a8026008bc9063c3da0ba3948f6a4f68c9a1f
Parent Commit: 59d589e
Lines Changed: +239, -45
2 Added Paths:
/source/blender/functions/core/graph_to_function.cpp (+82, -0) (View)
/source/blender/functions/core/graph_to_function.hpp (+12, -0) (View)
/source/blender/functions/core/graph_to_function.hpp (+12, -0) (View)
9 Modified Paths:
/source/blender/blenlib/BLI_small_set_vector.hpp (+3, -0) (Diff)
/source/blender/blenlib/BLI_small_vector.hpp (+1, -7) (Diff)
/source/blender/functions/CMakeLists.txt (+2, -0) (Diff)
/source/blender/functions/core/core.hpp (+4, -4) (Diff)
/source/blender/functions/core/data_flow_graph.hpp (+76, -32) (Diff)
/source/blender/functions/c_wrapper.cpp (+53, -1) (Diff)
/source/blender/functions/FN_functions.h (+2, -0) (Diff)
/source/blender/functions/FN_functions.hpp (+2, -0) (Diff)
/source/blender/modifiers/intern/MOD_functiondeform.c (+2, -1) (Diff)
/source/blender/blenlib/BLI_small_vector.hpp (+1, -7) (Diff)
/source/blender/functions/CMakeLists.txt (+2, -0) (Diff)
/source/blender/functions/core/core.hpp (+4, -4) (Diff)
/source/blender/functions/core/data_flow_graph.hpp (+76, -32) (Diff)
/source/blender/functions/c_wrapper.cpp (+53, -1) (Diff)
/source/blender/functions/FN_functions.h (+2, -0) (Diff)
/source/blender/functions/FN_functions.hpp (+2, -0) (Diff)
/source/blender/modifiers/intern/MOD_functiondeform.c (+2, -1) (Diff)