Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharlie Jolly <charlie>2021-10-12 01:02:17 +0300
committerCharlie Jolly <mistajolly@gmail.com>2021-10-12 01:43:01 +0300
commitf7ef68514bc2ee1abf902807702effe04f2e0dff (patch)
treecd7fba1717ad5eba07e10e210901086ebd3ac378 /source/blender/nodes/CMakeLists.txt
parente005ad5b547627914a87469b58bcd6a249c95c55 (diff)
Geometry Nodes: Add Color input node
Adds a color input node with picker. Differential Revision: https://developer.blender.org/D12793
Diffstat (limited to 'source/blender/nodes/CMakeLists.txt')
-rw-r--r--source/blender/nodes/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/nodes/CMakeLists.txt b/source/blender/nodes/CMakeLists.txt
index a4e8df3164c..f22b890b243 100644
--- a/source/blender/nodes/CMakeLists.txt
+++ b/source/blender/nodes/CMakeLists.txt
@@ -142,6 +142,7 @@ set(SRC
function/nodes/node_fn_input_special_characters.cc
function/nodes/node_fn_input_string.cc
function/nodes/node_fn_input_vector.cc
+ function/nodes/node_fn_input_color.cc
function/nodes/node_fn_random_value.cc
function/nodes/node_fn_rotate_euler.cc
function/nodes/node_fn_string_length.cc