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/editors/armature/armature_intern.h
parentd044ecea10f1a69e8e941f36d5e53e49dbed1446 (diff)
Ctrl-R sets rotation mode for Pose Bones
Diffstat (limited to 'source/blender/editors/armature/armature_intern.h')
-rw-r--r--source/blender/editors/armature/armature_intern.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/editors/armature/armature_intern.h b/source/blender/editors/armature/armature_intern.h
index f583ba0c903..9c466a79822 100644
--- a/source/blender/editors/armature/armature_intern.h
+++ b/source/blender/editors/armature/armature_intern.h
@@ -123,6 +123,8 @@ void POSE_OT_paths_clear(struct wmOperatorType *ot);
void POSE_OT_autoside_names(struct wmOperatorType *ot);
void POSE_OT_flip_names(struct wmOperatorType *ot);
+void POSE_OT_rotation_mode_set(struct wmOperatorType *ot);
+
void POSE_OT_quaternions_flip(struct wmOperatorType *ot);
void POSE_OT_armature_layers(struct wmOperatorType *ot);