Blender V4.3
ExrPass Struct Reference

Public Attributes

ExrPassnext
ExrPassprev
char name [EXR_PASS_MAXNAME]
int totchan
floatrect
ExrChannelchan [EXR_PASS_MAXCHAN]
char chan_id [EXR_PASS_MAXCHAN]
char internal_name [EXR_PASS_MAXNAME]
char view [EXR_VIEW_MAXNAME]
int view_id

Detailed Description

Definition at line 697 of file openexr_api.cpp.

Member Data Documentation

◆ chan

ExrChannel* ExrPass::chan[EXR_PASS_MAXCHAN]

Definition at line 702 of file openexr_api.cpp.

Referenced by imb_exr_multilayer_parse_channels_from_file().

◆ chan_id

char ExrPass::chan_id[EXR_PASS_MAXCHAN]

Definition at line 703 of file openexr_api.cpp.

◆ internal_name

char ExrPass::internal_name[EXR_PASS_MAXNAME]

Definition at line 705 of file openexr_api.cpp.

Referenced by imb_exr_multilayer_parse_channels_from_file().

◆ name

char ExrPass::name[EXR_PASS_MAXNAME]

Definition at line 699 of file openexr_api.cpp.

Referenced by imb_exr_get_pass().

◆ next

ExrPass* ExrPass::next

Definition at line 698 of file openexr_api.cpp.

◆ prev

ExrPass * ExrPass::prev

Definition at line 698 of file openexr_api.cpp.

◆ rect

float* ExrPass::rect

Definition at line 701 of file openexr_api.cpp.

◆ totchan

int ExrPass::totchan

Definition at line 700 of file openexr_api.cpp.

Referenced by imb_exr_multilayer_parse_channels_from_file().

◆ view

char ExrPass::view[EXR_VIEW_MAXNAME]

Definition at line 706 of file openexr_api.cpp.

Referenced by imb_exr_multilayer_parse_channels_from_file().

◆ view_id

int ExrPass::view_id

Definition at line 707 of file openexr_api.cpp.

Referenced by imb_exr_multilayer_parse_channels_from_file().


The documentation for this struct was generated from the following file: