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:
authorJoshua Leung <aligorith@gmail.com>2011-07-09 05:14:07 +0400
committerJoshua Leung <aligorith@gmail.com>2011-07-09 05:14:07 +0400
commit767c7f24dd277fa1d8e97f02fcddb08cd6f25234 (patch)
treebae150226e50551730e6272c05aa414bf8bc15d1 /source/blender/makesrna/RNA_enum_types.h
parentd044ecea10f1a69e8e941f36d5e53e49dbed1446 (diff)
Ctrl-R sets rotation mode for Pose Bones
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 fc415dc8082..56eb20f01b2 100644
--- a/source/blender/makesrna/RNA_enum_types.h
+++ b/source/blender/makesrna/RNA_enum_types.h
@@ -97,6 +97,8 @@ extern EnumPropertyItem wm_report_items[];
extern EnumPropertyItem transform_mode_types[];
+extern EnumPropertyItem posebone_rotmode_items[];
+
extern EnumPropertyItem property_type_items[];
extern EnumPropertyItem property_unit_items[];