Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/object/object_intern.h
| Show First 20 Lines • Show All 170 Lines • ▼ Show 20 Lines | |||||
| void OBJECT_OT_modifier_convert(struct wmOperatorType *ot); | void OBJECT_OT_modifier_convert(struct wmOperatorType *ot); | ||||
| void OBJECT_OT_modifier_copy(struct wmOperatorType *ot); | void OBJECT_OT_modifier_copy(struct wmOperatorType *ot); | ||||
| void OBJECT_OT_multires_subdivide(struct wmOperatorType *ot); | void OBJECT_OT_multires_subdivide(struct wmOperatorType *ot); | ||||
| void OBJECT_OT_multires_reshape(struct wmOperatorType *ot); | void OBJECT_OT_multires_reshape(struct wmOperatorType *ot); | ||||
| void OBJECT_OT_multires_higher_levels_delete(struct wmOperatorType *ot); | void OBJECT_OT_multires_higher_levels_delete(struct wmOperatorType *ot); | ||||
| void OBJECT_OT_multires_base_apply(struct wmOperatorType *ot); | void OBJECT_OT_multires_base_apply(struct wmOperatorType *ot); | ||||
| void OBJECT_OT_multires_unsubdivide(struct wmOperatorType *ot); | void OBJECT_OT_multires_unsubdivide(struct wmOperatorType *ot); | ||||
| void OBJECT_OT_multires_rebuild_subdiv(struct wmOperatorType *ot); | void OBJECT_OT_multires_rebuild_subdiv(struct wmOperatorType *ot); | ||||
| void OBJECT_OT_multires_lower_levels_delete(struct wmOperatorType *ot); | |||||
| void OBJECT_OT_multires_external_save(struct wmOperatorType *ot); | void OBJECT_OT_multires_external_save(struct wmOperatorType *ot); | ||||
| void OBJECT_OT_multires_external_pack(struct wmOperatorType *ot); | void OBJECT_OT_multires_external_pack(struct wmOperatorType *ot); | ||||
| void OBJECT_OT_correctivesmooth_bind(struct wmOperatorType *ot); | void OBJECT_OT_correctivesmooth_bind(struct wmOperatorType *ot); | ||||
| void OBJECT_OT_meshdeform_bind(struct wmOperatorType *ot); | void OBJECT_OT_meshdeform_bind(struct wmOperatorType *ot); | ||||
| void OBJECT_OT_explode_refresh(struct wmOperatorType *ot); | void OBJECT_OT_explode_refresh(struct wmOperatorType *ot); | ||||
| void OBJECT_OT_ocean_bake(struct wmOperatorType *ot); | void OBJECT_OT_ocean_bake(struct wmOperatorType *ot); | ||||
| void OBJECT_OT_skin_root_mark(struct wmOperatorType *ot); | void OBJECT_OT_skin_root_mark(struct wmOperatorType *ot); | ||||
| void OBJECT_OT_skin_loose_mark_clear(struct wmOperatorType *ot); | void OBJECT_OT_skin_loose_mark_clear(struct wmOperatorType *ot); | ||||
| ▲ Show 20 Lines • Show All 129 Lines • Show Last 20 Lines | |||||