Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/include/ED_mesh.h
| Show First 20 Lines • Show All 139 Lines • ▼ Show 20 Lines | |||||
| /* editmesh_undo.c */ | /* editmesh_undo.c */ | ||||
| void ED_mesh_undosys_type(struct UndoType *ut); | void ED_mesh_undosys_type(struct UndoType *ut); | ||||
| /* editmesh_select.c */ | /* editmesh_select.c */ | ||||
| void EDBM_select_mirrored( | void EDBM_select_mirrored( | ||||
| struct BMEditMesh *em, const int axis, const bool extend, int *r_totmirr, int *r_totfail); | struct BMEditMesh *em, const int axis, const bool extend, int *r_totmirr, int *r_totfail); | ||||
| void EDBM_automerge(struct Scene *scene, struct Object *ob, bool update, const char hflag); | void EDBM_automerge(struct Scene *scene, struct Object *ob, bool update, const char hflag); | ||||
| void EDBM_automerge_and_split_edges( | |||||
| struct Scene *scene, struct Object *ob, bool split_edges, bool update, const char hflag); | |||||
| struct BMVert *EDBM_vert_find_nearest_ex(struct ViewContext *vc, | struct BMVert *EDBM_vert_find_nearest_ex(struct ViewContext *vc, | ||||
| float *r_dist, | float *r_dist, | ||||
| const bool use_select_bias, | const bool use_select_bias, | ||||
| bool use_cycle, | bool use_cycle, | ||||
| struct Base **bases, | struct Base **bases, | ||||
| uint bases_len, | uint bases_len, | ||||
| uint *r_base_index); | uint *r_base_index); | ||||
| ▲ Show 20 Lines • Show All 310 Lines • Show Last 20 Lines | |||||