Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/mesh/mesh_intern.h
| Show First 20 Lines • Show All 245 Lines • ▼ Show 20 Lines | |||||
| void MESH_OT_normals_tools(struct wmOperatorType *ot); | void MESH_OT_normals_tools(struct wmOperatorType *ot); | ||||
| void MESH_OT_set_normals_from_faces(struct wmOperatorType *ot); | void MESH_OT_set_normals_from_faces(struct wmOperatorType *ot); | ||||
| void MESH_OT_average_normals(struct wmOperatorType *ot); | void MESH_OT_average_normals(struct wmOperatorType *ot); | ||||
| void MESH_OT_smoothen_normals(struct wmOperatorType *ot); | void MESH_OT_smoothen_normals(struct wmOperatorType *ot); | ||||
| void MESH_OT_mod_weighted_strength(struct wmOperatorType *ot); | void MESH_OT_mod_weighted_strength(struct wmOperatorType *ot); | ||||
| struct wmKeyMap *point_normals_modal_keymap(wmKeyConfig *keyconf); | struct wmKeyMap *point_normals_modal_keymap(wmKeyConfig *keyconf); | ||||
| #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__ */ | ||||