Cleanup: rename edge-ring preselect file

Having all pre-selection in one file isn't so nice,
differentiate edge-ring from element pre-selection.
This commit is contained in:
Campbell Barton 2018-09-10 14:38:13 +10:00
parent 20634fd433
commit a331b5dde6
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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
*/