Blender V4.3
bmo_unsubdivide.cc File Reference
#include "BLI_utildefines.h"
#include "bmesh.hh"
#include "bmesh_tools.hh"
#include "intern/bmesh_operators_private.hh"

Go to the source code of this file.

Functions

void bmo_unsubdivide_exec (BMesh *bm, BMOperator *op)
 

Detailed Description

Pattern based geometry reduction which has the result similar to undoing a subdivide operation.

Definition in file bmo_unsubdivide.cc.

Function Documentation

◆ bmo_unsubdivide_exec()