Blender Git Commit Log
Git Commits -> Revision 7ba7667
Revision 7ba7667 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) September 26, 2019, 09:04 (GMT) |
reduce error handling complexity |
Commit Details:
Full Hash: 7ba7667d8e38a64f354ff6737afe11c3951133da
Parent Commit: b34c174
Lines Changed: +47, -140
1 Deleted Path:
/source/blender/blenlib/BLI_value_or_error.h (+0, -88)
10 Modified Paths:
/source/blender/functions/frontends/data_flow_nodes/data_flow_nodes-c.cpp (+3, -3) (Diff)
/source/blender/functions/frontends/data_flow_nodes/function_generation.cpp (+10, -10) (Diff)
/source/blender/functions/frontends/data_flow_nodes/function_generation.hpp (+3, -3) (Diff)
/source/blender/functions/frontends/data_flow_nodes/graph_generation.cpp (+7, -8) (Diff)
/source/blender/functions/frontends/data_flow_nodes/graph_generation.hpp (+6, -5) (Diff)
/source/blender/functions/frontends/data_flow_nodes/mappings/node_inserters.cpp (+3, -3) (Diff)
/source/blender/functions/frontends/data_flow_nodes/vtree_data_graph.hpp (+0, -2) (Diff)
/source/blender/simulations/bparticles/node_frontend.cpp (+10, -11) (Diff)
/source/blender/simulations/bparticles/particle_function_builder.cpp (+3, -3) (Diff)
/source/blender/simulations/bparticles/particle_function_builder.hpp (+2, -4) (Diff)
/source/blender/functions/frontends/data_flow_nodes/function_generation.cpp (+10, -10) (Diff)
/source/blender/functions/frontends/data_flow_nodes/function_generation.hpp (+3, -3) (Diff)
/source/blender/functions/frontends/data_flow_nodes/graph_generation.cpp (+7, -8) (Diff)
/source/blender/functions/frontends/data_flow_nodes/graph_generation.hpp (+6, -5) (Diff)
/source/blender/functions/frontends/data_flow_nodes/mappings/node_inserters.cpp (+3, -3) (Diff)
/source/blender/functions/frontends/data_flow_nodes/vtree_data_graph.hpp (+0, -2) (Diff)
/source/blender/simulations/bparticles/node_frontend.cpp (+10, -11) (Diff)
/source/blender/simulations/bparticles/particle_function_builder.cpp (+3, -3) (Diff)
/source/blender/simulations/bparticles/particle_function_builder.hpp (+2, -4) (Diff)