Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/space_image/image_intern.h
| Show First 20 Lines • Show All 64 Lines • ▼ Show 20 Lines | |||||
| void IMAGE_OT_save(struct wmOperatorType *ot); | void IMAGE_OT_save(struct wmOperatorType *ot); | ||||
| void IMAGE_OT_save_as(struct wmOperatorType *ot); | void IMAGE_OT_save_as(struct wmOperatorType *ot); | ||||
| void IMAGE_OT_save_sequence(struct wmOperatorType *ot); | void IMAGE_OT_save_sequence(struct wmOperatorType *ot); | ||||
| void IMAGE_OT_save_all_modified(struct wmOperatorType *ot); | void IMAGE_OT_save_all_modified(struct wmOperatorType *ot); | ||||
| void IMAGE_OT_pack(struct wmOperatorType *ot); | void IMAGE_OT_pack(struct wmOperatorType *ot); | ||||
| void IMAGE_OT_unpack(struct wmOperatorType *ot); | void IMAGE_OT_unpack(struct wmOperatorType *ot); | ||||
| void IMAGE_OT_invert(struct wmOperatorType *ot); | void IMAGE_OT_invert(struct wmOperatorType *ot); | ||||
| void IMAGE_OT_scale(struct wmOperatorType *ot); | |||||
| void IMAGE_OT_cycle_render_slot(struct wmOperatorType *ot); | void IMAGE_OT_cycle_render_slot(struct wmOperatorType *ot); | ||||
| void IMAGE_OT_clear_render_slot(struct wmOperatorType *ot); | void IMAGE_OT_clear_render_slot(struct wmOperatorType *ot); | ||||
| void IMAGE_OT_add_render_slot(struct wmOperatorType *ot); | void IMAGE_OT_add_render_slot(struct wmOperatorType *ot); | ||||
| void IMAGE_OT_remove_render_slot(struct wmOperatorType *ot); | void IMAGE_OT_remove_render_slot(struct wmOperatorType *ot); | ||||
| void IMAGE_OT_sample(struct wmOperatorType *ot); | void IMAGE_OT_sample(struct wmOperatorType *ot); | ||||
| void IMAGE_OT_sample_line(struct wmOperatorType *ot); | void IMAGE_OT_sample_line(struct wmOperatorType *ot); | ||||
| Show All 13 Lines | |||||