Blender
V3.3
|
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "DNA_scene_types.h"
#include "DNA_sequence_types.h"
#include "BLI_utildefines.h"
#include "RNA_access.h"
#include "RNA_define.h"
#include "SEQ_edit.h"
#include "rna_internal.h"
Go to the source code of this file.
Functions | |
void | RNA_api_sequence_strip (StructRNA *srna) |
void | RNA_api_sequence_elements (BlenderRNA *brna, PropertyRNA *cprop) |
void | RNA_api_sequences (BlenderRNA *brna, PropertyRNA *cprop, const bool metastrip) |
void RNA_api_sequence_elements | ( | BlenderRNA * | brna, |
PropertyRNA * | cprop | ||
) |
Definition at line 717 of file rna_sequencer_api.c.
References FUNC_USE_REPORTS, FUNC_USE_SELF_ID, NULL, 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().
Definition at line 640 of file rna_sequencer_api.c.
References FUNC_USE_MAIN, FUNC_USE_REPORTS, FUNC_USE_SELF_ID, MAXFRAME, NULL, PARM_REQUIRED, PROP_NEVER_NULL, 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_COMPOSITE, SEQ_CACHE_STORE_PREPROCESSED, SEQ_CACHE_STORE_RAW, SEQ_SPLIT_HARD, and SEQ_SPLIT_SOFT.
Referenced by rna_def_sequence().
void RNA_api_sequences | ( | BlenderRNA * | brna, |
PropertyRNA * | cprop, | ||
const bool | metastrip | ||
) |
Definition at line 745 of file rna_sequencer_api.c.
References FUNC_USE_MAIN, FUNC_USE_REPORTS, FUNC_USE_SELF_ID, MAXFRAME, MAXSEQ, NULL, PARM_PYFUNC_OPTIONAL, 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_property_srna(), RNA_def_string(), RNA_def_struct(), RNA_def_struct_sdna(), RNA_def_struct_ui_text(), scale_fit_methods, SEQ_SCALE_TO_FILL, SEQ_SCALE_TO_FIT, SEQ_STRETCH_TO_FILL, SEQ_TYPE_ADD, SEQ_TYPE_ADJUSTMENT, SEQ_TYPE_ALPHAOVER, SEQ_TYPE_ALPHAUNDER, SEQ_TYPE_COLOR, SEQ_TYPE_COLORMIX, SEQ_TYPE_CROSS, SEQ_TYPE_GAMCROSS, SEQ_TYPE_GAUSSIAN_BLUR, SEQ_TYPE_GLOW, SEQ_TYPE_MUL, SEQ_TYPE_MULTICAM, SEQ_TYPE_OVERDROP, SEQ_TYPE_SPEED, SEQ_TYPE_SUB, SEQ_TYPE_TEXT, SEQ_TYPE_TRANSFORM, SEQ_TYPE_WIPE, and SEQ_USE_ORIGINAL_SIZE.
Referenced by rna_def_editor(), and rna_def_meta().