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 /source/blender/editors/space_view3d
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 'source/blender/editors/space_view3d')
-rw-r--r--source/blender/editors/space_view3d/space_view3d.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/editors/space_view3d/space_view3d.c b/source/blender/editors/space_view3d/space_view3d.c
index 2267c12f100..6ca4db2e056 100644
--- a/source/blender/editors/space_view3d/space_view3d.c
+++ b/source/blender/editors/space_view3d/space_view3d.c
@@ -743,6 +743,8 @@ static void view3d_widgets(void)
WM_manipulatorgrouptype_append_and_link(mmap_type, VIEW3D_WGT_camera_view);
WM_manipulatorgrouptype_append_and_link(mmap_type, VIEW3D_WGT_empty_image);
WM_manipulatorgrouptype_append_and_link(mmap_type, VIEW3D_WGT_armature_spline);
+
+ WM_manipulatorgrouptype_append(VIEW3D_WGT_xform_cage);
}