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:
authorJacques Lucke <jacques@blender.org>2020-05-04 13:49:25 +0300
committerJacques Lucke <jacques@blender.org>2020-05-04 13:49:25 +0300
commit838e1f248d8459ae4092b713bb1522900646972b (patch)
tree5f21fb96b78ac3d792b36bd6f7a0adfb2a61420c /source/blender/nodes/CMakeLists.txt
parent9adb81f58494731438f3afdcbacb1599a4a32bb9 (diff)
Nodes: add Combine Strings and Group Instance ID node UIs
Reviewers: brecht Differential Revision: https://developer.blender.org/D7494
Diffstat (limited to 'source/blender/nodes/CMakeLists.txt')
-rw-r--r--source/blender/nodes/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/nodes/CMakeLists.txt b/source/blender/nodes/CMakeLists.txt
index 469a230f467..80bf0f7c5e2 100644
--- a/source/blender/nodes/CMakeLists.txt
+++ b/source/blender/nodes/CMakeLists.txt
@@ -130,7 +130,9 @@ set(SRC
composite/node_composite_util.c
function/nodes/node_fn_boolean_math.cc
+ function/nodes/node_fn_combine_strings.cc
function/nodes/node_fn_float_compare.cc
+ function/nodes/node_fn_group_instance_id.cc
function/nodes/node_fn_switch.cc
function/node_function_util.cc