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>2012-03-24 04:20:36 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-03-24 04:20:36 +0400
commit0c898514f0b1536e1b335f24a1408f70c0162c48 (patch)
treeacc4a64b5a20f8a684d3f6175555db35fb4fdbec /source/blender/editors/mesh/CMakeLists.txt
parent888cc0d7acc4d831bfcf160c1d85cf15d6ab885a (diff)
code cleanup: bmesh_ source files in our editor dir, they are the same as other editmesh_ files.
Diffstat (limited to 'source/blender/editors/mesh/CMakeLists.txt')
-rw-r--r--source/blender/editors/mesh/CMakeLists.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/source/blender/editors/mesh/CMakeLists.txt b/source/blender/editors/mesh/CMakeLists.txt
index 691889bb1a8..de9443d1eb4 100644
--- a/source/blender/editors/mesh/CMakeLists.txt
+++ b/source/blender/editors/mesh/CMakeLists.txt
@@ -38,14 +38,14 @@ set(INC_SYS
)
set(SRC
- bmesh_select.c
- bmesh_tools.c
- bmesh_utils.c
editface.c
editmesh_add.c
editmesh_bvh.c
- knifetool.c
- loopcut.c
+ editmesh_knife.c
+ editmesh_loopcut.c
+ editmesh_select.c
+ editmesh_tools.c
+ editmesh_utils.c
mesh_data.c
mesh_ops.c
meshtools.c