Blender
V3.3
|
#include <DNA_sequence_types.h>
Public Attributes | |
struct SeqTimelineChannel * | next |
struct SeqTimelineChannel * | prev |
char | name [64] |
int | index |
int | flag |
Definition at line 269 of file DNA_sequence_types.h.
int SeqTimelineChannel::flag |
Definition at line 273 of file DNA_sequence_types.h.
Referenced by SEQ_channel_is_locked(), and SEQ_channel_is_muted().
int SeqTimelineChannel::index |
Definition at line 272 of file DNA_sequence_types.h.
Referenced by SEQ_channel_index_get(), and SEQ_channels_ensure().
char SeqTimelineChannel::name[64] |
Definition at line 271 of file DNA_sequence_types.h.
Referenced by SEQ_channel_name_get(), and SEQ_channels_ensure().
struct SeqTimelineChannel* SeqTimelineChannel::next |
Definition at line 270 of file DNA_sequence_types.h.
struct SeqTimelineChannel * SeqTimelineChannel::prev |
Definition at line 270 of file DNA_sequence_types.h.