Blender Git Commit Log
Git Commits -> Revision 3d2e279
Revision 3d2e279 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) August 1, 2019, 11:30 (GMT) |
rename DataFlowGraph to just DataGraph |
Commit Details:
Full Hash: 3d2e279b3d83dbee08c1c9f6d108ec080b4093b6
Parent Commit: 6dc48fd
Lines Changed: +587, -588
2 Added Paths:
/source/blender/functions/core/data_graph.cpp (+81, -0) (View)
/source/blender/functions/core/data_graph.hpp (+461, -0) (View)
/source/blender/functions/core/data_graph.hpp (+461, -0) (View)
2 Deleted Paths:
/source/blender/functions/core/data_flow_graph.cpp (+0, -81)
/source/blender/functions/core/data_flow_graph.hpp (+0, -461)
/source/blender/functions/core/data_flow_graph.hpp (+0, -461)
13 Modified Paths:
/source/blender/functions/backends/dependencies/fgraph_dependencies.cpp (+1, -1) (Diff)
/source/blender/functions/backends/llvm/fgraph_ir_generation.cpp (+1, -1) (Diff)
/source/blender/functions/backends/tuple_call/fgraph_tuple_call.cpp (+3, -3) (Diff)
/source/blender/functions/CMakeLists.txt (+2, -2) (Diff)
/source/blender/functions/core/data_graph_builder.cpp (+15, -15) (Diff)
/source/blender/functions/core/data_graph_builder.hpp (+2, -2) (Diff)
/source/blender/functions/core/function_builder.cpp (+2, -3) (Diff)
/source/blender/functions/core/function_builder.hpp (+3, -3) (Diff)
/source/blender/functions/core/function_graph.hpp (+5, -5) (Diff)
/source/blender/functions/FN_core.hpp (+1, -1) (Diff)
/source/blender/functions/frontends/data_flow_nodes/vtree_data_graph.hpp (+3, -3) (Diff)
/source/blender/simulations/bparticles/inserters.cpp (+3, -3) (Diff)
/source/blender/simulations/bparticles/particle_function_builder.cpp (+4, -4) (Diff)
/source/blender/functions/backends/llvm/fgraph_ir_generation.cpp (+1, -1) (Diff)
/source/blender/functions/backends/tuple_call/fgraph_tuple_call.cpp (+3, -3) (Diff)
/source/blender/functions/CMakeLists.txt (+2, -2) (Diff)
/source/blender/functions/core/data_graph_builder.cpp (+15, -15) (Diff)
/source/blender/functions/core/data_graph_builder.hpp (+2, -2) (Diff)
/source/blender/functions/core/function_builder.cpp (+2, -3) (Diff)
/source/blender/functions/core/function_builder.hpp (+3, -3) (Diff)
/source/blender/functions/core/function_graph.hpp (+5, -5) (Diff)
/source/blender/functions/FN_core.hpp (+1, -1) (Diff)
/source/blender/functions/frontends/data_flow_nodes/vtree_data_graph.hpp (+3, -3) (Diff)
/source/blender/simulations/bparticles/inserters.cpp (+3, -3) (Diff)
/source/blender/simulations/bparticles/particle_function_builder.cpp (+4, -4) (Diff)