Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/mesh/mesh_intern.h
| Show First 20 Lines • Show All 235 Lines • ▼ Show 20 Lines | |||||
| void MESH_OT_dissolve_degenerate(struct wmOperatorType *ot); | void MESH_OT_dissolve_degenerate(struct wmOperatorType *ot); | ||||
| void MESH_OT_delete_edgeloop(struct wmOperatorType *ot); | void MESH_OT_delete_edgeloop(struct wmOperatorType *ot); | ||||
| void MESH_OT_edge_face_add(struct wmOperatorType *ot); | void MESH_OT_edge_face_add(struct wmOperatorType *ot); | ||||
| void MESH_OT_duplicate(struct wmOperatorType *ot); | void MESH_OT_duplicate(struct wmOperatorType *ot); | ||||
| void MESH_OT_merge(struct wmOperatorType *ot); | void MESH_OT_merge(struct wmOperatorType *ot); | ||||
| void MESH_OT_remove_doubles(struct wmOperatorType *ot); | void MESH_OT_remove_doubles(struct wmOperatorType *ot); | ||||
| void MESH_OT_poke(struct wmOperatorType *ot); | void MESH_OT_poke(struct wmOperatorType *ot); | ||||
| #ifdef WITH_FREESTYLE | //#ifdef WITH_FREESTYLE | ||||
| void MESH_OT_mark_freestyle_edge(struct wmOperatorType *ot); | void MESH_OT_mark_freestyle_edge(struct wmOperatorType *ot); | ||||
| void MESH_OT_mark_freestyle_face(struct wmOperatorType *ot); | void MESH_OT_mark_freestyle_face(struct wmOperatorType *ot); | ||||
| #endif | //#endif | ||||
| /* *** mesh_data.c *** */ | /* *** mesh_data.c *** */ | ||||
| void MESH_OT_uv_texture_add(struct wmOperatorType *ot); | void MESH_OT_uv_texture_add(struct wmOperatorType *ot); | ||||
| void MESH_OT_uv_texture_remove(struct wmOperatorType *ot); | void MESH_OT_uv_texture_remove(struct wmOperatorType *ot); | ||||
| void MESH_OT_vertex_color_add(struct wmOperatorType *ot); | void MESH_OT_vertex_color_add(struct wmOperatorType *ot); | ||||
| void MESH_OT_vertex_color_remove(struct wmOperatorType *ot); | void MESH_OT_vertex_color_remove(struct wmOperatorType *ot); | ||||
| /* no create_mask yet */ | /* no create_mask yet */ | ||||
| void MESH_OT_customdata_mask_clear(struct wmOperatorType *ot); | void MESH_OT_customdata_mask_clear(struct wmOperatorType *ot); | ||||
| void MESH_OT_customdata_skin_add(struct wmOperatorType *ot); | void MESH_OT_customdata_skin_add(struct wmOperatorType *ot); | ||||
| void MESH_OT_customdata_skin_clear(struct wmOperatorType *ot); | void MESH_OT_customdata_skin_clear(struct wmOperatorType *ot); | ||||
| void MESH_OT_customdata_custom_splitnormals_add(struct wmOperatorType *ot); | void MESH_OT_customdata_custom_splitnormals_add(struct wmOperatorType *ot); | ||||
| void MESH_OT_customdata_custom_splitnormals_clear(struct wmOperatorType *ot); | void MESH_OT_customdata_custom_splitnormals_clear(struct wmOperatorType *ot); | ||||
| void MESH_OT_drop_named_image(struct wmOperatorType *ot); | void MESH_OT_drop_named_image(struct wmOperatorType *ot); | ||||
| #endif /* __MESH_INTERN_H__ */ | #endif /* __MESH_INTERN_H__ */ | ||||