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_change_frame(struct wmOperatorType *ot); | void IMAGE_OT_change_frame(struct wmOperatorType *ot); | ||||
| void IMAGE_OT_read_viewlayers(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); | ||||
| void IMAGE_OT_tile_add(struct wmOperatorType *ot); | void IMAGE_OT_tile_add(struct wmOperatorType *ot); | ||||
| void IMAGE_OT_tiles_from_coverage(struct wmOperatorType *ot); | |||||
| void IMAGE_OT_tile_remove(struct wmOperatorType *ot); | void IMAGE_OT_tile_remove(struct wmOperatorType *ot); | ||||
| void IMAGE_OT_tile_fill(struct wmOperatorType *ot); | void IMAGE_OT_tile_fill(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); | ||||
| #endif /* __IMAGE_INTERN_H__ */ | #endif /* __IMAGE_INTERN_H__ */ | ||||