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-09-18 02:47:56 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-09-18 02:51:12 +0300
commit03bccd0010f158bdb4ccd4c5263978a2630e9985 (patch)
tree4f7653f14e4b42842cf46ae52314a6ea541238cd /source/blender/editors/mesh/CMakeLists.txt
parent5b221f1a6e6fedfa1f74b28041839b443f550fc5 (diff)
Cleanup: move editmesh spin gizmo into own file
To mix both initial spin and redo ends up being more involved, move into own file.
Diffstat (limited to 'source/blender/editors/mesh/CMakeLists.txt')
-rw-r--r--source/blender/editors/mesh/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/mesh/CMakeLists.txt b/source/blender/editors/mesh/CMakeLists.txt
index 592b87fe20c..7dfdf0729c0 100644
--- a/source/blender/editors/mesh/CMakeLists.txt
+++ b/source/blender/editors/mesh/CMakeLists.txt
@@ -50,6 +50,7 @@ set(SRC
editmesh_extrude.c
editmesh_extrude_screw.c
editmesh_extrude_spin.c
+ editmesh_extrude_spin_gizmo.c
editmesh_inset.c
editmesh_intersect.c
editmesh_knife.c