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>2018-08-21 12:02:28 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-08-21 12:05:07 +0300
commit79ecfc99fd75f897a6140639474a7b0e5910a9ff (patch)
treea0256e83713f4d866e10a43e87c2ebf84d998f6a /source/blender/editors/space_api/spacetypes.c
parentf7162d214ec31daf886acf3618fa9aa567c7521d (diff)
Tool System: loopcut preview & activate on click
The loop cut tool now works as expected for the tool-system, where hovering previews the loop and clicking activates. This uses a new gizmo type to pre-select the edge.
Diffstat (limited to 'source/blender/editors/space_api/spacetypes.c')
-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 84de55a172d..5492cf13564 100644
--- a/source/blender/editors/space_api/spacetypes.c
+++ b/source/blender/editors/space_api/spacetypes.c
@@ -135,6 +135,7 @@ void ED_spacetypes_init(void)
ED_gizmotypes_grab_3d();
ED_gizmotypes_arrow_2d();
ED_gizmotypes_arrow_3d();
+ ED_gizmotypes_preselect_3d();
ED_gizmotypes_primitive_3d();
ED_gizmotypes_blank_3d();
ED_gizmotypes_cage_2d();