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-11-21 01:20:19 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-11-21 01:20:19 +0300
commitd3a75c48fdb06f7c127fd25544b641dfe44d9f01 (patch)
tree08e7590086bf05af2c22e90adc9a5c22fe1ad3ab /source/blender/editors/mesh/CMakeLists.txt
parent34b9bd3a9b3271aeb80b0aec0b3989960ffb2194 (diff)
Cleanup: move extrude gizmo to transform module
Since this is no longer mesh only, move out of mesh, rename next.
Diffstat (limited to 'source/blender/editors/mesh/CMakeLists.txt')
-rw-r--r--source/blender/editors/mesh/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/editors/mesh/CMakeLists.txt b/source/blender/editors/mesh/CMakeLists.txt
index 5e014d3ef25..4cefbf21c24 100644
--- a/source/blender/editors/mesh/CMakeLists.txt
+++ b/source/blender/editors/mesh/CMakeLists.txt
@@ -48,7 +48,6 @@ set(SRC
editmesh_bevel.c
editmesh_bisect.c
editmesh_extrude.c
- editmesh_extrude_gizmo.c
editmesh_extrude_screw.c
editmesh_extrude_spin.c
editmesh_extrude_spin_gizmo.c