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/transform/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/transform/CMakeLists.txt')
-rw-r--r--source/blender/editors/transform/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/editors/transform/CMakeLists.txt b/source/blender/editors/transform/CMakeLists.txt
index 45055eb1225..ccc143af18f 100644
--- a/source/blender/editors/transform/CMakeLists.txt
+++ b/source/blender/editors/transform/CMakeLists.txt
@@ -45,9 +45,10 @@ set(SRC
transform_constraints.c
transform_conversions.c
transform_generics.c
- transform_input.c
transform_gizmo_2d.c
transform_gizmo_3d.c
+ transform_gizmo_extrude_3d.c
+ transform_input.c
transform_ops.c
transform_orientations.c
transform_snap.c