|
Blender V4.3
|
#include <climits>#include <cstdlib>#include "DNA_anim_types.h"#include "DNA_movieclip_types.h"#include "DNA_object_types.h"#include "DNA_scene_types.h"#include "DNA_sequence_types.h"#include "DNA_vfont_types.h"#include "BLI_iterator.h"#include "BLI_listbase.h"#include "BLI_math_rotation.h"#include "BLI_string_utf8_symbols.h"#include "BLI_string_utils.hh"#include "BLT_translation.hh"#include "BKE_anim_data.hh"#include "BKE_animsys.h"#include "BKE_sound.h"#include "IMB_metadata.hh"#include "MEM_guardedalloc.h"#include "RNA_access.hh"#include "RNA_define.hh"#include "RNA_enum_types.hh"#include "rna_internal.hh"#include "SEQ_add.hh"#include "SEQ_channels.hh"#include "SEQ_effects.hh"#include "SEQ_iterator.hh"#include "SEQ_modifier.hh"#include "SEQ_prefetch.hh"#include "SEQ_proxy.hh"#include "SEQ_relations.hh"#include "SEQ_retiming.hh"#include "SEQ_select.hh"#include "SEQ_sequencer.hh"#include "SEQ_sound.hh"#include "SEQ_thumbnail_cache.hh"#include "SEQ_time.hh"#include "SEQ_transform.hh"#include "SEQ_utils.hh"#include "WM_types.hh"Go to the source code of this file.
Classes | |
| struct | EffectInfo |
Macros | |
| #define | RNA_ENUM_SEQUENCER_VIDEO_MODIFIER_TYPE_ITEMS |
| #define | RNA_ENUM_SEQUENCER_AUDIO_MODIFIER_TYPE_ITEMS {seqModifierType_SoundEqualizer, "SOUND_EQUALIZER", ICON_NONE, "Sound Equalizer", ""} |
Variables | |
| const EnumPropertyItem | rna_enum_sequence_modifier_type_items [] |
| const EnumPropertyItem | rna_enum_sequence_video_modifier_type_items [] |
| const EnumPropertyItem | rna_enum_sequence_sound_modifier_type_items [] |
| const EnumPropertyItem | rna_enum_strip_color_items [] |
| static const EnumPropertyItem | transform_filter_items [] |
| static const EnumPropertyItem | blend_mode_items [] |
| static EffectInfo | def_effects [] |
| #define RNA_ENUM_SEQUENCER_AUDIO_MODIFIER_TYPE_ITEMS {seqModifierType_SoundEqualizer, "SOUND_EQUALIZER", ICON_NONE, "Sound Equalizer", ""} |
Definition at line 79 of file rna_sequencer.cc.
| #define RNA_ENUM_SEQUENCER_VIDEO_MODIFIER_TYPE_ITEMS |
Definition at line 70 of file rna_sequencer.cc.
|
static |
Definition at line 2789 of file rna_sequencer.cc.
References BLT_I18NCONTEXT_ID_SOUND, NC_SCENE, ND_SEQUENCER, PROP_FLOAT, PROP_NONE, RNA_def_property(), RNA_def_property_float_sdna(), RNA_def_property_range(), RNA_def_property_translation_context(), RNA_def_property_ui_text(), and RNA_def_property_update().
Referenced by rna_def_scene(), and rna_def_sound().
|
static |
Definition at line 3751 of file rna_sequencer.cc.
References FLT_MAX, NC_SCENE, ND_SEQUENCER, PROP_FLOAT, PROP_UNSIGNED, RNA_def_property(), RNA_def_property_float_sdna(), RNA_def_property_range(), RNA_def_property_ui_text(), RNA_def_property_update(), RNA_def_struct(), RNA_def_struct_sdna(), and RNA_def_struct_ui_text().
Referenced by rna_def_modifiers().
|
static |
Definition at line 2343 of file rna_sequencer.cc.
References SeqTimelineChannel::name, NC_SCENE, ND_SEQUENCER, PROP_BOOLEAN, PROP_NONE, PROP_STRING, RNA_def_property(), RNA_def_property_boolean_sdna(), RNA_def_property_string_funcs(), RNA_def_property_string_maxlength(), RNA_def_property_ui_text(), RNA_def_property_update(), RNA_def_struct(), RNA_def_struct_name_property(), RNA_def_struct_path_func(), RNA_def_struct_sdna(), RNA_def_struct_ui_text(), SEQ_CHANNEL_LOCK, and SEQ_CHANNEL_MUTE.
Referenced by RNA_def_sequencer().
|
static |
Definition at line 1876 of file rna_sequencer.cc.
References NC_SCENE, ND_SEQUENCER, PROP_BOOLEAN, PROP_COLOR_GAMMA, PROP_ENUM, PROP_FLOAT, PROP_NONE, RNA_def_property(), RNA_def_property_boolean_sdna(), RNA_def_property_enum_items(), RNA_def_property_enum_sdna(), RNA_def_property_float_default(), RNA_def_property_range(), RNA_def_property_ui_range(), RNA_def_property_ui_text(), RNA_def_property_update(), RNA_def_struct(), RNA_def_struct_path_func(), RNA_def_struct_sdna(), RNA_def_struct_ui_text(), SEQ_COLOR_BALANCE_INVERSE_GAIN, SEQ_COLOR_BALANCE_INVERSE_GAMMA, SEQ_COLOR_BALANCE_INVERSE_LIFT, SEQ_COLOR_BALANCE_INVERSE_OFFSET, SEQ_COLOR_BALANCE_INVERSE_POWER, SEQ_COLOR_BALANCE_INVERSE_SLOPE, SEQ_COLOR_BALANCE_METHOD_LIFTGAMMAGAIN, and SEQ_COLOR_BALANCE_METHOD_SLOPEOFFSETPOWER.
Referenced by RNA_def_sequencer().
|
static |
Definition at line 2685 of file rna_sequencer.cc.
References PROP_NONE, PROP_POINTER, RNA_def_property(), RNA_def_property_pointer_sdna(), RNA_def_property_struct_type(), and RNA_def_property_ui_text().
Referenced by rna_def_image(), and rna_def_movie().
|
static |
Definition at line 3478 of file rna_sequencer.cc.
References NC_SCENE, ND_SEQUENCER, PROP_ENUM, PROP_FACTOR, PROP_FLOAT, PROP_NONE, RNA_def_property(), RNA_def_property_enum_items(), RNA_def_property_enum_sdna(), RNA_def_property_range(), RNA_def_property_ui_text(), RNA_def_property_update(), RNA_def_struct_sdna_from(), RNA_ENUM_ITEM_SEPR, SEQ_TYPE_ADD, SEQ_TYPE_BLEND_COLOR, SEQ_TYPE_COLOR_BURN, SEQ_TYPE_DARKEN, SEQ_TYPE_DIFFERENCE, SEQ_TYPE_DODGE, SEQ_TYPE_EXCLUSION, SEQ_TYPE_HARD_LIGHT, SEQ_TYPE_HUE, SEQ_TYPE_LIGHTEN, SEQ_TYPE_LIN_LIGHT, SEQ_TYPE_LINEAR_BURN, SEQ_TYPE_MUL, SEQ_TYPE_OVERLAY, SEQ_TYPE_PIN_LIGHT, SEQ_TYPE_SATURATION, SEQ_TYPE_SCREEN, SEQ_TYPE_SOFT_LIGHT, SEQ_TYPE_SUB, SEQ_TYPE_VALUE, and SEQ_TYPE_VIVID_LIGHT.
|
static |
Definition at line 3681 of file rna_sequencer.cc.
References NC_SCENE, ND_SEQUENCER, PROP_FLOAT, PROP_NONE, PROP_POINTER, PROP_UNSIGNED, RNA_def_property(), RNA_def_property_float_default(), RNA_def_property_float_sdna(), RNA_def_property_range(), RNA_def_property_struct_type(), RNA_def_property_ui_text(), RNA_def_property_update(), RNA_def_struct(), RNA_def_struct_sdna(), and RNA_def_struct_ui_text().
Referenced by rna_def_modifiers().
|
static |
Definition at line 3719 of file rna_sequencer.cc.
References NC_SCENE, ND_SEQUENCER, PROP_NONE, PROP_POINTER, RNA_def_property(), RNA_def_property_pointer_sdna(), RNA_def_property_struct_type(), RNA_def_property_ui_text(), RNA_def_property_update(), RNA_def_struct(), RNA_def_struct_sdna(), and RNA_def_struct_ui_text().
Referenced by rna_def_modifiers().
|
static |
Definition at line 2372 of file rna_sequencer.cc.
References BLT_I18NCONTEXT_ID_SEQUENCE, FUNC_USE_REPORTS, FUNC_USE_SELF_ID, NC_SCENE, NC_SPACE, ND_SEQUENCER, ND_SPACE_SEQUENCER, PARM_REQUIRED, PROP_BOOLEAN, PROP_COLLECTION, PROP_DIRPATH, PROP_EDITABLE, PROP_ENUM, PROP_INT, PROP_NONE, PROP_POINTER, PROP_STRING, RNA_api_sequences(), RNA_def_function(), RNA_def_function_flag(), RNA_def_function_ui_description(), RNA_def_parameter_flags(), RNA_def_pointer(), RNA_def_property(), RNA_def_property_boolean_funcs(), RNA_def_property_boolean_sdna(), RNA_def_property_clear_flag(), RNA_def_property_collection_funcs(), RNA_def_property_collection_sdna(), RNA_def_property_enum_items(), RNA_def_property_flag(), RNA_def_property_int_funcs(), RNA_def_property_pointer_sdna(), RNA_def_property_string_sdna(), RNA_def_property_struct_type(), RNA_def_property_translation_context(), RNA_def_property_ui_text(), RNA_def_property_update(), RNA_def_struct(), RNA_def_struct_path_func(), RNA_def_struct_sdna(), RNA_def_struct_ui_icon(), RNA_def_struct_ui_text(), SEQ_CACHE_PREFETCH_ENABLE, SEQ_CACHE_STORE_COMPOSITE, SEQ_CACHE_STORE_FINAL_OUT, SEQ_CACHE_STORE_PREPROCESSED, SEQ_CACHE_STORE_RAW, SEQ_EDIT_OVERLAY_FRAME_ABS, SEQ_EDIT_OVERLAY_FRAME_SHOW, SEQ_EDIT_PROXY_DIR_STORAGE, and SEQ_EDIT_SHOW_MISSING_MEDIA.
Referenced by RNA_def_sequencer().
|
static |
Definition at line 3049 of file rna_sequencer.cc.
References rna_def_filter_video(), rna_def_proxy(), RNA_def_struct(), RNA_def_struct_sdna(), and RNA_def_struct_ui_text().
Referenced by RNA_def_sequencer().
Definition at line 2660 of file rna_sequencer.cc.
References count, PROP_EDITABLE, PROP_INT, PROP_NEVER_NULL, PROP_NONE, PROP_POINTER, PROP_UNSIGNED, RNA_def_property(), RNA_def_property_clear_flag(), RNA_def_property_flag(), RNA_def_property_int_funcs(), RNA_def_property_pointer_funcs(), RNA_def_property_pointer_sdna(), and RNA_def_property_ui_text().
Referenced by rna_def_effects().
|
static |
Definition at line 3577 of file rna_sequencer.cc.
References def_effects, EffectInfo::func, EffectInfo::inputs, rna_def_effect_inputs(), RNA_def_struct(), RNA_def_struct_sdna(), RNA_def_struct_ui_text(), EffectInfo::struct_name, EffectInfo::ui_desc, and EffectInfo::ui_name.
Referenced by RNA_def_sequencer().
|
static |
Definition at line 2529 of file rna_sequencer.cc.
References NC_SCENE, ND_SEQUENCER, PROP_BOOLEAN, PROP_ENUM, PROP_FLOAT, PROP_NONE, PROP_POINTER, PROP_UNSIGNED, RNA_def_property(), RNA_def_property_boolean_sdna(), RNA_def_property_enum_items(), RNA_def_property_float_default(), RNA_def_property_float_sdna(), RNA_def_property_pointer_sdna(), RNA_def_property_range(), RNA_def_property_ui_range(), RNA_def_property_ui_text(), RNA_def_property_update(), SEQ_ALPHA_PREMUL, SEQ_ALPHA_STRAIGHT, SEQ_FILTERY, SEQ_FLIPX, SEQ_FLIPY, SEQ_MAKE_FLOAT, SEQ_MULTIPLY_ALPHA, and SEQ_REVERSE_FRAMES.
Referenced by rna_def_effect(), rna_def_image(), rna_def_mask(), rna_def_meta(), rna_def_movie(), rna_def_movieclip(), and rna_def_scene().
|
static |
Definition at line 3307 of file rna_sequencer.cc.
References FLT_MAX, NC_SCENE, ND_SEQUENCER, PROP_FLOAT, PROP_UNSIGNED, RNA_def_property(), RNA_def_property_ui_range(), RNA_def_property_ui_text(), RNA_def_property_update(), and RNA_def_struct_sdna_from().
|
static |
Definition at line 3128 of file rna_sequencer.cc.
References NC_SCENE, ND_SEQUENCER, PROP_BOOLEAN, PROP_FACTOR, PROP_FLOAT, PROP_INT, PROP_NONE, RNA_def_property(), RNA_def_property_boolean_sdna(), RNA_def_property_float_sdna(), RNA_def_property_int_sdna(), RNA_def_property_range(), RNA_def_property_ui_text(), RNA_def_property_update(), and RNA_def_struct_sdna_from().
|
static |
Definition at line 3848 of file rna_sequencer.cc.
References NC_SCENE, ND_SEQUENCER, PROP_NONE, PROP_POINTER, RNA_def_property(), RNA_def_property_pointer_sdna(), RNA_def_property_struct_type(), RNA_def_property_ui_text(), RNA_def_property_update(), RNA_def_struct(), RNA_def_struct_sdna(), and RNA_def_struct_ui_text().
Referenced by rna_def_sound_equalizer_modifier().
|
static |
Definition at line 3735 of file rna_sequencer.cc.
References NC_SCENE, ND_SEQUENCER, PROP_NONE, PROP_POINTER, RNA_def_property(), RNA_def_property_pointer_sdna(), RNA_def_property_struct_type(), RNA_def_property_ui_text(), RNA_def_property_update(), RNA_def_struct(), RNA_def_struct_sdna(), and RNA_def_struct_ui_text().
Referenced by rna_def_modifiers().
|
static |
Definition at line 2705 of file rna_sequencer.cc.
References NC_IMAGE, NC_SCENE, ND_DISPLAY, ND_SEQUENCER, PROP_BOOLEAN, PROP_COLLECTION, PROP_DIRPATH, PROP_ENUM, PROP_NEVER_NULL, PROP_NONE, PROP_POINTER, PROP_STRING, RNA_api_sequence_elements(), rna_def_color_management(), rna_def_filter_video(), rna_def_input(), RNA_def_property(), RNA_def_property_boolean_sdna(), RNA_def_property_collection_funcs(), RNA_def_property_collection_sdna(), RNA_def_property_enum_items(), RNA_def_property_enum_sdna(), RNA_def_property_flag(), RNA_def_property_pointer_sdna(), RNA_def_property_string_sdna(), RNA_def_property_struct_type(), RNA_def_property_ui_text(), RNA_def_property_update(), rna_def_proxy(), RNA_def_struct(), RNA_def_struct_sdna(), RNA_def_struct_ui_text(), rna_enum_views_format_items, and SEQ_USE_VIEWS.
Referenced by RNA_def_sequencer().
|
static |
Definition at line 2633 of file rna_sequencer.cc.
References NC_SCENE, ND_SEQUENCER, PROP_ANIMATABLE, PROP_INT, PROP_UNSIGNED, RNA_def_property(), RNA_def_property_clear_flag(), RNA_def_property_int_funcs(), RNA_def_property_int_sdna(), RNA_def_property_ui_text(), and RNA_def_property_update().
Referenced by rna_def_image(), rna_def_mask(), rna_def_meta(), rna_def_movie(), rna_def_movieclip(), rna_def_multicam(), rna_def_scene(), and rna_def_sound().
|
static |
Definition at line 2982 of file rna_sequencer.cc.
References NC_SCENE, ND_SEQUENCER, PROP_EDITABLE, PROP_NONE, PROP_POINTER, rna_def_filter_video(), rna_def_input(), RNA_def_property(), RNA_def_property_flag(), RNA_def_property_ui_text(), RNA_def_property_update(), RNA_def_struct(), RNA_def_struct_sdna(), and RNA_def_struct_ui_text().
Referenced by RNA_def_sequencer().
|
static |
Definition at line 2758 of file rna_sequencer.cc.
References FUNC_USE_MAIN, FUNC_USE_SELF_ID, PROP_COLLECTION, PROP_NONE, RNA_api_sequences(), rna_def_filter_video(), RNA_def_function(), RNA_def_function_flag(), RNA_def_function_ui_description(), rna_def_input(), RNA_def_property(), RNA_def_property_collection_sdna(), RNA_def_property_struct_type(), RNA_def_property_ui_text(), rna_def_proxy(), RNA_def_struct(), RNA_def_struct_sdna(), and RNA_def_struct_ui_text().
Referenced by RNA_def_sequencer().
|
static |
Definition at line 3595 of file rna_sequencer.cc.
References NC_SCENE, ND_SEQUENCER, PROP_BOOLEAN, PROP_EDITABLE, PROP_ENUM, PROP_NO_DEG_UPDATE, PROP_NONE, PROP_POINTER, PROP_STRING, RNA_def_property(), RNA_def_property_boolean_sdna(), RNA_def_property_clear_flag(), RNA_def_property_enum_items(), RNA_def_property_enum_sdna(), RNA_def_property_flag(), RNA_def_property_pointer_funcs(), RNA_def_property_pointer_sdna(), RNA_def_property_string_funcs(), RNA_def_property_ui_icon(), RNA_def_property_ui_text(), RNA_def_property_update(), RNA_def_struct(), RNA_def_struct_name_property(), RNA_def_struct_path_func(), RNA_def_struct_refine_func(), RNA_def_struct_sdna(), RNA_def_struct_ui_text(), rna_enum_sequence_modifier_type_items, SEQUENCE_MASK_INPUT_ID, SEQUENCE_MASK_INPUT_STRIP, SEQUENCE_MASK_TIME_ABSOLUTE, SEQUENCE_MASK_TIME_RELATIVE, SEQUENCE_MODIFIER_EXPANDED, and SEQUENCE_MODIFIER_MUTE.
Referenced by rna_def_modifiers().
|
static |
Definition at line 3836 of file rna_sequencer.cc.
References rna_def_brightcontrast_modifier(), rna_def_colorbalance_modifier(), rna_def_curves_modifier(), rna_def_hue_modifier(), rna_def_modifier(), rna_def_tonemap_modifier(), and rna_def_whitebalance_modifier().
Referenced by RNA_def_sequencer().
|
static |
Definition at line 2850 of file rna_sequencer.cc.
References FUNC_USE_MAIN, FUNC_USE_SELF_ID, NC_IMAGE, NC_SCENE, ND_DISPLAY, ND_SEQUENCER, PARM_RNAPTR, PROP_BOOLEAN, PROP_COLLECTION, PROP_ENUM, PROP_FILEPATH, PROP_INT, PROP_NEVER_NULL, PROP_NONE, PROP_POINTER, PROP_STRING, RNA_api_sequence_retiming_keys(), RNA_def_boolean(), rna_def_color_management(), rna_def_filter_video(), RNA_def_function(), RNA_def_function_flag(), RNA_def_function_return(), RNA_def_function_ui_description(), rna_def_input(), rna_def_movie_types(), RNA_def_parameter_flags(), RNA_def_pointer(), RNA_def_property(), RNA_def_property_boolean_sdna(), RNA_def_property_collection_funcs(), RNA_def_property_collection_sdna(), RNA_def_property_enum_items(), RNA_def_property_enum_sdna(), RNA_def_property_flag(), RNA_def_property_int_sdna(), RNA_def_property_pointer_sdna(), RNA_def_property_range(), RNA_def_property_string_funcs(), RNA_def_property_struct_type(), RNA_def_property_ui_text(), RNA_def_property_update(), rna_def_proxy(), RNA_def_struct(), RNA_def_struct_sdna(), RNA_def_struct_ui_text(), rna_enum_views_format_items, and SEQ_USE_VIEWS.
Referenced by RNA_def_sequencer().
|
static |
Definition at line 2695 of file rna_sequencer.cc.
References PROP_EDITABLE, PROP_FLOAT, PROP_NONE, RNA_def_property(), RNA_def_property_clear_flag(), RNA_def_property_float_funcs(), and RNA_def_property_ui_text().
Referenced by rna_def_movie(), rna_def_movieclip(), and rna_def_scene().
|
static |
Definition at line 2952 of file rna_sequencer.cc.
References NC_SCENE, ND_SEQUENCER, PROP_BOOLEAN, PROP_EDITABLE, PROP_NONE, PROP_POINTER, rna_def_filter_video(), rna_def_input(), rna_def_movie_types(), RNA_def_property(), RNA_def_property_boolean_sdna(), RNA_def_property_flag(), RNA_def_property_ui_text(), RNA_def_property_update(), RNA_def_struct(), RNA_def_struct_sdna(), RNA_def_struct_ui_text(), SEQ_MOVIECLIP_RENDER_STABILIZED, and SEQ_MOVIECLIP_RENDER_UNDISTORTED.
Referenced by RNA_def_sequencer().
|
static |
Definition at line 3064 of file rna_sequencer.cc.
References NC_SCENE, ND_SEQUENCER, PROP_INT, PROP_UNSIGNED, rna_def_input(), RNA_def_property(), RNA_def_property_int_sdna(), RNA_def_property_range(), RNA_def_property_ui_text(), RNA_def_property_update(), and SEQ_MAX_CHANNELS.
|
static |
Definition at line 2616 of file rna_sequencer.cc.
References NC_SCENE, ND_SEQUENCER, PROP_BOOLEAN, PROP_NONE, PROP_POINTER, RNA_def_property(), RNA_def_property_boolean_funcs(), RNA_def_property_boolean_sdna(), RNA_def_property_pointer_sdna(), RNA_def_property_ui_text(), RNA_def_property_update(), and SEQ_USE_PROXY.
Referenced by rna_def_effect(), rna_def_image(), rna_def_meta(), rna_def_movie(), and rna_def_scene().
|
static |
Definition at line 1638 of file rna_sequencer.cc.
References FUNC_USE_SELF_ID, PROP_INT, PROP_NONE, RNA_def_function(), RNA_def_function_flag(), RNA_def_function_ui_description(), RNA_def_property(), RNA_def_property_int_funcs(), RNA_def_property_ui_text(), RNA_def_struct(), RNA_def_struct_sdna(), and RNA_def_struct_ui_text().
Referenced by RNA_def_sequencer().
|
static |
Definition at line 2801 of file rna_sequencer.cc.
References NC_SCENE, ND_SEQUENCER, PROP_BOOLEAN, PROP_EDITABLE, PROP_ENUM, PROP_ID_SELF_CHECK, PROP_NONE, PROP_POINTER, rna_def_audio_options(), rna_def_filter_video(), rna_def_input(), rna_def_movie_types(), RNA_def_property(), RNA_def_property_boolean_negative_sdna(), RNA_def_property_enum_bitflag_sdna(), RNA_def_property_enum_items(), RNA_def_property_flag(), RNA_def_property_pointer_funcs(), RNA_def_property_ui_text(), RNA_def_property_update(), rna_def_proxy(), RNA_def_struct(), RNA_def_struct_sdna(), RNA_def_struct_ui_text(), SEQ_SCENE_NO_ANNOTATION, and SEQ_SCENE_STRIPS.
Referenced by RNA_def_sequencer().
|
static |
Definition at line 2077 of file rna_sequencer.cc.
References blend_mode_items, BLT_I18NCONTEXT_ID_SEQUENCE, MAXFRAME, MINFRAME, NA_SELECTED, Sequence::name, NC_SCENE, ND_SEQUENCER, PROP_ANIMATABLE, PROP_BOOLEAN, PROP_COLLECTION, PROP_EDITABLE, PROP_ENUM, PROP_FACTOR, PROP_FLOAT, PROP_INT, PROP_NONE, PROP_STRING, PROP_TIME, PROP_UNSIGNED, RNA_api_sequence_strip(), RNA_def_property(), RNA_def_property_boolean_sdna(), RNA_def_property_clear_flag(), RNA_def_property_editable_func(), RNA_def_property_enum_funcs(), RNA_def_property_enum_items(), RNA_def_property_enum_sdna(), RNA_def_property_float_funcs(), RNA_def_property_float_sdna(), RNA_def_property_int_funcs(), RNA_def_property_int_sdna(), RNA_def_property_range(), RNA_def_property_string_funcs(), RNA_def_property_string_maxlength(), RNA_def_property_struct_type(), RNA_def_property_translation_context(), RNA_def_property_ui_icon(), RNA_def_property_ui_range(), RNA_def_property_ui_text(), RNA_def_property_update(), rna_def_sequence_modifiers(), RNA_def_struct(), RNA_def_struct_idprops_func(), RNA_def_struct_name_property(), RNA_def_struct_path_func(), RNA_def_struct_refine_func(), RNA_def_struct_ui_text(), rna_enum_strip_color_items, SELECT, SEQ_CACHE_OVERRIDE, SEQ_CACHE_STORE_COMPOSITE, SEQ_CACHE_STORE_PREPROCESSED, SEQ_CACHE_STORE_RAW, SEQ_LEFTSEL, SEQ_LOCK, SEQ_MAX_CHANNELS, SEQ_MUTE, SEQ_RIGHTSEL, SEQ_SHOW_RETIMING, 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_IMAGE, SEQ_TYPE_MASK, SEQ_TYPE_META, SEQ_TYPE_MOVIE, SEQ_TYPE_MOVIECLIP, SEQ_TYPE_MUL, SEQ_TYPE_MULTICAM, SEQ_TYPE_OVERDROP, SEQ_TYPE_SCENE, SEQ_TYPE_SOUND_RAM, SEQ_TYPE_SPEED, SEQ_TYPE_SUB, SEQ_TYPE_TEXT, SEQ_TYPE_TRANSFORM, SEQ_TYPE_WIPE, SEQ_USE_EFFECT_DEFAULT_FADE, and SEQ_USE_LINEAR_MODIFIERS.
Referenced by RNA_def_sequencer().
|
static |
Definition at line 2032 of file rna_sequencer.cc.
References FUNC_USE_CONTEXT, FUNC_USE_REPORTS, 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_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(), rna_enum_sequence_modifier_type_items, and seqModifierType_ColorBalance.
Referenced by rna_def_sequence().
| void RNA_def_sequencer | ( | BlenderRNA * | brna | ) |
Definition at line 3931 of file rna_sequencer.cc.
References rna_def_channel(), rna_def_color_balance(), rna_def_editor(), rna_def_effect(), rna_def_effects(), rna_def_image(), rna_def_mask(), rna_def_meta(), rna_def_modifiers(), rna_def_movie(), rna_def_movieclip(), rna_def_retiming_key(), rna_def_scene(), rna_def_sequence(), rna_def_sound(), rna_def_sound_modifiers(), rna_def_strip_color_balance(), rna_def_strip_crop(), rna_def_strip_element(), rna_def_strip_proxy(), and rna_def_strip_transform().
|
static |
Definition at line 3238 of file rna_sequencer.cc.
References NC_SCENE, ND_SEQUENCER, PROP_COLOR_GAMMA, PROP_FLOAT, RNA_def_property(), RNA_def_property_float_sdna(), RNA_def_property_ui_text(), RNA_def_property_update(), and RNA_def_struct_sdna_from().
|
static |
Definition at line 3000 of file rna_sequencer.cc.
References BLT_I18NCONTEXT_ID_SOUND, FLT_MAX, NC_SCENE, ND_SEQUENCER, PROP_ANIMATABLE, PROP_BOOLEAN, PROP_EDITABLE, PROP_FLOAT, PROP_NONE, PROP_POINTER, rna_def_audio_options(), rna_def_input(), RNA_def_property(), RNA_def_property_boolean_sdna(), RNA_def_property_clear_flag(), RNA_def_property_flag(), RNA_def_property_float_funcs(), RNA_def_property_float_sdna(), RNA_def_property_range(), RNA_def_property_struct_type(), RNA_def_property_translation_context(), RNA_def_property_ui_range(), RNA_def_property_ui_text(), RNA_def_property_update(), RNA_def_struct(), RNA_def_struct_sdna(), RNA_def_struct_ui_text(), and SEQ_AUDIO_DRAW_WAVEFORM.
Referenced by RNA_def_sequencer().
|
static |
Definition at line 3866 of file rna_sequencer.cc.
References FUNC_USE_CONTEXT, PARM_REQUIRED, PROP_COLLECTION, PROP_NONE, RNA_def_float(), RNA_def_function(), RNA_def_function_flag(), RNA_def_function_return(), RNA_def_function_ui_description(), rna_def_graphical_sound_equalizer(), RNA_def_parameter_flags(), RNA_def_pointer(), RNA_def_property(), RNA_def_property_struct_type(), RNA_def_property_ui_text(), RNA_def_struct(), RNA_def_struct_sdna(), RNA_def_struct_ui_text(), SOUND_EQUALIZER_DEFAULT_MAX_FREQ, and SOUND_EQUALIZER_DEFAULT_MIN_FREQ.
Referenced by rna_def_sound_modifiers().
|
static |
Definition at line 3926 of file rna_sequencer.cc.
References rna_def_sound_equalizer_modifier().
Referenced by RNA_def_sequencer().
|
static |
Definition at line 3250 of file rna_sequencer.cc.
References MAXFRAME, NC_SCENE, ND_SEQUENCER, PROP_ANIMATABLE, PROP_BOOLEAN, PROP_ENUM, PROP_FLOAT, PROP_NONE, PROP_PERCENTAGE, RNA_def_property(), RNA_def_property_boolean_sdna(), RNA_def_property_clear_flag(), RNA_def_property_enum_items(), RNA_def_property_enum_sdna(), RNA_def_property_float_sdna(), RNA_def_property_ui_range(), RNA_def_property_ui_text(), RNA_def_property_update(), RNA_def_struct_sdna_from(), SEQ_SPEED_FRAME_NUMBER, SEQ_SPEED_LENGTH, SEQ_SPEED_MULTIPLY, SEQ_SPEED_STRETCH, and SEQ_SPEED_USE_INTERPOLATION.
|
static |
Definition at line 1985 of file rna_sequencer.cc.
References RNA_def_struct(), RNA_def_struct_sdna(), and RNA_def_struct_ui_text().
Referenced by RNA_def_sequencer().
|
static |
Definition at line 1660 of file rna_sequencer.cc.
References NC_SCENE, ND_SEQUENCER, PROP_INT, PROP_PIXEL, RNA_def_property(), RNA_def_property_int_sdna(), RNA_def_property_ui_range(), RNA_def_property_ui_text(), RNA_def_property_update(), RNA_def_struct(), RNA_def_struct_path_func(), RNA_def_struct_sdna(), and RNA_def_struct_ui_text().
Referenced by RNA_def_sequencer().
|
static |
Definition at line 1608 of file rna_sequencer.cc.
References NC_SCENE, ND_SEQUENCER, PROP_EDITABLE, PROP_FILENAME, PROP_FLOAT, PROP_INT, PROP_NONE, PROP_STRING, RNA_def_property(), RNA_def_property_clear_flag(), RNA_def_property_float_sdna(), RNA_def_property_int_sdna(), RNA_def_property_string_sdna(), RNA_def_property_ui_text(), RNA_def_property_update(), RNA_def_struct(), RNA_def_struct_sdna(), and RNA_def_struct_ui_text().
Referenced by RNA_def_sequencer().
|
static |
Definition at line 1783 of file rna_sequencer.cc.
References BLT_I18NCONTEXT_EDITOR_FILEBROWSER, NC_SCENE, ND_SEQUENCER, PROP_BOOLEAN, PROP_DIRPATH, PROP_ENUM, PROP_FILEPATH, PROP_INT, PROP_NONE, PROP_STRING, PROP_UNSIGNED, RNA_def_property(), RNA_def_property_boolean_negative_sdna(), RNA_def_property_boolean_sdna(), RNA_def_property_enum_items(), RNA_def_property_enum_sdna(), RNA_def_property_int_sdna(), RNA_def_property_string_funcs(), RNA_def_property_string_sdna(), RNA_def_property_translation_context(), RNA_def_property_ui_range(), RNA_def_property_ui_text(), RNA_def_property_update(), RNA_def_struct(), RNA_def_struct_sdna(), RNA_def_struct_ui_text(), SEQ_PROXY_IMAGE_SIZE_100, SEQ_PROXY_IMAGE_SIZE_25, SEQ_PROXY_IMAGE_SIZE_50, SEQ_PROXY_IMAGE_SIZE_75, SEQ_PROXY_SKIP_EXISTING, SEQ_PROXY_TC_NONE, SEQ_PROXY_TC_RECORD_RUN, SEQ_PROXY_TC_RECORD_RUN_NO_GAPS, SEQ_STORAGE_PROXY_CUSTOM_DIR, and SEQ_STORAGE_PROXY_CUSTOM_FILE.
Referenced by RNA_def_sequencer().
|
static |
Definition at line 1727 of file rna_sequencer.cc.
References FLT_MAX, NC_SCENE, ND_SEQUENCER, PROP_ANGLE, PROP_ENUM, PROP_FLOAT, PROP_NONE, PROP_PIXEL, PROP_UNSIGNED, RNA_def_property(), RNA_def_property_enum_default(), RNA_def_property_enum_items(), RNA_def_property_enum_sdna(), RNA_def_property_float_default(), RNA_def_property_float_sdna(), RNA_def_property_ui_range(), RNA_def_property_ui_text(), RNA_def_property_update(), RNA_def_struct(), RNA_def_struct_path_func(), RNA_def_struct_sdna(), RNA_def_struct_ui_text(), SEQ_TRANSFORM_FILTER_AUTO, and transform_filter_items.
Referenced by RNA_def_sequencer().
|
static |
Definition at line 3323 of file rna_sequencer.cc.
References BLT_I18NCONTEXT_ID_SEQUENCE, DEG2RADF, FLT_MAX, M_PI, NC_SCENE, ND_SEQUENCER, PROP_ANGLE, PROP_BOOLEAN, PROP_COLOR_GAMMA, PROP_EDITABLE, PROP_ENUM, PROP_FLOAT, PROP_NONE, PROP_POINTER, PROP_STRING, PROP_TEXTEDIT_UPDATE, PROP_UNSIGNED, PROP_XYZ, RNA_def_property(), RNA_def_property_boolean_sdna(), RNA_def_property_enum_items(), RNA_def_property_enum_sdna(), RNA_def_property_flag(), RNA_def_property_float_default(), RNA_def_property_float_sdna(), RNA_def_property_pointer_funcs(), RNA_def_property_pointer_sdna(), RNA_def_property_range(), RNA_def_property_translation_context(), RNA_def_property_ui_icon(), RNA_def_property_ui_range(), RNA_def_property_ui_text(), RNA_def_property_update(), RNA_def_struct_sdna_from(), SEQ_TEXT_ALIGN_X_CENTER, SEQ_TEXT_ALIGN_X_LEFT, SEQ_TEXT_ALIGN_X_RIGHT, SEQ_TEXT_ALIGN_Y_BOTTOM, SEQ_TEXT_ALIGN_Y_CENTER, SEQ_TEXT_ALIGN_Y_TOP, SEQ_TEXT_BOLD, SEQ_TEXT_BOX, SEQ_TEXT_ITALIC, SEQ_TEXT_OUTLINE, and SEQ_TEXT_SHADOW.
|
static |
Definition at line 3774 of file rna_sequencer.cc.
References NC_SCENE, ND_SEQUENCER, PROP_ENUM, PROP_FACTOR, PROP_FLOAT, PROP_NONE, RNA_def_property(), RNA_def_property_enum_items(), RNA_def_property_enum_sdna(), RNA_def_property_range(), RNA_def_property_ui_text(), RNA_def_property_update(), RNA_def_struct(), RNA_def_struct_sdna(), RNA_def_struct_ui_text(), SEQ_TONEMAP_RD_PHOTORECEPTOR, and SEQ_TONEMAP_RH_SIMPLE.
Referenced by rna_def_modifiers().
|
static |
Definition at line 3170 of file rna_sequencer.cc.
References NC_SCENE, ND_SEQUENCER, PROP_ANIMATABLE, PROP_BOOLEAN, PROP_ENUM, PROP_FLOAT, PROP_NONE, PROP_UNSIGNED, RNA_def_property(), RNA_def_property_boolean_sdna(), RNA_def_property_clear_flag(), RNA_def_property_enum_items(), RNA_def_property_enum_sdna(), RNA_def_property_float_sdna(), RNA_def_property_ui_range(), RNA_def_property_ui_text(), RNA_def_property_update(), and RNA_def_struct_sdna_from().
|
static |
Definition at line 3702 of file rna_sequencer.cc.
References NC_SCENE, ND_SEQUENCER, PROP_COLOR_GAMMA, PROP_FLOAT, RNA_def_property(), RNA_def_property_float_sdna(), RNA_def_property_range(), RNA_def_property_ui_text(), RNA_def_property_update(), RNA_def_struct(), RNA_def_struct_sdna(), and RNA_def_struct_ui_text().
Referenced by rna_def_modifiers().
|
static |
Definition at line 3077 of file rna_sequencer.cc.
References BLT_I18NCONTEXT_ID_SEQUENCE, DEG2RADF, DO_CLOCK_WIPE, DO_DOUBLE_WIPE, DO_IRIS_WIPE, DO_SINGLE_WIPE, NC_SCENE, ND_SEQUENCER, PROP_ANGLE, PROP_ENUM, PROP_FACTOR, PROP_FLOAT, PROP_NONE, RNA_def_property(), RNA_def_property_enum_items(), RNA_def_property_enum_sdna(), RNA_def_property_float_sdna(), RNA_def_property_range(), RNA_def_property_translation_context(), RNA_def_property_ui_text(), RNA_def_property_update(), and RNA_def_struct_sdna_from().
|
static |
Definition at line 1995 of file rna_sequencer.cc.
Referenced by rna_def_sequence().
|
static |
Definition at line 3527 of file rna_sequencer.cc.
Referenced by rna_def_effects().
| const EnumPropertyItem rna_enum_sequence_modifier_type_items[] |
Definition at line 83 of file rna_sequencer.cc.
Referenced by filter_modifiers_by_sequence_type_itemf(), rna_def_modifier(), and rna_def_sequence_modifiers().
| const EnumPropertyItem rna_enum_sequence_sound_modifier_type_items[] |
Definition at line 94 of file rna_sequencer.cc.
Referenced by filter_modifiers_by_sequence_type_itemf().
| const EnumPropertyItem rna_enum_sequence_video_modifier_type_items[] |
Definition at line 89 of file rna_sequencer.cc.
Referenced by filter_modifiers_by_sequence_type_itemf().
| const EnumPropertyItem rna_enum_strip_color_items[] |
Definition at line 99 of file rna_sequencer.cc.
Referenced by rna_def_sequence(), and SEQUENCER_OT_strip_color_tag_set().
|
static |
Definition at line 1696 of file rna_sequencer.cc.
Referenced by rna_def_strip_transform().