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-10-30 12:02:32 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-10-30 12:02:32 +0400
commit27f4609ba6532a2d2b33f8d162c01fd327dae11c (patch)
tree50df5ebbedd8a25a693e1876fc564c9da9527e70 /source/blender/bmesh/CMakeLists.txt
parent199e597922cba48d3dfbb271fa81768776f8413d (diff)
bad naming, the bmesh operator only tags, not selects.
Diffstat (limited to 'source/blender/bmesh/CMakeLists.txt')
-rw-r--r--source/blender/bmesh/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/bmesh/CMakeLists.txt b/source/blender/bmesh/CMakeLists.txt
index ac6424d4e0b..291241dc3af 100644
--- a/source/blender/bmesh/CMakeLists.txt
+++ b/source/blender/bmesh/CMakeLists.txt
@@ -52,7 +52,7 @@ set(SRC
operators/bmo_mirror.c
operators/bmo_primitive.c
operators/bmo_removedoubles.c
- operators/bmo_select_similar.c
+ operators/bmo_similar.c
operators/bmo_smooth_laplacian.c
operators/bmo_symmetrize.c
operators/bmo_subdivide.c