Blender V4.3
PlayAnimPict Struct Reference

Public Attributes

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

Detailed Description

Definition at line 334 of file wm_playanim.cc.

Member Data Documentation

◆ anim

ImBufAnim* PlayAnimPict::anim

Definition at line 343 of file wm_playanim.cc.

Referenced by build_pict_list_from_anim(), and ibuf_from_picture().

◆ error_message

char* PlayAnimPict::error_message

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

Definition at line 341 of file wm_playanim.cc.

Referenced by build_pict_list_from_image_sequence(), and playanim_toscreen_ex().

◆ filepath

const char* PlayAnimPict::filepath

The allocated file-path to the image.

Definition at line 339 of file wm_playanim.cc.

Referenced by build_pict_list_from_anim(), build_pict_list_from_image_sequence(), ibuf_from_picture(), and playanim_toscreen_ex().

◆ 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 349 of file wm_playanim.cc.

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

◆ IB_flags

int PlayAnimPict::IB_flags

◆ ibuf

◆ mem

uchar* PlayAnimPict::mem

Definition at line 336 of file wm_playanim.cc.

Referenced by build_pict_list_from_image_sequence(), and ibuf_from_picture().

◆ next

PlayAnimPict* PlayAnimPict::next

Definition at line 335 of file wm_playanim.cc.

Referenced by playanim_step().

◆ prev

PlayAnimPict * PlayAnimPict::prev

Definition at line 335 of file wm_playanim.cc.

Referenced by playanim_step().

◆ size

size_t PlayAnimPict::size

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