Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/mesh/mesh_intern.h
| Show First 20 Lines • Show All 186 Lines • ▼ Show 20 Lines | |||||
| void MESH_OT_loopcut(struct wmOperatorType *ot); | void MESH_OT_loopcut(struct wmOperatorType *ot); | ||||
| /* *** editmesh_rip.c *** */ | /* *** editmesh_rip.c *** */ | ||||
| void MESH_OT_rip(struct wmOperatorType *ot); | void MESH_OT_rip(struct wmOperatorType *ot); | ||||
| void MESH_OT_rip_edge(struct wmOperatorType *ot); | void MESH_OT_rip_edge(struct wmOperatorType *ot); | ||||
| /* *** editmesh_select.c *** */ | /* *** editmesh_select.cc *** */ | ||||
| void MESH_OT_select_similar(struct wmOperatorType *ot); | void MESH_OT_select_similar(struct wmOperatorType *ot); | ||||
| void MESH_OT_select_similar_region(struct wmOperatorType *ot); | void MESH_OT_select_similar_region(struct wmOperatorType *ot); | ||||
| void MESH_OT_select_mode(struct wmOperatorType *ot); | void MESH_OT_select_mode(struct wmOperatorType *ot); | ||||
| void MESH_OT_loop_multi_select(struct wmOperatorType *ot); | void MESH_OT_loop_multi_select(struct wmOperatorType *ot); | ||||
| void MESH_OT_loop_select(struct wmOperatorType *ot); | void MESH_OT_loop_select(struct wmOperatorType *ot); | ||||
| void MESH_OT_edgering_select(struct wmOperatorType *ot); | void MESH_OT_edgering_select(struct wmOperatorType *ot); | ||||
| void MESH_OT_select_all(struct wmOperatorType *ot); | void MESH_OT_select_all(struct wmOperatorType *ot); | ||||
| ▲ Show 20 Lines • Show All 126 Lines • Show Last 20 Lines | |||||