Blender V5.0
PlayAnimPict Struct Reference

Public Attributes

PlayAnimPictnext
PlayAnimPictprev
ucharmem
size_t size
const char * filepath
char * error_message
ImBufibuf
MovieReaderanim
int frame
int IB_flags
LinkDataframe_cache_node
size_t size_in_memory

Detailed Description

Definition at line 341 of file wm_playanim.cc.

Member Data Documentation

◆ anim

MovieReader* PlayAnimPict::anim

◆ error_message

char* PlayAnimPict::error_message

The allocated error message to show if the file cannot be loaded.

Definition at line 348 of file wm_playanim.cc.

Referenced by build_pict_list_from_image_sequence(), playanim_toscreen_ex(), and wm_main_playanim_intern().

◆ filepath

const char* PlayAnimPict::filepath

◆ frame

◆ frame_cache_node

LinkData* PlayAnimPict::frame_cache_node

Back pointer to the LinkData node for this struct in the #g_frame_cache.pics list.

Definition at line 356 of file wm_playanim.cc.

Referenced by frame_cache_add(), frame_cache_limit_apply(), frame_cache_remove(), frame_cache_touch(), and wm_main_playanim_intern().

◆ IB_flags

int PlayAnimPict::IB_flags

◆ ibuf

◆ mem

uchar* PlayAnimPict::mem

◆ next

PlayAnimPict* PlayAnimPict::next

Definition at line 342 of file wm_playanim.cc.

Referenced by playanim_step(), and wm_main_playanim_intern().

◆ prev

PlayAnimPict * PlayAnimPict::prev

Definition at line 342 of file wm_playanim.cc.

Referenced by playanim_step(), and wm_main_playanim_intern().

◆ size

size_t PlayAnimPict::size

Definition at line 344 of file wm_playanim.cc.

Referenced by build_pict_list_from_image_sequence(), and ibuf_from_picture().

◆ size_in_memory

size_t PlayAnimPict::size_in_memory

Definition at line 357 of file wm_playanim.cc.

Referenced by frame_cache_add(), and frame_cache_remove().


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