Blender V4.3
bmo_planar_faces.cc File Reference
#include "MEM_guardedalloc.h"
#include "BLI_ghash.h"
#include "BLI_math_geom.h"
#include "BLI_math_vector.h"
#include "bmesh.hh"
#include "intern/bmesh_operators_private.hh"

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

Macro Definition Documentation

◆ ELE_FACE_ADJUST

#define ELE_FACE_ADJUST   (1 << 1)

Definition at line 22 of file bmo_planar_faces.cc.

Referenced by bmo_planar_faces_exec().

◆ ELE_VERT_ADJUST

#define ELE_VERT_ADJUST   (1 << 0)

Definition at line 21 of file bmo_planar_faces.cc.

Referenced by bmo_planar_faces_exec().

Function Documentation

◆ bmo_planar_faces_exec()