Blender Git Commit Log
Git Commits -> Revision 99e5f16
Revision 99e5f16 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) July 30, 2019, 10:01 (GMT) |
new Separate Color node |
Commit Details:
Full Hash: 99e5f16d4a57220c557cbcbb38cf9190ddfa84e9
Parent Commit: 0935836
Lines Changed: +319, -203
5 Added Paths:
/release/scripts/startup/nodes/function_nodes/separate_color.py (+27, -0) (View)
/source/blender/functions/functions/color.cpp (+38, -0) (View)
/source/blender/functions/functions/color.hpp (+11, -0) (View)
/source/blender/functions/functions/constants.cpp (+203, -0) (View)
/source/blender/functions/functions/constants.hpp (+23, -0) (View)
/source/blender/functions/functions/color.cpp (+38, -0) (View)
/source/blender/functions/functions/color.hpp (+11, -0) (View)
/source/blender/functions/functions/constants.cpp (+203, -0) (View)
/source/blender/functions/functions/constants.hpp (+23, -0) (View)
7 Modified Paths:
/source/blender/functions/CMakeLists.txt (+4, -0) (Diff)
/source/blender/functions/FN_functions.hpp (+2, -0) (Diff)
/source/blender/functions/frontends/data_flow_nodes/inserters/nodes.cpp (+11, -0) (Diff)
/source/blender/functions/functions/scalar_math.cpp (+0, -132) (Diff)
/source/blender/functions/functions/scalar_math.hpp (+0, -7) (Diff)
/source/blender/functions/functions/vectors.cpp (+0, -61) (Diff)
/source/blender/functions/functions/vectors.hpp (+0, -3) (Diff)
/source/blender/functions/FN_functions.hpp (+2, -0) (Diff)
/source/blender/functions/frontends/data_flow_nodes/inserters/nodes.cpp (+11, -0) (Diff)
/source/blender/functions/functions/scalar_math.cpp (+0, -132) (Diff)
/source/blender/functions/functions/scalar_math.hpp (+0, -7) (Diff)
/source/blender/functions/functions/vectors.cpp (+0, -61) (Diff)
/source/blender/functions/functions/vectors.hpp (+0, -3) (Diff)