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-09-10 07:38:13 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-09-10 07:38:13 +0300
commita331b5dde6f7deebd39b1e36a616e8f348a66d51 (patch)
tree82893dda3de9e048445feb5df039eb189a7ba2a8 /source/blender/editors/mesh/CMakeLists.txt
parent20634fd433b07bbd90358a625792292e9581a0f6 (diff)
Cleanup: rename edge-ring preselect file
Having all pre-selection in one file isn't so nice, differentiate edge-ring from element pre-selection.
Diffstat (limited to 'source/blender/editors/mesh/CMakeLists.txt')
-rw-r--r--source/blender/editors/mesh/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/mesh/CMakeLists.txt b/source/blender/editors/mesh/CMakeLists.txt
index 43360af9e18..592b87fe20c 100644
--- a/source/blender/editors/mesh/CMakeLists.txt
+++ b/source/blender/editors/mesh/CMakeLists.txt
@@ -57,7 +57,7 @@ set(SRC
editmesh_loopcut.c
editmesh_path.c
editmesh_polybuild.c
- editmesh_preselect.c
+ editmesh_preselect_edgering.c
editmesh_preselect_elem.c
editmesh_rip.c
editmesh_rip_edge.c