|
Blender V5.0
|
#include <session.h>
Public Member Functions | |
| SessionParams () | |
| bool | modified (const SessionParams ¶ms) const |
Public Attributes | |
| DeviceInfo | device |
| DeviceInfo | denoise_device |
| bool | headless |
| bool | background |
| int | samples |
| bool | use_sample_subset |
| int | sample_subset_offset |
| int | sample_subset_length |
| 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 |
Definition at line 36 of file session/session.h.
|
inline |
Definition at line 70 of file session/session.h.
References background, headless, pixel_size, sample_subset_length, sample_subset_offset, samples, shadingsystem, SHADINGSYSTEM_SVM, threads, tile_size, time_limit, use_auto_tile, use_profiling, use_resolution_divider, and use_sample_subset.
Referenced by modified().
|
inline |
Definition at line 93 of file session/session.h.
References background, device, headless, params, pixel_size, SessionParams(), shadingsystem, threads, tile_size, use_auto_tile, and use_profiling.
| bool SessionParams::background |
Definition at line 45 of file session/session.h.
Referenced by modified(), and SessionParams().
| DeviceInfo SessionParams::denoise_device |
Definition at line 42 of file session/session.h.
Referenced by BlenderSession::bake(), BlenderSession::render(), and BlenderSession::synchronize().
| DeviceInfo SessionParams::device |
Definition at line 40 of file session/session.h.
Referenced by HdCyclesDelegate::GetRenderSetting(), and modified().
| bool SessionParams::headless |
Definition at line 44 of file session/session.h.
Referenced by modified(), Session::Session(), and SessionParams().
| int SessionParams::pixel_size |
Definition at line 51 of file session/session.h.
Referenced by modified(), and SessionParams().
| int SessionParams::sample_subset_length |
Definition at line 50 of file session/session.h.
Referenced by SessionParams(), and HdCyclesDelegate::SetRenderSetting().
| int SessionParams::sample_subset_offset |
Definition at line 49 of file session/session.h.
Referenced by HdCyclesDelegate::GetRenderSetting(), SessionParams(), and HdCyclesDelegate::SetRenderSetting().
| int SessionParams::samples |
Definition at line 47 of file session/session.h.
Referenced by HdCyclesDelegate::GetRenderSetting(), BlenderSession::render(), SessionParams(), HdCyclesDelegate::SetRenderSetting(), and BlenderSession::synchronize().
| ShadingSystem SessionParams::shadingsystem |
Definition at line 65 of file session/session.h.
Referenced by modified(), and SessionParams().
| string SessionParams::temp_dir |
Definition at line 68 of file session/session.h.
| int SessionParams::threads |
Definition at line 52 of file session/session.h.
Referenced by HdCyclesDelegate::GetRenderSetting(), modified(), and SessionParams().
| int SessionParams::tile_size |
Definition at line 61 of file session/session.h.
Referenced by modified(), and SessionParams().
| double SessionParams::time_limit |
Definition at line 56 of file session/session.h.
Referenced by HdCyclesDelegate::GetRenderSetting(), SessionParams(), HdCyclesDelegate::SetRenderSetting(), and BlenderSession::synchronize().
| bool SessionParams::use_auto_tile |
Definition at line 60 of file session/session.h.
Referenced by modified(), and SessionParams().
| bool SessionParams::use_profiling |
Definition at line 58 of file session/session.h.
Referenced by modified(), and SessionParams().
| bool SessionParams::use_resolution_divider |
Definition at line 63 of file session/session.h.
Referenced by SessionParams().
| bool SessionParams::use_sample_subset |
Definition at line 48 of file session/session.h.
Referenced by HdCyclesDelegate::GetRenderSetting(), SessionParams(), and HdCyclesDelegate::SetRenderSetting().