|
Blender V5.0
|
#include <SEQ_add.hh>
Public Attributes | |
| int | start_frame |
| int | channel |
| char | name [64] |
| char | path [1024] |
| struct { | |
| int count | |
| int length | |
| } | image |
| Scene * | scene |
| MovieClip * | clip |
| Mask * | mask |
| struct { | |
| int type | |
| int length | |
| Strip * input1 | |
| Strip * input2 | |
| } | effect |
| eLoadFlags | flags |
| eSeqImageFitMethod | fit_method |
| bool | use_multiview |
| char | views_format |
| Stereo3dFormat * | stereo3d_format |
| bool | allow_invalid_file |
| double | r_video_stream_start |
| bool | adjust_playback_rate |
| bool | allow_overlap |
API for adding new strips. If multiple strips are added, data is updated for each one.
Definition at line 35 of file SEQ_add.hh.
| bool blender::seq::LoadData::adjust_playback_rate |
Definition at line 61 of file SEQ_add.hh.
| bool blender::seq::LoadData::allow_invalid_file |
Definition at line 59 of file SEQ_add.hh.
| bool blender::seq::LoadData::allow_overlap |
Definition at line 62 of file SEQ_add.hh.
| int blender::seq::LoadData::channel |
Definition at line 37 of file SEQ_add.hh.
| MovieClip* blender::seq::LoadData::clip |
Definition at line 46 of file SEQ_add.hh.
| int blender::seq::LoadData::count |
Definition at line 42 of file SEQ_add.hh.
| struct { ... } blender::seq::LoadData::effect |
| eSeqImageFitMethod blender::seq::LoadData::fit_method |
Definition at line 55 of file SEQ_add.hh.
| eLoadFlags blender::seq::LoadData::flags |
Definition at line 54 of file SEQ_add.hh.
| struct { ... } blender::seq::LoadData::image |
| Strip* blender::seq::LoadData::input1 |
Definition at line 51 of file SEQ_add.hh.
| Strip* blender::seq::LoadData::input2 |
Definition at line 52 of file SEQ_add.hh.
| int blender::seq::LoadData::length |
Definition at line 43 of file SEQ_add.hh.
| Mask* blender::seq::LoadData::mask |
Definition at line 47 of file SEQ_add.hh.
| char blender::seq::LoadData::name[64] |
Definition at line 38 of file SEQ_add.hh.
| char blender::seq::LoadData::path[1024] |
Typically a filepath but may reference any kind of path.
Definition at line 40 of file SEQ_add.hh.
| double blender::seq::LoadData::r_video_stream_start |
Definition at line 60 of file SEQ_add.hh.
| Scene* blender::seq::LoadData::scene |
Definition at line 45 of file SEQ_add.hh.
| int blender::seq::LoadData::start_frame |
Definition at line 36 of file SEQ_add.hh.
| Stereo3dFormat* blender::seq::LoadData::stereo3d_format |
Definition at line 58 of file SEQ_add.hh.
| int blender::seq::LoadData::type |
Definition at line 49 of file SEQ_add.hh.
| bool blender::seq::LoadData::use_multiview |
Definition at line 56 of file SEQ_add.hh.
| char blender::seq::LoadData::views_format |
Definition at line 57 of file SEQ_add.hh.