Blender  V2.93
Functions
render_view.c File Reference
#include <stddef.h>
#include <string.h>
#include "BLI_listbase.h"
#include "BLI_utildefines.h"
#include "DNA_scene_types.h"
#include "DNA_userdef_types.h"
#include "BKE_context.h"
#include "BKE_global.h"
#include "BKE_image.h"
#include "BKE_main.h"
#include "BKE_report.h"
#include "BKE_screen.h"
#include "BLT_translation.h"
#include "WM_api.h"
#include "WM_types.h"
#include "ED_screen.h"
#include "UI_interface.h"
#include "wm_window.h"
#include "render_intern.h"

Go to the source code of this file.

Functions

static ScrAreabiggest_non_image_area (bContext *C)
 
static ScrAreafind_area_showing_r_result (bContext *C, Scene *scene, wmWindow **win)
 
static ScrAreafind_area_image_empty (bContext *C)
 
ScrArearender_view_open (bContext *C, int mx, int my, ReportList *reports)
 
static int render_view_cancel_exec (bContext *C, wmOperator *UNUSED(op))
 
void RENDER_OT_view_cancel (struct wmOperatorType *ot)
 
static int render_view_show_invoke (bContext *C, wmOperator *op, const wmEvent *event)
 
void RENDER_OT_view_show (struct wmOperatorType *ot)
 

Function Documentation

◆ biggest_non_image_area()

static ScrArea* biggest_non_image_area ( bContext C)
static

◆ find_area_image_empty()

static ScrArea* find_area_image_empty ( bContext C)
static

◆ find_area_showing_r_result()

static ScrArea* find_area_showing_r_result ( bContext C,
Scene scene,
wmWindow **  win 
)
static

◆ RENDER_OT_view_cancel()

void RENDER_OT_view_cancel ( struct wmOperatorType ot)

◆ RENDER_OT_view_show()

void RENDER_OT_view_show ( struct wmOperatorType ot)

◆ render_view_cancel_exec()

static int render_view_cancel_exec ( bContext C,
wmOperator UNUSEDop 
)
static

◆ render_view_open()

ScrArea* render_view_open ( bContext C,
int  mx,
int  my,
ReportList reports 
)

◆ render_view_show_invoke()

static int render_view_show_invoke ( bContext C,
wmOperator op,
const wmEvent event 
)
static