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>2019-01-26 13:43:24 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-01-26 13:43:24 +0300
commitf20dbc293fc9041a487544652f2d3baf1a4452c8 (patch)
treeb55a726a6999cea4ec07b7bb867b4c77a16782f9 /source/blender/blenkernel/intern/mesh_evaluate.c
parent1e4aab36c237b751c23be161217d989472bfaf20 (diff)
Cleanup: blank lines over doxy headers
Diffstat (limited to 'source/blender/blenkernel/intern/mesh_evaluate.c')
-rw-r--r--source/blender/blenkernel/intern/mesh_evaluate.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/source/blender/blenkernel/intern/mesh_evaluate.c b/source/blender/blenkernel/intern/mesh_evaluate.c
index 192d12fd25f..725625bc824 100644
--- a/source/blender/blenkernel/intern/mesh_evaluate.c
+++ b/source/blender/blenkernel/intern/mesh_evaluate.c
@@ -68,7 +68,6 @@
#endif
/* -------------------------------------------------------------------- */
-
/** \name Mesh Normal Calculation
* \{ */
@@ -1891,7 +1890,6 @@ void BKE_mesh_normals_loop_to_vertex(
/* -------------------------------------------------------------------- */
-
/** \name Polygon Calculations
* \{ */
@@ -2222,7 +2220,6 @@ void BKE_mesh_poly_edgebitmap_insert(unsigned int *edge_bitmap, const MPoly *mp,
/* -------------------------------------------------------------------- */
-
/** \name Mesh Center Calculation
* \{ */
@@ -2324,7 +2321,6 @@ bool BKE_mesh_center_of_volume(const Mesh *me, float r_cent[3])
/* -------------------------------------------------------------------- */
-
/** \name Mesh Volume Calculation
* \{ */
@@ -2430,7 +2426,6 @@ void BKE_mesh_calc_volume(
/** \} */
/* -------------------------------------------------------------------- */
-
/** \name NGon Tessellation (NGon/Tessface Conversion)
* \{ */
@@ -3400,7 +3395,6 @@ void BKE_mesh_polygons_flip(
}
/* -------------------------------------------------------------------- */
-
/** \name Mesh Flag Flushing
* \{ */
@@ -3591,7 +3585,6 @@ void BKE_mesh_flush_select_from_verts(Mesh *me)
/** \} */
/* -------------------------------------------------------------------- */
-
/** \name Mesh Spatial Calculation
* \{ */