Blender V5.0
editmesh_automerge.cc File Reference

Go to the source code of this file.

Macros

#define BMO_ELE_TAG   1

Functions

Auto-Merge Selection

Used after transform operations.

static bool edbm_automerge_impl (Object *obedit, bool update, const char hflag, const float dist, const bool use_connected)
bool EDBM_automerge (Object *obedit, bool update, const char hflag, const float dist)
bool EDBM_automerge_connected (Object *obedit, bool update, const char hflag, const float dist)
Auto-Merge & Split Selection

Used after transform operations.

bool EDBM_automerge_and_split (Object *obedit, const bool, const bool split_faces, const bool update, const char hflag, const float dist)

Detailed Description

Utility functions for merging geometry once transform has finished:

Definition in file editmesh_automerge.cc.

Macro Definition Documentation

◆ BMO_ELE_TAG

#define BMO_ELE_TAG   1

Function Documentation

◆ EDBM_automerge()

bool EDBM_automerge ( Object * obedit,
bool update,
char hflag,
float dist )

◆ EDBM_automerge_and_split()

◆ EDBM_automerge_connected()

bool EDBM_automerge_connected ( Object * obedit,
bool update,
char hflag,
float dist )
Returns
true if a change is made.

Definition at line 81 of file editmesh_automerge.cc.

References edbm_automerge_impl(), and update().

Referenced by edbm_bevel_calc(), and mesh_symmetrize_exec().

◆ edbm_automerge_impl()

bool edbm_automerge_impl ( Object * obedit,
bool update,
const char hflag,
const float dist,
const bool use_connected )
static