doxygen: add newline after \file

While \file doesn't need an argument, it can't have another doxy
command after it.
This commit is contained in:
2019-02-18 08:08:12 +11:00
parent 3316853323
commit de13d0a80c
2994 changed files with 6288 additions and 3339 deletions

View File

@@ -17,7 +17,8 @@
#ifndef __BMESH_H__
#define __BMESH_H__
/** \file \ingroup bmesh
/** \file
* \ingroup bmesh
*
* \addtogroup bmesh BMesh
*

View File

@@ -17,7 +17,8 @@
#ifndef __BMESH_CLASS_H__
#define __BMESH_CLASS_H__
/** \file \ingroup bmesh
/** \file
* \ingroup bmesh
*/
/* bmesh data structures */

View File

@@ -17,7 +17,8 @@
#ifndef __BMESH_TOOLS_H__
#define __BMESH_TOOLS_H__
/** \file \ingroup bmesh
/** \file
* \ingroup bmesh
*
* Utility functions that operate directly on the BMesh,
* These can be used by both Modifiers and BMesh-Operators.

View File

@@ -14,7 +14,8 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/** \file \ingroup bmesh
/** \file
* \ingroup bmesh
*
* BM element callback functions.
*/

View File

@@ -17,7 +17,8 @@
#ifndef __BMESH_CALLBACK_GENERIC_H__
#define __BMESH_CALLBACK_GENERIC_H__
/** \file \ingroup bmesh
/** \file
* \ingroup bmesh
*/
bool BM_elem_cb_check_hflag_enabled(BMElem *, void *user_data);

View File

@@ -17,7 +17,8 @@
* All rights reserved.
*/
/** \file \ingroup bmesh
/** \file
* \ingroup bmesh
*
* BM construction functions.
*/

View File

@@ -17,7 +17,8 @@
#ifndef __BMESH_CONSTRUCT_H__
#define __BMESH_CONSTRUCT_H__
/** \file \ingroup bmesh
/** \file
* \ingroup bmesh
*/
struct BMAllocTemplate;

View File

@@ -14,7 +14,8 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/** \file \ingroup bmesh
/** \file
* \ingroup bmesh
*
* Core BMesh functions for adding, removing BMesh elements.
*/

View File

