Blender V4.5
[struct].g_frame_cache Struct Reference

Public Attributes

ListBase pics
int pics_len
size_t pics_size_in_memory
size_t memory_limit

Detailed Description

Definition at line 380 of file wm_playanim.cc.

Member Data Documentation

◆ memory_limit

size_t [struct].g_frame_cache memory_limit

Optionally limit the amount of memory used for cache (in bytes), ignored when zero.

◆ pics

ListBase [struct].g_frame_cache pics

A list of LinkData nodes referencing PlayAnimPict to track cached frames.

◆ pics_len

int [struct].g_frame_cache pics_len

Number if elements in pics.

◆ pics_size_in_memory

size_t [struct].g_frame_cache pics_size_in_memory

Keep track of memory used by #g_frame_cache.pics when g_frame_cache.memory_limit != 0.


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