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-09 19:08:53 +0300
committerCampbell Barton <ideasman42@gmail.com>2017-10-09 19:08:53 +0300
commitc90ec276b8a578527861c1e6eaae766efea0c27b (patch)
treeac1ae6dcd3460c2af83de3070d7f255f4f024bad /source/blender/editors/space_api
parentfdeb125c7a8c9f14369182901648760edc005968 (diff)
Manipulator: add cage3d scale widget
For now only show this when scale manipulator is active.
Diffstat (limited to 'source/blender/editors/space_api')
-rw-r--r--source/blender/editors/space_api/spacetypes.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/space_api/spacetypes.c b/source/blender/editors/space_api/spacetypes.c
index e64e9841139..32f6ac40d12 100644
--- a/source/blender/editors/space_api/spacetypes.c
+++ b/source/blender/editors/space_api/spacetypes.c
@@ -133,6 +133,7 @@ void ED_spacetypes_init(void)
ED_manipulatortypes_arrow_3d();
ED_manipulatortypes_primitive_3d();
ED_manipulatortypes_cage_2d();
+ ED_manipulatortypes_cage_3d();
/* register types for operators and manipulators */
spacetypes = BKE_spacetypes_list();