|
Blender V4.3
|
Go to the source code of this file.
Namespaces | |
| namespace | blender |
| namespace | blender::seq |
Functions | |
| ImBuf * | blender::seq::thumbnail_cache_get (const bContext *C, Scene *scene, const Sequence *seq, float timeline_frame) |
| void | blender::seq::thumbnail_cache_maintain_capacity (Scene *scene) |
| void | blender::seq::thumbnail_cache_invalidate_strip (Scene *scene, const Sequence *seq) |
| void | blender::seq::thumbnail_cache_discard_requests_outside (Scene *scene, const rctf &rect) |
| void | blender::seq::thumbnail_cache_clear (Scene *scene) |
| void | blender::seq::thumbnail_cache_destroy (Scene *scene) |
| bool | blender::seq::strip_can_have_thumbnail (const Scene *scene, const Sequence *seq) |
Variables | |
| static constexpr int | blender::seq::SEQ_THUMB_SIZE = 256 |