Blender
V3.3
|
Public Attributes | |
struct ExrPass * | next |
struct ExrPass * | prev |
char | name [EXR_PASS_MAXNAME] |
int | totchan |
float * | rect |
struct ExrChannel * | chan [EXR_PASS_MAXCHAN] |
char | chan_id [EXR_PASS_MAXCHAN] |
char | internal_name [EXR_PASS_MAXNAME] |
char | view [EXR_VIEW_MAXNAME] |
int | view_id |
Definition at line 730 of file openexr_api.cpp.
struct ExrChannel* ExrPass::chan[EXR_PASS_MAXCHAN] |
Definition at line 735 of file openexr_api.cpp.
Referenced by imb_exr_multilayer_parse_channels_from_file().
char ExrPass::chan_id[EXR_PASS_MAXCHAN] |
Definition at line 736 of file openexr_api.cpp.
Referenced by IMB_exr_multilayer_convert().
char ExrPass::internal_name[EXR_PASS_MAXNAME] |
Definition at line 738 of file openexr_api.cpp.
Referenced by IMB_exr_multilayer_convert(), and imb_exr_multilayer_parse_channels_from_file().
char ExrPass::name[EXR_PASS_MAXNAME] |
Definition at line 732 of file openexr_api.cpp.
Referenced by imb_exr_get_pass().
struct ExrPass* ExrPass::next |
Definition at line 731 of file openexr_api.cpp.
Referenced by IMB_exr_close(), IMB_exr_multilayer_convert(), and imb_exr_multilayer_parse_channels_from_file().
struct ExrPass * ExrPass::prev |
Definition at line 731 of file openexr_api.cpp.
float* ExrPass::rect |
Definition at line 734 of file openexr_api.cpp.
Referenced by IMB_exr_close(), and IMB_exr_multilayer_convert().
int ExrPass::totchan |
Definition at line 733 of file openexr_api.cpp.
Referenced by IMB_exr_multilayer_convert(), and imb_exr_multilayer_parse_channels_from_file().
char ExrPass::view[EXR_VIEW_MAXNAME] |
Definition at line 739 of file openexr_api.cpp.
Referenced by IMB_exr_multilayer_convert(), and imb_exr_multilayer_parse_channels_from_file().
int ExrPass::view_id |
Definition at line 740 of file openexr_api.cpp.
Referenced by imb_exr_multilayer_parse_channels_from_file().