Blender V4.5
ExrPass Struct Reference

Public Attributes

ExrPassnext
 
ExrPassprev
 
char name [EXR_PASS_MAXNAME]
 
int totchan
 
float * rect
 
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 786 of file openexr_api.cpp.

Member Data Documentation

◆ chan

ExrChannel* ExrPass::chan[EXR_PASS_MAXCHAN]

Definition at line 791 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 792 of file openexr_api.cpp.

◆ internal_name

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().

◆ name

char ExrPass::name[EXR_PASS_MAXNAME]

Definition at line 788 of file openexr_api.cpp.

Referenced by imb_exr_get_pass().

◆ next

ExrPass* ExrPass::next

Definition at line 787 of file openexr_api.cpp.

◆ prev

ExrPass * ExrPass::prev

Definition at line 787 of file openexr_api.cpp.

◆ rect

float* ExrPass::rect

Definition at line 790 of file openexr_api.cpp.

◆ totchan

int ExrPass::totchan

Definition at line 789 of file openexr_api.cpp.

Referenced by imb_exr_multilayer_parse_channels_from_file().

◆ view

char ExrPass::view[EXR_VIEW_MAXNAME]

Definition at line 795 of file openexr_api.cpp.

Referenced by imb_exr_multilayer_parse_channels_from_file().

◆ view_id

int ExrPass::view_id

Definition at line 796 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: