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-02-10 12:39:55 +0300
committerJoshua Leung <aligorith@gmail.com>2011-02-10 12:39:55 +0300
commitfc3b29b637635092858c2671a0913ebe6a5343c0 (patch)
tree7e0938e7fe38cef27fbf415a3d4d281630b1ae8b /release
parent264c8c21623c3b011494e169f0571c410331e553 (diff)
Small consistency fixups
Diffstat (limited to 'release')
-rw-r--r--release/scripts/ui/space_dopesheet.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/ui/space_dopesheet.py b/release/scripts/ui/space_dopesheet.py
index eda4c80bb98..9d6c9830675 100644
--- a/release/scripts/ui/space_dopesheet.py
+++ b/release/scripts/ui/space_dopesheet.py
@@ -243,6 +243,7 @@ class DOPESHEET_MT_channel(bpy.types.Menu):
layout.separator()
layout.operator("anim.channels_editable_toggle")
+ layout.operator_menu_enum("action.extrapolation_type", "type", text="Extrapolation Mode")
layout.separator()
layout.operator("anim.channels_expand")
@@ -278,7 +279,6 @@ class DOPESHEET_MT_key(bpy.types.Menu):
layout.operator_menu_enum("action.keyframe_type", "type", text="Keyframe Type")
layout.operator_menu_enum("action.handle_type", "type", text="Handle Type")
layout.operator_menu_enum("action.interpolation_type", "type", text="Interpolation Mode")
- layout.operator_menu_enum("action.extrapolation_type", "type", text="Extrapolation Mode")
layout.separator()
layout.operator("action.clean")