Blender Git Commit Log

Git Commits -> Revision 6dc48fd

August 1, 2019, 11:26 (GMT)
replace DataFlowGraphBuilder implementation

Commit Details:

Full Hash: 6dc48fd18d682b778477f2ad5e70cf578a2ba4f1
Parent Commit: 218fcf4
Lines Changed: +592, -695

2 Added Paths:

/source/blender/functions/core/data_graph_builder.cpp (+135, -0) (View)
/source/blender/functions/core/data_graph_builder.hpp (+215, -0) (View)

2 Deleted Paths:

/source/blender/functions/core/data_flow_graph_builder.cpp (+0, -92)
/source/blender/functions/core/data_flow_graph_builder.hpp (+0, -328)

16 Modified Paths:

/source/blender/blenlib/BLI_vector_adaptor.hpp (+5, -7) (Diff)
/source/blender/functions/backends/dependencies/dependencies.hpp (+4, -0) (Diff)
/source/blender/functions/CMakeLists.txt (+2, -2) (Diff)
/source/blender/functions/core/data_flow_graph.cpp (+22, -69) (Diff)
/source/blender/functions/core/data_flow_graph.hpp (+24, -42) (Diff)
/source/blender/functions/core/dot_export.cpp (+31, -27) (Diff)
/source/blender/functions/core/function_graph.hpp (+4, -0) (Diff)
/source/blender/functions/FN_core.hpp (+1, -1) (Diff)
/source/blender/functions/frontends/data_flow_nodes/graph_generation.cpp (+10, -10) (Diff)
/source/blender/functions/frontends/data_flow_nodes/graph_generation.hpp (+1, -1) (Diff)
/source/blender/functions/frontends/data_flow_nodes/inserters.hpp (+7, -4) (Diff)
/source/blender/functions/frontends/data_flow_nodes/inserters/conversions.cpp (+5, -3) (Diff)
/source/blender/functions/frontends/data_flow_nodes/inserters/nodes.cpp (+17, -17) (Diff)
/source/blender/functions/frontends/data_flow_nodes/vtree_data_graph_builder.cpp (+75, -66) (Diff)
/source/blender/functions/frontends/data_flow_nodes/vtree_data_graph_builder.hpp (+14, -14) (Diff)
/source/blender/simulations/bparticles/inserters.cpp (+20, -12) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021