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>2017-10-21 14:47:55 +0300
committerCampbell Barton <ideasman42@gmail.com>2017-10-21 15:01:19 +0300
commitd3fafa3002847af913125ef71a5b70b1580f5189 (patch)
tree6eb108a4d3f8e4cdac5e5fd09105adee6bc6266f /release
parente1e7b6db2e01d8ea2219d410200a8856d4597222 (diff)
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.
Diffstat (limited to 'release')
-rw-r--r--release/scripts/startup/bl_ui/space_toolsystem_toolbar.py1
1 files changed, 1 insertions, 0 deletions
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 = {