|
Blender V4.5
|
Public Attributes | |
| ExrPass * | next |
| ExrPass * | prev |
| char | name [EXR_PASS_MAXNAME] |
| int | totchan |
| float * | rect |
| 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 786 of file openexr_api.cpp.
| ExrChannel* ExrPass::chan[EXR_PASS_MAXCHAN] |
Definition at line 791 of file openexr_api.cpp.
Referenced by imb_exr_multilayer_parse_channels_from_file().
| char ExrPass::chan_id[EXR_PASS_MAXCHAN] |
Definition at line 792 of file openexr_api.cpp.
| char ExrPass::internal_name[EXR_PASS_MAXNAME] |
Definition at line 794 of file openexr_api.cpp.
Referenced by imb_exr_multilayer_parse_channels_from_file().
| char ExrPass::name[EXR_PASS_MAXNAME] |
Definition at line 788 of file openexr_api.cpp.
Referenced by imb_exr_get_pass().
| ExrPass* ExrPass::next |
Definition at line 787 of file openexr_api.cpp.
| ExrPass * ExrPass::prev |
Definition at line 787 of file openexr_api.cpp.
| float* ExrPass::rect |
Definition at line 790 of file openexr_api.cpp.
| int ExrPass::totchan |
Definition at line 789 of file openexr_api.cpp.
Referenced by imb_exr_multilayer_parse_channels_from_file().
| char ExrPass::view[EXR_VIEW_MAXNAME] |
Definition at line 795 of file openexr_api.cpp.
Referenced by imb_exr_multilayer_parse_channels_from_file().
| int ExrPass::view_id |
Definition at line 796 of file openexr_api.cpp.
Referenced by imb_exr_multilayer_parse_channels_from_file().