|
Blender V4.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 33 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 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 34 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 31 of file pass.h.
Referenced by Pass::get_info(), and Pass::is_written().
| int PassInfo::num_components = -1 |
Definition at line 28 of file pass.h.
Referenced by DenoiserGPU::DenoisePass::DenoisePass(), PassAccessor::Destination::Destination(), exr_channel_names_for_passes(), Pass::get_info(), Pass::get_offset(), PassAccessor::get_render_tile_pixels(), and PassAccessor::set_render_tile_pixels().
| bool PassInfo::support_denoise = false |
Definition at line 46 of file pass.h.
Referenced by bake_setup_pass(), Pass::get_info(), and Film::update_passes().
| bool PassInfo::use_compositing = false |
Definition at line 38 of file pass.h.
Referenced by DenoiserGPU::DenoisePass::DenoisePass(), and Pass::get_info().
| bool PassInfo::use_denoising_albedo = true |
Definition at line 43 of file pass.h.
Referenced by DenoiserGPU::DenoisePass::DenoisePass(), and Pass::get_info().
| bool PassInfo::use_exposure = false |
Definition at line 30 of file pass.h.
Referenced by Pass::get_info(), and PassAccessor::init_kernel_film_convert().
| bool PassInfo::use_filter = false |
Definition at line 29 of file pass.h.
Referenced by Pass::get_info(), and PassAccessor::init_kernel_film_convert().