From d3fafa3002847af913125ef71a5b70b1580f5189 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sat, 21 Oct 2017 22:47:55 +1100 Subject: Manipulator: move 'Scale Cage' to its own tool Was activated with the regular scale manipulator, move to own tool since they are different ways to access scale. --- release/scripts/startup/bl_ui/space_toolsystem_toolbar.py | 1 + 1 file changed, 1 insertion(+) (limited to 'release') diff --git a/release/scripts/startup/bl_ui/space_toolsystem_toolbar.py b/release/scripts/startup/bl_ui/space_toolsystem_toolbar.py index d8843d4fbce..b03efce87c4 100644 --- a/release/scripts/startup/bl_ui/space_toolsystem_toolbar.py +++ b/release/scripts/startup/bl_ui/space_toolsystem_toolbar.py @@ -59,6 +59,7 @@ class VIEW3D_PT_tools_active(ToolSelectPanelHelper, Panel): (("transform.rotate", dict(release_confirm=True), dict(type='EVT_TWEAK_A', value='ANY')),)), ("Scale", None, (("transform.resize", dict(release_confirm=True), dict(type='EVT_TWEAK_A', value='ANY')),)), + ("Scale Cage", "VIEW3D_WGT_xform_cage", None), ) _tools = { -- cgit v1.2.3