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_view3d/CMakeLists.txt
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_view3d/CMakeLists.txt')
-rw-r--r--source/blender/editors/space_view3d/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/editors/space_view3d/CMakeLists.txt b/source/blender/editors/space_view3d/CMakeLists.txt
index b85525dd2ee..4bcec142aa9 100644
--- a/source/blender/editors/space_view3d/CMakeLists.txt
+++ b/source/blender/editors/space_view3d/CMakeLists.txt
@@ -63,6 +63,8 @@ set(SRC
view3d_gizmo_navigate.c
view3d_gizmo_navigate_type.c
view3d_gizmo_ruler.c
+ view3d_gizmo_preselect.c
+ view3d_gizmo_preselect_type.c
view3d_ops.c
view3d_project.c
view3d_ruler.c