From a331b5dde6f7deebd39b1e36a616e8f348a66d51 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 10 Sep 2018 14:38:13 +1000 Subject: [PATCH] Cleanup: rename edge-ring preselect file Having all pre-selection in one file isn't so nice, differentiate edge-ring from element pre-selection. --- source/blender/editors/mesh/CMakeLists.txt | 2 +- .../{editmesh_preselect.c => editmesh_preselect_edgering.c} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename source/blender/editors/mesh/{editmesh_preselect.c => editmesh_preselect_edgering.c} (99%) 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 diff --git a/source/blender/editors/mesh/editmesh_preselect.c b/source/blender/editors/mesh/editmesh_preselect_edgering.c similarity index 99% rename from source/blender/editors/mesh/editmesh_preselect.c rename to source/blender/editors/mesh/editmesh_preselect_edgering.c index 97a866ba9fa..ce62998a133 100644 --- a/source/blender/editors/mesh/editmesh_preselect.c +++ b/source/blender/editors/mesh/editmesh_preselect_edgering.c @@ -18,7 +18,7 @@ * ***** END GPL LICENSE BLOCK ***** */ -/** \file blender/editors/mesh/editmesh_preselect.c +/** \file blender/editors/mesh/editmesh_preselect_edgering.c * \ingroup edmesh */