|
Blender
V3.3
|
#include <DNA_sequence_types.h>
Public Attributes | |
| struct StripAnim * | next |
| struct StripAnim * | prev |
| struct anim * | anim |
Definition at line 40 of file DNA_sequence_types.h.
| struct anim* StripAnim::anim |
Definition at line 42 of file DNA_sequence_types.h.
Referenced by SEQ_add_movie_strip(), SEQ_add_reload_new_file(), seq_open_anim_file(), seq_proxy_fetch(), SEQ_proxy_rebuild_context(), SEQ_proxy_rebuild_finish(), SEQ_relations_sequence_free_anim(), seq_render_movie_strip(), seq_render_movie_strip_view(), and SEQ_time_sequence_get_fps().
| struct StripAnim* StripAnim::next |
Definition at line 41 of file DNA_sequence_types.h.
Referenced by SEQ_proxy_rebuild_finish(), and seq_render_movie_strip().
| struct StripAnim * StripAnim::prev |
Definition at line 41 of file DNA_sequence_types.h.