Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/space_image/image_intern.h
| Show First 20 Lines • Show All 84 Lines • ▼ Show 20 Lines | |||||
| void IMAGE_OT_cycle_render_slot(struct wmOperatorType *ot); | void IMAGE_OT_cycle_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); | ||||
| void IMAGE_OT_curves_point_set(struct wmOperatorType *ot); | void IMAGE_OT_curves_point_set(struct wmOperatorType *ot); | ||||
| void IMAGE_OT_change_frame(struct wmOperatorType *ot); | void IMAGE_OT_change_frame(struct wmOperatorType *ot); | ||||
| void IMAGE_OT_read_renderlayers(struct wmOperatorType *ot); | void IMAGE_OT_read_viewlayers(struct wmOperatorType *ot); | ||||
| void IMAGE_OT_render_border(struct wmOperatorType *ot); | void IMAGE_OT_render_border(struct wmOperatorType *ot); | ||||
| void IMAGE_OT_clear_render_border(struct wmOperatorType *ot); | void IMAGE_OT_clear_render_border(struct wmOperatorType *ot); | ||||
| /* image_panels.c */ | /* image_panels.c */ | ||||
| struct ImageUser *ntree_get_active_iuser(struct bNodeTree *ntree); | struct ImageUser *ntree_get_active_iuser(struct bNodeTree *ntree); | ||||
| void image_buttons_register(struct ARegionType *art); | void image_buttons_register(struct ARegionType *art); | ||||
| void IMAGE_OT_properties(struct wmOperatorType *ot); | void IMAGE_OT_properties(struct wmOperatorType *ot); | ||||
| void IMAGE_OT_toolshelf(struct wmOperatorType *ot); | void IMAGE_OT_toolshelf(struct wmOperatorType *ot); | ||||
| #endif /* __IMAGE_INTERN_H__ */ | #endif /* __IMAGE_INTERN_H__ */ | ||||