|
Blender V4.5
|
Public Attributes | |
| ExrHandle * | next |
| ExrHandle * | prev |
| char | name [FILE_MAX] |
| IStream * | ifile_stream |
| MultiPartInputFile * | ifile |
| OFileStream * | ofile_stream |
| MultiPartOutputFile * | mpofile |
| OutputFile * | ofile |
| int | tilex |
| int | tiley |
| int | width |
| int | height |
| int | mipmap |
| StringVector * | multiView |
| int | parts |
| ListBase | channels |
| ListBase | layers |
| int | num_half_channels |
Definition at line 744 of file openexr_api.cpp.
| ListBase ExrHandle::channels |
Definition at line 765 of file openexr_api.cpp.
Referenced by exr_has_xyz_channels().
| int ExrHandle::height |
Definition at line 756 of file openexr_api.cpp.
| MultiPartInputFile* ExrHandle::ifile |
Definition at line 749 of file openexr_api.cpp.
| IStream* ExrHandle::ifile_stream |
Definition at line 748 of file openexr_api.cpp.
| ListBase ExrHandle::layers |
Definition at line 766 of file openexr_api.cpp.
| int ExrHandle::mipmap |
Definition at line 757 of file openexr_api.cpp.
| MultiPartOutputFile* ExrHandle::mpofile |
Definition at line 752 of file openexr_api.cpp.
| StringVector* ExrHandle::multiView |
It needs to be a pointer due to Windows release builds of EXR2.0 segfault when opening EXR bug.
Definition at line 761 of file openexr_api.cpp.
| char ExrHandle::name[FILE_MAX] |
Definition at line 746 of file openexr_api.cpp.
| ExrHandle* ExrHandle::next |
Definition at line 745 of file openexr_api.cpp.
| int ExrHandle::num_half_channels |
Used during file save, allows faster temporary buffers allocation.
Definition at line 769 of file openexr_api.cpp.
| OutputFile* ExrHandle::ofile |
Definition at line 753 of file openexr_api.cpp.
| OFileStream* ExrHandle::ofile_stream |
Definition at line 751 of file openexr_api.cpp.
| int ExrHandle::parts |
Definition at line 763 of file openexr_api.cpp.
| ExrHandle * ExrHandle::prev |
Definition at line 745 of file openexr_api.cpp.
| int ExrHandle::tilex |
Definition at line 755 of file openexr_api.cpp.
| int ExrHandle::tiley |
Definition at line 755 of file openexr_api.cpp.
| int ExrHandle::width |
Definition at line 756 of file openexr_api.cpp.