|
Blender
V3.3
|
#include <SEQ_add.h>
Public Attributes | |
| int | start_frame |
| int | channel |
| char | name [64] |
| char | path [1024] |
| struct { | |
| int len | |
| int end_frame | |
| } | image |
| struct Scene * | scene |
| struct MovieClip * | clip |
| struct Mask * | mask |
| struct { | |
| int type | |
| int end_frame | |
| struct Sequence * seq1 | |
| struct Sequence * seq2 | |
| struct Sequence * seq3 | |
| } | effect |
| eSeqLoadFlags | flags |
| eSeqImageFitMethod | fit_method |
| bool | use_multiview |
| char | views_format |
| struct Stereo3dFormat * | stereo3d_format |
| bool | allow_invalid_file |
| double | r_video_stream_start |
| bool | adjust_playback_rate |
| bool SeqLoadData::adjust_playback_rate |
Definition at line 53 of file SEQ_add.h.
Referenced by load_data_init_from_operator(), and SEQ_add_movie_strip().
| bool SeqLoadData::allow_invalid_file |
Definition at line 51 of file SEQ_add.h.
Referenced by SEQ_add_movie_strip().
| int SeqLoadData::channel |
Definition at line 29 of file SEQ_add.h.
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().
| struct MovieClip* SeqLoadData::clip |
Definition at line 37 of file SEQ_add.h.
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 34 of file SEQ_add.h.
Referenced by load_data_init_from_operator(), SEQ_add_effect_strip(), and sequencer_add_image_strip_exec().
| eSeqImageFitMethod SeqLoadData::fit_method |
Definition at line 47 of file SEQ_add.h.
Referenced by load_data_init_from_operator(), SEQ_add_image_strip(), and SEQ_add_movie_strip().
| eSeqLoadFlags SeqLoadData::flags |
Definition at line 46 of file SEQ_add.h.
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 33 of file SEQ_add.h.
Referenced by load_data_init_from_operator(), SEQ_add_image_strip(), sequencer_add_image_strip_exec(), and sequencer_add_image_strip_load_files().
| struct Mask* SeqLoadData::mask |
Definition at line 38 of file SEQ_add.h.
Referenced by SEQ_add_mask_strip(), seq_add_set_name(), and sequencer_add_mask_strip_exec().
| char SeqLoadData::name[64] |
Definition at line 30 of file SEQ_add.h.
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] |
Definition at line 31 of file SEQ_add.h.
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 52 of file SEQ_add.h.
Referenced by SEQ_add_movie_strip().
| struct Scene* SeqLoadData::scene |
Definition at line 36 of file SEQ_add.h.
Referenced by SEQ_add_scene_strip(), seq_add_set_name(), sequencer_add_scene_strip_exec(), and sequencer_add_scene_strip_new_exec().
| struct Sequence* SeqLoadData::seq1 |
Definition at line 42 of file SEQ_add.h.
Referenced by SEQ_add_effect_strip(), and sequencer_add_effect_strip_exec().
| struct Sequence* SeqLoadData::seq2 |
Definition at line 43 of file SEQ_add.h.
Referenced by SEQ_add_effect_strip(), and sequencer_add_effect_strip_exec().
| struct Sequence* SeqLoadData::seq3 |
Definition at line 44 of file SEQ_add.h.
Referenced by SEQ_add_effect_strip(), and sequencer_add_effect_strip_exec().
| int SeqLoadData::start_frame |
Definition at line 28 of file SEQ_add.h.
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().
| struct Stereo3dFormat* SeqLoadData::stereo3d_format |
Definition at line 50 of file SEQ_add.h.
Referenced by load_data_init_from_operator(), SEQ_add_image_strip(), and SEQ_add_movie_strip().
| int SeqLoadData::type |
Definition at line 40 of file SEQ_add.h.
Referenced by SEQ_add_effect_strip(), and sequencer_add_effect_strip_exec().
| bool SeqLoadData::use_multiview |
Definition at line 48 of file SEQ_add.h.
Referenced by load_data_init_from_operator(), SEQ_add_image_strip(), and SEQ_add_movie_strip().
| char SeqLoadData::views_format |
Definition at line 49 of file SEQ_add.h.
Referenced by load_data_init_from_operator(), SEQ_add_image_strip(), and SEQ_add_movie_strip().