Blender  V3.3
Functions | Variables
image_intern.h File Reference

Go to the source code of this file.

Functions

void draw_image_main_helpers (const struct bContext *C, struct ARegion *region)
 
void draw_image_cache (const struct bContext *C, struct ARegion *region)
 
void draw_image_sample_line (struct SpaceImage *sima)
 
bool space_image_main_region_poll (struct bContext *C)
 
bool space_image_view_center_cursor_poll (struct bContext *C)
 
void IMAGE_OT_view_all (struct wmOperatorType *ot)
 
void IMAGE_OT_view_pan (struct wmOperatorType *ot)
 
void IMAGE_OT_view_selected (struct wmOperatorType *ot)
 
void IMAGE_OT_view_center_cursor (struct wmOperatorType *ot)
 
void IMAGE_OT_view_cursor_center (struct wmOperatorType *ot)
 
void IMAGE_OT_view_zoom (struct wmOperatorType *ot)
 
void IMAGE_OT_view_zoom_in (struct wmOperatorType *ot)
 
void IMAGE_OT_view_zoom_out (struct wmOperatorType *ot)
 
void IMAGE_OT_view_zoom_ratio (struct wmOperatorType *ot)
 
void IMAGE_OT_view_zoom_border (struct wmOperatorType *ot)
 
void IMAGE_OT_new (struct wmOperatorType *ot)
 
void IMAGE_OT_open (struct wmOperatorType *ot)
 
void IMAGE_OT_file_browse (struct wmOperatorType *ot)
 
void IMAGE_OT_match_movie_length (struct wmOperatorType *ot)
 
void IMAGE_OT_replace (struct wmOperatorType *ot)
 
void IMAGE_OT_reload (struct wmOperatorType *ot)
 
void IMAGE_OT_save (struct wmOperatorType *ot)
 
void IMAGE_OT_save_as (struct wmOperatorType *ot)
 
void IMAGE_OT_save_sequence (struct wmOperatorType *ot)
 
void IMAGE_OT_save_all_modified (struct wmOperatorType *ot)
 
void IMAGE_OT_pack (struct wmOperatorType *ot)
 
void IMAGE_OT_unpack (struct wmOperatorType *ot)
 
void IMAGE_OT_flip (struct wmOperatorType *ot)
 
void IMAGE_OT_invert (struct wmOperatorType *ot)
 
void IMAGE_OT_resize (struct wmOperatorType *ot)
 
void IMAGE_OT_cycle_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_remove_render_slot (struct wmOperatorType *ot)
 
void IMAGE_OT_sample (struct wmOperatorType *ot)
 
void IMAGE_OT_sample_line (struct wmOperatorType *ot)
 
void IMAGE_OT_curves_point_set (struct wmOperatorType *ot)
 
void IMAGE_OT_change_frame (struct wmOperatorType *ot)
 
void IMAGE_OT_read_viewlayers (struct wmOperatorType *ot)
 
void IMAGE_OT_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_remove (struct wmOperatorType *ot)
 
void IMAGE_OT_tile_fill (struct wmOperatorType *ot)
 
struct ImageUserntree_get_active_iuser (struct bNodeTree *ntree)
 
void image_buttons_register (struct ARegionType *art)
 

Variables

const char * image_context_dir []
 

Function Documentation

◆ draw_image_cache()

void draw_image_cache ( const struct bContext C,
struct ARegion region 
)

◆ draw_image_main_helpers()

void draw_image_main_helpers ( const struct bContext C,
struct ARegion region 
)

◆ draw_image_sample_line()

void draw_image_sample_line ( struct SpaceImage sima)

◆ image_buttons_register()

void image_buttons_register ( struct ARegionType art)

◆ IMAGE_OT_add_render_slot()

void IMAGE_OT_add_render_slot ( struct wmOperatorType ot)

◆ IMAGE_OT_change_frame()

void IMAGE_OT_change_frame ( struct wmOperatorType ot)

◆ IMAGE_OT_clear_render_border()

void IMAGE_OT_clear_render_border ( struct wmOperatorType ot)

◆ IMAGE_OT_clear_render_slot()

void IMAGE_OT_clear_render_slot ( struct wmOperatorType ot)

◆ IMAGE_OT_curves_point_set()

void IMAGE_OT_curves_point_set ( struct wmOperatorType ot)

◆ IMAGE_OT_cycle_render_slot()

void IMAGE_OT_cycle_render_slot ( struct wmOperatorType ot)

◆ IMAGE_OT_file_browse()

void IMAGE_OT_file_browse ( struct wmOperatorType ot)

