Blender  V3.3
Macros
editmesh_automerge.c File Reference
#include "BKE_editmesh.h"
#include "DNA_object_types.h"
#include "ED_mesh.h"
#include "tools/bmesh_intersect_edges.h"

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 UNUSED(split_edges), 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.c.

Macro Definition Documentation

◆ BMO_ELE_TAG

#define BMO_ELE_TAG   1

Definition at line 27 of file editmesh_automerge.c.

Function Documentation

◆ EDBM_automerge()

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

◆ EDBM_automerge_and_split()

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