[Bf-blender-cvs] [fd0ac1aec53] temp-geometry-nodes-fields-prototype: fix node id

Jacques Lucke noreply at git.blender.org
Tue Aug 10 10:08:40 CEST 2021


Commit: fd0ac1aec53c67788495c3e69e4fbe5b2c1801dc
Author: Jacques Lucke
Date:   Tue Aug 10 10:08:06 2021 +0200
Branches: temp-geometry-nodes-fields-prototype
https://developer.blender.org/rBfd0ac1aec53c67788495c3e69e4fbe5b2c1801dc

fix node id

===================================================================

M	source/blender/blenkernel/BKE_node.h

===================================================================

diff --git a/source/blender/blenkernel/BKE_node.h b/source/blender/blenkernel/BKE_node.h
index 3cbc80d49a3..03c2efda9c9 100644
--- a/source/blender/blenkernel/BKE_node.h
+++ b/source/blender/blenkernel/BKE_node.h
@@ -1484,7 +1484,7 @@ int ntreeTexExecTree(struct bNodeTree *ntree,
 #define GEO_NODE_ATTRIBUTE_EXTRACT 1079
 #define GEO_NODE_NORMAL 1080
 #define GEO_NODE_CURVE_PARAMETER 1081
-#define GEO_NODE_EXTRUDE_AND_MOVE 1079
+#define GEO_NODE_EXTRUDE_AND_MOVE 1082
 
 /** \} */



More information about the Bf-blender-cvs mailing list