Blender Git Loki
Git Commits -> Revision c6e4c29
Revision c6e4c29 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) March 21, 2019, 11:17 (GMT) |
implement concept of implicit conversions |
Commit Details:
Full Hash: c6e4c29988fd495b6b6bb1102c5dce5798b88a96
Parent Commit: b31b4d5
Lines Changed: +238, -19
3 Added Paths:
/source/blender/functions/frontends/data_flow_nodes/test_conversions.cpp (+13, -0) (View)
/source/blender/functions/functions/simple_conversions.cpp (+56, -0) (View)
/source/blender/functions/functions/simple_conversions.hpp (+10, -0) (View)
/source/blender/functions/functions/simple_conversions.cpp (+56, -0) (View)
/source/blender/functions/functions/simple_conversions.hpp (+10, -0) (View)
11 Modified Paths:
/release/scripts/startup/function_nodes/types.py (+3, -1) (Diff)
/release/scripts/startup/function_nodes/types_base.py (+40, -1) (Diff)
/release/scripts/startup/function_nodes/update.py (+3, -1) (Diff)
/source/blender/functions/CMakeLists.txt (+3, -0) (Diff)
/source/blender/functions/FN_functions.hpp (+6, -5) (Diff)
/source/blender/functions/frontends/data_flow_nodes/builder.cpp (+18, -7) (Diff)
/source/blender/functions/frontends/data_flow_nodes/builder.hpp (+3, -0) (Diff)
/source/blender/functions/frontends/data_flow_nodes/graph_generation.cpp (+1, -4) (Diff)
/source/blender/functions/frontends/data_flow_nodes/inserters.cpp (+59, -0) (Diff)
/source/blender/functions/frontends/data_flow_nodes/inserters.hpp (+22, -0) (Diff)
/source/blender/functions/frontends/data_flow_nodes/registry.hpp (+1, -0) (Diff)
/release/scripts/startup/function_nodes/types_base.py (+40, -1) (Diff)
/release/scripts/startup/function_nodes/update.py (+3, -1) (Diff)
/source/blender/functions/CMakeLists.txt (+3, -0) (Diff)
/source/blender/functions/FN_functions.hpp (+6, -5) (Diff)
/source/blender/functions/frontends/data_flow_nodes/builder.cpp (+18, -7) (Diff)
/source/blender/functions/frontends/data_flow_nodes/builder.hpp (+3, -0) (Diff)
/source/blender/functions/frontends/data_flow_nodes/graph_generation.cpp (+1, -4) (Diff)
/source/blender/functions/frontends/data_flow_nodes/inserters.cpp (+59, -0) (Diff)
/source/blender/functions/frontends/data_flow_nodes/inserters.hpp (+22, -0) (Diff)
/source/blender/functions/frontends/data_flow_nodes/registry.hpp (+1, -0) (Diff)