Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/mesh/mesh_intern.h
| Show First 20 Lines • Show All 108 Lines • ▼ Show 20 Lines | |||||
| void MESH_OT_extrude_repeat(struct wmOperatorType *ot); | void MESH_OT_extrude_repeat(struct wmOperatorType *ot); | ||||
| void MESH_OT_extrude_region(struct wmOperatorType *ot); | void MESH_OT_extrude_region(struct wmOperatorType *ot); | ||||
| void MESH_OT_extrude_context(struct wmOperatorType *ot); | void MESH_OT_extrude_context(struct wmOperatorType *ot); | ||||
| void MESH_OT_extrude_verts_indiv(struct wmOperatorType *ot); | void MESH_OT_extrude_verts_indiv(struct wmOperatorType *ot); | ||||
| void MESH_OT_extrude_edges_indiv(struct wmOperatorType *ot); | void MESH_OT_extrude_edges_indiv(struct wmOperatorType *ot); | ||||
| void MESH_OT_extrude_faces_indiv(struct wmOperatorType *ot); | void MESH_OT_extrude_faces_indiv(struct wmOperatorType *ot); | ||||
| void MESH_OT_dupli_extrude_cursor(struct wmOperatorType *ot); | void MESH_OT_dupli_extrude_cursor(struct wmOperatorType *ot); | ||||
| /*editmesh_extrude_destructive.c*/ | |||||
| void MESH_OT_extrude_destructive(struct wmOperatorType *ot); | |||||
| /* *** editmesh_extrude_screw.c *** */ | /* *** editmesh_extrude_screw.c *** */ | ||||
| void MESH_OT_screw(struct wmOperatorType *ot); | void MESH_OT_screw(struct wmOperatorType *ot); | ||||
| /* *** editmesh_extrude_spin.c *** */ | /* *** editmesh_extrude_spin.c *** */ | ||||
| void MESH_OT_spin(struct wmOperatorType *ot); | void MESH_OT_spin(struct wmOperatorType *ot); | ||||
| /* *** editmesh_extrude_spin_gizmo.c *** */ | /* *** editmesh_extrude_spin_gizmo.c *** */ | ||||
| void MESH_GGT_spin(struct wmGizmoGroupType *gzgt); | void MESH_GGT_spin(struct wmGizmoGroupType *gzgt); | ||||
| void MESH_GGT_spin_redo(struct wmGizmoGroupType *gzgt); | void MESH_GGT_spin_redo(struct wmGizmoGroupType *gzgt); | ||||
| ▲ Show 20 Lines • Show All 154 Lines • Show Last 20 Lines | |||||