@@ -17,7 +17,8 @@
#ifndef __BMESH_CORE_H__
#define __BMESH_CORE_H__
/** \file \ingroup bmesh
/** \file
* \ingroup bmesh
*/
BMFace *BM_face_copy(

View File

@@ -17,7 +17,8 @@
* All rights reserved.
*/
/** \file \ingroup bmesh
/** \file
* \ingroup bmesh
*
* BM remove functions.
*/

View File

@@ -17,7 +17,8 @@
#ifndef __BMESH_DELETE_H__
#define __BMESH_DELETE_H__
/** \file \ingroup bmesh
/** \file
* \ingroup bmesh
*/
void BMO_mesh_delete_oflag_tagged(BMesh *bm, const short oflag, const char htype);

View File

@@ -17,7 +17,8 @@
* All rights reserved.
*/
/** \file \ingroup bmesh
/** \file
* \ingroup bmesh
*
* Generic utility functions for getting edge loops from a mesh.
*/

View File

@@ -20,7 +20,8 @@
#ifndef __BMESH_EDGELOOP_H__
#define __BMESH_EDGELOOP_H__
/** \file \ingroup bmesh
/** \file
* \ingroup bmesh
*/
struct BMEdgeLoopStore;

View File

@@ -17,7 +17,8 @@
#ifndef __BMESH_ERROR_H__
#define __BMESH_ERROR_H__
/** \file \ingroup bmesh
/** \file
* \ingroup bmesh
*/
/*----------- bmop error system ----------*/

View File

@@ -14,7 +14,8 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/** \file \ingroup bmesh
/** \file
* \ingroup bmesh
*
* BM Inline functions.
*/

View File

@@ -17,7 +17,8 @@
* All rights reserved.
*/
/** \file \ingroup bmesh
/** \file
* \ingroup bmesh
*
* Functions for interpolating data across the surface of a mesh.
*/

View File

@@ -17,7 +17,8 @@
#ifndef __BMESH_INTERP_H__
#define __BMESH_INTERP_H__
/** \file \ingroup bmesh
/** \file
* \ingroup bmesh
*/
struct LinkNode;

View File

@@ -14,7 +14,8 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/** \file \ingroup bmesh
/** \file
* \ingroup bmesh
*
* Functions to abstract looping over bmesh data structures.
*

View File

@@ -17,7 +17,8 @@
#ifndef __BMESH_ITERATORS_H__
#define __BMESH_ITERATORS_H__
/** \file \ingroup bmesh
/** \file
* \ingroup bmesh
*/
/**

View File

@@ -14,7 +14,8 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/** \file \ingroup bmesh
/** \file
* \ingroup bmesh
*
* BMesh inline iterator functions.
*/

View File

@@ -14,7 +14,8 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/** \file \ingroup bmesh
/** \file
* \ingroup bmesh
*
* The BMLog is an interface for storing undo/redo steps as a BMesh is
* modified. It only stores changes to the BMesh, not full copies.

View File

@@ -17,7 +17,8 @@
#ifndef __BMESH_LOG_H__
#define __BMESH_LOG_H__
/** \file \ingroup bmesh
/** \file
* \ingroup bmesh
*/
struct BMFace;

View File

@@ -14,7 +14,8 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/** \file \ingroup bmesh
/** \file
* \ingroup bmesh
*
* Selection routines for bmesh structures.
* This is actually all old code ripped from

View File

@@ -17,7 +17,8 @@
#ifndef __BMESH_MARKING_H__
#define __BMESH_MARKING_H__
/** \file \ingroup bmesh
/** \file
* \ingroup bmesh
*/
typedef struct BMEditSelection {

View File

@@ -14,7 +14,8 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/** \file \ingroup bmesh
/** \file
* \ingroup bmesh
*
* BM mesh level functions.
*/

View File

@@ -17,7 +17,8 @@
#ifndef __BMESH_MESH_H__
#define __BMESH_MESH_H__
/** \file \ingroup bmesh
/** \file
* \ingroup bmesh
*/
struct BMAllocTemplate;

View File

@@ -14,7 +14,8 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/** \file \ingroup bmesh
/** \file
* \ingroup bmesh
*
* BM mesh conversion functions.
*

View File

@@ -20,7 +20,8 @@
#ifndef __BMESH_MESH_CONV_H__
#define __BMESH_MESH_CONV_H__
/** \file \ingroup bmesh
/** \file
* \ingroup bmesh
*/
struct Main;

View File

@@ -17,7 +17,8 @@
* All rights reserved.
*/
/** \file \ingroup bmesh
/** \file
* \ingroup bmesh
*
* BM mesh validation function.
*/

View File

@@ -20,7 +20,8 @@
#ifndef __BMESH_MESH_VALIDATE_H__
#define __BMESH_MESH_VALIDATE_H__
/** \file \ingroup bmesh
/** \file
* \ingroup bmesh
*/
bool BM_mesh_validate(BMesh *bm);

View File

@@ -14,7 +14,8 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/** \file \ingroup bmesh
/** \file
* \ingroup bmesh
*
* This file contains functions for locally modifying
* the topology of existing mesh data. (split, join, flip etc).

View File

@@ -17,7 +17,8 @@
#ifndef __BMESH_MODS_H__
#define __BMESH_MODS_H__
/** \file \ingroup bmesh
/** \file
* \ingroup bmesh
*/
bool BM_vert_dissolve(BMesh *bm, BMVert *v);

View File

@@ -14,7 +14,8 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/** \file \ingroup bmesh
/** \file
* \ingroup bmesh
*
* BMesh operator definitions.
*

View File

@@ -17,7 +17,8 @@
#ifndef __BMESH_OPERATOR_API_H__
#define __BMESH_OPERATOR_API_H__
/** \file \ingroup bmesh
/** \file
* \ingroup bmesh
*/
#ifdef __cplusplus

View File

@@ -14,7 +14,8 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/** \file \ingroup bmesh
/** \file
* \ingroup bmesh
*
* BMesh inline operator functions.
*/

View File

@@ -14,7 +14,8 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/** \file \ingroup bmesh
/** \file
* \ingroup bmesh
*
* BMesh operator access.
*/

View File

@@ -17,7 +17,8 @@
#ifndef __BMESH_OPERATORS_H__
#define __BMESH_OPERATORS_H__
/** \file \ingroup bmesh
/** \file
* \ingroup bmesh
*/
/*see comments in intern/bmesh_opdefines.c for documentation of specific operators*/

View File

@@ -17,7 +17,8 @@
#ifndef __BMESH_OPERATORS_PRIVATE_H__
#define __BMESH_OPERATORS_PRIVATE_H__
/** \file \ingroup bmesh
/** \file
* \ingroup bmesh
*/
struct BMOperator;

View File

@@ -14,7 +14,8 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/** \file \ingroup bmesh
/** \file
* \ingroup bmesh
*
* This file contains code for dealing
* with polygons (normal/area calculation,

View File

@@ -17,7 +17,8 @@
#ifndef __BMESH_POLYGON_H__
#define __BMESH_POLYGON_H__
/** \file \ingroup bmesh
/** \file
* \ingroup bmesh
*/
struct Heap;

View File

@@ -14,7 +14,8 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/** \file \ingroup bmesh
/** \file
* \ingroup bmesh
*
* This file contains functions for splitting faces into isolated regions,
* defined by connected edges.

View File

@@ -17,7 +17,8 @@
#ifndef __BMESH_POLYGON_EDGENET_H__
#define __BMESH_POLYGON_EDGENET_H__
/** \file \ingroup bmesh
/** \file
* \ingroup bmesh
*/
bool BM_face_split_edgenet(

View File

@@ -20,7 +20,8 @@
#ifndef __BMESH_PRIVATE_H__
#define __BMESH_PRIVATE_H__
/** \file \ingroup bmesh
/** \file
* \ingroup bmesh
*
* Private function prototypes for bmesh public API.
* This file is a grab-bag of functions from various

View File

@@ -14,7 +14,8 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/** \file \ingroup bmesh
/** \file
* \ingroup bmesh
*
* This file contains functions for answering common
* Topological and geometric queries about a mesh, such

View File

@@ -17,7 +17,8 @@
#ifndef __BMESH_QUERY_H__
#define __BMESH_QUERY_H__
/** \file \ingroup bmesh
/** \file
* \ingroup bmesh
*/
bool BM_vert_in_face(BMVert *v, BMFace *f) ATTR_WARN_UNUSED_RESULT ATTR_NONNULL();

View File

@@ -14,7 +14,8 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/** \file \ingroup bmesh
/** \file
* \ingroup bmesh
*/

View File

@@ -17,7 +17,8 @@
* All rights reserved.
*/
/** \file \ingroup bmesh
/** \file
* \ingroup bmesh
*
* Low level routines for manipulating the BM structure.
*/

View File

@@ -20,7 +20,8 @@
#ifndef __BMESH_STRUCTURE_H__
#define __BMESH_STRUCTURE_H__
/** \file \ingroup bmesh
/** \file
* \ingroup bmesh
*
* The lowest level of functionality for manipulating bmesh structures.
* None of these functions should ever be exported to the rest of Blender.

View File

@@ -14,7 +14,8 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/** \file \ingroup bmesh
/** \file
* \ingroup bmesh
*
* BMesh inline operator functions.
*/

View File

@@ -14,7 +14,8 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/** \file \ingroup bmesh
/** \file
* \ingroup bmesh
*
* BMesh Walker API.
*/

View File

@@ -17,7 +17,8 @@
#ifndef __BMESH_WALKERS_H__
#define __BMESH_WALKERS_H__
/** \file \ingroup bmesh
/** \file
* \ingroup bmesh
*/
/*

View File

@@ -14,7 +14,8 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/** \file \ingroup bmesh
/** \file
* \ingroup bmesh
*
* BMesh Walker Code.
*/

View File

@@ -17,7 +17,8 @@
#ifndef __BMESH_WALKERS_PRIVATE_H__
#define __BMESH_WALKERS_PRIVATE_H__
/** \file \ingroup bmesh
/** \file
* \ingroup bmesh
*
* BMesh walker API.
*/

View File

@@ -14,7 +14,8 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/** \file \ingroup bmesh
/** \file
* \ingroup bmesh
*
* Beautify the mesh by rotating edges between triangles
* to more attractive positions until no more rotations can be made.

View File

@@ -14,7 +14,8 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/** \file \ingroup bmesh
/** \file
* \ingroup bmesh
*
* Bevel wrapper around #BM_mesh_bevel
*/

View File

@@ -14,7 +14,8 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/** \file \ingroup bmesh
/** \file
* \ingroup bmesh
*
* Wrapper around #BM_mesh_bisect_plane
*/

View File

@@ -14,7 +14,8 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/** \file \ingroup bmesh
/** \file
* \ingroup bmesh
*
* Connect verts across faces (splits faces) and bridge tool.
*/

View File

@@ -14,7 +14,8 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/** \file \ingroup bmesh
/** \file
* \ingroup bmesh
*
* Connect verts across faces (splits faces).
*/

View File

@@ -14,7 +14,8 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/** \file \ingroup bmesh
/** \file
* \ingroup bmesh
*
* Connect vertices so all resulting faces are convex.
*

View File

@@ -14,7 +14,8 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/** \file \ingroup bmesh
/** \file
* \ingroup bmesh
*
* Connect verts non-planer faces iteratively (splits faces).
*/

View File

@@ -14,7 +14,8 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/** \file \ingroup bmesh
/** \file
* \ingroup bmesh
*
* Connect vertex pair across multiple faces (splits faces).
*/

View File

@@ -14,7 +14,8 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/** \file \ingroup bmesh
/** \file
* \ingroup bmesh
*
* Create faces or edges (Fkey by default).
*/

View File

@@ -14,7 +14,8 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/** \file \ingroup bmesh
/** \file
* \ingroup bmesh
*
* Removes isolated geometry regions without creating holes in the mesh.
*/

View File

@@ -14,7 +14,8 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/** \file \ingroup bmesh
/** \file
* \ingroup bmesh
*
* Duplicate, Split, Split operators.
*/

View File

@@ -14,7 +14,8 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/** \file \ingroup bmesh
/** \file
* \ingroup bmesh
*
* Edge-Net for filling in open edge-loops.
*/

View File

@@ -14,7 +14,8 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/** \file \ingroup bmesh
/** \file
* \ingroup bmesh
*
* Extrude faces and solidify.
*/

View File

@@ -14,7 +14,8 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/** \file \ingroup bmesh
/** \file
* \ingroup bmesh
*
* Fill in geometry with the attributes of their adjacent data.
*/

View File

@@ -14,7 +14,8 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/** \file \ingroup bmesh
/** \file
* \ingroup bmesh
*
* Fill discreet edge loop(s) with faces.
*/

View File

@@ -14,7 +14,8 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/** \file \ingroup bmesh
/** \file
* \ingroup bmesh
*
* Fill 2 isolated, open edge loops with a grid of quads.
*/

View File

@@ -14,7 +14,8 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/** \file \ingroup bmesh
/** \file
* \ingroup bmesh
*
* Fill boundary edge loop(s) with faces.
*/

View File

@@ -14,7 +14,8 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/** \file \ingroup bmesh
/** \file
* \ingroup bmesh
*
* Create a convex hull using bullet physics library.
*/

View File

@@ -14,7 +14,8 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/** \file \ingroup bmesh
/** \file
* \ingroup bmesh
*
* Inset face regions.
* Inset individual faces.

View File

@@ -14,7 +14,8 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/** \file \ingroup bmesh
/** \file
* \ingroup bmesh
*
* Convert triangle to quads.
*

View File

@@ -14,7 +14,8 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/** \file \ingroup bmesh
/** \file
* \ingroup bmesh
*
* This file contains functions
* for converting a Mesh

View File

@@ -14,7 +14,8 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/** \file \ingroup bmesh
/** \file
* \ingroup bmesh
*
* Basic mirror, optionally with UVs's.
*/

View File

@@ -14,7 +14,8 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/** \file \ingroup bmesh
/** \file
* \ingroup bmesh
*
* normal recalculation.
*/
@@ -50,7 +51,7 @@ static bool bmo_recalc_normal_loop_filter_cb(const BMLoop *l, void *UNUSED(user_
* +
* |\ <- face
* + +
* \ \
* \ \
* \ \
* \ +--------------+
* \ |

View File

@@ -14,7 +14,8 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/** \file \ingroup bmesh
/** \file
* \ingroup bmesh
*
* Simple edge offset functionality.
*

View File

@@ -14,7 +14,8 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/** \file \ingroup bmesh
/** \file
* \ingroup bmesh
*
* Iteratively flatten 4+ sided faces.
*/

View File

@@ -14,7 +14,8 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/** \file \ingroup bmesh
/** \file
* \ingroup bmesh
*
* Pokes a face.
*

View File

@@ -14,7 +14,8 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/** \file \ingroup bmesh
/** \file
* \ingroup bmesh
*
* Primitive shapes.
*/

View File

@@ -14,7 +14,8 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/** \file \ingroup bmesh
/** \file
* \ingroup bmesh
*
* Welding and merging functionality.
*/

View File

@@ -14,7 +14,8 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/** \file \ingroup bmesh
/** \file
* \ingroup bmesh
*
* Rotate edges topology that share two faces.
*/

View File

@@ -14,7 +14,8 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/** \file \ingroup bmesh
/** \file
* \ingroup bmesh
*
* Advanced smoothing.
*/

View File

@@ -14,7 +14,8 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/** \file \ingroup bmesh
/** \file
* \ingroup bmesh
*
* Just a wrapper around #BM_mesh_edgesplit
*/

View File

@@ -14,7 +14,8 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/** \file \ingroup bmesh
/** \file
* \ingroup bmesh
*
* Edge based subdivision with various subdivision patterns.
*/

View File

@@ -14,7 +14,8 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/** \file \ingroup bmesh
/** \file
* \ingroup bmesh
*
* This operator is a special edge-ring subdivision tool
* which gives special options for interpolation.

View File

@@ -14,7 +14,8 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/** \file \ingroup bmesh
/** \file
* \ingroup bmesh
*
* Makes the mesh symmetrical by splitting along an axis and duplicating the geometry.
*/

View File

@@ -14,7 +14,8 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/** \file \ingroup bmesh
/** \file
* \ingroup bmesh
*
* Triangulate faces, also defines triangle fill.
*/

View File

@@ -14,7 +14,8 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/** \file \ingroup bmesh
/** \file
* \ingroup bmesh
*
* Pattern based geometry reduction which has the result similar to undoing
* a subdivide operation.

View File

@@ -14,7 +14,8 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/** \file \ingroup bmesh
/** \file
* \ingroup bmesh
*
* utility bmesh operators, e.g. transform,
* translate, rotate, scale, etc.

View File

@@ -14,7 +14,8 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/** \file \ingroup bmesh
/** \file
* \ingroup bmesh
*
* Creates a solid wireframe from connected faces.
*/

View File

@@ -14,7 +14,8 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/** \file \ingroup bmesh
/** \file
* \ingroup bmesh
*
* Beautify the mesh by rotating edges between triangles
* to more attractive positions until no more rotations can be made.

View File

@@ -17,7 +17,8 @@
#ifndef __BMESH_BEAUTIFY_H__
#define __BMESH_BEAUTIFY_H__
/** \file \ingroup bmesh
/** \file
* \ingroup bmesh
*/
enum {

View File

@@ -5889,7 +5889,7 @@ static void set_profile_spacing(BevelParams *bp)
* Assume we have a situation like:
*
* a d
* \ /
* \ /
* A \ / C
* \ th1 th2/
* b---------c

View File

@@ -14,7 +14,8 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/** \file \ingroup bmesh
/** \file
* \ingroup bmesh
*
* Cut the geometry in half using a plane.
*

View File

@@ -17,7 +17,8 @@
#ifndef __BMESH_BISECT_PLANE_H__
#define __BMESH_BISECT_PLANE_H__
/** \file \ingroup bmesh
/** \file
* \ingroup bmesh
*/
void BM_mesh_bisect_plane(

View File

@@ -17,7 +17,8 @@
#ifndef __BMESH_DECIMATE_H__
#define __BMESH_DECIMATE_H__
/** \file \ingroup bmesh
/** \file
* \ingroup bmesh
*/
void BM_mesh_decimate_collapse(

View File

@@ -14,7 +14,8 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/** \file \ingroup bmesh
/** \file
* \ingroup bmesh
*
* BMesh decimator that uses an edge collapse method.
*/

View File

@@ -14,7 +14,8 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/** \file \ingroup bmesh
/** \file
* \ingroup bmesh
*
* BMesh decimator that dissolves flat areas into polygons (ngons).
*/

View File

@@ -14,7 +14,8 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/** \file \ingroup bmesh
/** \file
* \ingroup bmesh
*
* BMesh decimator that uses a grid un-subdivide method.
*/

Some files were not shown because too many files have changed in this diff Show More