Blender  V3.3
Macros | Functions
bmo_beautify.c File Reference
#include "BLI_math.h"
#include "MEM_guardedalloc.h"
#include "bmesh.h"
#include "bmesh_tools.h"
#include "intern/bmesh_operators_private.h"

Go to the source code of this file.

Macros

#define ELE_NEW   1
 
#define FACE_MARK   2
 

Functions

void bmo_beautify_fill_exec (BMesh *bm, BMOperator *op)
 

Detailed Description

Beautify the mesh by rotating edges between triangles to more attractive positions until no more rotations can be made.

Definition in file bmo_beautify.c.

Macro Definition Documentation

◆ ELE_NEW

#define ELE_NEW   1

Definition at line 18 of file bmo_beautify.c.

◆ FACE_MARK

#define FACE_MARK   2

Definition at line 19 of file bmo_beautify.c.

Function Documentation

◆ bmo_beautify_fill_exec()

void bmo_beautify_fill_exec ( BMesh bm,
BMOperator op 
)