Blender V4.3
SeqTimelineChannel Struct Reference

#include <DNA_sequence_types.h>

Public Attributes

struct SeqTimelineChannelnext
 
struct SeqTimelineChannelprev
 
char name [64]
 
int index
 
int flag
 

Detailed Description

Definition at line 313 of file DNA_sequence_types.h.

Member Data Documentation

◆ flag

int SeqTimelineChannel::flag

Definition at line 317 of file DNA_sequence_types.h.

Referenced by sequencer_meta_make_exec().

◆ index

int SeqTimelineChannel::index

Definition at line 316 of file DNA_sequence_types.h.

◆ name

char SeqTimelineChannel::name[64]

Definition at line 315 of file DNA_sequence_types.h.

Referenced by rna_def_channel(), and sequencer_meta_make_exec().

◆ next

struct SeqTimelineChannel* SeqTimelineChannel::next

Definition at line 314 of file DNA_sequence_types.h.

◆ prev

struct SeqTimelineChannel * SeqTimelineChannel::prev

Definition at line 314 of file DNA_sequence_types.h.


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