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/include/ED_transform.h
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/include/ED_transform.h')
-rw-r--r--source/blender/editors/include/ED_transform.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/include/ED_transform.h b/source/blender/editors/include/ED_transform.h
index c6702ae3eaf..8fd0c8c68a8 100644
--- a/source/blender/editors/include/ED_transform.h
+++ b/source/blender/editors/include/ED_transform.h
@@ -159,6 +159,7 @@ void Transform_Properties(struct wmOperatorType *ot, int flags);
/* transform manipulators */
void TRANSFORM_WGT_manipulator(struct wmManipulatorGroupType *wgt);
+void VIEW3D_WGT_xform_cage(struct wmManipulatorGroupType *wgt);
bool ED_widgetgroup_manipulator2d_poll(const struct bContext *C, struct wmManipulatorGroupType *wgt);
void ED_widgetgroup_manipulator2d_setup(const struct bContext *C, struct wmManipulatorGroup *mgroup);