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
path: root/source
diff options
context:
space:
mode:
authorJacques Lucke <jacques@blender.org>2021-08-18 11:17:28 +0300
committerJacques Lucke <jacques@blender.org>2021-08-18 11:17:28 +0300
commita3d02965da567846a62554c58ece492d58ce1a59 (patch)
tree3106545db73119fe030b753f006cf5138aa89926 /source
parent45e58a7e92e5ef00c34fafaba3ca3d749ce30ec2 (diff)
fix after merge
Diffstat (limited to 'source')
-rw-r--r--source/blender/makesrna/RNA_enum_items.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/makesrna/RNA_enum_items.h b/source/blender/makesrna/RNA_enum_items.h
index c8f44262020..768cf50c945 100644
--- a/source/blender/makesrna/RNA_enum_items.h
+++ b/source/blender/makesrna/RNA_enum_items.h
@@ -209,6 +209,7 @@ DEF_ENUM(rna_enum_attribute_type_items)
DEF_ENUM(rna_enum_attribute_type_with_auto_items)
DEF_ENUM(rna_enum_attribute_domain_items)
DEF_ENUM(rna_enum_attribute_domain_with_auto_items)
+DEF_ENUM(rna_enum_attribute_domain_no_face_corner_items)
DEF_ENUM(rna_enum_collection_color_items)