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:
authorJohnny Matthews <guitargeek>2021-09-28 21:53:20 +0300
committerHans Goudey <h.goudey@me.com>2021-09-28 21:53:20 +0300
commit85aac0ef6a08628377cd39a0cb505d21c8e43c90 (patch)
tree4d898a702074ddd3bc9b8ad2fccc4b3aad27a82c /source/blender/blenkernel/BKE_node.h
parentcc653c9b02b34349e7896b8a4e92a5b0e69c0322 (diff)
Geometry Nodes: Field version of curve reverse node
The updated version has a selection input as a field and does not realize instances implicitly. Differential Revision: https://developer.blender.org/D12506
Diffstat (limited to 'source/blender/blenkernel/BKE_node.h')
-rw-r--r--source/blender/blenkernel/BKE_node.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/blenkernel/BKE_node.h b/source/blender/blenkernel/BKE_node.h
index 70700246d29..8eff70af364 100644
--- a/source/blender/blenkernel/BKE_node.h
+++ b/source/blender/blenkernel/BKE_node.h
@@ -1505,6 +1505,7 @@ int ntreeTexExecTree(struct bNodeTree *ntree,
#define GEO_NODE_INSTANCE_ON_POINTS 1092
#define GEO_NODE_MESH_TO_POINTS 1093
#define GEO_NODE_POINTS_TO_VERTICES 1094
+#define GEO_NODE_CURVE_REVERSE 1095
/** \} */