code cleanup: rename bmesh operator files to be more consistent

This commit is contained in:
Campbell Barton 2013-05-20 07:38:11 +00:00
parent 5cdddb12d9
commit 7781312346
5 changed files with 9 additions and 9 deletions

@ -26,8 +26,8 @@
Example Win32 usage:
c:\Python32\python.exe c:\blender_dev\blender\build_files\cmake\cmake_qtcreator_project.py c:\blender_dev\cmake_build
example linux usage
python .~/blenderSVN/blender/build_files/cmake/cmake_qtcreator_project.py ~/blenderSVN/cmake
Example Linux usage:
python ~/blenderSVN/blender/build_files/cmake/cmake_qtcreator_project.py ~/blenderSVN/cmake
"""
__all__ = (

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

@ -20,7 +20,7 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/bmesh/operators/bmo_edgeloop_fill.c
/** \file blender/bmesh/operators/bmo_fill_edgeloop.c
* \ingroup bmesh
*
* Fill discreet edge loop(s) with faces.

@ -20,7 +20,7 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/bmesh/operators/bmo_grid_fill.c
/** \file blender/bmesh/operators/bmo_fill_grid.c
* \ingroup bmesh
*
* Fill 2 isolated, open edge loops with a grid of quads.

@ -20,7 +20,7 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/bmesh/operators/bmo_edgesplit.c
/** \file blender/bmesh/operators/bmo_split_edges.c
* \ingroup bmesh
*
* Just a wrapper around #BM_mesh_edgesplit