Blender  V3.3
Public Member Functions | Public Attributes | List of all members
SessionParams Class Reference

#include <session.h>

Public Member Functions

 SessionParams ()
 
bool modified (const SessionParams &params) const
 

Public Attributes

DeviceInfo device
 
bool headless
 
bool background
 
bool experimental
 
int samples
 
int sample_offset
 
int pixel_size
 
int threads
 
double time_limit
 
bool use_profiling
 
bool use_auto_tile
 
int tile_size
 
bool use_resolution_divider
 
ShadingSystem shadingsystem
 
string temp_dir
 

Detailed Description

Definition at line 35 of file session/session.h.

Constructor & Destructor Documentation

◆ SessionParams()

SessionParams::SessionParams ( )
inline

Member Function Documentation

◆ modified()

bool SessionParams::modified ( const SessionParams params) const
inline

Member Data Documentation

◆ background

bool SessionParams::background

◆ device

DeviceInfo SessionParams::device

◆ experimental

bool SessionParams::experimental

Definition at line 42 of file session/session.h.

Referenced by modified(), and SessionParams().

◆ headless

bool SessionParams::headless

Definition at line 39 of file session/session.h.

Referenced by modified(), and SessionParams().

◆ pixel_size

int SessionParams::pixel_size

Definition at line 45 of file session/session.h.

Referenced by modified(), and SessionParams().

◆ sample_offset

int SessionParams::sample_offset

◆ samples

int SessionParams::samples

◆ shadingsystem

ShadingSystem SessionParams::shadingsystem

Definition at line 59 of file session/session.h.

Referenced by modified(), and SessionParams().

◆ temp_dir

string SessionParams::temp_dir

Definition at line 62 of file session/session.h.

Referenced by Session::do_delayed_reset().

◆ threads

int SessionParams::threads

◆ tile_size

int SessionParams::tile_size

◆ time_limit

double SessionParams::time_limit

◆ use_auto_tile

bool SessionParams::use_auto_tile

◆ use_profiling

bool SessionParams::use_profiling

◆ use_resolution_divider

bool SessionParams::use_resolution_divider

Definition at line 57 of file session/session.h.

Referenced by SessionParams().


The documentation for this class was generated from the following file: