Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/include/ED_mesh.h
| Show First 20 Lines • Show All 191 Lines • ▼ Show 20 Lines | void EDBM_automerge_and_split(struct Object *obedit, | ||||
| char hflag, | char hflag, | ||||
| float dist); | float dist); | ||||
| /* editmesh_undo.c */ | /* editmesh_undo.c */ | ||||
| /** Export for ED_undo_sys. */ | /** Export for ED_undo_sys. */ | ||||
| void ED_mesh_undosys_type(struct UndoType *ut); | void ED_mesh_undosys_type(struct UndoType *ut); | ||||
| /* editmesh_select.c */ | /* editmesh_select.cc */ | ||||
| void EDBM_select_mirrored(struct BMEditMesh *em, | void EDBM_select_mirrored(struct BMEditMesh *em, | ||||
| const struct Mesh *me, | const struct Mesh *me, | ||||
| int axis, | int axis, | ||||
| bool extend, | bool extend, | ||||
| int *r_totmirr, | int *r_totmirr, | ||||
| int *r_totfail); | int *r_totfail); | ||||
| ▲ Show 20 Lines • Show All 481 Lines • Show Last 20 Lines | |||||