Cleanup: balance doxy sections
This commit is contained in:
@@ -465,6 +465,10 @@ void BKE_mesh_calc_volume(const float (*vert_positions)[3],
|
||||
|
||||
/** \} */
|
||||
|
||||
/* -------------------------------------------------------------------- */
|
||||
/** \name Mesh Displacement Data Flip
|
||||
* \{ */
|
||||
|
||||
void BKE_mesh_mdisp_flip(MDisps *md, const bool use_loop_mdisp_flip)
|
||||
{
|
||||
if (UNLIKELY(!md->totdisp || !md->disps)) {
|
||||
|
||||
@@ -120,12 +120,12 @@ bool BKE_mesh_face_normals_are_dirty(const Mesh *mesh)
|
||||
|
||||
/** \} */
|
||||
|
||||
namespace blender::bke::mesh {
|
||||
|
||||
/* -------------------------------------------------------------------- */
|
||||
/** \name Mesh Normal Calculation (Polygons)
|
||||
* \{ */
|
||||
|
||||
namespace blender::bke::mesh {
|
||||
|
||||
/*
|
||||
* COMPUTE POLY NORMAL
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user