Blender V4.5
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.

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

Used after transform operations.

void 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()

◆ EDBM_automerge_and_split()