Blender Git Commit Log
Git Commits -> Revision 556691b
Revision 556691b by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) July 24, 2019, 08:58 (GMT) |
Improve error handling with ValueOrError class We might want to use exceptions instead of this. I'm not sure yet. |
Commit Details:
Full Hash: 556691b19ad0b6c3103a721a497b8d84ec452de2
Parent Commit: a0f9564
Lines Changed: +121, -27
1 Added Path:
/source/blender/blenlib/BLI_value_or_error.hpp (+66, -0) (View)
10 Modified Paths:
/source/blender/blenlib/BLI_optional.hpp (+8, -0) (Diff)
/source/blender/functions/frontends/data_flow_nodes/data_flow_nodes-c.cpp (+4, -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 (+4, -2) (Diff)
/source/blender/functions/frontends/data_flow_nodes/graph_generation.cpp (+3, -3) (Diff)
/source/blender/functions/frontends/data_flow_nodes/graph_generation.hpp (+3, -2) (Diff)
/source/blender/functions/frontends/data_flow_nodes/inserters/nodes.cpp (+4, -3) (Diff)
/source/blender/simulations/bparticles/inserters.cpp (+4, -3) (Diff)
/source/blender/simulations/bparticles/node_frontend.cpp (+7, -1) (Diff)
/tests/gtests/blenlib/BLI_optional_test.cc (+8, -0) (Diff)
/source/blender/functions/frontends/data_flow_nodes/data_flow_nodes-c.cpp (+4, -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 (+4, -2) (Diff)
/source/blender/functions/frontends/data_flow_nodes/graph_generation.cpp (+3, -3) (Diff)
/source/blender/functions/frontends/data_flow_nodes/graph_generation.hpp (+3, -2) (Diff)
/source/blender/functions/frontends/data_flow_nodes/inserters/nodes.cpp (+4, -3) (Diff)
/source/blender/simulations/bparticles/inserters.cpp (+4, -3) (Diff)
/source/blender/simulations/bparticles/node_frontend.cpp (+7, -1) (Diff)
/tests/gtests/blenlib/BLI_optional_test.cc (+8, -0) (Diff)