Blender Git Loki
Git Commits -> Revision 0935836
Revision 0935836 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) July 30, 2019, 10:01 (GMT) |
new color socket type |
Commit Details:
Full Hash: 093583620c7500112bbee9fec1ced5ebe5c5e940
Parent Commit: d29052a
Lines Changed: +87, -2
11 Modified Paths:
/release/scripts/startup/nodes/sockets.py (+26, -0) (Diff)
/release/scripts/startup/nodes/types.py (+1, -0) (Diff)
/source/blender/blenlib/BLI_math.hpp (+27, -0) (Diff)
/source/blender/functions/frontends/data_flow_nodes/inserters/conversions.cpp (+1, -0) (Diff)
/source/blender/functions/frontends/data_flow_nodes/inserters/sockets.cpp (+12, -2) (Diff)
/source/blender/functions/frontends/data_flow_nodes/type_mappings.cpp (+2, -0) (Diff)
/source/blender/functions/functions/lists.cpp (+1, -0) (Diff)
/source/blender/functions/types/numeric.cpp (+8, -0) (Diff)
/source/blender/functions/types/numeric.hpp (+2, -0) (Diff)
/source/blender/functions/types/numeric_lists.cpp (+5, -0) (Diff)
/source/blender/functions/types/numeric_lists.hpp (+2, -0) (Diff)
/release/scripts/startup/nodes/types.py (+1, -0) (Diff)
/source/blender/blenlib/BLI_math.hpp (+27, -0) (Diff)
/source/blender/functions/frontends/data_flow_nodes/inserters/conversions.cpp (+1, -0) (Diff)
/source/blender/functions/frontends/data_flow_nodes/inserters/sockets.cpp (+12, -2) (Diff)
/source/blender/functions/frontends/data_flow_nodes/type_mappings.cpp (+2, -0) (Diff)
/source/blender/functions/functions/lists.cpp (+1, -0) (Diff)
/source/blender/functions/types/numeric.cpp (+8, -0) (Diff)
/source/blender/functions/types/numeric.hpp (+2, -0) (Diff)
/source/blender/functions/types/numeric_lists.cpp (+5, -0) (Diff)
/source/blender/functions/types/numeric_lists.hpp (+2, -0) (Diff)