|
Blender V4.3
|
#include <SEQ_add.hh>
Public Attributes | ||
| int | start_frame | |
| int | channel | |
| char | name [64] | |
| char | path [1024] | |
| struct { | ||
| int len | ||
| int end_frame | ||
| } | image | |
| Scene * | scene | |
| MovieClip * | clip | |
| Mask * | mask | |
| struct { | ||
| int type | ||
| int end_frame | ||
| Sequence * seq1 | ||
| Sequence * seq2 | ||
| } | effect | |
| eSeqLoadFlags | 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 | |
Definition at line 33 of file SEQ_add.hh.
| bool SeqLoadData::adjust_playback_rate |
Definition at line 59 of file SEQ_add.hh.
Referenced by load_data_init_from_operator(), and SEQ_add_movie_strip().
| bool SeqLoadData::allow_invalid_file |
Definition at line 57 of file SEQ_add.hh.
Referenced by SEQ_add_movie_strip().
| int SeqLoadData::channel |
Definition at line 35 of file SEQ_add.hh.
Referenced by load_data_init_from_operator(), SEQ_add_effect_strip(), SEQ_add_image_strip(), SEQ_add_load_data_init(), SEQ_add_mask_strip(), SEQ_add_meta_strip(), SEQ_add_movie_strip(), SEQ_add_movieclip_strip(), SEQ_add_scene_strip(), and sequencer_add_effect_strip_exec().
| MovieClip* SeqLoadData::clip |
Definition at line 44 of file SEQ_add.hh.
Referenced by SEQ_add_movieclip_strip(), seq_add_set_name(), and sequencer_add_movieclip_strip_exec().
| struct { ... } SeqLoadData::effect |
Referenced by load_data_init_from_operator(), SEQ_add_effect_strip(), and sequencer_add_effect_strip_exec().
| int SeqLoadData::end_frame |
Definition at line 41 of file SEQ_add.hh.
Referenced by load_data_init_from_operator(), SEQ_add_effect_strip(), and sequencer_add_image_strip_exec().
| eSeqImageFitMethod SeqLoadData::fit_method |
Definition at line 53 of file SEQ_add.hh.
Referenced by load_data_init_from_operator(), SEQ_add_image_strip(), and SEQ_add_movie_strip().
| eSeqLoadFlags SeqLoadData::flags |
Definition at line 52 of file SEQ_add.hh.
Referenced by load_data_init_from_operator(), SEQ_add_movie_strip(), and seq_add_set_view_transform().
| struct { ... } SeqLoadData::image |
| int SeqLoadData::len |
Definition at line 40 of file SEQ_add.hh.
Referenced by load_data_init_from_operator(), SEQ_add_image_strip(), sequencer_add_image_strip_exec(), and sequencer_add_image_strip_load_files().
| Mask* SeqLoadData::mask |
Definition at line 45 of file SEQ_add.hh.
Referenced by SEQ_add_mask_strip(), seq_add_set_name(), and sequencer_add_mask_strip_exec().
| char SeqLoadData::name[64] |
Definition at line 36 of file SEQ_add.hh.
Referenced by load_data_init_from_operator(), SEQ_add_load_data_init(), seq_add_set_name(), sequencer_add_movie_multiple_strips(), and sequencer_add_sound_multiple_strips().
| char SeqLoadData::path[1024] |
Typically a filepath but may reference any kind of path.
Definition at line 38 of file SEQ_add.hh.
Referenced by load_data_init_from_operator(), SEQ_add_image_strip(), SEQ_add_load_data_init(), SEQ_add_movie_strip(), sequencer_add_image_strip_load_files(), sequencer_add_movie_multiple_strips(), sequencer_add_movie_single_strip(), sequencer_add_sound_multiple_strips(), and sequencer_add_sound_single_strip().
| double SeqLoadData::r_video_stream_start |
Definition at line 58 of file SEQ_add.hh.
Referenced by SEQ_add_movie_strip().
| Scene* SeqLoadData::scene |
Definition at line 43 of file SEQ_add.hh.
Referenced by SEQ_add_scene_strip(), seq_add_set_name(), sequencer_add_scene_strip_exec(), and sequencer_add_scene_strip_new_exec().
| Sequence* SeqLoadData::seq1 |
Definition at line 49 of file SEQ_add.hh.
Referenced by SEQ_add_effect_strip(), and sequencer_add_effect_strip_exec().
| Sequence* SeqLoadData::seq2 |
Definition at line 50 of file SEQ_add.hh.
Referenced by SEQ_add_effect_strip(), and sequencer_add_effect_strip_exec().
| int SeqLoadData::start_frame |
Definition at line 34 of file SEQ_add.hh.
Referenced by load_data_init_from_operator(), SEQ_add_effect_strip(), SEQ_add_image_strip(), SEQ_add_load_data_init(), SEQ_add_mask_strip(), SEQ_add_meta_strip(), SEQ_add_movie_strip(), SEQ_add_movieclip_strip(), SEQ_add_scene_strip(), sequencer_add_image_strip_exec(), sequencer_add_movie_multiple_strips(), and sequencer_add_sound_multiple_strips().
| Stereo3dFormat* SeqLoadData::stereo3d_format |
Definition at line 56 of file SEQ_add.hh.
Referenced by load_data_init_from_operator(), SEQ_add_image_strip(), and SEQ_add_movie_strip().
| int SeqLoadData::type |
Definition at line 47 of file SEQ_add.hh.
Referenced by SEQ_add_effect_strip(), and sequencer_add_effect_strip_exec().
| bool SeqLoadData::use_multiview |
Definition at line 54 of file SEQ_add.hh.
Referenced by load_data_init_from_operator(), SEQ_add_image_strip(), and SEQ_add_movie_strip().
| char SeqLoadData::views_format |
Definition at line 55 of file SEQ_add.hh.
Referenced by load_data_init_from_operator(), SEQ_add_image_strip(), and SEQ_add_movie_strip().