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-05-10 21:16:22 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-05-10 21:31:10 +0300
commit3f3326af1ce079b1526c407dbc11dd12c4a1bb79 (patch)
tree9eb757f64ac563aa2c645ce89f54177bca30362d /source/blender/editors/mesh/CMakeLists.txt
parent4332edcc3e311337bc31a6f5de881a77264d52f2 (diff)
EditMesh: add cube interactive tool
Initial add-cube tool which uses the scale cage to resize. The 3D cursor is currently used to project the cursor onto. We'll likely have more orientation options in the future.
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 1d861257397..5cd768b4fe3 100644
--- a/source/blender/editors/mesh/CMakeLists.txt
+++ b/source/blender/editors/mesh/CMakeLists.txt
@@ -44,6 +44,7 @@ set(INC_SYS
set(SRC
editface.c
editmesh_add.c
+ editmesh_add_manipulator.c
editmesh_bevel.c
editmesh_bisect.c
editmesh_extrude.c