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

Go to the source code of this file.

Classes

struct  VertAccum
 

Macros

#define ELE_VERT_ADJUST   (1 << 0)
 
#define ELE_FACE_ADJUST   (1 << 1)
 

Functions

void bmo_planar_faces_exec (BMesh *bm, BMOperator *op)
 

Detailed Description

Iteratively flatten 4+ sided faces.

Definition in file bmo_planar_faces.c.

Macro Definition Documentation

◆ ELE_FACE_ADJUST

#define ELE_FACE_ADJUST   (1 << 1)

Definition at line 19 of file bmo_planar_faces.c.

◆ ELE_VERT_ADJUST

#define ELE_VERT_ADJUST   (1 << 0)

Definition at line 18 of file bmo_planar_faces.c.

Function Documentation

◆ bmo_planar_faces_exec()

void bmo_planar_faces_exec ( BMesh bm,
BMOperator op 
)