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>2013-08-29 22:45:04 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-08-29 22:45:04 +0400
commit07994d6f505622ca9c572064f54c9a53525f8662 (patch)
tree27bc213f43d2da05b028f4381da816329dc1eb1a /source/blender/editors/mesh/CMakeLists.txt
parent973e317461c1c4541e04a742c18ca328dd48b35a (diff)
mesh bisect can now be defined with mouse input
(using cursor + numeric values was too clumsy for defining orientation). once the cut is done numeric input still works as before
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 69ef4715df6..8d91b300ff3 100644
--- a/source/blender/editors/mesh/CMakeLists.txt
+++ b/source/blender/editors/mesh/CMakeLists.txt
@@ -42,6 +42,7 @@ set(SRC
editface.c
editmesh_add.c
editmesh_bevel.c
+ editmesh_bisect.c
editmesh_extrude.c
editmesh_inset.c
editmesh_knife.c