Changeset View
Changeset View
Standalone View
Standalone View
source/blender/imbuf/intern/IMB_anim.h
| Show First 20 Lines • Show All 144 Lines • ▼ Show 20 Lines | #endif | ||||
| struct anim *proxy_anim[IMB_PROXY_MAX_SLOT]; | struct anim *proxy_anim[IMB_PROXY_MAX_SLOT]; | ||||
| struct anim_index *curr_idx[IMB_TC_MAX_SLOT]; | struct anim_index *curr_idx[IMB_TC_MAX_SLOT]; | ||||
| char colorspace[64]; | char colorspace[64]; | ||||
| char suffix[64]; /* MAX_NAME - multiview */ | char suffix[64]; /* MAX_NAME - multiview */ | ||||
| struct IDProperty *metadata; | struct IDProperty *metadata; | ||||
| bool seek_failed; | |||||
| }; | }; | ||||