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-05-20 11:38:11 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-05-20 11:38:11 +0400
commit778131234631f3256f459ef7973f1a651ae06816 (patch)
treee8faf5ea6b3e94bf8a73dbfbb46d16a7c6ce7065 /source/blender/bmesh/CMakeLists.txt
parent5cdddb12d96d8f6ab3b7f5da470dd6c5a284c71d (diff)
code cleanup: rename bmesh operator files to be more consistent
Diffstat (limited to 'source/blender/bmesh/CMakeLists.txt')
-rw-r--r--source/blender/bmesh/CMakeLists.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/source/blender/bmesh/CMakeLists.txt b/source/blender/bmesh/CMakeLists.txt
index 9114a183e2d..bacf390a87b 100644
--- a/source/blender/bmesh/CMakeLists.txt
+++ b/source/blender/bmesh/CMakeLists.txt
@@ -46,11 +46,10 @@ set(SRC
operators/bmo_create.c
operators/bmo_dissolve.c
operators/bmo_dupe.c
- operators/bmo_edgeloop_fill.c
operators/bmo_edgenet.c
- operators/bmo_edgesplit.c
operators/bmo_extrude.c
- operators/bmo_grid_fill.c
+ operators/bmo_fill_edgeloop.c
+ operators/bmo_fill_grid.c
operators/bmo_hull.c
operators/bmo_inset.c
operators/bmo_join_triangles.c
@@ -61,8 +60,9 @@ set(SRC
operators/bmo_removedoubles.c
operators/bmo_similar.c
operators/bmo_smooth_laplacian.c
- operators/bmo_symmetrize.c
+ operators/bmo_split_edges.c
operators/bmo_subdivide.c
+ operators/bmo_symmetrize.c
operators/bmo_triangulate.c
operators/bmo_unsubdivide.c
operators/bmo_utils.c