Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/object/object_intern.h
| Show First 20 Lines • Show All 106 Lines • ▼ Show 20 Lines | |||||
| 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_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_lamp_add(struct wmOperatorType *ot); | void OBJECT_OT_lamp_add(struct wmOperatorType *ot); | ||||
| void OBJECT_OT_effector_add(struct wmOperatorType *ot); | void OBJECT_OT_effector_add(struct wmOperatorType *ot); | ||||
| void OBJECT_OT_camera_add(struct wmOperatorType *ot); | void OBJECT_OT_camera_add(struct wmOperatorType *ot); | ||||
| void OBJECT_OT_speaker_add(struct wmOperatorType *ot); | void OBJECT_OT_speaker_add(struct wmOperatorType *ot); | ||||
| void OBJECT_OT_collection_instance_add(struct wmOperatorType *ot); | void OBJECT_OT_collection_instance_add(struct wmOperatorType *ot); | ||||
| void OBJECT_OT_duplicates_make_real(struct wmOperatorType *ot); | void OBJECT_OT_duplicates_make_real(struct wmOperatorType *ot); | ||||
| void OBJECT_OT_duplicate(struct wmOperatorType *ot); | void OBJECT_OT_duplicate(struct wmOperatorType *ot); | ||||
| ▲ Show 20 Lines • Show All 151 Lines • Show Last 20 Lines | |||||