Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/include/ED_mesh.h
| Show First 20 Lines • Show All 248 Lines • ▼ Show 20 Lines | void EDBM_preselect_elem_update_from_single(struct EditMesh_PreSelElem *psel, | ||||
| const float (*coords)[3]); | const float (*coords)[3]); | ||||
| /* mesh_ops.c */ | /* mesh_ops.c */ | ||||
| void ED_operatortypes_mesh(void); | void ED_operatortypes_mesh(void); | ||||
| void ED_operatormacros_mesh(void); | void ED_operatormacros_mesh(void); | ||||
| void ED_keymap_mesh(struct wmKeyConfig *keyconf); | void ED_keymap_mesh(struct wmKeyConfig *keyconf); | ||||
| /* editmesh_tools.c (could be moved) */ | /* editmesh_tools.c (could be moved) */ | ||||
| void EDBM_project_snap_verts(struct bContext *C, struct ARegion *ar, struct BMEditMesh *em); | void EDBM_project_snap_verts(struct bContext *C, | ||||
| struct Depsgraph *depsgraph, | |||||
| struct ARegion *ar, | |||||
| struct BMEditMesh *em); | |||||
| /* editface.c */ | /* editface.c */ | ||||
| void paintface_flush_flags(struct bContext *C, struct Object *ob, short flag); | void paintface_flush_flags(struct bContext *C, struct Object *ob, short flag); | ||||
| bool paintface_mouse_select(struct bContext *C, | bool paintface_mouse_select(struct bContext *C, | ||||
| struct Object *ob, | struct Object *ob, | ||||
| const int mval[2], | const int mval[2], | ||||
| bool extend, | bool extend, | ||||
| bool deselect, | bool deselect, | ||||
| ▲ Show 20 Lines • Show All 204 Lines • Show Last 20 Lines | |||||