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:
authorCampbell Barton <ideasman42@gmail.com>2021-01-13 11:58:57 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-01-13 11:58:57 +0300
commit7b68d0679e98b3b4ef981d00df0293940675fed8 (patch)
tree411733ea133493e5ec952d25db96250413cfa3fc /source/blender/makesrna/RNA_enum_types.h
parent7af8271c34ac07a0ea50aafbde7cc72262a8c451 (diff)
Cleanup: rename enum for event value items
This contains all value items (with overlapping values), name this to make it clear it contains all items.
Diffstat (limited to 'source/blender/makesrna/RNA_enum_types.h')
-rw-r--r--source/blender/makesrna/RNA_enum_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesrna/RNA_enum_types.h b/source/blender/makesrna/RNA_enum_types.h
index 00326afa4a3..2436b1f50d4 100644
--- a/source/blender/makesrna/RNA_enum_types.h
+++ b/source/blender/makesrna/RNA_enum_types.h
@@ -118,7 +118,7 @@ extern const EnumPropertyItem rna_enum_nla_mode_blend_items[];
extern const EnumPropertyItem rna_enum_motionpath_bake_location_items[];
-extern const EnumPropertyItem rna_enum_event_value_items[];
+extern const EnumPropertyItem rna_enum_event_value_all_items[];
extern const EnumPropertyItem rna_enum_event_value_keymouse_items[];
extern const EnumPropertyItem rna_enum_event_value_tweak_items[];