Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/mesh/mesh_intern.h
| Show First 20 Lines • Show All 167 Lines • ▼ Show 20 Lines | |||||
| void MESH_OT_unsubdivide(struct wmOperatorType *ot); | void MESH_OT_unsubdivide(struct wmOperatorType *ot); | ||||
| void MESH_OT_normals_make_consistent(struct wmOperatorType *ot); | void MESH_OT_normals_make_consistent(struct wmOperatorType *ot); | ||||
| void MESH_OT_vertices_smooth(struct wmOperatorType *ot); | void MESH_OT_vertices_smooth(struct wmOperatorType *ot); | ||||
| void MESH_OT_vertices_smooth_laplacian(struct wmOperatorType *ot); | void MESH_OT_vertices_smooth_laplacian(struct wmOperatorType *ot); | ||||
| void MESH_OT_vert_connect(struct wmOperatorType *ot); | void MESH_OT_vert_connect(struct wmOperatorType *ot); | ||||
| void MESH_OT_vert_connect_path(struct wmOperatorType *ot); | void MESH_OT_vert_connect_path(struct wmOperatorType *ot); | ||||
| void MESH_OT_vert_connect_concave(struct wmOperatorType *ot); | void MESH_OT_vert_connect_concave(struct wmOperatorType *ot); | ||||
| void MESH_OT_vert_connect_nonplanar(struct wmOperatorType *ot); | void MESH_OT_vert_connect_nonplanar(struct wmOperatorType *ot); | ||||
| void MESH_OT_face_make_planar(struct wmOperatorType *ot); | |||||
| void MESH_OT_edge_split(struct wmOperatorType *ot); | void MESH_OT_edge_split(struct wmOperatorType *ot); | ||||
| void MESH_OT_bridge_edge_loops(struct wmOperatorType *ot); | void MESH_OT_bridge_edge_loops(struct wmOperatorType *ot); | ||||
| void MESH_OT_wireframe(struct wmOperatorType *ot); | void MESH_OT_wireframe(struct wmOperatorType *ot); | ||||
| void MESH_OT_convex_hull(struct wmOperatorType *ot); | void MESH_OT_convex_hull(struct wmOperatorType *ot); | ||||
| void MESH_OT_symmetrize(struct wmOperatorType *ot); | void MESH_OT_symmetrize(struct wmOperatorType *ot); | ||||
| void MESH_OT_symmetry_snap(struct wmOperatorType *ot); | void MESH_OT_symmetry_snap(struct wmOperatorType *ot); | ||||
| void MESH_OT_shape_propagate_to_all(struct wmOperatorType *ot); | void MESH_OT_shape_propagate_to_all(struct wmOperatorType *ot); | ||||
| void MESH_OT_blend_from_shape(struct wmOperatorType *ot); | void MESH_OT_blend_from_shape(struct wmOperatorType *ot); | ||||
| ▲ Show 20 Lines • Show All 68 Lines • Show Last 20 Lines | |||||