◆ IMAGE_OT_flip()

void IMAGE_OT_flip ( struct wmOperatorType ot)

◆ IMAGE_OT_invert()

void IMAGE_OT_invert ( struct wmOperatorType ot)

◆ IMAGE_OT_match_movie_length()

void IMAGE_OT_match_movie_length ( struct wmOperatorType ot)

◆ IMAGE_OT_new()

void IMAGE_OT_new ( struct wmOperatorType ot)

◆ IMAGE_OT_open()

void IMAGE_OT_open ( struct wmOperatorType ot)

◆ IMAGE_OT_pack()

void IMAGE_OT_pack ( struct wmOperatorType ot)

◆ IMAGE_OT_read_viewlayers()

void IMAGE_OT_read_viewlayers ( struct wmOperatorType ot)

◆ IMAGE_OT_reload()

void IMAGE_OT_reload ( struct wmOperatorType ot)

◆ IMAGE_OT_remove_render_slot()

void IMAGE_OT_remove_render_slot ( struct wmOperatorType ot)

◆ IMAGE_OT_render_border()

void IMAGE_OT_render_border ( struct wmOperatorType ot)

◆ IMAGE_OT_replace()

void IMAGE_OT_replace ( struct wmOperatorType ot)

◆ IMAGE_OT_resize()

void IMAGE_OT_resize ( struct wmOperatorType ot)

◆ IMAGE_OT_sample()

void IMAGE_OT_sample ( struct wmOperatorType ot)

◆ IMAGE_OT_sample_line()

void IMAGE_OT_sample_line ( struct wmOperatorType ot)

◆ IMAGE_OT_save()

void IMAGE_OT_save ( struct wmOperatorType ot)

◆ IMAGE_OT_save_all_modified()

void IMAGE_OT_save_all_modified ( struct wmOperatorType ot)

◆ IMAGE_OT_save_as()

void IMAGE_OT_save_as ( struct wmOperatorType ot)

◆ IMAGE_OT_save_sequence()

void IMAGE_OT_save_sequence ( struct wmOperatorType ot)

◆ IMAGE_OT_tile_add()

void IMAGE_OT_tile_add ( struct wmOperatorType ot)

◆ IMAGE_OT_tile_fill()

void IMAGE_OT_tile_fill ( struct wmOperatorType ot)

◆ IMAGE_OT_tile_remove()

void IMAGE_OT_tile_remove ( struct wmOperatorType ot)

◆ IMAGE_OT_unpack()

void IMAGE_OT_unpack ( struct wmOperatorType ot)

◆ IMAGE_OT_view_all()

void IMAGE_OT_view_all ( struct wmOperatorType ot)

◆ IMAGE_OT_view_center_cursor()

void IMAGE_OT_view_center_cursor ( struct wmOperatorType ot)

◆ IMAGE_OT_view_cursor_center()

void IMAGE_OT_view_cursor_center ( struct wmOperatorType ot)

◆ IMAGE_OT_view_pan()

void IMAGE_OT_view_pan ( struct wmOperatorType ot)

◆ IMAGE_OT_view_selected()

void IMAGE_OT_view_selected ( struct wmOperatorType ot)

◆ IMAGE_OT_view_zoom()

void IMAGE_OT_view_zoom ( struct wmOperatorType ot)

◆ IMAGE_OT_view_zoom_border()

void IMAGE_OT_view_zoom_border ( struct wmOperatorType ot)

◆ IMAGE_OT_view_zoom_in()

void IMAGE_OT_view_zoom_in ( struct wmOperatorType ot)

◆ IMAGE_OT_view_zoom_out()

void IMAGE_OT_view_zoom_out ( struct wmOperatorType ot)

◆ IMAGE_OT_view_zoom_ratio()

void IMAGE_OT_view_zoom_ratio ( struct wmOperatorType ot)

◆ ntree_get_active_iuser()

struct ImageUser* ntree_get_active_iuser ( struct bNodeTree ntree)

Gets active viewer user.

Definition at line 51 of file image_buttons.c.

References CMP_NODE_SPLITVIEWER, CMP_NODE_VIEWER, ELEM, ListBase::first, node, NODE_DO_OUTPUT, bNodeTree::nodes, ntree, and NULL.

◆ space_image_main_region_poll()

bool space_image_main_region_poll ( struct bContext C)

◆ space_image_view_center_cursor_poll()

bool space_image_view_center_cursor_poll ( struct bContext C)

Variable Documentation

◆ image_context_dir

const char* image_context_dir[]
extern

Definition at line 428 of file space_image.c.

Referenced by bpy_context_members(), and image_context().