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:
authorDalai Felinto <dalai@blender.org>2020-12-17 20:37:04 +0300
committerDalai Felinto <dalai@blender.org>2020-12-18 15:03:27 +0300
commitf43561eae6826eead2e5e78bc8792b3c15dda6ae (patch)
tree8676fcba093e97c77224390760c7cb7c76359b48 /source/blender/nodes/NOD_function.h
parentb342e089c3fb5cf83d6b3715f0658ed217a8c469 (diff)
Function Nodes: Input Vector
Ref: T82651 Normally people use "Combine XYZ" to input a vector, but it is more interesting to have an explicit vector input. So this is basically "Combine XYZ" without any input sockets, the values are stored in the node itself. Differential Revision: https://developer.blender.org/D9885
Diffstat (limited to 'source/blender/nodes/NOD_function.h')
-rw-r--r--source/blender/nodes/NOD_function.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/nodes/NOD_function.h b/source/blender/nodes/NOD_function.h
index 58a968151ac..75dd8f89bc8 100644
--- a/source/blender/nodes/NOD_function.h
+++ b/source/blender/nodes/NOD_function.h
@@ -27,6 +27,7 @@ void register_node_type_fn_group_instance_id(void);
void register_node_type_fn_combine_strings(void);
void register_node_type_fn_object_transforms(void);
void register_node_type_fn_random_float(void);
+void register_node_type_fn_input_vector(void);
#ifdef __cplusplus
}