|
Blender V4.3
|
#include <DNA_sequence_types.h>
Public Attributes | |
| char | dirpath [768] |
| char | filename [256] |
| struct ImBufAnim * | anim |
| short | tc |
| short | quality |
| short | build_size_flags |
| short | build_tc_flags |
| short | build_flags |
| char | storage |
| char | _pad [5] |
Definition at line 94 of file DNA_sequence_types.h.
| char StripProxy::_pad[5] |
Definition at line 110 of file DNA_sequence_types.h.
| struct ImBufAnim* StripProxy::anim |
Definition at line 99 of file DNA_sequence_types.h.
Referenced by free_proxy_seq(), seq_dupli(), seq_free_strip(), seq_proxy_fetch(), seq_read_data_cb(), and seq_render_movie_strip_custom_file_proxy().
| short StripProxy::build_flags |
Definition at line 108 of file DNA_sequence_types.h.
Referenced by seq_proxy_need_rebuild(), and SEQ_proxy_rebuild_context().
| short StripProxy::build_size_flags |
Definition at line 104 of file DNA_sequence_types.h.
Referenced by can_use_proxy(), SEQ_can_use_proxy(), seq_proxy_need_rebuild(), and SEQ_proxy_rebuild_context().
| short StripProxy::build_tc_flags |
Definition at line 106 of file DNA_sequence_types.h.
Referenced by SEQ_proxy_rebuild_context(), and seq_strip_proxy_alloc().
| char StripProxy::dirpath[768] |
Custom directory for index and proxy files (defaults to "BL_proxy").
Definition at line 96 of file DNA_sequence_types.h.
Referenced by proxy_dir_get(), seq_proxy_get_custom_file_filepath(), seq_proxy_get_filepath(), and seq_sound_proxy_update_cb().
| char StripProxy::filename[256] |
Custom file.
Definition at line 98 of file DNA_sequence_types.h.
Referenced by seq_proxy_get_custom_file_filepath().
| short StripProxy::quality |
Definition at line 103 of file DNA_sequence_types.h.
Referenced by seq_proxy_build_frame(), SEQ_proxy_rebuild_context(), and seq_strip_proxy_alloc().
| char StripProxy::storage |
Definition at line 109 of file DNA_sequence_types.h.
Referenced by seq_proxy_fetch(), seq_proxy_get_filepath(), SEQ_proxy_rebuild(), seq_render_movie_strip_view(), seq_update_proxy_cb(), and use_proxy().
| short StripProxy::tc |
Definition at line 101 of file DNA_sequence_types.h.
Referenced by SEQ_add_reload_new_file(), seq_proxies_timecode_update(), seq_proxy_fetch(), seq_render_movie_strip_timecode_get(), and seq_strip_proxy_alloc().