Blender V4.3
bmo_beautify.cc File Reference

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.cc.

Macro Definition Documentation

◆ ELE_NEW

#define ELE_NEW   1

Definition at line 18 of file bmo_beautify.cc.

Referenced by bmo_beautify_fill_exec().

◆ FACE_MARK

#define FACE_MARK   2

Definition at line 19 of file bmo_beautify.cc.

Referenced by bmo_beautify_fill_exec().

Function Documentation

◆ bmo_beautify_fill_exec()