Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/object/object_intern.h
| Show First 20 Lines • Show All 84 Lines • ▼ Show 20 Lines | |||||
| void OBJECT_OT_paths_update(struct wmOperatorType *ot); | void OBJECT_OT_paths_update(struct wmOperatorType *ot); | ||||
| void OBJECT_OT_paths_clear(struct wmOperatorType *ot); | void OBJECT_OT_paths_clear(struct wmOperatorType *ot); | ||||
| void OBJECT_OT_paths_range_update(struct wmOperatorType *ot); | void OBJECT_OT_paths_range_update(struct wmOperatorType *ot); | ||||
| void OBJECT_OT_forcefield_toggle(struct wmOperatorType *ot); | void OBJECT_OT_forcefield_toggle(struct wmOperatorType *ot); | ||||
| void OBJECT_OT_move_to_collection(struct wmOperatorType *ot); | void OBJECT_OT_move_to_collection(struct wmOperatorType *ot); | ||||
| void OBJECT_OT_link_to_collection(struct wmOperatorType *ot); | void OBJECT_OT_link_to_collection(struct wmOperatorType *ot); | ||||
| void OBJECT_OT_switch_object(struct wmOperatorType *ot); | void OBJECT_OT_transfer_mode(struct wmOperatorType *ot); | ||||
| /* object_select.c */ | /* object_select.c */ | ||||
| void OBJECT_OT_select_all(struct wmOperatorType *ot); | void OBJECT_OT_select_all(struct wmOperatorType *ot); | ||||
| void OBJECT_OT_select_random(struct wmOperatorType *ot); | void OBJECT_OT_select_random(struct wmOperatorType *ot); | ||||
| void OBJECT_OT_select_by_type(struct wmOperatorType *ot); | void OBJECT_OT_select_by_type(struct wmOperatorType *ot); | ||||
| void OBJECT_OT_select_linked(struct wmOperatorType *ot); | void OBJECT_OT_select_linked(struct wmOperatorType *ot); | ||||
| void OBJECT_OT_select_grouped(struct wmOperatorType *ot); | void OBJECT_OT_select_grouped(struct wmOperatorType *ot); | ||||
| void OBJECT_OT_select_mirror(struct wmOperatorType *ot); | void OBJECT_OT_select_mirror(struct wmOperatorType *ot); | ||||
| ▲ Show 20 Lines • Show All 221 Lines • Show Last 20 Lines | |||||