|
Blender
V2.59
|
#include <DNA_sequence_types.h>
Public Attributes | |
| struct MetaStack * | next |
| struct MetaStack * | prev |
| ListBase * | oldbasep |
| Sequence * | parseq |
Definition at line 173 of file DNA_sequence_types.h.
| struct MetaStack* MetaStack::next |
Definition at line 174 of file DNA_sequence_types.h.
Referenced by direct_link_scene(), and write_scenes().
Definition at line 175 of file DNA_sequence_types.h.
Referenced by direct_link_scene(), and sequencer_meta_toggle_exec().
Definition at line 176 of file DNA_sequence_types.h.
Referenced by direct_link_scene(), seq_update_muting(), sequencer_delete_exec(), and sequencer_meta_toggle_exec().
| struct MetaStack * MetaStack::prev |
Definition at line 174 of file DNA_sequence_types.h.
Referenced by sequencer_delete_exec().