Blender
V3.3
|
#include <limits.h>
#include <stdlib.h>
#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.h"
#include "BLI_string_utils.h"
#include "BLT_translation.h"
#include "BKE_anim_data.h"
#include "BKE_animsys.h"
#include "BKE_sound.h"
#include "IMB_metadata.h"
#include "MEM_guardedalloc.h"
#include "RNA_access.h"
#include "RNA_define.h"
#include "RNA_enum_types.h"
#include "rna_internal.h"
#include "SEQ_add.h"
#include "SEQ_channels.h"
#include "SEQ_effects.h"
#include "SEQ_iterator.h"
#include "SEQ_modifier.h"
#include "SEQ_prefetch.h"
#include "SEQ_proxy.h"
#include "SEQ_relations.h"
#include "SEQ_select.h"
#include "SEQ_sequencer.h"
#include "SEQ_sound.h"
#include "SEQ_time.h"
#include "SEQ_transform.h"
#include "SEQ_utils.h"
#include "WM_types.h"
Go to the source code of this file.
Classes | |
struct | EffectInfo |
Typedefs | |
typedef struct EffectInfo | EffectInfo |
Variables | |
const EnumPropertyItem | rna_enum_sequence_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 [] |
typedef struct EffectInfo EffectInfo |
|
static |
Definition at line 3484 of file rna_sequencer.c.
References NC_SCENE, ND_SEQUENCER, NULL, 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 2140 of file rna_sequencer.c.
References StripElem::name, NC_SCENE, ND_SEQUENCER, NULL, 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 1682 of file rna_sequencer.c.
References NC_SCENE, ND_SEQUENCER, NULL, 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().
Definition at line 2501 of file rna_sequencer.c.
References NULL, 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().
Definition at line 3211 of file rna_sequencer.c.
References NC_SCENE, ND_SEQUENCER, NULL, 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 3414 of file rna_sequencer.c.
References NC_SCENE, ND_SEQUENCER, NULL, 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 3452 of file rna_sequencer.c.
References NC_SCENE, ND_SEQUENCER, NULL, 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 2168 of file rna_sequencer.c.
References FUNC_USE_REPORTS, FUNC_USE_SELF_ID, NC_SCENE, NC_SPACE, ND_SEQUENCER, ND_SPACE_SEQUENCER, NULL, 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_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_ui_text(), RNA_def_property_update(), RNA_def_struct(), 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_CACHE_VIEW_COMPOSITE, SEQ_CACHE_VIEW_ENABLE, SEQ_CACHE_VIEW_FINAL_OUT, SEQ_CACHE_VIEW_PREPROCESSED, SEQ_CACHE_VIEW_RAW, SEQ_EDIT_OVERLAY_FRAME_ABS, SEQ_EDIT_OVERLAY_FRAME_SHOW, and SEQ_EDIT_PROXY_DIR_STORAGE.
Referenced by RNA_def_sequencer().
|
static |
Definition at line 2829 of file rna_sequencer.c.
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 2466 of file rna_sequencer.c.
References count, NULL, 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 3310 of file rna_sequencer.c.
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().
Definition at line 2340 of file rna_sequencer.c.
References NC_SCENE, ND_SEQUENCER, NULL, 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, 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().
Definition at line 3084 of file rna_sequencer.c.
References 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().
Definition at line 2905 of file rna_sequencer.c.
References NC_SCENE, ND_SEQUENCER, NULL, 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 3468 of file rna_sequencer.c.
References NC_SCENE, ND_SEQUENCER, NULL, 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 2521 of file rna_sequencer.c.
References NC_IMAGE, NC_SCENE, ND_DISPLAY, ND_SEQUENCER, NULL, 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_speed_factor(), 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().
Definition at line 2439 of file rna_sequencer.c.
References NC_SCENE, ND_SEQUENCER, NULL, 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 2768 of file rna_sequencer.c.
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_speed_factor(), RNA_def_struct(), RNA_def_struct_sdna(), and RNA_def_struct_ui_text().
Referenced by RNA_def_sequencer().
|
static |
Definition at line 2575 of file rna_sequencer.c.
References FUNC_USE_MAIN, FUNC_USE_SELF_ID, NULL, 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_speed_factor(), RNA_def_struct(), RNA_def_struct_sdna(), and RNA_def_struct_ui_text().
Referenced by RNA_def_sequencer().
|
static |
Definition at line 3328 of file rna_sequencer.c.
References NC_SCENE, ND_SEQUENCER, NULL, 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 3569 of file rna_sequencer.c.
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 2656 of file rna_sequencer.c.
References FUNC_USE_MAIN, FUNC_USE_SELF_ID, NC_IMAGE, NC_SCENE, ND_DISPLAY, ND_SEQUENCER, NULL, PARM_RNAPTR, PROP_BOOLEAN, PROP_COLLECTION, PROP_ENUM, PROP_FILEPATH, PROP_INT, PROP_NEVER_NULL, PROP_NONE, PROP_POINTER, PROP_STRING, 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_speed_factor(), 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().
Definition at line 2511 of file rna_sequencer.c.
References NULL, 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 2740 of file rna_sequencer.c.
References NC_SCENE, ND_SEQUENCER, NULL, PROP_BOOLEAN, PROP_NONE, rna_def_filter_video(), rna_def_input(), rna_def_movie_types(), RNA_def_property(), RNA_def_property_boolean_sdna(), RNA_def_property_ui_text(), RNA_def_property_update(), rna_def_speed_factor(), 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().
Definition at line 2844 of file rna_sequencer.c.
References MAXSEQ, NC_SCENE, ND_SEQUENCER, NULL, PROP_INT, PROP_UNSIGNED, rna_def_input(), RNA_def_property(), RNA_def_property_int_sdna(), RNA_def_property_range(), RNA_def_property_ui_text(), and RNA_def_property_update().
Definition at line 2422 of file rna_sequencer.c.
References NC_SCENE, ND_SEQUENCER, NULL, 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 2607 of file rna_sequencer.c.
References NC_SCENE, ND_SEQUENCER, NULL, PROP_BOOLEAN, PROP_EDITABLE, PROP_ENUM, PROP_ID_SELF_CHECK, PROP_NONE, PROP_POINTER, 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_speed_factor(), 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 1883 of file rna_sequencer.c.
References blend_mode_items, BLT_I18NCONTEXT_ID_SEQUENCE, MAXFRAME, MAXSEQ, MINFRAME, NA_SELECTED, StripElem::name, NC_SCENE, ND_SEQUENCER, NULL, 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_MUTE, SEQ_RIGHTSEL, 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 1838 of file rna_sequencer.c.
References FUNC_USE_CONTEXT, FUNC_USE_REPORTS, NULL, 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 3581 of file rna_sequencer.c.
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_scene(), rna_def_sequence(), rna_def_sound(), rna_def_strip_color_balance(), rna_def_strip_crop(), rna_def_strip_element(), rna_def_strip_proxy(), and rna_def_strip_transform().
Definition at line 3015 of file rna_sequencer.c.
References NC_SCENE, ND_SEQUENCER, NULL, 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 2787 of file rna_sequencer.c.
References BLT_I18NCONTEXT_ID_SOUND, NC_SCENE, ND_SEQUENCER, NULL, PROP_BOOLEAN, PROP_EDITABLE, PROP_FLOAT, PROP_NONE, PROP_POINTER, rna_def_input(), RNA_def_property(), RNA_def_property_boolean_sdna(), 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_speed_factor(), RNA_def_struct(), RNA_def_struct_sdna(), RNA_def_struct_ui_text(), and SEQ_AUDIO_DRAW_WAVEFORM.
Referenced by RNA_def_sequencer().
Definition at line 3027 of file rna_sequencer.c.
References MAXFRAME, NC_SCENE, ND_SEQUENCER, NULL, 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.
Definition at line 2327 of file rna_sequencer.c.
References NC_SCENE, ND_SEQUENCER, NULL, PROP_FLOAT, PROP_NONE, RNA_def_property(), RNA_def_property_float_default(), RNA_def_property_float_funcs(), RNA_def_property_float_sdna(), RNA_def_property_range(), RNA_def_property_ui_range(), 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_scene(), and rna_def_sound().
|
static |
Definition at line 1791 of file rna_sequencer.c.
References RNA_def_struct(), RNA_def_struct_sdna(), and RNA_def_struct_ui_text().
Referenced by RNA_def_sequencer().
|
static |
Definition at line 1476 of file rna_sequencer.c.
References NC_SCENE, ND_SEQUENCER, NULL, 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 1446 of file rna_sequencer.c.
References NC_SCENE, ND_SEQUENCER, NULL, 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 1574 of file rna_sequencer.c.
References NC_SCENE, ND_SEQUENCER, NULL, 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_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_FREE_RUN, SEQ_PROXY_TC_INTERP_REC_DATE_FREE_RUN, 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 1518 of file rna_sequencer.c.
References NC_SCENE, ND_SEQUENCER, NULL, 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_BILINEAR, and transform_filter_items.
Referenced by RNA_def_sequencer().
Definition at line 3100 of file rna_sequencer.c.
References NC_SCENE, ND_SEQUENCER, NULL, PROP_BOOLEAN, PROP_COLOR_GAMMA, PROP_EDITABLE, PROP_ENUM, PROP_FLOAT, PROP_NONE, PROP_POINTER, PROP_STRING, 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_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, and SEQ_TEXT_SHADOW.
|
static |
Definition at line 3507 of file rna_sequencer.c.
References NC_SCENE, ND_SEQUENCER, NULL, 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().
Definition at line 2947 of file rna_sequencer.c.
References NC_SCENE, ND_SEQUENCER, NULL, 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 3435 of file rna_sequencer.c.
References NC_SCENE, ND_SEQUENCER, NULL, 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().
Definition at line 2857 of file rna_sequencer.c.
References BLT_I18NCONTEXT_ID_SEQUENCE, DEG2RADF, DO_CLOCK_WIPE, DO_DOUBLE_WIPE, DO_IRIS_WIPE, DO_SINGLE_WIPE, NC_SCENE, ND_SEQUENCER, NULL, 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 1801 of file rna_sequencer.c.
Referenced by rna_def_sequence().
|
static |
Definition at line 3260 of file rna_sequencer.c.
Referenced by rna_def_effects().
const EnumPropertyItem rna_enum_sequence_modifier_type_items[] |
Definition at line 63 of file rna_sequencer.c.
Referenced by rna_def_modifier(), rna_def_sequence_modifiers(), and SEQUENCER_OT_strip_modifier_add().
const EnumPropertyItem rna_enum_strip_color_items[] |
Definition at line 74 of file rna_sequencer.c.
Referenced by rna_def_sequence(), and SEQUENCER_OT_strip_color_tag_set().
|
static |
Definition at line 1512 of file rna_sequencer.c.
Referenced by rna_def_strip_transform().