From c90ec276b8a578527861c1e6eaae766efea0c27b Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 10 Oct 2017 03:08:53 +1100 Subject: Manipulator: add cage3d scale widget For now only show this when scale manipulator is active. --- source/blender/editors/space_api/spacetypes.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/editors/space_api/spacetypes.c') 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(); -- cgit v1.2.3