Blender
V3.3
|
#include <pass.h>
Public Attributes | |
int | num_components = -1 |
bool | use_filter = false |
bool | use_exposure = false |
bool | is_written = true |
PassType | divide_type = PASS_NONE |
PassType | direct_type = PASS_NONE |
PassType | indirect_type = PASS_NONE |
bool | use_compositing = false |
bool | use_denoising_albedo = true |
bool | support_denoise = false |
Definition at line 32 of file pass.h.
Referenced by Pass::get_info(), PassAccessor::get_render_tile_pixels(), PassAccessor::init_kernel_film_convert(), and Film::update_passes().
Definition at line 31 of file pass.h.
Referenced by Pass::get_info(), PassAccessor::get_render_tile_pixels(), PassAccessor::init_kernel_film_convert(), and Film::update_passes().
Definition at line 33 of file pass.h.
Referenced by Pass::get_info(), PassAccessor::get_render_tile_pixels(), PassAccessor::init_kernel_film_convert(), and Film::update_passes().
bool PassInfo::is_written = true |
Definition at line 30 of file pass.h.
Referenced by Pass::get_info(), and Pass::is_written().
int PassInfo::num_components = -1 |
Definition at line 27 of file pass.h.
Referenced by PassAccessor::Destination::Destination(), exr_channel_names_for_passes(), Film::get_aov_offset(), Pass::get_info(), PassAccessor::get_render_tile_pixels(), and PassAccessor::set_render_tile_pixels().
bool PassInfo::support_denoise = false |
Definition at line 45 of file pass.h.
Referenced by Pass::get_info(), and Film::update_passes().
bool PassInfo::use_compositing = false |
Definition at line 37 of file pass.h.
Referenced by Pass::get_info().
bool PassInfo::use_denoising_albedo = true |
Definition at line 42 of file pass.h.
Referenced by Pass::get_info().
bool PassInfo::use_exposure = false |
Definition at line 29 of file pass.h.
Referenced by Pass::get_info(), and PassAccessor::init_kernel_film_convert().
bool PassInfo::use_filter = false |
Definition at line 28 of file pass.h.
Referenced by Pass::get_info(), and PassAccessor::init_kernel_film_convert().