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-04-20 16:17:36 +0300
committerJacques Lucke <jacques@blender.org>2020-04-20 16:17:36 +0300
commitb78f2675d7e573685f6c78e42ca4462d90238e37 (patch)
tree92595ce1a5943c8881a805948e2074ba6dcf4a90 /source/blender/nodes/shader/node_shader_util.h
parent9f7bea6e83966dbe4e8393bd6ec811f9c54da178 (diff)
Simulations: Use some shader nodes in simulation node trees
Reviewers: brecht Differential Revision: https://developer.blender.org/D7422
Diffstat (limited to 'source/blender/nodes/shader/node_shader_util.h')
-rw-r--r--source/blender/nodes/shader/node_shader_util.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/nodes/shader/node_shader_util.h b/source/blender/nodes/shader/node_shader_util.h
index 8d525c8f23c..8834de0633e 100644
--- a/source/blender/nodes/shader/node_shader_util.h
+++ b/source/blender/nodes/shader/node_shader_util.h
@@ -72,6 +72,8 @@
bool sh_node_poll_default(struct bNodeType *ntype, struct bNodeTree *ntree);
void sh_node_type_base(
struct bNodeType *ntype, int type, const char *name, short nclass, short flag);
+void sh_fn_node_type_base(
+ struct bNodeType *ntype, int type, const char *name, short nclass, short flag);
/* ********* exec data struct, remains internal *********** */