Commit: b93d4faba8d4dec42354b45e0d26c38ab601adde
Author: Johnny Matthews
Date:   Wed Feb 23 13:04:12 2022 -0600
Branches: master
https://developer.blender.org/rBb93d4faba8d4dec42354b45e0d26c38ab601adde

Fix for last commit:  Define for Node numbering

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

M       source/blender/blenkernel/BKE_node.h

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

diff --git a/source/blender/blenkernel/BKE_node.h 
b/source/blender/blenkernel/BKE_node.h
index 024e98daea5..90f933d7cbb 100644
--- a/source/blender/blenkernel/BKE_node.h
+++ b/source/blender/blenkernel/BKE_node.h
@@ -1514,8 +1514,7 @@ struct TexResult;
 #define GEO_NODE_SCALE_ELEMENTS 1151
 #define GEO_NODE_EXTRUDE_MESH 1152
 #define GEO_NODE_MERGE_BY_DISTANCE 1153
-
-#define GEO_NODE_DUPLICATE_ELEMENTS 1160
+#define GEO_NODE_DUPLICATE_ELEMENTS 1154
 
 /** \} */

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
List details, subscription details or unsubscribe:
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to