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/NOD_function.h
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/NOD_function.h')
-rw-r--r--source/blender/nodes/NOD_function.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/nodes/NOD_function.h b/source/blender/nodes/NOD_function.h
index 58597b3d410..377ae8bfb84 100644
--- a/source/blender/nodes/NOD_function.h
+++ b/source/blender/nodes/NOD_function.h
@@ -24,6 +24,8 @@ extern "C" {
void register_node_type_fn_boolean_math(void);
void register_node_type_fn_float_compare(void);
void register_node_type_fn_switch(void);
+void register_node_type_fn_group_instance_id(void);
+void register_node_type_fn_combine_strings(void);
#ifdef __cplusplus
}