Blender Git Loki
Git Commits -> Revision dbc584e
Revision dbc584e by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, functions-temp, particle-solver-dev, simulation-tree) February 28, 2019, 13:01 (GMT) |
move some files |
Commit Details:
Full Hash: dbc584ea9c6bfa21cb4dd04c5a93d1e71b3a3e36
Parent Commit: 97997dd
Lines Changed: +467, -464
7 Added Paths:
/source/blender/functions/FN_data_flow_nodes.hpp (+4, -0) (View)
/source/blender/functions/frontends/data_flow_nodes/graph_generation.cpp (+154, -0) (View)
/source/blender/functions/frontends/data_flow_nodes/graph_generation.hpp (+9, -0) (View)
/source/blender/functions/frontends/data_flow_nodes/nodes.cpp (+69, -0) (View)
/source/blender/functions/frontends/data_flow_nodes/nodes.hpp (+55, -0) (View)
/source/blender/functions/frontends/data_flow_nodes/socket_inputs.cpp (+79, -0) (View)
/source/blender/functions/frontends/data_flow_nodes/test_nodes.cpp (+86, -0) (View)
/source/blender/functions/frontends/data_flow_nodes/graph_generation.cpp (+154, -0) (View)
/source/blender/functions/frontends/data_flow_nodes/graph_generation.hpp (+9, -0) (View)
/source/blender/functions/frontends/data_flow_nodes/nodes.cpp (+69, -0) (View)
/source/blender/functions/frontends/data_flow_nodes/nodes.hpp (+55, -0) (View)
/source/blender/functions/frontends/data_flow_nodes/socket_inputs.cpp (+79, -0) (View)
/source/blender/functions/frontends/data_flow_nodes/test_nodes.cpp (+86, -0) (View)
6 Deleted Paths:
/source/blender/functions/nodes/graph_generation.cpp (+0, -154)
/source/blender/functions/nodes/graph_generation.hpp (+0, -9)
/source/blender/functions/nodes/nodes.cpp (+0, -69)
/source/blender/functions/nodes/nodes.hpp (+0, -55)
/source/blender/functions/nodes/socket_inputs.cpp (+0, -79)
/source/blender/functions/nodes/test_nodes.cpp (+0, -86)
/source/blender/functions/nodes/graph_generation.hpp (+0, -9)
/source/blender/functions/nodes/nodes.cpp (+0, -69)
/source/blender/functions/nodes/nodes.hpp (+0, -55)
/source/blender/functions/nodes/socket_inputs.cpp (+0, -79)
/source/blender/functions/nodes/test_nodes.cpp (+0, -86)