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:
authorFabian Schempp <fabianschempp@googlemail.com>2021-08-17 23:32:46 +0300
committerFabian Schempp <fabianschempp@googlemail.com>2021-08-17 23:32:46 +0300
commit7649b8446278cb3db4409267afd90b39fef6de2b (patch)
treea6703d9825e9f3e3e20c97d0cd8b3b3aa016c114 /source/blender/blenkernel/BKE_node.h
parent809dce5bdeeb193a160b2961bf069eab76c2ce01 (diff)
parentec0ebcdcc49da24fd91b7fae0eda87903f1a8cb2 (diff)
Merge branch 'soc-2021-porting-modifiers-to-nodes-decimate' into soc-2021-porting-modifiers-to-nodes
Diffstat (limited to 'source/blender/blenkernel/BKE_node.h')
-rw-r--r--source/blender/blenkernel/BKE_node.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/source/blender/blenkernel/BKE_node.h b/source/blender/blenkernel/BKE_node.h
index caa7ab6de0a..14448bd7c85 100644
--- a/source/blender/blenkernel/BKE_node.h
+++ b/source/blender/blenkernel/BKE_node.h
@@ -1477,7 +1477,9 @@ int ntreeTexExecTree(struct bNodeTree *ntree,
#define GEO_NODE_CURVE_SET_HANDLES 1072
#define GEO_NODE_CURVE_SPLINE_TYPE 1073
#define GEO_NODE_CURVE_SELECT_HANDLES 1074
-
+#define GEO_NODE_COLLAPSE 1075
+#define GEO_NODE_UNSUBDIVIDE 1076
+#define GEO_NODE_DISSOLVE 1077
/** \} */
/* -------------------------------------------------------------------- */