|
Blender V5.0
|
#include <cstdlib>#include <cstring>#include "DNA_scene_types.h"#include "DNA_sequence_types.h"#include "RNA_define.hh"#include "RNA_enum_types.hh"#include "SEQ_edit.hh"#include "SEQ_sequencer.hh"#include "rna_internal.hh"Go to the source code of this file.
Functions | |
| void | RNA_api_strip (StructRNA *srna) |
| void | RNA_api_strip_elements (BlenderRNA *brna, PropertyRNA *cprop) |
| void | RNA_api_strip_retiming_keys (BlenderRNA *brna) |
| void | RNA_api_strips (StructRNA *srna, const bool metastrip) |
| void RNA_api_strip | ( | StructRNA * | srna | ) |
Definition at line 700 of file rna_sequencer_api.cc.
References FUNC_USE_MAIN, FUNC_USE_REPORTS, FUNC_USE_SELF_ID, MAXFRAME, PARM_REQUIRED, PROP_NEVER_NULL, RNA_def_boolean(), RNA_def_enum(), RNA_def_function(), RNA_def_function_flag(), RNA_def_function_return(), RNA_def_function_ui_description(), RNA_def_int(), RNA_def_parameter_flags(), RNA_def_pointer(), SEQ_CACHE_STORE_FINAL_OUT, SEQ_CACHE_STORE_RAW, blender::seq::SPLIT_HARD, and blender::seq::SPLIT_SOFT.
Referenced by rna_def_strip().
| void RNA_api_strip_elements | ( | BlenderRNA * | brna, |
| PropertyRNA * | cprop ) |
Definition at line 775 of file rna_sequencer_api.cc.
References FUNC_USE_REPORTS, FUNC_USE_SELF_ID, PARM_REQUIRED, RNA_def_function(), RNA_def_function_flag(), RNA_def_function_return(), RNA_def_function_ui_description(), RNA_def_int(), RNA_def_parameter_flags(), RNA_def_pointer(), RNA_def_property_srna(), RNA_def_string(), RNA_def_struct(), RNA_def_struct_sdna(), and RNA_def_struct_ui_text().
Referenced by rna_def_image().
| void RNA_api_strip_retiming_keys | ( | BlenderRNA * | brna | ) |
Definition at line 803 of file rna_sequencer_api.cc.
References FUNC_USE_SELF_ID, MAXFRAME, RNA_def_function(), RNA_def_function_flag(), RNA_def_function_return(), RNA_def_function_ui_description(), RNA_def_int(), RNA_def_pointer(), RNA_def_struct(), RNA_def_struct_sdna(), and RNA_def_struct_ui_text().
Referenced by RNA_def_sequencer().
| void RNA_api_strips | ( | StructRNA * | srna, |
| const bool | metastrip ) |
Definition at line 823 of file rna_sequencer_api.cc.
References FUNC_USE_MAIN, FUNC_USE_REPORTS, FUNC_USE_SELF_ID, blender::seq::MAX_CHANNELS, MAXFRAME, PARM_REQUIRED, PARM_RNAPTR, PROP_NEVER_NULL, PROP_THICK_WRAP, RNA_def_enum(), RNA_def_function(), RNA_def_function_flag(), RNA_def_function_return(), RNA_def_function_ui_description(), RNA_def_int(), RNA_def_parameter_clear_flags(), RNA_def_parameter_flags(), RNA_def_pointer(), RNA_def_string(), rna_enum_strip_scale_method_items, SEQ_USE_ORIGINAL_SIZE, STRIP_TYPE_ADD, STRIP_TYPE_ADJUSTMENT, STRIP_TYPE_ALPHAOVER, STRIP_TYPE_ALPHAUNDER, STRIP_TYPE_COLOR, STRIP_TYPE_COLORMIX, STRIP_TYPE_CROSS, STRIP_TYPE_GAMCROSS, STRIP_TYPE_GAUSSIAN_BLUR, STRIP_TYPE_GLOW, STRIP_TYPE_MUL, STRIP_TYPE_MULTICAM, STRIP_TYPE_SPEED, STRIP_TYPE_SUB, STRIP_TYPE_TEXT, and STRIP_TYPE_WIPE.
Referenced by rna_def_strips_meta(), and rna_def_strips_top_level().