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>2016-03-03 03:45:43 +0300
committerCampbell Barton <ideasman42@gmail.com>2016-03-03 03:45:43 +0300
commit2177f645855c242399f3d3324f4d8e0357c3601c (patch)
tree2fa05d8a4093482cb5aa1231ad9bfa55e19145f2 /release
parentf7062b2407c65dcf85904242281a13339d47a20a (diff)
Armature edit-mode: Add clear-roll operator, Alt-R
Diffstat (limited to 'release')
-rw-r--r--release/scripts/startup/bl_ui/space_view3d.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/release/scripts/startup/bl_ui/space_view3d.py b/release/scripts/startup/bl_ui/space_view3d.py
index f38c0d50fb7..cbcdb86c41e 100644
--- a/release/scripts/startup/bl_ui/space_view3d.py
+++ b/release/scripts/startup/bl_ui/space_view3d.py
@@ -2927,6 +2927,7 @@ class VIEW3D_MT_edit_armature_roll(Menu):
layout.separator()
layout.operator("transform.transform", text="Set Roll").mode = 'BONE_ROLL'
+ layout.operator("armature.roll_clear")
class VIEW3D_MT_edit_armature_delete(Menu):