Home
last modified time | relevance | path

Searched refs:emcopy (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/blender/blender-2.91.0/source/blender/editors/mesh/
H A Deditmesh_utils.c135 if (!em->emcopy) { in EDBM_op_init()
153 BMEditMesh *emcopy = em->emcopy; in EDBM_op_finish() local
160 *em = *emcopy; in EDBM_op_finish()
162 MEM_freeN(emcopy); in EDBM_op_finish()
164 em->emcopy = NULL; in EDBM_op_finish()
198 BKE_editmesh_free(em->emcopy); in EDBM_op_finish()
199 MEM_freeN(em->emcopy); in EDBM_op_finish()
200 em->emcopy = NULL; in EDBM_op_finish()
220 if (!em->emcopy) { in EDBM_op_callf()
252 if (!em->emcopy) { in EDBM_op_call_and_selectf()
[all …]
/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/
H A DBKE_editmesh.h57 struct BMEditMesh *emcopy; member