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>2012-05-22 17:43:36 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-05-22 17:43:36 +0400
commit4a788a227702d373873c7d6769d6d46201df1b43 (patch)
tree54a8382d5ad4572c5c65ad33b60d29ec9b452d66 /source/blender/makesrna/RNA_enum_types.h
parenteb023322ef5acffcfbe17b3779eb4d8266678fa7 (diff)
expose absolute shape keyblock interpolation in the ui
Diffstat (limited to 'source/blender/makesrna/RNA_enum_types.h')
-rw-r--r--source/blender/makesrna/RNA_enum_types.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/makesrna/RNA_enum_types.h b/source/blender/makesrna/RNA_enum_types.h
index 1b8772ffbcd..21eba3faf02 100644
--- a/source/blender/makesrna/RNA_enum_types.h
+++ b/source/blender/makesrna/RNA_enum_types.h
@@ -60,6 +60,8 @@ extern EnumPropertyItem beztriple_handle_type_items[];
extern EnumPropertyItem beztriple_interpolation_mode_items[];
extern EnumPropertyItem keyframe_handle_type_items[];
+extern EnumPropertyItem keyblock_type_items[];
+
extern EnumPropertyItem keyingset_path_grouping_items[];
extern EnumPropertyItem keyframe_paste_offset_items[];