Blender Git Loki
Git Commits -> Revision fff8781
Revision fff8781 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, functions-temp, particle-solver-dev, simulation-tree) February 10, 2019, 19:14 (GMT) |
dot export for data flow graph |
Commit Details:
Full Hash: fff8781973c8b72f5012bc30df3f20e22c7ef147
Parent Commit: 252e46a
Lines Changed: +247, -21
1 Added Path:
/source/blender/functions/core/dot_export.cpp (+105, -0) (View)
5 Modified Paths:
/source/blender/functions/CMakeLists.txt (+1, -0) (Diff)
/source/blender/functions/core/core.hpp (+8, -2) (Diff)
/source/blender/functions/core/data_flow_graph.cpp (+10, -0) (Diff)
/source/blender/functions/core/data_flow_graph.hpp (+80, -18) (Diff)
/source/blender/functions/c_wrapper.cpp (+43, -1) (Diff)
/source/blender/functions/core/core.hpp (+8, -2) (Diff)
/source/blender/functions/core/data_flow_graph.cpp (+10, -0) (Diff)
/source/blender/functions/core/data_flow_graph.hpp (+80, -18) (Diff)
/source/blender/functions/c_wrapper.cpp (+43, -1) (Diff)