Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/object/object_intern.h
| Show First 20 Lines • Show All 100 Lines • ▼ Show 20 Lines | |||||
| void OBJECT_OT_select_mirror(struct wmOperatorType *ot); | void OBJECT_OT_select_mirror(struct wmOperatorType *ot); | ||||
| void OBJECT_OT_select_more(struct wmOperatorType *ot); | void OBJECT_OT_select_more(struct wmOperatorType *ot); | ||||
| void OBJECT_OT_select_less(struct wmOperatorType *ot); | void OBJECT_OT_select_less(struct wmOperatorType *ot); | ||||
| void OBJECT_OT_select_same_collection(struct wmOperatorType *ot); | void OBJECT_OT_select_same_collection(struct wmOperatorType *ot); | ||||
| /* object_add.c */ | /* object_add.c */ | ||||
| void OBJECT_OT_add(struct wmOperatorType *ot); | void OBJECT_OT_add(struct wmOperatorType *ot); | ||||
| void OBJECT_OT_add_named(struct wmOperatorType *ot); | void OBJECT_OT_add_named(struct wmOperatorType *ot); | ||||
| void OBJECT_OT_transform_to_mouse(struct wmOperatorType *ot); | |||||
| void OBJECT_OT_metaball_add(struct wmOperatorType *ot); | void OBJECT_OT_metaball_add(struct wmOperatorType *ot); | ||||
| void OBJECT_OT_text_add(struct wmOperatorType *ot); | void OBJECT_OT_text_add(struct wmOperatorType *ot); | ||||
| void OBJECT_OT_armature_add(struct wmOperatorType *ot); | void OBJECT_OT_armature_add(struct wmOperatorType *ot); | ||||
| void OBJECT_OT_empty_add(struct wmOperatorType *ot); | void OBJECT_OT_empty_add(struct wmOperatorType *ot); | ||||
| void OBJECT_OT_lightprobe_add(struct wmOperatorType *ot); | void OBJECT_OT_lightprobe_add(struct wmOperatorType *ot); | ||||
| void OBJECT_OT_drop_named_image(struct wmOperatorType *ot); | void OBJECT_OT_drop_named_image(struct wmOperatorType *ot); | ||||
| void OBJECT_OT_gpencil_add(struct wmOperatorType *ot); | void OBJECT_OT_gpencil_add(struct wmOperatorType *ot); | ||||
| void OBJECT_OT_light_add(struct wmOperatorType *ot); | void OBJECT_OT_light_add(struct wmOperatorType *ot); | ||||
| ▲ Show 20 Lines • Show All 209 Lines • Show Last 20 Lines | |||||