Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/object/object_intern.h
| Show First 20 Lines • Show All 62 Lines • ▼ Show 20 Lines | |||||
| void OBJECT_OT_parent_no_inverse_set(struct wmOperatorType *ot); | void OBJECT_OT_parent_no_inverse_set(struct wmOperatorType *ot); | ||||
| void OBJECT_OT_parent_clear(struct wmOperatorType *ot); | void OBJECT_OT_parent_clear(struct wmOperatorType *ot); | ||||
| void OBJECT_OT_vertex_parent_set(struct wmOperatorType *ot); | void OBJECT_OT_vertex_parent_set(struct wmOperatorType *ot); | ||||
| void OBJECT_OT_track_set(struct wmOperatorType *ot); | void OBJECT_OT_track_set(struct wmOperatorType *ot); | ||||
| void OBJECT_OT_track_clear(struct wmOperatorType *ot); | void OBJECT_OT_track_clear(struct wmOperatorType *ot); | ||||
| void OBJECT_OT_slow_parent_set(struct wmOperatorType *ot); | void OBJECT_OT_slow_parent_set(struct wmOperatorType *ot); | ||||
| void OBJECT_OT_slow_parent_clear(struct wmOperatorType *ot); | void OBJECT_OT_slow_parent_clear(struct wmOperatorType *ot); | ||||
| void OBJECT_OT_make_local(struct wmOperatorType *ot); | void OBJECT_OT_make_local(struct wmOperatorType *ot); | ||||
| void OBJECT_OT_make_override(struct wmOperatorType *ot); | |||||
| void OBJECT_OT_make_single_user(struct wmOperatorType *ot); | void OBJECT_OT_make_single_user(struct wmOperatorType *ot); | ||||
| void OBJECT_OT_make_links_scene(struct wmOperatorType *ot); | void OBJECT_OT_make_links_scene(struct wmOperatorType *ot); | ||||
| void OBJECT_OT_make_links_data(struct wmOperatorType *ot); | void OBJECT_OT_make_links_data(struct wmOperatorType *ot); | ||||
| void OBJECT_OT_drop_named_material(struct wmOperatorType *ot); | void OBJECT_OT_drop_named_material(struct wmOperatorType *ot); | ||||
| void OBJECT_OT_unlink_data(struct wmOperatorType *ot); | void OBJECT_OT_unlink_data(struct wmOperatorType *ot); | ||||
| /* object_edit.c */ | /* object_edit.c */ | ||||
| void OBJECT_OT_mode_set(struct wmOperatorType *ot); | void OBJECT_OT_mode_set(struct wmOperatorType *ot); | ||||
| ▲ Show 20 Lines • Show All 212 Lines • Show Last 20 Lines | |||||