fake-bpy-module 20250828__py3-none-any.whl → 20260119__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {bl_console_utils → _bl_console_utils}/autocomplete/complete_calltip/__init__.pyi +0 -13
- {bl_console_utils → _bl_console_utils}/autocomplete/complete_import/__init__.pyi +0 -5
- {bl_console_utils → _bl_console_utils}/autocomplete/complete_namespace/__init__.pyi +0 -11
- {bl_console_utils → _bl_console_utils}/autocomplete/intellisense/__init__.pyi +0 -10
- {bl_i18n_utils → _bl_i18n_utils}/__init__.pyi +1 -0
- {bl_i18n_utils → _bl_i18n_utils}/bl_extract_messages/__init__.pyi +1 -0
- {bl_i18n_utils → _bl_i18n_utils}/settings/__init__.pyi +2 -0
- _bl_i18n_utils/utils_spell_check/__init__.pyi +22 -0
- {bl_ui_utils → _bl_ui_utils}/__init__.pyi +1 -0
- _bpy_internal/__init__.pyi +3 -1
- _bpy_internal/disk_file_hash_service/__init__.pyi +19 -0
- _bpy_internal/disk_file_hash_service/backend_sqlite/__init__.pyi +48 -0
- _bpy_internal/disk_file_hash_service/hash_service/__init__.pyi +64 -0
- _bpy_internal/disk_file_hash_service/types/__init__.pyi +53 -0
- _bpy_internal/filesystem/__init__.pyi +5 -0
- _bpy_internal/filesystem/locking/__init__.pyi +28 -0
- _bpy_internal/platform/__init__.pyi +5 -0
- _bpy_types/__init__.pyi +115 -117
- {rna_info → _rna_info}/__init__.pyi +0 -1
- addon_utils/__init__.pyi +0 -13
- aud/__init__.pyi +66 -142
- bl_app_templates_system/Storyboarding/__init__.pyi +11 -0
- bl_app_templates_system/__init__.pyi +5 -0
- bl_app_templates_system/py.typed +0 -0
- bl_math/__init__.pyi +2 -12
- bl_operators/__init__.pyi +1 -0
- bl_operators/add_mesh_torus/__init__.pyi +0 -2
- bl_operators/anim/__init__.pyi +47 -24
- bl_operators/assets/__init__.pyi +0 -6
- bl_operators/bone_selection_sets/__init__.pyi +0 -28
- bl_operators/clip/__init__.pyi +0 -20
- bl_operators/connect_to_output/__init__.pyi +0 -2
- bl_operators/console/__init__.pyi +0 -10
- bl_operators/constraint/__init__.pyi +0 -8
- bl_operators/copy_global_transform/__init__.pyi +261 -0
- bl_operators/file/__init__.pyi +0 -6
- bl_operators/freestyle/__init__.pyi +0 -8
- bl_operators/geometry_nodes/__init__.pyi +0 -8
- bl_operators/grease_pencil/__init__.pyi +0 -2
- bl_operators/image/__init__.pyi +0 -10
- bl_operators/image_as_planes/__init__.pyi +0 -4
- bl_operators/mesh/__init__.pyi +0 -47
- bl_operators/node/__init__.pyi +277 -57
- bl_operators/object/__init__.pyi +0 -37
- bl_operators/object_align/__init__.pyi +0 -2
- bl_operators/object_quick_effects/__init__.pyi +0 -8
- bl_operators/object_randomize_transform/__init__.pyi +0 -2
- bl_operators/presets/__init__.pyi +1 -51
- bl_operators/rigidbody/__init__.pyi +0 -6
- bl_operators/screen_play_rendered_anim/__init__.pyi +0 -2
- bl_operators/sequencer/__init__.pyi +0 -16
- bl_operators/spreadsheet/__init__.pyi +0 -2
- bl_operators/userpref/__init__.pyi +0 -50
- bl_operators/uvcalc_follow_active/__init__.pyi +1 -3
- bl_operators/uvcalc_lightmap/__init__.pyi +0 -2
- bl_operators/uvcalc_transform/__init__.pyi +21 -12
- bl_operators/vertexpaint_dirt/__init__.pyi +0 -2
- bl_operators/view3d/__init__.pyi +0 -16
- bl_operators/wm/__init__.pyi +0 -92
- bl_operators/world/__init__.pyi +0 -2
- bl_ui/__init__.pyi +3 -4
- bl_ui/anim/__init__.pyi +0 -2
- bl_ui/asset_shelf/__init__.pyi +0 -2
- bl_ui/generic_ui_list/__init__.pyi +1 -17
- bl_ui/node_add_menu/__init__.pyi +261 -6
- bl_ui/node_add_menu_compositor/__init__.pyi +96 -80
- bl_ui/node_add_menu_geometry/__init__.pyi +266 -306
- bl_ui/node_add_menu_shader/__init__.pyi +49 -50
- bl_ui/node_add_menu_texture/__init__.pyi +16 -62
- bl_ui/properties_collection/__init__.pyi +0 -14
- bl_ui/properties_constraint/__init__.pyi +55 -209
- bl_ui/properties_data_armature/__init__.pyi +0 -36
- bl_ui/properties_data_bone/__init__.pyi +0 -20
- bl_ui/properties_data_camera/__init__.pyi +0 -30
- bl_ui/properties_data_curve/__init__.pyi +0 -30
- bl_ui/properties_data_curves/__init__.pyi +0 -16
- bl_ui/properties_data_empty/__init__.pyi +0 -4
- bl_ui/properties_data_grease_pencil/__init__.pyi +0 -40
- bl_ui/properties_data_lattice/__init__.pyi +0 -8
- bl_ui/properties_data_light/__init__.pyi +0 -20
- bl_ui/properties_data_lightprobe/__init__.pyi +0 -28
- bl_ui/properties_data_mesh/__init__.pyi +1 -42
- bl_ui/properties_data_metaball/__init__.pyi +0 -12
- bl_ui/properties_data_modifier/__init__.pyi +12 -19
- bl_ui/properties_data_pointcloud/__init__.pyi +0 -12
- bl_ui/properties_data_shaderfx/__init__.pyi +0 -2
- bl_ui/properties_data_speaker/__init__.pyi +0 -12
- bl_ui/properties_data_volume/__init__.pyi +0 -18
- bl_ui/properties_freestyle/__init__.pyi +0 -50
- bl_ui/properties_grease_pencil_common/__init__.pyi +0 -159
- bl_ui/properties_mask_common/__init__.pyi +0 -14
- bl_ui/properties_material/__init__.pyi +0 -32
- bl_ui/properties_material_gpencil/__init__.pyi +23 -45
- bl_ui/properties_object/__init__.pyi +35 -42
- bl_ui/properties_output/__init__.pyi +0 -40
- bl_ui/properties_paint_common/__init__.pyi +23 -19
- bl_ui/properties_particle/__init__.pyi +0 -106
- bl_ui/properties_physics_cloth/__init__.pyi +0 -28
- bl_ui/properties_physics_common/__init__.pyi +0 -2
- bl_ui/properties_physics_dynamicpaint/__init__.pyi +0 -44
- bl_ui/properties_physics_field/__init__.pyi +0 -20
- bl_ui/properties_physics_fluid/__init__.pyi +0 -56
- bl_ui/properties_physics_geometry_nodes/__init__.pyi +0 -2
- bl_ui/properties_physics_rigidbody/__init__.pyi +0 -16
- bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +0 -26
- bl_ui/properties_physics_softbody/__init__.pyi +0 -30
- bl_ui/properties_render/__init__.pyi +58 -86
- bl_ui/properties_scene/__init__.pyi +0 -34
- bl_ui/properties_strip/__init__.pyi +744 -0
- bl_ui/properties_strip_modifier/__init__.pyi +45 -0
- bl_ui/properties_texture/__init__.pyi +0 -54
- bl_ui/properties_view_layer/__init__.pyi +7 -28
- bl_ui/properties_workspace/__init__.pyi +0 -8
- bl_ui/properties_world/__init__.pyi +0 -22
- bl_ui/space_clip/__init__.pyi +82 -166
- bl_ui/space_console/__init__.pyi +0 -12
- bl_ui/space_dopesheet/__init__.pyi +67 -76
- bl_ui/space_filebrowser/__init__.pyi +0 -60
- bl_ui/space_graph/__init__.pyi +0 -66
- bl_ui/space_image/__init__.pyi +28 -162
- bl_ui/space_info/__init__.pyi +0 -12
- bl_ui/space_nla/__init__.pyi +0 -58
- bl_ui/space_node/__init__.pyi +99 -132
- bl_ui/space_outliner/__init__.pyi +0 -30
- bl_ui/space_properties/__init__.pyi +29 -6
- bl_ui/space_sequencer/__init__.pyi +159 -987
- bl_ui/space_spreadsheet/__init__.pyi +0 -6
- bl_ui/space_statusbar/__init__.pyi +0 -2
- bl_ui/space_text/__init__.pyi +0 -32
- bl_ui/space_time/__init__.pyi +29 -22
- bl_ui/space_toolsystem_toolbar/__init__.pyi +7 -2
- bl_ui/space_topbar/__init__.pyi +7 -52
- bl_ui/space_userpref/__init__.pyi +77 -225
- bl_ui/space_view3d/__init__.pyi +69 -551
- bl_ui/space_view3d_sidebar/__init__.pyi +127 -0
- bl_ui/space_view3d_toolbar/__init__.pyi +22 -799
- bl_ui/utils/__init__.pyi +0 -17
- blf/__init__.pyi +6 -50
- bmesh/__init__.pyi +0 -7
- bmesh/geometry/__init__.pyi +0 -3
- bmesh/ops/__init__.pyi +5 -450
- bmesh/types/__init__.pyi +298 -639
- bmesh/utils/__init__.pyi +16 -43
- bpy/app/__init__.pyi +66 -58
- bpy/app/icons/__init__.pyi +0 -6
- bpy/app/timers/__init__.pyi +0 -6
- bpy/app/translations/__init__.pyi +1 -16
- bpy/msgbus/__init__.pyi +1 -4
- bpy/ops/action/__init__.pyi +17 -186
- bpy/ops/anim/__init__.pyi +38 -279
- bpy/ops/armature/__init__.pyi +20 -191
- bpy/ops/asset/__init__.pyi +11 -97
- bpy/ops/boid/__init__.pyi +7 -38
- bpy/ops/brush/__init__.pyi +3 -104
- bpy/ops/buttons/__init__.pyi +4 -71
- bpy/ops/cachefile/__init__.pyi +2 -63
- bpy/ops/camera/__init__.pyi +0 -11
- bpy/ops/clip/__init__.pyi +43 -427
- bpy/ops/cloth/__init__.pyi +0 -5
- bpy/ops/collection/__init__.pyi +3 -35
- bpy/ops/console/__init__.pyi +10 -88
- bpy/ops/constraint/__init__.pyi +3 -80
- bpy/ops/curve/__init__.pyi +23 -254
- bpy/ops/curves/__init__.pyi +54 -149
- bpy/ops/cycles/__init__.pyi +1 -14
- bpy/ops/dpaint/__init__.pyi +3 -21
- bpy/ops/ed/__init__.pyi +10 -82
- bpy/ops/export_anim/__init__.pyi +2 -10
- bpy/ops/export_scene/__init__.pyi +1 -155
- bpy/ops/extensions/__init__.pyi +15 -150
- bpy/ops/file/__init__.pyi +29 -216
- bpy/ops/fluid/__init__.pyi +13 -70
- bpy/ops/font/__init__.pyi +10 -134
- bpy/ops/geometry/__init__.pyi +3 -124
- bpy/ops/gizmogroup/__init__.pyi +1 -12
- bpy/ops/gpencil/__init__.pyi +5 -49
- bpy/ops/graph/__init__.pyi +20 -315
- bpy/ops/grease_pencil/__init__.pyi +62 -523
- bpy/ops/image/__init__.pyi +19 -379
- bpy/ops/import_anim/__init__.pyi +2 -16
- bpy/ops/import_curve/__init__.pyi +0 -6
- bpy/ops/import_scene/__init__.pyi +0 -50
- bpy/ops/info/__init__.pyi +4 -35
- bpy/ops/lattice/__init__.pyi +3 -33
- bpy/ops/marker/__init__.pyi +4 -49
- bpy/ops/mask/__init__.pyi +17 -176
- bpy/ops/material/__init__.pyi +3 -15
- bpy/ops/mball/__init__.pyi +1 -30
- bpy/ops/mesh/__init__.pyi +34 -932
- bpy/ops/nla/__init__.pyi +22 -183
- bpy/ops/node/__init__.pyi +420 -625
- bpy/ops/object/__init__.pyi +197 -1239
- bpy/ops/outliner/__init__.pyi +47 -327
- bpy/ops/paint/__init__.pyi +29 -282
- bpy/ops/paintcurve/__init__.pyi +4 -36
- bpy/ops/palette/__init__.pyi +3 -27
- bpy/ops/particle/__init__.pyi +20 -160
- bpy/ops/pointcloud/__init__.pyi +3 -35
- bpy/ops/pose/__init__.pyi +29 -234
- bpy/ops/poselib/__init__.pyi +19 -66
- bpy/ops/preferences/__init__.pyi +9 -177
- bpy/ops/ptcache/__init__.pyi +5 -31
- bpy/ops/render/__init__.pyi +10 -68
- bpy/ops/rigidbody/__init__.pyi +6 -56
- bpy/ops/scene/__init__.pyi +23 -168
- bpy/ops/screen/__init__.pyi +36 -202
- bpy/ops/script/__init__.pyi +1 -12
- bpy/ops/sculpt/__init__.pyi +42 -313
- bpy/ops/sculpt_curves/__init__.pyi +6 -21
- bpy/ops/sequencer/__init__.pyi +187 -644
- bpy/ops/sound/__init__.pyi +3 -109
- bpy/ops/spreadsheet/__init__.pyi +5 -32
- bpy/ops/surface/__init__.pyi +0 -48
- bpy/ops/text/__init__.pyi +27 -225
- bpy/ops/text_editor/__init__.pyi +0 -5
- bpy/ops/texture/__init__.pyi +3 -18
- bpy/ops/transform/__init__.pyi +10 -382
- bpy/ops/ui/__init__.pyi +29 -154
- bpy/ops/uilist/__init__.pyi +0 -13
- bpy/ops/uv/__init__.pyi +195 -288
- bpy/ops/view2d/__init__.pyi +3 -73
- bpy/ops/view3d/__init__.pyi +37 -339
- bpy/ops/wm/__init__.pyi +129 -1317
- bpy/ops/workspace/__init__.pyi +7 -39
- bpy/ops/world/__init__.pyi +2 -10
- bpy/path/__init__.pyi +0 -34
- bpy/props/__init__.pyi +332 -203
- bpy/stub_internal/rna_enums/__init__.pyi +102 -82
- bpy/types/__init__.pyi +51712 -89245
- bpy/utils/__init__.pyi +4 -75
- bpy/utils/previews/__init__.pyi +1 -10
- bpy/utils/units/__init__.pyi +0 -12
- bpy_extras/anim_utils/__init__.pyi +24 -16
- bpy_extras/bmesh_utils/__init__.pyi +0 -1
- bpy_extras/id_map_utils/__init__.pyi +14 -6
- bpy_extras/image_utils/__init__.pyi +0 -9
- bpy_extras/io_utils/__init__.pyi +4 -23
- bpy_extras/keyconfig_utils/__init__.pyi +1 -1
- bpy_extras/mesh_utils/__init__.pyi +0 -12
- bpy_extras/node_shader_utils/__init__.pyi +0 -8
- bpy_extras/object_utils/__init__.pyi +0 -14
- bpy_extras/view3d_utils/__init__.pyi +0 -18
- {fake_bpy_module-20250828.dist-info → fake_bpy_module-20260119.dist-info}/METADATA +4 -1
- fake_bpy_module-20260119.dist-info/RECORD +385 -0
- {fake_bpy_module-20250828.dist-info → fake_bpy_module-20260119.dist-info}/top_level.txt +15 -14
- freestyle/chainingiterators/__init__.pyi +0 -22
- freestyle/functions/__init__.pyi +0 -139
- freestyle/predicates/__init__.pyi +0 -51
- freestyle/shaders/__init__.pyi +0 -65
- freestyle/types/__init__.pyi +139 -777
- freestyle/utils/ContextFunctions/__init__.pyi +0 -23
- freestyle/utils/__init__.pyi +0 -6
- gpu/capabilities/__init__.pyi +0 -21
- gpu/matrix/__init__.pyi +1 -10
- gpu/platform/__init__.pyi +0 -5
- gpu/shader/__init__.pyi +22 -6
- gpu/state/__init__.pyi +59 -38
- gpu/texture/__init__.pyi +0 -2
- gpu/types/__init__.pyi +84 -152
- gpu_extras/batch/__init__.pyi +0 -4
- gpu_extras/presets/__init__.pyi +6 -8
- idprop/types/__init__.pyi +6 -6
- imbuf/__init__.pyi +2 -9
- imbuf/types/__init__.pyi +5 -25
- keyingsets_builtins/__init__.pyi +1 -45
- mathutils/__init__.pyi +106 -2168
- mathutils/bvhtree/__init__.pyi +3 -25
- mathutils/geometry/__init__.pyi +41 -133
- mathutils/interpolate/__init__.pyi +3 -4
- mathutils/kdtree/__init__.pyi +0 -11
- mathutils/noise/__init__.pyi +0 -62
- fake_bpy_module-20250828.dist-info/RECORD +0 -370
- {animsys_refactor → _animsys_refactor}/__init__.pyi +0 -0
- {animsys_refactor → _animsys_refactor}/py.typed +0 -0
- {bl_console_utils → _bl_console_utils}/__init__.pyi +0 -0
- {bl_console_utils → _bl_console_utils}/autocomplete/__init__.pyi +0 -0
- {bl_console_utils → _bl_console_utils}/py.typed +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/merge_po/__init__.pyi +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/py.typed +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/utils/__init__.pyi +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/utils_cli/__init__.pyi +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/utils_languages_menu/__init__.pyi +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/utils_rtl/__init__.pyi +0 -0
- {bl_previews_utils → _bl_previews_utils}/__init__.pyi +0 -0
- {bl_previews_utils → _bl_previews_utils}/bl_previews_render/__init__.pyi +0 -0
- {bl_previews_utils → _bl_previews_utils}/py.typed +0 -0
- {bl_rna_utils → _bl_rna_utils}/__init__.pyi +0 -0
- {bl_rna_utils → _bl_rna_utils}/data_path/__init__.pyi +0 -0
- {bl_rna_utils → _bl_rna_utils}/py.typed +0 -0
- {bl_text_utils → _bl_text_utils}/__init__.pyi +0 -0
- {bl_text_utils → _bl_text_utils}/external_editor/__init__.pyi +0 -0
- {bl_text_utils → _bl_text_utils}/py.typed +0 -0
- {bl_ui_utils → _bl_ui_utils}/layout/__init__.pyi +0 -0
- {bl_ui_utils → _bl_ui_utils}/py.typed +0 -0
- /_bpy_internal/{freedesktop → platform/freedesktop}/__init__.pyi +0 -0
- {bpy_restrict_state → _bpy_restrict_state}/__init__.pyi +0 -0
- {bpy_restrict_state → _bpy_restrict_state}/py.typed +0 -0
- {console_python → _console_python}/__init__.pyi +0 -0
- {console_python → _console_python}/py.typed +0 -0
- {console_shell → _console_shell}/__init__.pyi +0 -0
- {console_shell → _console_shell}/py.typed +0 -0
- {graphviz_export → _graphviz_export}/__init__.pyi +0 -0
- {graphviz_export → _graphviz_export}/py.typed +0 -0
- {keyingsets_utils → _keyingsets_utils}/__init__.pyi +0 -0
- {keyingsets_utils → _keyingsets_utils}/py.typed +0 -0
- {rna_info → _rna_info}/py.typed +0 -0
- {rna_xml → _rna_xml}/__init__.pyi +0 -0
- {rna_xml → _rna_xml}/py.typed +0 -0
- {fake_bpy_module-20250828.dist-info → fake_bpy_module-20260119.dist-info}/WHEEL +0 -0
bpy/ops/sequencer/__init__.pyi
CHANGED
|
@@ -24,30 +24,57 @@ def add_scene_strip_from_scene_asset(
|
|
|
24
24
|
asset_library_identifier: str = "",
|
|
25
25
|
relative_asset_identifier: str = "",
|
|
26
26
|
) -> None:
|
|
27
|
-
"""Add a
|
|
27
|
+
"""Add a strip using a duplicate of this scene asset as the source
|
|
28
28
|
|
|
29
|
-
:type execution_context: int | str | None
|
|
30
|
-
:type undo: bool | None
|
|
31
29
|
:param move_strips: Move Strips, Automatically begin translating strips with the mouse after adding them to the timeline
|
|
32
|
-
:type move_strips: bool | None
|
|
33
30
|
:param frame_start: Start Frame, Start frame of the strip
|
|
34
|
-
:type frame_start: int | None
|
|
35
31
|
:param channel: Channel, Channel to place this strip into
|
|
36
|
-
:type channel: int | None
|
|
37
32
|
:param replace_sel: Replace Selection, Deselect previously selected strips after add operation completes
|
|
38
|
-
:type replace_sel: bool | None
|
|
39
33
|
:param overlap: Allow Overlap, Dont correct overlap on new strips
|
|
40
|
-
:type overlap: bool | None
|
|
41
34
|
:param overlap_shuffle_override: Override Overlap Shuffle Behavior, Use the overlap_mode tool settings to determine how to shuffle overlapping strips
|
|
42
|
-
:type overlap_shuffle_override: bool | None
|
|
43
35
|
:param skip_locked_or_muted_channels: Skip Locked or Muted Channels, Add strips to muted or locked channels when adding movie strips
|
|
44
|
-
:type skip_locked_or_muted_channels: bool | None
|
|
45
36
|
:param asset_library_type: Asset Library Type
|
|
46
|
-
:type asset_library_type: bpy.stub_internal.rna_enums.AssetLibraryTypeItems | None
|
|
47
37
|
:param asset_library_identifier: Asset Library Identifier
|
|
48
|
-
:type asset_library_identifier: str
|
|
49
38
|
:param relative_asset_identifier: Relative Asset Identifier
|
|
50
|
-
|
|
39
|
+
"""
|
|
40
|
+
|
|
41
|
+
def box_blade(
|
|
42
|
+
execution_context: int | str | None = None,
|
|
43
|
+
undo: bool | None = None,
|
|
44
|
+
/,
|
|
45
|
+
*,
|
|
46
|
+
xmin: int | None = 0,
|
|
47
|
+
xmax: int | None = 0,
|
|
48
|
+
ymin: int | None = 0,
|
|
49
|
+
ymax: int | None = 0,
|
|
50
|
+
wait_for_input: bool | None = True,
|
|
51
|
+
mode: typing.Literal["SET", "ADD", "SUB"] | None = "SET",
|
|
52
|
+
type: typing.Literal["SOFT", "HARD"] | None = "SOFT",
|
|
53
|
+
ignore_selection: bool | None = True,
|
|
54
|
+
ignore_connections: bool | None = False,
|
|
55
|
+
remove_gaps: bool | None = True,
|
|
56
|
+
) -> None:
|
|
57
|
+
"""Draw a box around the parts of strips you want to cut away
|
|
58
|
+
|
|
59
|
+
:param xmin: X Min
|
|
60
|
+
:param xmax: X Max
|
|
61
|
+
:param ymin: Y Min
|
|
62
|
+
:param ymax: Y Max
|
|
63
|
+
:param wait_for_input: Wait for Input
|
|
64
|
+
:param mode: Mode
|
|
65
|
+
|
|
66
|
+
SET
|
|
67
|
+
Set -- Set a new selection.
|
|
68
|
+
|
|
69
|
+
ADD
|
|
70
|
+
Extend -- Extend existing selection.
|
|
71
|
+
|
|
72
|
+
SUB
|
|
73
|
+
Subtract -- Subtract existing selection.
|
|
74
|
+
:param type: Type, The type of split operation to perform on strips
|
|
75
|
+
:param ignore_selection: Ignore Selection, In box blade mode, make cuts to all strips, even if they are not selected
|
|
76
|
+
:param ignore_connections: Ignore Connections, Dont propagate split to connected strips
|
|
77
|
+
:param remove_gaps: Remove Gaps, In box blade mode, close gaps between cut strips, rippling later strips on the same channel
|
|
51
78
|
"""
|
|
52
79
|
|
|
53
80
|
def change_effect_type(
|
|
@@ -65,7 +92,6 @@ def change_effect_type(
|
|
|
65
92
|
"MULTIPLY",
|
|
66
93
|
"WIPE",
|
|
67
94
|
"GLOW",
|
|
68
|
-
"TRANSFORM",
|
|
69
95
|
"COLOR",
|
|
70
96
|
"SPEED",
|
|
71
97
|
"MULTICAM",
|
|
@@ -78,8 +104,6 @@ def change_effect_type(
|
|
|
78
104
|
) -> None:
|
|
79
105
|
"""Replace effect strip with another that takes the same number of inputs
|
|
80
106
|
|
|
81
|
-
:type execution_context: int | str | None
|
|
82
|
-
:type undo: bool | None
|
|
83
107
|
:param type: Type, Strip effect type
|
|
84
108
|
|
|
85
109
|
CROSS
|
|
@@ -109,9 +133,6 @@ def change_effect_type(
|
|
|
109
133
|
GLOW
|
|
110
134
|
Glow -- Add blur and brightness to light areas.
|
|
111
135
|
|
|
112
|
-
TRANSFORM
|
|
113
|
-
Transform -- Apply scale, rotation, or translation.
|
|
114
|
-
|
|
115
136
|
COLOR
|
|
116
137
|
Color -- Add a simple color strip.
|
|
117
138
|
|
|
@@ -132,7 +153,6 @@ def change_effect_type(
|
|
|
132
153
|
|
|
133
154
|
COLORMIX
|
|
134
155
|
Color Mix -- Combine two strips using blend modes.
|
|
135
|
-
:type type: typing.Literal['CROSS','ADD','SUBTRACT','ALPHA_OVER','ALPHA_UNDER','GAMMA_CROSS','MULTIPLY','WIPE','GLOW','TRANSFORM','COLOR','SPEED','MULTICAM','ADJUSTMENT','GAUSSIAN_BLUR','TEXT','COLORMIX'] | None
|
|
136
156
|
"""
|
|
137
157
|
|
|
138
158
|
def change_path(
|
|
@@ -173,54 +193,29 @@ def change_path(
|
|
|
173
193
|
) -> None:
|
|
174
194
|
"""Undocumented, consider contributing.
|
|
175
195
|
|
|
176
|
-
:type execution_context: int | str | None
|
|
177
|
-
:type undo: bool | None
|
|
178
196
|
:param filepath: File Path, Path to file
|
|
179
|
-
:type filepath: str
|
|
180
197
|
:param directory: Directory, Directory of the file
|
|
181
|
-
:type directory: str
|
|
182
198
|
:param files: Files
|
|
183
|
-
:type files: bpy.types.bpy_prop_collection[bpy.types.OperatorFileListElement] | None
|
|
184
199
|
:param hide_props_region: Hide Operator Properties, Collapse the region displaying the operator settings
|
|
185
|
-
:type hide_props_region: bool | None
|
|
186
200
|
:param check_existing: Check Existing, Check and warn on overwriting existing files
|
|
187
|
-
:type check_existing: bool | None
|
|
188
201
|
:param filter_blender: Filter .blend files
|
|
189
|
-
:type filter_blender: bool | None
|
|
190
202
|
:param filter_backup: Filter .blend files
|
|
191
|
-
:type filter_backup: bool | None
|
|
192
203
|
:param filter_image: Filter image files
|
|
193
|
-
:type filter_image: bool | None
|
|
194
204
|
:param filter_movie: Filter movie files
|
|
195
|
-
:type filter_movie: bool | None
|
|
196
205
|
:param filter_python: Filter Python files
|
|
197
|
-
:type filter_python: bool | None
|
|
198
206
|
:param filter_font: Filter font files
|
|
199
|
-
:type filter_font: bool | None
|
|
200
207
|
:param filter_sound: Filter sound files
|
|
201
|
-
:type filter_sound: bool | None
|
|
202
208
|
:param filter_text: Filter text files
|
|
203
|
-
:type filter_text: bool | None
|
|
204
209
|
:param filter_archive: Filter archive files
|
|
205
|
-
:type filter_archive: bool | None
|
|
206
210
|
:param filter_btx: Filter btx files
|
|
207
|
-
:type filter_btx: bool | None
|
|
208
211
|
:param filter_alembic: Filter Alembic files
|
|
209
|
-
:type filter_alembic: bool | None
|
|
210
212
|
:param filter_usd: Filter USD files
|
|
211
|
-
:type filter_usd: bool | None
|
|
212
213
|
:param filter_obj: Filter OBJ files
|
|
213
|
-
:type filter_obj: bool | None
|
|
214
214
|
:param filter_volume: Filter OpenVDB volume files
|
|
215
|
-
:type filter_volume: bool | None
|
|
216
215
|
:param filter_folder: Filter folders
|
|
217
|
-
:type filter_folder: bool | None
|
|
218
216
|
:param filter_blenlib: Filter Blender IDs
|
|
219
|
-
:type filter_blenlib: bool | None
|
|
220
217
|
:param filemode: File Browser Mode, The setting for the file browser mode to load a .blend file, a library or a special file
|
|
221
|
-
:type filemode: int | None
|
|
222
218
|
:param relative_path: Relative Path, Select the file relative to the blend file
|
|
223
|
-
:type relative_path: bool | None
|
|
224
219
|
:param display_type: Display Type
|
|
225
220
|
|
|
226
221
|
DEFAULT
|
|
@@ -234,11 +229,8 @@ def change_path(
|
|
|
234
229
|
|
|
235
230
|
THUMBNAIL
|
|
236
231
|
Thumbnails -- Display files as thumbnails.
|
|
237
|
-
:type display_type: typing.Literal['DEFAULT','LIST_VERTICAL','LIST_HORIZONTAL','THUMBNAIL'] | None
|
|
238
232
|
:param sort_method: File sorting mode
|
|
239
|
-
:type sort_method: str | None
|
|
240
233
|
:param use_placeholders: Use Placeholders, Use placeholders for missing frames of the strip
|
|
241
|
-
:type use_placeholders: bool | None
|
|
242
234
|
"""
|
|
243
235
|
|
|
244
236
|
def change_scene(
|
|
@@ -250,10 +242,7 @@ def change_scene(
|
|
|
250
242
|
) -> None:
|
|
251
243
|
"""Change Scene assigned to Strip
|
|
252
244
|
|
|
253
|
-
:type execution_context: int | str | None
|
|
254
|
-
:type undo: bool | None
|
|
255
245
|
:param scene: Scene
|
|
256
|
-
:type scene: str | None
|
|
257
246
|
"""
|
|
258
247
|
|
|
259
248
|
def connect(
|
|
@@ -265,10 +254,7 @@ def connect(
|
|
|
265
254
|
) -> None:
|
|
266
255
|
"""Link selected strips together for simplified group selection
|
|
267
256
|
|
|
268
|
-
:type execution_context: int | str | None
|
|
269
|
-
:type undo: bool | None
|
|
270
257
|
:param toggle: Toggle, Toggle strip connections
|
|
271
|
-
:type toggle: bool | None
|
|
272
258
|
"""
|
|
273
259
|
|
|
274
260
|
def copy(
|
|
@@ -276,22 +262,14 @@ def copy(
|
|
|
276
262
|
undo: bool | None = None,
|
|
277
263
|
/,
|
|
278
264
|
) -> None:
|
|
279
|
-
"""Copy the selected strips to the internal clipboard
|
|
280
|
-
|
|
281
|
-
:type execution_context: int | str | None
|
|
282
|
-
:type undo: bool | None
|
|
283
|
-
"""
|
|
265
|
+
"""Copy the selected strips to the internal clipboard"""
|
|
284
266
|
|
|
285
267
|
def crossfade_sounds(
|
|
286
268
|
execution_context: int | str | None = None,
|
|
287
269
|
undo: bool | None = None,
|
|
288
270
|
/,
|
|
289
271
|
) -> None:
|
|
290
|
-
"""Do cross-fading volume animation of two selected sound strips
|
|
291
|
-
|
|
292
|
-
:type execution_context: int | str | None
|
|
293
|
-
:type undo: bool | None
|
|
294
|
-
"""
|
|
272
|
+
"""Do cross-fading volume animation of two selected sound strips"""
|
|
295
273
|
|
|
296
274
|
def cursor_set(
|
|
297
275
|
execution_context: int | str | None = None,
|
|
@@ -302,10 +280,7 @@ def cursor_set(
|
|
|
302
280
|
) -> None:
|
|
303
281
|
"""Set 2D cursor location
|
|
304
282
|
|
|
305
|
-
:type execution_context: int | str | None
|
|
306
|
-
:type undo: bool | None
|
|
307
283
|
:param location: Location, Cursor location in normalized preview coordinates
|
|
308
|
-
:type location: collections.abc.Sequence[float] | mathutils.Vector | None
|
|
309
284
|
"""
|
|
310
285
|
|
|
311
286
|
def deinterlace_selected_movies(
|
|
@@ -313,11 +288,7 @@ def deinterlace_selected_movies(
|
|
|
313
288
|
undo: bool | None = None,
|
|
314
289
|
/,
|
|
315
290
|
) -> None:
|
|
316
|
-
"""Deinterlace all selected movie sources
|
|
317
|
-
|
|
318
|
-
:type execution_context: int | str | None
|
|
319
|
-
:type undo: bool | None
|
|
320
|
-
"""
|
|
291
|
+
"""Deinterlace all selected movie sources"""
|
|
321
292
|
|
|
322
293
|
def delete(
|
|
323
294
|
execution_context: int | str | None = None,
|
|
@@ -328,10 +299,7 @@ def delete(
|
|
|
328
299
|
) -> None:
|
|
329
300
|
"""Delete selected strips from the sequencer
|
|
330
301
|
|
|
331
|
-
:type execution_context: int | str | None
|
|
332
|
-
:type undo: bool | None
|
|
333
302
|
:param delete_data: Delete Data, After removing the Strip, delete the associated data also
|
|
334
|
-
:type delete_data: bool | None
|
|
335
303
|
"""
|
|
336
304
|
|
|
337
305
|
def disconnect(
|
|
@@ -339,11 +307,7 @@ def disconnect(
|
|
|
339
307
|
undo: bool | None = None,
|
|
340
308
|
/,
|
|
341
309
|
) -> None:
|
|
342
|
-
"""Unlink selected strips so that they can be selected individually
|
|
343
|
-
|
|
344
|
-
:type execution_context: int | str | None
|
|
345
|
-
:type undo: bool | None
|
|
346
|
-
"""
|
|
310
|
+
"""Unlink selected strips so that they can be selected individually"""
|
|
347
311
|
|
|
348
312
|
def duplicate(
|
|
349
313
|
execution_context: int | str | None = None,
|
|
@@ -354,10 +318,7 @@ def duplicate(
|
|
|
354
318
|
) -> None:
|
|
355
319
|
"""Duplicate the selected strips
|
|
356
320
|
|
|
357
|
-
:type execution_context: int | str | None
|
|
358
|
-
:type undo: bool | None
|
|
359
321
|
:param linked: Linked, Duplicate strip but not strip data, linking to the original data
|
|
360
|
-
:type linked: bool | None
|
|
361
322
|
"""
|
|
362
323
|
|
|
363
324
|
def duplicate_move(
|
|
@@ -370,12 +331,8 @@ def duplicate_move(
|
|
|
370
331
|
) -> None:
|
|
371
332
|
"""Duplicate selected strips and move them
|
|
372
333
|
|
|
373
|
-
:type execution_context: int | str | None
|
|
374
|
-
:type undo: bool | None
|
|
375
334
|
:param SEQUENCER_OT_duplicate: Duplicate Strips, Duplicate the selected strips
|
|
376
|
-
:type SEQUENCER_OT_duplicate: duplicate | None
|
|
377
335
|
:param TRANSFORM_OT_seq_slide: Sequence Slide, Slide a sequence strip in time
|
|
378
|
-
:type TRANSFORM_OT_seq_slide: bpy.ops.transform.seq_slide | None
|
|
379
336
|
"""
|
|
380
337
|
|
|
381
338
|
def duplicate_move_linked(
|
|
@@ -388,12 +345,8 @@ def duplicate_move_linked(
|
|
|
388
345
|
) -> None:
|
|
389
346
|
"""Duplicate selected strips, but not their data, and move them
|
|
390
347
|
|
|
391
|
-
:type execution_context: int | str | None
|
|
392
|
-
:type undo: bool | None
|
|
393
348
|
:param SEQUENCER_OT_duplicate: Duplicate Strips, Duplicate the selected strips
|
|
394
|
-
:type SEQUENCER_OT_duplicate: duplicate | None
|
|
395
349
|
:param TRANSFORM_OT_seq_slide: Sequence Slide, Slide a sequence strip in time
|
|
396
|
-
:type TRANSFORM_OT_seq_slide: bpy.ops.transform.seq_slide | None
|
|
397
350
|
"""
|
|
398
351
|
|
|
399
352
|
def effect_strip_add(
|
|
@@ -411,7 +364,6 @@ def effect_strip_add(
|
|
|
411
364
|
"MULTIPLY",
|
|
412
365
|
"WIPE",
|
|
413
366
|
"GLOW",
|
|
414
|
-
"TRANSFORM",
|
|
415
367
|
"COLOR",
|
|
416
368
|
"SPEED",
|
|
417
369
|
"MULTICAM",
|
|
@@ -433,8 +385,6 @@ def effect_strip_add(
|
|
|
433
385
|
) -> None:
|
|
434
386
|
"""Add an effect to the sequencer, most are applied on top of existing strips
|
|
435
387
|
|
|
436
|
-
:type execution_context: int | str | None
|
|
437
|
-
:type undo: bool | None
|
|
438
388
|
:param type: Type, Sequencer effect type
|
|
439
389
|
|
|
440
390
|
CROSS
|
|
@@ -464,9 +414,6 @@ def effect_strip_add(
|
|
|
464
414
|
GLOW
|
|
465
415
|
Glow -- Add blur and brightness to light areas.
|
|
466
416
|
|
|
467
|
-
TRANSFORM
|
|
468
|
-
Transform -- Apply scale, rotation, or translation.
|
|
469
|
-
|
|
470
417
|
COLOR
|
|
471
418
|
Color -- Add a simple color strip.
|
|
472
419
|
|
|
@@ -487,25 +434,15 @@ def effect_strip_add(
|
|
|
487
434
|
|
|
488
435
|
COLORMIX
|
|
489
436
|
Color Mix -- Combine two strips using blend modes.
|
|
490
|
-
:type type: typing.Literal['CROSS','ADD','SUBTRACT','ALPHA_OVER','ALPHA_UNDER','GAMMA_CROSS','MULTIPLY','WIPE','GLOW','TRANSFORM','COLOR','SPEED','MULTICAM','ADJUSTMENT','GAUSSIAN_BLUR','TEXT','COLORMIX'] | None
|
|
491
437
|
:param move_strips: Move Strips, Automatically begin translating strips with the mouse after adding them to the timeline
|
|
492
|
-
:type move_strips: bool | None
|
|
493
438
|
:param frame_start: Start Frame, Start frame of the strip
|
|
494
|
-
:type frame_start: int | None
|
|
495
439
|
:param length: Length, Length of the strip in frames, or the length of each strip if multiple are added
|
|
496
|
-
:type length: int | None
|
|
497
440
|
:param channel: Channel, Channel to place this strip into
|
|
498
|
-
:type channel: int | None
|
|
499
441
|
:param replace_sel: Replace Selection, Deselect previously selected strips after add operation completes
|
|
500
|
-
:type replace_sel: bool | None
|
|
501
442
|
:param overlap: Allow Overlap, Dont correct overlap on new strips
|
|
502
|
-
:type overlap: bool | None
|
|
503
443
|
:param overlap_shuffle_override: Override Overlap Shuffle Behavior, Use the overlap_mode tool settings to determine how to shuffle overlapping strips
|
|
504
|
-
:type overlap_shuffle_override: bool | None
|
|
505
444
|
:param skip_locked_or_muted_channels: Skip Locked or Muted Channels, Add strips to muted or locked channels when adding movie strips
|
|
506
|
-
:type skip_locked_or_muted_channels: bool | None
|
|
507
445
|
:param color: Color, Initialize the strip with this color
|
|
508
|
-
:type color: collections.abc.Sequence[float] | mathutils.Color | None
|
|
509
446
|
"""
|
|
510
447
|
|
|
511
448
|
def enable_proxies(
|
|
@@ -521,18 +458,11 @@ def enable_proxies(
|
|
|
521
458
|
) -> None:
|
|
522
459
|
"""Enable selected proxies on all selected Movie and Image strips
|
|
523
460
|
|
|
524
|
-
:type execution_context: int | str | None
|
|
525
|
-
:type undo: bool | None
|
|
526
461
|
:param proxy_25: 25%
|
|
527
|
-
:type proxy_25: bool | None
|
|
528
462
|
:param proxy_50: 50%
|
|
529
|
-
:type proxy_50: bool | None
|
|
530
463
|
:param proxy_75: 75%
|
|
531
|
-
:type proxy_75: bool | None
|
|
532
464
|
:param proxy_100: 100%
|
|
533
|
-
:type proxy_100: bool | None
|
|
534
465
|
:param overwrite: Overwrite
|
|
535
|
-
:type overwrite: bool | None
|
|
536
466
|
"""
|
|
537
467
|
|
|
538
468
|
def export_subtitles(
|
|
@@ -568,48 +498,26 @@ def export_subtitles(
|
|
|
568
498
|
) -> None:
|
|
569
499
|
"""Export .srt file containing text strips
|
|
570
500
|
|
|
571
|
-
:type execution_context: int | str | None
|
|
572
|
-
:type undo: bool | None
|
|
573
501
|
:param filepath: File Path, Path to file
|
|
574
|
-
:type filepath: str
|
|
575
502
|
:param hide_props_region: Hide Operator Properties, Collapse the region displaying the operator settings
|
|
576
|
-
:type hide_props_region: bool | None
|
|
577
503
|
:param check_existing: Check Existing, Check and warn on overwriting existing files
|
|
578
|
-
:type check_existing: bool | None
|
|
579
504
|
:param filter_blender: Filter .blend files
|
|
580
|
-
:type filter_blender: bool | None
|
|
581
505
|
:param filter_backup: Filter .blend files
|
|
582
|
-
:type filter_backup: bool | None
|
|
583
506
|
:param filter_image: Filter image files
|
|
584
|
-
:type filter_image: bool | None
|
|
585
507
|
:param filter_movie: Filter movie files
|
|
586
|
-
:type filter_movie: bool | None
|
|
587
508
|
:param filter_python: Filter Python files
|
|
588
|
-
:type filter_python: bool | None
|
|
589
509
|
:param filter_font: Filter font files
|
|
590
|
-
:type filter_font: bool | None
|
|
591
510
|
:param filter_sound: Filter sound files
|
|
592
|
-
:type filter_sound: bool | None
|
|
593
511
|
:param filter_text: Filter text files
|
|
594
|
-
:type filter_text: bool | None
|
|
595
512
|
:param filter_archive: Filter archive files
|
|
596
|
-
:type filter_archive: bool | None
|
|
597
513
|
:param filter_btx: Filter btx files
|
|
598
|
-
:type filter_btx: bool | None
|
|
599
514
|
:param filter_alembic: Filter Alembic files
|
|
600
|
-
:type filter_alembic: bool | None
|
|
601
515
|
:param filter_usd: Filter USD files
|
|
602
|
-
:type filter_usd: bool | None
|
|
603
516
|
:param filter_obj: Filter OBJ files
|
|
604
|
-
:type filter_obj: bool | None
|
|
605
517
|
:param filter_volume: Filter OpenVDB volume files
|
|
606
|
-
:type filter_volume: bool | None
|
|
607
518
|
:param filter_folder: Filter folders
|
|
608
|
-
:type filter_folder: bool | None
|
|
609
519
|
:param filter_blenlib: Filter Blender IDs
|
|
610
|
-
:type filter_blenlib: bool | None
|
|
611
520
|
:param filemode: File Browser Mode, The setting for the file browser mode to load a .blend file, a library or a special file
|
|
612
|
-
:type filemode: int | None
|
|
613
521
|
:param display_type: Display Type
|
|
614
522
|
|
|
615
523
|
DEFAULT
|
|
@@ -623,9 +531,7 @@ def export_subtitles(
|
|
|
623
531
|
|
|
624
532
|
THUMBNAIL
|
|
625
533
|
Thumbnails -- Display files as thumbnails.
|
|
626
|
-
:type display_type: typing.Literal['DEFAULT','LIST_VERTICAL','LIST_HORIZONTAL','THUMBNAIL'] | None
|
|
627
534
|
:param sort_method: File sorting mode
|
|
628
|
-
:type sort_method: str | None
|
|
629
535
|
"""
|
|
630
536
|
|
|
631
537
|
def fades_add(
|
|
@@ -639,10 +545,7 @@ def fades_add(
|
|
|
639
545
|
) -> None:
|
|
640
546
|
"""Adds or updates a fade animation for either visual or audio strips
|
|
641
547
|
|
|
642
|
-
:type execution_context: int | str | None
|
|
643
|
-
:type undo: bool | None
|
|
644
548
|
:param duration_seconds: Fade Duration, Duration of the fade in seconds
|
|
645
|
-
:type duration_seconds: float | None
|
|
646
549
|
:param type: Fade Type, Fade in, out, both in and out, to, or from the current frame. Default is both in and out
|
|
647
550
|
|
|
648
551
|
IN_OUT
|
|
@@ -659,7 +562,6 @@ def fades_add(
|
|
|
659
562
|
|
|
660
563
|
CURSOR_TO
|
|
661
564
|
To Current Frame -- Fade from the start of strips under the time cursor to the current frame.
|
|
662
|
-
:type type: typing.Literal['IN_OUT','IN','OUT','CURSOR_FROM','CURSOR_TO'] | None
|
|
663
565
|
"""
|
|
664
566
|
|
|
665
567
|
def fades_clear(
|
|
@@ -667,11 +569,7 @@ def fades_clear(
|
|
|
667
569
|
undo: bool | None = None,
|
|
668
570
|
/,
|
|
669
571
|
) -> None:
|
|
670
|
-
"""Removes fade animation from selected strips
|
|
671
|
-
|
|
672
|
-
:type execution_context: int | str | None
|
|
673
|
-
:type undo: bool | None
|
|
674
|
-
"""
|
|
572
|
+
"""Removes fade animation from selected strips"""
|
|
675
573
|
|
|
676
574
|
def gap_insert(
|
|
677
575
|
execution_context: int | str | None = None,
|
|
@@ -682,10 +580,7 @@ def gap_insert(
|
|
|
682
580
|
) -> None:
|
|
683
581
|
"""Insert gap at current frame to first strips at the right, independent of selection or locked state of strips
|
|
684
582
|
|
|
685
|
-
:type execution_context: int | str | None
|
|
686
|
-
:type undo: bool | None
|
|
687
583
|
:param frames: Frames, Frames to insert after current strip
|
|
688
|
-
:type frames: int | None
|
|
689
584
|
"""
|
|
690
585
|
|
|
691
586
|
def gap_remove(
|
|
@@ -697,10 +592,7 @@ def gap_remove(
|
|
|
697
592
|
) -> None:
|
|
698
593
|
"""Remove gap at current frame to first strip at the right, independent of selection or locked state of strips
|
|
699
594
|
|
|
700
|
-
:type execution_context: int | str | None
|
|
701
|
-
:type undo: bool | None
|
|
702
595
|
:param all: All Gaps, Do all gaps to right of current frame
|
|
703
|
-
:type all: bool | None
|
|
704
596
|
"""
|
|
705
597
|
|
|
706
598
|
def image_strip_add(
|
|
@@ -755,59 +647,36 @@ def image_strip_add(
|
|
|
755
647
|
skip_locked_or_muted_channels: bool | None = True,
|
|
756
648
|
fit_method: bpy.stub_internal.rna_enums.StripScaleMethodItems | None = "FIT",
|
|
757
649
|
set_view_transform: bool | None = True,
|
|
758
|
-
|
|
650
|
+
image_import_type: typing.Literal["DETECT", "SEQUENCE", "INDIVIDUAL"]
|
|
651
|
+
| None = "DETECT",
|
|
759
652
|
use_sequence_detection: bool | None = True,
|
|
653
|
+
use_placeholders: bool | None = False,
|
|
760
654
|
) -> None:
|
|
761
655
|
"""Add an image or image sequence to the sequencer
|
|
762
656
|
|
|
763
|
-
:type execution_context: int | str | None
|
|
764
|
-
:type undo: bool | None
|
|
765
657
|
:param directory: Directory, Directory of the file
|
|
766
|
-
:type directory: str
|
|
767
658
|
:param files: Files
|
|
768
|
-
:type files: bpy.types.bpy_prop_collection[bpy.types.OperatorFileListElement] | None
|
|
769
659
|
:param check_existing: Check Existing, Check and warn on overwriting existing files
|
|
770
|
-
:type check_existing: bool | None
|
|
771
660
|
:param filter_blender: Filter .blend files
|
|
772
|
-
:type filter_blender: bool | None
|
|
773
661
|
:param filter_backup: Filter .blend files
|
|
774
|
-
:type filter_backup: bool | None
|
|
775
662
|
:param filter_image: Filter image files
|
|
776
|
-
:type filter_image: bool | None
|
|
777
663
|
:param filter_movie: Filter movie files
|
|
778
|
-
:type filter_movie: bool | None
|
|
779
664
|
:param filter_python: Filter Python files
|
|
780
|
-
:type filter_python: bool | None
|
|
781
665
|
:param filter_font: Filter font files
|
|
782
|
-
:type filter_font: bool | None
|
|
783
666
|
:param filter_sound: Filter sound files
|
|
784
|
-
:type filter_sound: bool | None
|
|
785
667
|
:param filter_text: Filter text files
|
|
786
|
-
:type filter_text: bool | None
|
|
787
668
|
:param filter_archive: Filter archive files
|
|
788
|
-
:type filter_archive: bool | None
|
|
789
669
|
:param filter_btx: Filter btx files
|
|
790
|
-
:type filter_btx: bool | None
|
|
791
670
|
:param filter_alembic: Filter Alembic files
|
|
792
|
-
:type filter_alembic: bool | None
|
|
793
671
|
:param filter_usd: Filter USD files
|
|
794
|
-
:type filter_usd: bool | None
|
|
795
672
|
:param filter_obj: Filter OBJ files
|
|
796
|
-
:type filter_obj: bool | None
|
|
797
673
|
:param filter_volume: Filter OpenVDB volume files
|
|
798
|
-
:type filter_volume: bool | None
|
|
799
674
|
:param filter_folder: Filter folders
|
|
800
|
-
:type filter_folder: bool | None
|
|
801
675
|
:param filter_blenlib: Filter Blender IDs
|
|
802
|
-
:type filter_blenlib: bool | None
|
|
803
676
|
:param filemode: File Browser Mode, The setting for the file browser mode to load a .blend file, a library or a special file
|
|
804
|
-
:type filemode: int | None
|
|
805
677
|
:param relative_path: Relative Path, Select the file relative to the blend file
|
|
806
|
-
:type relative_path: bool | None
|
|
807
678
|
:param show_multiview: Enable Multi-View
|
|
808
|
-
:type show_multiview: bool | None
|
|
809
679
|
:param use_multiview: Use Multi-View
|
|
810
|
-
:type use_multiview: bool | None
|
|
811
680
|
:param display_type: Display Type
|
|
812
681
|
|
|
813
682
|
DEFAULT
|
|
@@ -821,7 +690,6 @@ def image_strip_add(
|
|
|
821
690
|
|
|
822
691
|
THUMBNAIL
|
|
823
692
|
Thumbnails -- Display files as thumbnails.
|
|
824
|
-
:type display_type: typing.Literal['DEFAULT','LIST_VERTICAL','LIST_HORIZONTAL','THUMBNAIL'] | None
|
|
825
693
|
:param sort_method: File sorting mode
|
|
826
694
|
|
|
827
695
|
DEFAULT
|
|
@@ -841,31 +709,28 @@ def image_strip_add(
|
|
|
841
709
|
|
|
842
710
|
ASSET_CATALOG
|
|
843
711
|
Asset Catalog -- Sort the asset list so that assets in the same catalog are kept together. Within a single catalog, assets are ordered by name. The catalogs are in order of the flattened catalog hierarchy..
|
|
844
|
-
:type sort_method: typing.Literal['DEFAULT','FILE_SORT_ALPHA','FILE_SORT_EXTENSION','FILE_SORT_TIME','FILE_SORT_SIZE','ASSET_CATALOG'] | None
|
|
845
712
|
:param move_strips: Move Strips, Automatically begin translating strips with the mouse after adding them to the timeline
|
|
846
|
-
:type move_strips: bool | None
|
|
847
713
|
:param frame_start: Start Frame, Start frame of the strip
|
|
848
|
-
:type frame_start: int | None
|
|
849
714
|
:param length: Length, Length of the strip in frames, or the length of each strip if multiple are added
|
|
850
|
-
:type length: int | None
|
|
851
715
|
:param channel: Channel, Channel to place this strip into
|
|
852
|
-
:type channel: int | None
|
|
853
716
|
:param replace_sel: Replace Selection, Deselect previously selected strips after add operation completes
|
|
854
|
-
:type replace_sel: bool | None
|
|
855
717
|
:param overlap: Allow Overlap, Dont correct overlap on new strips
|
|
856
|
-
:type overlap: bool | None
|
|
857
718
|
:param overlap_shuffle_override: Override Overlap Shuffle Behavior, Use the overlap_mode tool settings to determine how to shuffle overlapping strips
|
|
858
|
-
:type overlap_shuffle_override: bool | None
|
|
859
719
|
:param skip_locked_or_muted_channels: Skip Locked or Muted Channels, Add strips to muted or locked channels when adding movie strips
|
|
860
|
-
:type skip_locked_or_muted_channels: bool | None
|
|
861
720
|
:param fit_method: Fit Method, Mode for fitting the image to the canvas
|
|
862
|
-
:type fit_method: bpy.stub_internal.rna_enums.StripScaleMethodItems | None
|
|
863
721
|
:param set_view_transform: Set View Transform, Set appropriate view transform based on media color space
|
|
864
|
-
:
|
|
865
|
-
|
|
866
|
-
|
|
722
|
+
:param image_import_type: Import As, Mode for importing selected images
|
|
723
|
+
|
|
724
|
+
DETECT
|
|
725
|
+
Auto Detect -- Add images as individual strips, unless their filenames match Blenders numbered sequence pattern, in which case they are grouped into a single image sequence.
|
|
726
|
+
|
|
727
|
+
SEQUENCE
|
|
728
|
+
Image Sequence -- Import all selected images as a single image sequence. The sequence of images does not have to match Blenders numbered sequence pattern, so placeholders cannot be inferred.
|
|
729
|
+
|
|
730
|
+
INDIVIDUAL
|
|
731
|
+
Individual Images -- Add each selected image as an individual strip.
|
|
867
732
|
:param use_sequence_detection: Detect Sequences, Automatically detect animated sequences in selected images (based on file names)
|
|
868
|
-
:
|
|
733
|
+
:param use_placeholders: Use Placeholders, Reserve placeholder frames for missing frames of the image sequence
|
|
869
734
|
"""
|
|
870
735
|
|
|
871
736
|
def images_separate(
|
|
@@ -877,10 +742,7 @@ def images_separate(
|
|
|
877
742
|
) -> None:
|
|
878
743
|
"""On image sequence strips, it returns a strip for each image
|
|
879
744
|
|
|
880
|
-
:type execution_context: int | str | None
|
|
881
|
-
:type undo: bool | None
|
|
882
745
|
:param length: Length, Length of each frame
|
|
883
|
-
:type length: int | None
|
|
884
746
|
"""
|
|
885
747
|
|
|
886
748
|
def lock(
|
|
@@ -888,11 +750,7 @@ def lock(
|
|
|
888
750
|
undo: bool | None = None,
|
|
889
751
|
/,
|
|
890
752
|
) -> None:
|
|
891
|
-
"""Lock strips so they cannot be transformed
|
|
892
|
-
|
|
893
|
-
:type execution_context: int | str | None
|
|
894
|
-
:type undo: bool | None
|
|
895
|
-
"""
|
|
753
|
+
"""Lock strips so they cannot be transformed"""
|
|
896
754
|
|
|
897
755
|
def mask_strip_add(
|
|
898
756
|
execution_context: int | str | None = None,
|
|
@@ -910,24 +768,14 @@ def mask_strip_add(
|
|
|
910
768
|
) -> None:
|
|
911
769
|
"""Add a mask strip to the sequencer
|
|
912
770
|
|
|
913
|
-
:type execution_context: int | str | None
|
|
914
|
-
:type undo: bool | None
|
|
915
771
|
:param move_strips: Move Strips, Automatically begin translating strips with the mouse after adding them to the timeline
|
|
916
|
-
:type move_strips: bool | None
|
|
917
772
|
:param frame_start: Start Frame, Start frame of the strip
|
|
918
|
-
:type frame_start: int | None
|
|
919
773
|
:param channel: Channel, Channel to place this strip into
|
|
920
|
-
:type channel: int | None
|
|
921
774
|
:param replace_sel: Replace Selection, Deselect previously selected strips after add operation completes
|
|
922
|
-
:type replace_sel: bool | None
|
|
923
775
|
:param overlap: Allow Overlap, Dont correct overlap on new strips
|
|
924
|
-
:type overlap: bool | None
|
|
925
776
|
:param overlap_shuffle_override: Override Overlap Shuffle Behavior, Use the overlap_mode tool settings to determine how to shuffle overlapping strips
|
|
926
|
-
:type overlap_shuffle_override: bool | None
|
|
927
777
|
:param skip_locked_or_muted_channels: Skip Locked or Muted Channels, Add strips to muted or locked channels when adding movie strips
|
|
928
|
-
:type skip_locked_or_muted_channels: bool | None
|
|
929
778
|
:param mask: Mask
|
|
930
|
-
:type mask: str | None
|
|
931
779
|
"""
|
|
932
780
|
|
|
933
781
|
def meta_make(
|
|
@@ -935,33 +783,21 @@ def meta_make(
|
|
|
935
783
|
undo: bool | None = None,
|
|
936
784
|
/,
|
|
937
785
|
) -> None:
|
|
938
|
-
"""Group selected strips into a meta-strip
|
|
939
|
-
|
|
940
|
-
:type execution_context: int | str | None
|
|
941
|
-
:type undo: bool | None
|
|
942
|
-
"""
|
|
786
|
+
"""Group selected strips into a meta-strip"""
|
|
943
787
|
|
|
944
788
|
def meta_separate(
|
|
945
789
|
execution_context: int | str | None = None,
|
|
946
790
|
undo: bool | None = None,
|
|
947
791
|
/,
|
|
948
792
|
) -> None:
|
|
949
|
-
"""Put the contents of a meta-strip back in the sequencer
|
|
950
|
-
|
|
951
|
-
:type execution_context: int | str | None
|
|
952
|
-
:type undo: bool | None
|
|
953
|
-
"""
|
|
793
|
+
"""Put the contents of a meta-strip back in the sequencer"""
|
|
954
794
|
|
|
955
795
|
def meta_toggle(
|
|
956
796
|
execution_context: int | str | None = None,
|
|
957
797
|
undo: bool | None = None,
|
|
958
798
|
/,
|
|
959
799
|
) -> None:
|
|
960
|
-
"""Toggle a meta-strip (to edit enclosed strips)
|
|
961
|
-
|
|
962
|
-
:type execution_context: int | str | None
|
|
963
|
-
:type undo: bool | None
|
|
964
|
-
"""
|
|
800
|
+
"""Toggle a meta-strip (to edit enclosed strips)"""
|
|
965
801
|
|
|
966
802
|
def movie_strip_add(
|
|
967
803
|
execution_context: int | str | None = None,
|
|
@@ -1021,56 +857,30 @@ def movie_strip_add(
|
|
|
1021
857
|
) -> None:
|
|
1022
858
|
"""Add a movie strip to the sequencer
|
|
1023
859
|
|
|
1024
|
-
:type execution_context: int | str | None
|
|
1025
|
-
:type undo: bool | None
|
|
1026
860
|
:param filepath: File Path, Path to file
|
|
1027
|
-
:type filepath: str
|
|
1028
861
|
:param directory: Directory, Directory of the file
|
|
1029
|
-
:type directory: str
|
|
1030
862
|
:param files: Files
|
|
1031
|
-
:type files: bpy.types.bpy_prop_collection[bpy.types.OperatorFileListElement] | None
|
|
1032
863
|
:param check_existing: Check Existing, Check and warn on overwriting existing files
|
|
1033
|
-
:type check_existing: bool | None
|
|
1034
864
|
:param filter_blender: Filter .blend files
|
|
1035
|
-
:type filter_blender: bool | None
|
|
1036
865
|
:param filter_backup: Filter .blend files
|
|
1037
|
-
:type filter_backup: bool | None
|
|
1038
866
|
:param filter_image: Filter image files
|
|
1039
|
-
:type filter_image: bool | None
|
|
1040
867
|
:param filter_movie: Filter movie files
|
|
1041
|
-
:type filter_movie: bool | None
|
|
1042
868
|
:param filter_python: Filter Python files
|
|
1043
|
-
:type filter_python: bool | None
|
|
1044
869
|
:param filter_font: Filter font files
|
|
1045
|
-
:type filter_font: bool | None
|
|
1046
870
|
:param filter_sound: Filter sound files
|
|
1047
|
-
:type filter_sound: bool | None
|
|
1048
871
|
:param filter_text: Filter text files
|
|
1049
|
-
:type filter_text: bool | None
|
|
1050
872
|
:param filter_archive: Filter archive files
|
|
1051
|
-
:type filter_archive: bool | None
|
|
1052
873
|
:param filter_btx: Filter btx files
|
|
1053
|
-
:type filter_btx: bool | None
|
|
1054
874
|
:param filter_alembic: Filter Alembic files
|
|
1055
|
-
:type filter_alembic: bool | None
|
|
1056
875
|
:param filter_usd: Filter USD files
|
|
1057
|
-
:type filter_usd: bool | None
|
|
1058
876
|
:param filter_obj: Filter OBJ files
|
|
1059
|
-
:type filter_obj: bool | None
|
|
1060
877
|
:param filter_volume: Filter OpenVDB volume files
|
|
1061
|
-
:type filter_volume: bool | None
|
|
1062
878
|
:param filter_folder: Filter folders
|
|
1063
|
-
:type filter_folder: bool | None
|
|
1064
879
|
:param filter_blenlib: Filter Blender IDs
|
|
1065
|
-
:type filter_blenlib: bool | None
|
|
1066
880
|
:param filemode: File Browser Mode, The setting for the file browser mode to load a .blend file, a library or a special file
|
|
1067
|
-
:type filemode: int | None
|
|
1068
881
|
:param relative_path: Relative Path, Select the file relative to the blend file
|
|
1069
|
-
:type relative_path: bool | None
|
|
1070
882
|
:param show_multiview: Enable Multi-View
|
|
1071
|
-
:type show_multiview: bool | None
|
|
1072
883
|
:param use_multiview: Use Multi-View
|
|
1073
|
-
:type use_multiview: bool | None
|
|
1074
884
|
:param display_type: Display Type
|
|
1075
885
|
|
|
1076
886
|
DEFAULT
|
|
@@ -1084,7 +894,6 @@ def movie_strip_add(
|
|
|
1084
894
|
|
|
1085
895
|
THUMBNAIL
|
|
1086
896
|
Thumbnails -- Display files as thumbnails.
|
|
1087
|
-
:type display_type: typing.Literal['DEFAULT','LIST_VERTICAL','LIST_HORIZONTAL','THUMBNAIL'] | None
|
|
1088
897
|
:param sort_method: File sorting mode
|
|
1089
898
|
|
|
1090
899
|
DEFAULT
|
|
@@ -1104,31 +913,18 @@ def movie_strip_add(
|
|
|
1104
913
|
|
|
1105
914
|
ASSET_CATALOG
|
|
1106
915
|
Asset Catalog -- Sort the asset list so that assets in the same catalog are kept together. Within a single catalog, assets are ordered by name. The catalogs are in order of the flattened catalog hierarchy..
|
|
1107
|
-
:type sort_method: typing.Literal['DEFAULT','FILE_SORT_ALPHA','FILE_SORT_EXTENSION','FILE_SORT_TIME','FILE_SORT_SIZE','ASSET_CATALOG'] | None
|
|
1108
916
|
:param move_strips: Move Strips, Automatically begin translating strips with the mouse after adding them to the timeline
|
|
1109
|
-
:type move_strips: bool | None
|
|
1110
917
|
:param frame_start: Start Frame, Start frame of the strip
|
|
1111
|
-
:type frame_start: int | None
|
|
1112
918
|
:param channel: Channel, Channel to place this strip into
|
|
1113
|
-
:type channel: int | None
|
|
1114
919
|
:param replace_sel: Replace Selection, Deselect previously selected strips after add operation completes
|
|
1115
|
-
:type replace_sel: bool | None
|
|
1116
920
|
:param overlap: Allow Overlap, Dont correct overlap on new strips
|
|
1117
|
-
:type overlap: bool | None
|
|
1118
921
|
:param overlap_shuffle_override: Override Overlap Shuffle Behavior, Use the overlap_mode tool settings to determine how to shuffle overlapping strips
|
|
1119
|
-
:type overlap_shuffle_override: bool | None
|
|
1120
922
|
:param skip_locked_or_muted_channels: Skip Locked or Muted Channels, Add strips to muted or locked channels when adding movie strips
|
|
1121
|
-
:type skip_locked_or_muted_channels: bool | None
|
|
1122
923
|
:param fit_method: Fit Method, Mode for fitting the image to the canvas
|
|
1123
|
-
:type fit_method: bpy.stub_internal.rna_enums.StripScaleMethodItems | None
|
|
1124
924
|
:param set_view_transform: Set View Transform, Set appropriate view transform based on media color space
|
|
1125
|
-
:type set_view_transform: bool | None
|
|
1126
925
|
:param adjust_playback_rate: Adjust Playback Rate, Play at normal speed regardless of scene FPS
|
|
1127
|
-
:type adjust_playback_rate: bool | None
|
|
1128
926
|
:param sound: Sound, Load sound with the movie
|
|
1129
|
-
:type sound: bool | None
|
|
1130
927
|
:param use_framerate: Set Scene Frame Rate, Set frame rate of the current scene to the frame rate of the movie
|
|
1131
|
-
:type use_framerate: bool | None
|
|
1132
928
|
"""
|
|
1133
929
|
|
|
1134
930
|
def movieclip_strip_add(
|
|
@@ -1147,24 +943,14 @@ def movieclip_strip_add(
|
|
|
1147
943
|
) -> None:
|
|
1148
944
|
"""Add a movieclip strip to the sequencer
|
|
1149
945
|
|
|
1150
|
-
:type execution_context: int | str | None
|
|
1151
|
-
:type undo: bool | None
|
|
1152
946
|
:param move_strips: Move Strips, Automatically begin translating strips with the mouse after adding them to the timeline
|
|
1153
|
-
:type move_strips: bool | None
|
|
1154
947
|
:param frame_start: Start Frame, Start frame of the strip
|
|
1155
|
-
:type frame_start: int | None
|
|
1156
948
|
:param channel: Channel, Channel to place this strip into
|
|
1157
|
-
:type channel: int | None
|
|
1158
949
|
:param replace_sel: Replace Selection, Deselect previously selected strips after add operation completes
|
|
1159
|
-
:type replace_sel: bool | None
|
|
1160
950
|
:param overlap: Allow Overlap, Dont correct overlap on new strips
|
|
1161
|
-
:type overlap: bool | None
|
|
1162
951
|
:param overlap_shuffle_override: Override Overlap Shuffle Behavior, Use the overlap_mode tool settings to determine how to shuffle overlapping strips
|
|
1163
|
-
:type overlap_shuffle_override: bool | None
|
|
1164
952
|
:param skip_locked_or_muted_channels: Skip Locked or Muted Channels, Add strips to muted or locked channels when adding movie strips
|
|
1165
|
-
:type skip_locked_or_muted_channels: bool | None
|
|
1166
953
|
:param clip: Clip
|
|
1167
|
-
:type clip: str | None
|
|
1168
954
|
"""
|
|
1169
955
|
|
|
1170
956
|
def mute(
|
|
@@ -1176,10 +962,7 @@ def mute(
|
|
|
1176
962
|
) -> None:
|
|
1177
963
|
"""Mute (un)selected strips
|
|
1178
964
|
|
|
1179
|
-
:type execution_context: int | str | None
|
|
1180
|
-
:type undo: bool | None
|
|
1181
965
|
:param unselected: Unselected, Mute unselected rather than selected strips
|
|
1182
|
-
:type unselected: bool | None
|
|
1183
966
|
"""
|
|
1184
967
|
|
|
1185
968
|
def offset_clear(
|
|
@@ -1187,11 +970,7 @@ def offset_clear(
|
|
|
1187
970
|
undo: bool | None = None,
|
|
1188
971
|
/,
|
|
1189
972
|
) -> None:
|
|
1190
|
-
"""Clear strip in/out offsets from the start and end of content
|
|
1191
|
-
|
|
1192
|
-
:type execution_context: int | str | None
|
|
1193
|
-
:type undo: bool | None
|
|
1194
|
-
"""
|
|
973
|
+
"""Clear strip in/out offsets from the start and end of content"""
|
|
1195
974
|
|
|
1196
975
|
def paste(
|
|
1197
976
|
execution_context: int | str | None = None,
|
|
@@ -1199,13 +978,14 @@ def paste(
|
|
|
1199
978
|
/,
|
|
1200
979
|
*,
|
|
1201
980
|
keep_offset: bool | None = False,
|
|
981
|
+
x: int | None = 0,
|
|
982
|
+
y: int | None = 0,
|
|
1202
983
|
) -> None:
|
|
1203
984
|
"""Paste strips from the internal clipboard
|
|
1204
985
|
|
|
1205
|
-
:type execution_context: int | str | None
|
|
1206
|
-
:type undo: bool | None
|
|
1207
986
|
:param keep_offset: Keep Offset, Keep strip offset relative to the current frame when pasting
|
|
1208
|
-
:
|
|
987
|
+
:param x: X
|
|
988
|
+
:param y: Y
|
|
1209
989
|
"""
|
|
1210
990
|
|
|
1211
991
|
def preview_duplicate_move(
|
|
@@ -1218,12 +998,8 @@ def preview_duplicate_move(
|
|
|
1218
998
|
) -> None:
|
|
1219
999
|
"""Duplicate selected strips and move them
|
|
1220
1000
|
|
|
1221
|
-
:type execution_context: int | str | None
|
|
1222
|
-
:type undo: bool | None
|
|
1223
1001
|
:param SEQUENCER_OT_duplicate: Duplicate Strips, Duplicate the selected strips
|
|
1224
|
-
:type SEQUENCER_OT_duplicate: duplicate | None
|
|
1225
1002
|
:param TRANSFORM_OT_translate: Move, Move selected items
|
|
1226
|
-
:type TRANSFORM_OT_translate: bpy.ops.transform.translate | None
|
|
1227
1003
|
"""
|
|
1228
1004
|
|
|
1229
1005
|
def preview_duplicate_move_linked(
|
|
@@ -1236,12 +1012,8 @@ def preview_duplicate_move_linked(
|
|
|
1236
1012
|
) -> None:
|
|
1237
1013
|
"""Duplicate selected strips, but not their data, and move them
|
|
1238
1014
|
|
|
1239
|
-
:type execution_context: int | str | None
|
|
1240
|
-
:type undo: bool | None
|
|
1241
1015
|
:param SEQUENCER_OT_duplicate: Duplicate Strips, Duplicate the selected strips
|
|
1242
|
-
:type SEQUENCER_OT_duplicate: duplicate | None
|
|
1243
1016
|
:param TRANSFORM_OT_translate: Move, Move selected items
|
|
1244
|
-
:type TRANSFORM_OT_translate: bpy.ops.transform.translate | None
|
|
1245
1017
|
"""
|
|
1246
1018
|
|
|
1247
1019
|
def reassign_inputs(
|
|
@@ -1249,33 +1021,21 @@ def reassign_inputs(
|
|
|
1249
1021
|
undo: bool | None = None,
|
|
1250
1022
|
/,
|
|
1251
1023
|
) -> None:
|
|
1252
|
-
"""Reassign the inputs for the effect strip
|
|
1253
|
-
|
|
1254
|
-
:type execution_context: int | str | None
|
|
1255
|
-
:type undo: bool | None
|
|
1256
|
-
"""
|
|
1024
|
+
"""Reassign the inputs for the effect strip"""
|
|
1257
1025
|
|
|
1258
1026
|
def rebuild_proxy(
|
|
1259
1027
|
execution_context: int | str | None = None,
|
|
1260
1028
|
undo: bool | None = None,
|
|
1261
1029
|
/,
|
|
1262
1030
|
) -> None:
|
|
1263
|
-
"""Rebuild all selected proxies and timecode indices
|
|
1264
|
-
|
|
1265
|
-
:type execution_context: int | str | None
|
|
1266
|
-
:type undo: bool | None
|
|
1267
|
-
"""
|
|
1031
|
+
"""Rebuild all selected proxies and timecode indices"""
|
|
1268
1032
|
|
|
1269
1033
|
def refresh_all(
|
|
1270
1034
|
execution_context: int | str | None = None,
|
|
1271
1035
|
undo: bool | None = None,
|
|
1272
1036
|
/,
|
|
1273
1037
|
) -> None:
|
|
1274
|
-
"""Refresh the sequencer editor
|
|
1275
|
-
|
|
1276
|
-
:type execution_context: int | str | None
|
|
1277
|
-
:type undo: bool | None
|
|
1278
|
-
"""
|
|
1038
|
+
"""Refresh the sequencer editor"""
|
|
1279
1039
|
|
|
1280
1040
|
def reload(
|
|
1281
1041
|
execution_context: int | str | None = None,
|
|
@@ -1286,10 +1046,7 @@ def reload(
|
|
|
1286
1046
|
) -> None:
|
|
1287
1047
|
"""Reload strips in the sequencer
|
|
1288
1048
|
|
|
1289
|
-
:type execution_context: int | str | None
|
|
1290
|
-
:type undo: bool | None
|
|
1291
1049
|
:param adjust_length: Adjust Length, Adjust length of strips to their data length
|
|
1292
|
-
:type adjust_length: bool | None
|
|
1293
1050
|
"""
|
|
1294
1051
|
|
|
1295
1052
|
def rename_channel(
|
|
@@ -1297,22 +1054,14 @@ def rename_channel(
|
|
|
1297
1054
|
undo: bool | None = None,
|
|
1298
1055
|
/,
|
|
1299
1056
|
) -> None:
|
|
1300
|
-
"""Undocumented, consider contributing.
|
|
1301
|
-
|
|
1302
|
-
:type execution_context: int | str | None
|
|
1303
|
-
:type undo: bool | None
|
|
1304
|
-
"""
|
|
1057
|
+
"""Undocumented, consider contributing."""
|
|
1305
1058
|
|
|
1306
1059
|
def rendersize(
|
|
1307
1060
|
execution_context: int | str | None = None,
|
|
1308
1061
|
undo: bool | None = None,
|
|
1309
1062
|
/,
|
|
1310
1063
|
) -> None:
|
|
1311
|
-
"""Set render size and aspect from active strip
|
|
1312
|
-
|
|
1313
|
-
:type execution_context: int | str | None
|
|
1314
|
-
:type undo: bool | None
|
|
1315
|
-
"""
|
|
1064
|
+
"""Set render size and aspect from active strip"""
|
|
1316
1065
|
|
|
1317
1066
|
def retiming_add_freeze_frame_slide(
|
|
1318
1067
|
execution_context: int | str | None = None,
|
|
@@ -1324,12 +1073,8 @@ def retiming_add_freeze_frame_slide(
|
|
|
1324
1073
|
) -> None:
|
|
1325
1074
|
"""Add freeze frame and move it
|
|
1326
1075
|
|
|
1327
|
-
:type execution_context: int | str | None
|
|
1328
|
-
:type undo: bool | None
|
|
1329
1076
|
:param SEQUENCER_OT_retiming_freeze_frame_add: Add Freeze Frame, Add freeze frame
|
|
1330
|
-
:type SEQUENCER_OT_retiming_freeze_frame_add: retiming_freeze_frame_add | None
|
|
1331
1077
|
:param TRANSFORM_OT_seq_slide: Sequence Slide, Slide a sequence strip in time
|
|
1332
|
-
:type TRANSFORM_OT_seq_slide: bpy.ops.transform.seq_slide | None
|
|
1333
1078
|
"""
|
|
1334
1079
|
|
|
1335
1080
|
def retiming_add_transition_slide(
|
|
@@ -1342,12 +1087,8 @@ def retiming_add_transition_slide(
|
|
|
1342
1087
|
) -> None:
|
|
1343
1088
|
"""Add smooth transition between 2 retimed segments and change its duration
|
|
1344
1089
|
|
|
1345
|
-
:type execution_context: int | str | None
|
|
1346
|
-
:type undo: bool | None
|
|
1347
1090
|
:param SEQUENCER_OT_retiming_transition_add: Add Speed Transition, Add smooth transition between 2 retimed segments
|
|
1348
|
-
:type SEQUENCER_OT_retiming_transition_add: retiming_transition_add | None
|
|
1349
1091
|
:param TRANSFORM_OT_seq_slide: Sequence Slide, Slide a sequence strip in time
|
|
1350
|
-
:type TRANSFORM_OT_seq_slide: bpy.ops.transform.seq_slide | None
|
|
1351
1092
|
"""
|
|
1352
1093
|
|
|
1353
1094
|
def retiming_freeze_frame_add(
|
|
@@ -1359,10 +1100,7 @@ def retiming_freeze_frame_add(
|
|
|
1359
1100
|
) -> None:
|
|
1360
1101
|
"""Add freeze frame
|
|
1361
1102
|
|
|
1362
|
-
:type execution_context: int | str | None
|
|
1363
|
-
:type undo: bool | None
|
|
1364
1103
|
:param duration: Duration, Duration of freeze frame segment
|
|
1365
|
-
:type duration: int | None
|
|
1366
1104
|
"""
|
|
1367
1105
|
|
|
1368
1106
|
def retiming_key_add(
|
|
@@ -1374,10 +1112,7 @@ def retiming_key_add(
|
|
|
1374
1112
|
) -> None:
|
|
1375
1113
|
"""Add retiming Key
|
|
1376
1114
|
|
|
1377
|
-
:type execution_context: int | str | None
|
|
1378
|
-
:type undo: bool | None
|
|
1379
1115
|
:param timeline_frame: Timeline Frame, Frame where key will be added
|
|
1380
|
-
:type timeline_frame: int | None
|
|
1381
1116
|
"""
|
|
1382
1117
|
|
|
1383
1118
|
def retiming_key_delete(
|
|
@@ -1385,22 +1120,14 @@ def retiming_key_delete(
|
|
|
1385
1120
|
undo: bool | None = None,
|
|
1386
1121
|
/,
|
|
1387
1122
|
) -> None:
|
|
1388
|
-
"""Delete selected retiming keys from the sequencer
|
|
1389
|
-
|
|
1390
|
-
:type execution_context: int | str | None
|
|
1391
|
-
:type undo: bool | None
|
|
1392
|
-
"""
|
|
1123
|
+
"""Delete selected retiming keys from the sequencer"""
|
|
1393
1124
|
|
|
1394
1125
|
def retiming_reset(
|
|
1395
1126
|
execution_context: int | str | None = None,
|
|
1396
1127
|
undo: bool | None = None,
|
|
1397
1128
|
/,
|
|
1398
1129
|
) -> None:
|
|
1399
|
-
"""Reset strip retiming
|
|
1400
|
-
|
|
1401
|
-
:type execution_context: int | str | None
|
|
1402
|
-
:type undo: bool | None
|
|
1403
|
-
"""
|
|
1130
|
+
"""Reset strip retiming"""
|
|
1404
1131
|
|
|
1405
1132
|
def retiming_segment_speed_set(
|
|
1406
1133
|
execution_context: int | str | None = None,
|
|
@@ -1412,12 +1139,8 @@ def retiming_segment_speed_set(
|
|
|
1412
1139
|
) -> None:
|
|
1413
1140
|
"""Set speed of retimed segment
|
|
1414
1141
|
|
|
1415
|
-
:type execution_context: int | str | None
|
|
1416
|
-
:type undo: bool | None
|
|
1417
1142
|
:param speed: Speed, New speed of retimed segment
|
|
1418
|
-
:type speed: float | None
|
|
1419
1143
|
:param keep_retiming: Preserve Current Retiming, Keep speed of other segments unchanged, change strip length instead
|
|
1420
|
-
:type keep_retiming: bool | None
|
|
1421
1144
|
"""
|
|
1422
1145
|
|
|
1423
1146
|
def retiming_show(
|
|
@@ -1425,11 +1148,7 @@ def retiming_show(
|
|
|
1425
1148
|
undo: bool | None = None,
|
|
1426
1149
|
/,
|
|
1427
1150
|
) -> None:
|
|
1428
|
-
"""Show retiming keys in selected strips
|
|
1429
|
-
|
|
1430
|
-
:type execution_context: int | str | None
|
|
1431
|
-
:type undo: bool | None
|
|
1432
|
-
"""
|
|
1151
|
+
"""Show retiming keys in selected strips"""
|
|
1433
1152
|
|
|
1434
1153
|
def retiming_transition_add(
|
|
1435
1154
|
execution_context: int | str | None = None,
|
|
@@ -1440,10 +1159,7 @@ def retiming_transition_add(
|
|
|
1440
1159
|
) -> None:
|
|
1441
1160
|
"""Add smooth transition between 2 retimed segments
|
|
1442
1161
|
|
|
1443
|
-
:type execution_context: int | str | None
|
|
1444
|
-
:type undo: bool | None
|
|
1445
1162
|
:param duration: Duration, Duration of freeze frame segment
|
|
1446
|
-
:type duration: int | None
|
|
1447
1163
|
"""
|
|
1448
1164
|
|
|
1449
1165
|
def sample(
|
|
@@ -1455,10 +1171,7 @@ def sample(
|
|
|
1455
1171
|
) -> None:
|
|
1456
1172
|
"""Use mouse to sample color in current frame
|
|
1457
1173
|
|
|
1458
|
-
:type execution_context: int | str | None
|
|
1459
|
-
:type undo: bool | None
|
|
1460
1174
|
:param size: Sample Size
|
|
1461
|
-
:type size: int | None
|
|
1462
1175
|
"""
|
|
1463
1176
|
|
|
1464
1177
|
def scene_frame_range_update(
|
|
@@ -1466,11 +1179,7 @@ def scene_frame_range_update(
|
|
|
1466
1179
|
undo: bool | None = None,
|
|
1467
1180
|
/,
|
|
1468
1181
|
) -> None:
|
|
1469
|
-
"""Update frame range of scene strip
|
|
1470
|
-
|
|
1471
|
-
:type execution_context: int | str | None
|
|
1472
|
-
:type undo: bool | None
|
|
1473
|
-
"""
|
|
1182
|
+
"""Update frame range of scene strip"""
|
|
1474
1183
|
|
|
1475
1184
|
def scene_strip_add(
|
|
1476
1185
|
execution_context: int | str | None = None,
|
|
@@ -1486,26 +1195,16 @@ def scene_strip_add(
|
|
|
1486
1195
|
skip_locked_or_muted_channels: bool | None = True,
|
|
1487
1196
|
scene: str | None = "",
|
|
1488
1197
|
) -> None:
|
|
1489
|
-
"""Add a strip
|
|
1198
|
+
"""Add a strip re-using this scene as the source
|
|
1490
1199
|
|
|
1491
|
-
:type execution_context: int | str | None
|
|
1492
|
-
:type undo: bool | None
|
|
1493
1200
|
:param move_strips: Move Strips, Automatically begin translating strips with the mouse after adding them to the timeline
|
|
1494
|
-
:type move_strips: bool | None
|
|
1495
1201
|
:param frame_start: Start Frame, Start frame of the strip
|
|
1496
|
-
:type frame_start: int | None
|
|
1497
1202
|
:param channel: Channel, Channel to place this strip into
|
|
1498
|
-
:type channel: int | None
|
|
1499
1203
|
:param replace_sel: Replace Selection, Deselect previously selected strips after add operation completes
|
|
1500
|
-
:type replace_sel: bool | None
|
|
1501
1204
|
:param overlap: Allow Overlap, Dont correct overlap on new strips
|
|
1502
|
-
:type overlap: bool | None
|
|
1503
1205
|
:param overlap_shuffle_override: Override Overlap Shuffle Behavior, Use the overlap_mode tool settings to determine how to shuffle overlapping strips
|
|
1504
|
-
:type overlap_shuffle_override: bool | None
|
|
1505
1206
|
:param skip_locked_or_muted_channels: Skip Locked or Muted Channels, Add strips to muted or locked channels when adding movie strips
|
|
1506
|
-
:type skip_locked_or_muted_channels: bool | None
|
|
1507
1207
|
:param scene: Scene
|
|
1508
|
-
:type scene: str | None
|
|
1509
1208
|
"""
|
|
1510
1209
|
|
|
1511
1210
|
def scene_strip_add_new(
|
|
@@ -1522,24 +1221,15 @@ def scene_strip_add_new(
|
|
|
1522
1221
|
skip_locked_or_muted_channels: bool | None = True,
|
|
1523
1222
|
type: typing.Literal["NEW", "EMPTY", "LINK_COPY", "FULL_COPY"] | None = "NEW",
|
|
1524
1223
|
) -> None:
|
|
1525
|
-
"""
|
|
1224
|
+
"""Add a strip using a new scene as the source
|
|
1526
1225
|
|
|
1527
|
-
:type execution_context: int | str | None
|
|
1528
|
-
:type undo: bool | None
|
|
1529
1226
|
:param move_strips: Move Strips, Automatically begin translating strips with the mouse after adding them to the timeline
|
|
1530
|
-
:type move_strips: bool | None
|
|
1531
1227
|
:param frame_start: Start Frame, Start frame of the strip
|
|
1532
|
-
:type frame_start: int | None
|
|
1533
1228
|
:param channel: Channel, Channel to place this strip into
|
|
1534
|
-
:type channel: int | None
|
|
1535
1229
|
:param replace_sel: Replace Selection, Deselect previously selected strips after add operation completes
|
|
1536
|
-
:type replace_sel: bool | None
|
|
1537
1230
|
:param overlap: Allow Overlap, Dont correct overlap on new strips
|
|
1538
|
-
:type overlap: bool | None
|
|
1539
1231
|
:param overlap_shuffle_override: Override Overlap Shuffle Behavior, Use the overlap_mode tool settings to determine how to shuffle overlapping strips
|
|
1540
|
-
:type overlap_shuffle_override: bool | None
|
|
1541
1232
|
:param skip_locked_or_muted_channels: Skip Locked or Muted Channels, Add strips to muted or locked channels when adding movie strips
|
|
1542
|
-
:type skip_locked_or_muted_channels: bool | None
|
|
1543
1233
|
:param type: Type
|
|
1544
1234
|
|
|
1545
1235
|
NEW
|
|
@@ -1553,7 +1243,6 @@ def scene_strip_add_new(
|
|
|
1553
1243
|
|
|
1554
1244
|
FULL_COPY
|
|
1555
1245
|
Full Copy -- Add a Strip and make a full copy of the current scene.
|
|
1556
|
-
:type type: typing.Literal['NEW','EMPTY','LINK_COPY','FULL_COPY'] | None
|
|
1557
1246
|
"""
|
|
1558
1247
|
|
|
1559
1248
|
def select(
|
|
@@ -1562,6 +1251,7 @@ def select(
|
|
|
1562
1251
|
/,
|
|
1563
1252
|
*,
|
|
1564
1253
|
wait_to_deselect_others: bool | None = False,
|
|
1254
|
+
use_select_on_click: bool | None = False,
|
|
1565
1255
|
mouse_x: int | None = 0,
|
|
1566
1256
|
mouse_y: int | None = 0,
|
|
1567
1257
|
extend: bool | None = False,
|
|
@@ -1577,34 +1267,20 @@ def select(
|
|
|
1577
1267
|
) -> None:
|
|
1578
1268
|
"""Select a strip (last selected becomes the "active strip")
|
|
1579
1269
|
|
|
1580
|
-
:type execution_context: int | str | None
|
|
1581
|
-
:type undo: bool | None
|
|
1582
1270
|
:param wait_to_deselect_others: Wait to Deselect Others
|
|
1583
|
-
:
|
|
1271
|
+
:param use_select_on_click: Act on Click, Instead of selecting on mouse press, wait to see if theres drag event. Otherwise select on mouse release
|
|
1584
1272
|
:param mouse_x: Mouse X
|
|
1585
|
-
:type mouse_x: int | None
|
|
1586
1273
|
:param mouse_y: Mouse Y
|
|
1587
|
-
:type mouse_y: int | None
|
|
1588
1274
|
:param extend: Extend, Extend selection instead of deselecting everything first
|
|
1589
|
-
:type extend: bool | None
|
|
1590
1275
|
:param deselect: Deselect, Remove from selection
|
|
1591
|
-
:type deselect: bool | None
|
|
1592
1276
|
:param toggle: Toggle Selection, Toggle the selection
|
|
1593
|
-
:type toggle: bool | None
|
|
1594
1277
|
:param deselect_all: Deselect On Nothing, Deselect all when nothing under the cursor
|
|
1595
|
-
:type deselect_all: bool | None
|
|
1596
1278
|
:param select_passthrough: Only Select Unselected, Ignore the select action when the element is already selected
|
|
1597
|
-
:type select_passthrough: bool | None
|
|
1598
1279
|
:param center: Center, Use the object center when selecting, in edit mode used to extend object selection
|
|
1599
|
-
:type center: bool | None
|
|
1600
1280
|
:param linked_handle: Linked Handle, Select handles next to the active strip
|
|
1601
|
-
:type linked_handle: bool | None
|
|
1602
1281
|
:param linked_time: Linked Time, Select other strips or handles at the same time, or all retiming keys after the current in retiming mode
|
|
1603
|
-
:type linked_time: bool | None
|
|
1604
1282
|
:param side_of_frame: Side of Frame, Select all strips on same side of the current frame as the mouse cursor
|
|
1605
|
-
:type side_of_frame: bool | None
|
|
1606
1283
|
:param ignore_connections: Ignore Connections, Select strips individually whether or not they are connected
|
|
1607
|
-
:type ignore_connections: bool | None
|
|
1608
1284
|
"""
|
|
1609
1285
|
|
|
1610
1286
|
def select_all(
|
|
@@ -1616,8 +1292,6 @@ def select_all(
|
|
|
1616
1292
|
) -> None:
|
|
1617
1293
|
"""Select or deselect all strips
|
|
1618
1294
|
|
|
1619
|
-
:type execution_context: int | str | None
|
|
1620
|
-
:type undo: bool | None
|
|
1621
1295
|
:param action: Action, Selection action to execute
|
|
1622
1296
|
|
|
1623
1297
|
TOGGLE
|
|
@@ -1631,7 +1305,6 @@ def select_all(
|
|
|
1631
1305
|
|
|
1632
1306
|
INVERT
|
|
1633
1307
|
Invert -- Invert selection of all elements.
|
|
1634
|
-
:type action: typing.Literal['TOGGLE','SELECT','DESELECT','INVERT'] | None
|
|
1635
1308
|
"""
|
|
1636
1309
|
|
|
1637
1310
|
def select_box(
|
|
@@ -1651,18 +1324,11 @@ def select_box(
|
|
|
1651
1324
|
) -> None:
|
|
1652
1325
|
"""Select strips using box selection
|
|
1653
1326
|
|
|
1654
|
-
:type execution_context: int | str | None
|
|
1655
|
-
:type undo: bool | None
|
|
1656
1327
|
:param xmin: X Min
|
|
1657
|
-
:type xmin: int | None
|
|
1658
1328
|
:param xmax: X Max
|
|
1659
|
-
:type xmax: int | None
|
|
1660
1329
|
:param ymin: Y Min
|
|
1661
|
-
:type ymin: int | None
|
|
1662
1330
|
:param ymax: Y Max
|
|
1663
|
-
:type ymax: int | None
|
|
1664
1331
|
:param wait_for_input: Wait for Input
|
|
1665
|
-
:type wait_for_input: bool | None
|
|
1666
1332
|
:param mode: Mode
|
|
1667
1333
|
|
|
1668
1334
|
SET
|
|
@@ -1673,13 +1339,40 @@ def select_box(
|
|
|
1673
1339
|
|
|
1674
1340
|
SUB
|
|
1675
1341
|
Subtract -- Subtract existing selection.
|
|
1676
|
-
:type mode: typing.Literal['SET','ADD','SUB'] | None
|
|
1677
1342
|
:param tweak: Tweak, Make box select pass through to sequence slide when the cursor is hovering on a strip
|
|
1678
|
-
:type tweak: bool | None
|
|
1679
1343
|
:param include_handles: Select Handles, Select the strips and their handles
|
|
1680
|
-
:type include_handles: bool | None
|
|
1681
1344
|
:param ignore_connections: Ignore Connections, Select strips individually whether or not they are connected
|
|
1682
|
-
|
|
1345
|
+
"""
|
|
1346
|
+
|
|
1347
|
+
def select_circle(
|
|
1348
|
+
execution_context: int | str | None = None,
|
|
1349
|
+
undo: bool | None = None,
|
|
1350
|
+
/,
|
|
1351
|
+
*,
|
|
1352
|
+
x: int | None = 0,
|
|
1353
|
+
y: int | None = 0,
|
|
1354
|
+
radius: int | None = 25,
|
|
1355
|
+
wait_for_input: bool | None = True,
|
|
1356
|
+
mode: typing.Literal["SET", "ADD", "SUB"] | None = "SET",
|
|
1357
|
+
ignore_connections: bool | None = False,
|
|
1358
|
+
) -> None:
|
|
1359
|
+
"""Select strips using circle selection
|
|
1360
|
+
|
|
1361
|
+
:param x: X
|
|
1362
|
+
:param y: Y
|
|
1363
|
+
:param radius: Radius
|
|
1364
|
+
:param wait_for_input: Wait for Input
|
|
1365
|
+
:param mode: Mode
|
|
1366
|
+
|
|
1367
|
+
SET
|
|
1368
|
+
Set -- Set a new selection.
|
|
1369
|
+
|
|
1370
|
+
ADD
|
|
1371
|
+
Extend -- Extend existing selection.
|
|
1372
|
+
|
|
1373
|
+
SUB
|
|
1374
|
+
Subtract -- Subtract existing selection.
|
|
1375
|
+
:param ignore_connections: Ignore Connections, Select strips individually whether or not they are connected
|
|
1683
1376
|
"""
|
|
1684
1377
|
|
|
1685
1378
|
def select_grouped(
|
|
@@ -1696,8 +1389,6 @@ def select_grouped(
|
|
|
1696
1389
|
) -> None:
|
|
1697
1390
|
"""Select all strips grouped by various properties
|
|
1698
1391
|
|
|
1699
|
-
:type execution_context: int | str | None
|
|
1700
|
-
:type undo: bool | None
|
|
1701
1392
|
:param type: Type
|
|
1702
1393
|
|
|
1703
1394
|
TYPE
|
|
@@ -1720,11 +1411,8 @@ def select_grouped(
|
|
|
1720
1411
|
|
|
1721
1412
|
OVERLAP
|
|
1722
1413
|
Overlap -- Overlapping time.
|
|
1723
|
-
:type type: typing.Literal['TYPE','TYPE_BASIC','TYPE_EFFECT','DATA','EFFECT','EFFECT_LINK','OVERLAP'] | None
|
|
1724
1414
|
:param extend: Extend, Extend selection instead of deselecting everything first
|
|
1725
|
-
:type extend: bool | None
|
|
1726
1415
|
:param use_active_channel: Same Channel, Only consider strips on the same channel as the active one
|
|
1727
|
-
:type use_active_channel: bool | None
|
|
1728
1416
|
"""
|
|
1729
1417
|
|
|
1730
1418
|
def select_handle(
|
|
@@ -1733,22 +1421,18 @@ def select_handle(
|
|
|
1733
1421
|
/,
|
|
1734
1422
|
*,
|
|
1735
1423
|
wait_to_deselect_others: bool | None = False,
|
|
1424
|
+
use_select_on_click: bool | None = False,
|
|
1736
1425
|
mouse_x: int | None = 0,
|
|
1737
1426
|
mouse_y: int | None = 0,
|
|
1738
1427
|
ignore_connections: bool | None = False,
|
|
1739
1428
|
) -> None:
|
|
1740
1429
|
"""Select strip handle
|
|
1741
1430
|
|
|
1742
|
-
:type execution_context: int | str | None
|
|
1743
|
-
:type undo: bool | None
|
|
1744
1431
|
:param wait_to_deselect_others: Wait to Deselect Others
|
|
1745
|
-
:
|
|
1432
|
+
:param use_select_on_click: Act on Click, Instead of selecting on mouse press, wait to see if theres drag event. Otherwise select on mouse release
|
|
1746
1433
|
:param mouse_x: Mouse X
|
|
1747
|
-
:type mouse_x: int | None
|
|
1748
1434
|
:param mouse_y: Mouse Y
|
|
1749
|
-
:type mouse_y: int | None
|
|
1750
1435
|
:param ignore_connections: Ignore Connections, Select strips individually whether or not they are connected
|
|
1751
|
-
:type ignore_connections: bool | None
|
|
1752
1436
|
"""
|
|
1753
1437
|
|
|
1754
1438
|
def select_handles(
|
|
@@ -1763,33 +1447,51 @@ def select_handles(
|
|
|
1763
1447
|
) -> None:
|
|
1764
1448
|
"""Select gizmo handles on the sides of the selected strip
|
|
1765
1449
|
|
|
1766
|
-
:type execution_context: int | str | None
|
|
1767
|
-
:type undo: bool | None
|
|
1768
1450
|
:param side: Side, The side of the handle that is selected
|
|
1769
|
-
:type side: typing.Literal['LEFT','RIGHT','BOTH','LEFT_NEIGHBOR','RIGHT_NEIGHBOR','BOTH_NEIGHBORS'] | None
|
|
1770
1451
|
"""
|
|
1771
1452
|
|
|
1772
|
-
def
|
|
1453
|
+
def select_lasso(
|
|
1773
1454
|
execution_context: int | str | None = None,
|
|
1774
1455
|
undo: bool | None = None,
|
|
1775
1456
|
/,
|
|
1457
|
+
*,
|
|
1458
|
+
path: bpy.types.bpy_prop_collection[bpy.types.OperatorMousePath] | None = None,
|
|
1459
|
+
use_smooth_stroke: bool | None = False,
|
|
1460
|
+
smooth_stroke_factor: float | None = 0.75,
|
|
1461
|
+
smooth_stroke_radius: int | None = 35,
|
|
1462
|
+
mode: typing.Literal["SET", "ADD", "SUB"] | None = "SET",
|
|
1776
1463
|
) -> None:
|
|
1777
|
-
"""
|
|
1464
|
+
"""Select strips using lasso selection
|
|
1465
|
+
|
|
1466
|
+
:param path: Path
|
|
1467
|
+
:param use_smooth_stroke: Stabilize Stroke, Selection lags behind mouse and follows a smoother path
|
|
1468
|
+
:param smooth_stroke_factor: Smooth Stroke Factor, Higher values gives a smoother stroke
|
|
1469
|
+
:param smooth_stroke_radius: Smooth Stroke Radius, Minimum distance from last point before selection continues
|
|
1470
|
+
:param mode: Mode
|
|
1778
1471
|
|
|
1779
|
-
|
|
1780
|
-
|
|
1472
|
+
SET
|
|
1473
|
+
Set -- Set a new selection.
|
|
1474
|
+
|
|
1475
|
+
ADD
|
|
1476
|
+
Extend -- Extend existing selection.
|
|
1477
|
+
|
|
1478
|
+
SUB
|
|
1479
|
+
Subtract -- Subtract existing selection.
|
|
1781
1480
|
"""
|
|
1782
1481
|
|
|
1783
|
-
def
|
|
1482
|
+
def select_less(
|
|
1784
1483
|
execution_context: int | str | None = None,
|
|
1785
1484
|
undo: bool | None = None,
|
|
1786
1485
|
/,
|
|
1787
1486
|
) -> None:
|
|
1788
|
-
"""
|
|
1487
|
+
"""Shrink the current selection of adjacent selected strips"""
|
|
1789
1488
|
|
|
1790
|
-
|
|
1791
|
-
:
|
|
1792
|
-
|
|
1489
|
+
def select_linked(
|
|
1490
|
+
execution_context: int | str | None = None,
|
|
1491
|
+
undo: bool | None = None,
|
|
1492
|
+
/,
|
|
1493
|
+
) -> None:
|
|
1494
|
+
"""Select all strips adjacent to the current selection"""
|
|
1793
1495
|
|
|
1794
1496
|
def select_linked_pick(
|
|
1795
1497
|
execution_context: int | str | None = None,
|
|
@@ -1800,10 +1502,7 @@ def select_linked_pick(
|
|
|
1800
1502
|
) -> None:
|
|
1801
1503
|
"""Select a chain of linked strips nearest to the mouse pointer
|
|
1802
1504
|
|
|
1803
|
-
:type execution_context: int | str | None
|
|
1804
|
-
:type undo: bool | None
|
|
1805
1505
|
:param extend: Extend, Extend the selection
|
|
1806
|
-
:type extend: bool | None
|
|
1807
1506
|
"""
|
|
1808
1507
|
|
|
1809
1508
|
def select_more(
|
|
@@ -1811,11 +1510,7 @@ def select_more(
|
|
|
1811
1510
|
undo: bool | None = None,
|
|
1812
1511
|
/,
|
|
1813
1512
|
) -> None:
|
|
1814
|
-
"""Select more strips adjacent to the current selection
|
|
1815
|
-
|
|
1816
|
-
:type execution_context: int | str | None
|
|
1817
|
-
:type undo: bool | None
|
|
1818
|
-
"""
|
|
1513
|
+
"""Select more strips adjacent to the current selection"""
|
|
1819
1514
|
|
|
1820
1515
|
def select_side(
|
|
1821
1516
|
execution_context: int | str | None = None,
|
|
@@ -1826,10 +1521,7 @@ def select_side(
|
|
|
1826
1521
|
) -> None:
|
|
1827
1522
|
"""Select strips on the nominated side of the selected strips
|
|
1828
1523
|
|
|
1829
|
-
:type execution_context: int | str | None
|
|
1830
|
-
:type undo: bool | None
|
|
1831
1524
|
:param side: Side, The side to which the selection is applied
|
|
1832
|
-
:type side: typing.Literal['MOUSE','LEFT','RIGHT','BOTH','NO_CHANGE'] | None
|
|
1833
1525
|
"""
|
|
1834
1526
|
|
|
1835
1527
|
def select_side_of_frame(
|
|
@@ -1842,10 +1534,7 @@ def select_side_of_frame(
|
|
|
1842
1534
|
) -> None:
|
|
1843
1535
|
"""Select strips relative to the current frame
|
|
1844
1536
|
|
|
1845
|
-
:type execution_context: int | str | None
|
|
1846
|
-
:type undo: bool | None
|
|
1847
1537
|
:param extend: Extend, Extend the selection
|
|
1848
|
-
:type extend: bool | None
|
|
1849
1538
|
:param side: Side
|
|
1850
1539
|
|
|
1851
1540
|
LEFT
|
|
@@ -1856,7 +1545,6 @@ def select_side_of_frame(
|
|
|
1856
1545
|
|
|
1857
1546
|
CURRENT
|
|
1858
1547
|
Current Frame -- Select intersecting with the current frame.
|
|
1859
|
-
:type side: typing.Literal['LEFT','RIGHT','CURRENT'] | None
|
|
1860
1548
|
"""
|
|
1861
1549
|
|
|
1862
1550
|
def set_range_to_strips(
|
|
@@ -1868,10 +1556,7 @@ def set_range_to_strips(
|
|
|
1868
1556
|
) -> None:
|
|
1869
1557
|
"""Set the frame range to the selected strips start and end
|
|
1870
1558
|
|
|
1871
|
-
:type execution_context: int | str | None
|
|
1872
|
-
:type undo: bool | None
|
|
1873
1559
|
:param preview: Preview, Set the preview range instead
|
|
1874
|
-
:type preview: bool | None
|
|
1875
1560
|
"""
|
|
1876
1561
|
|
|
1877
1562
|
def slip(
|
|
@@ -1886,16 +1571,10 @@ def slip(
|
|
|
1886
1571
|
) -> None:
|
|
1887
1572
|
"""Slip the contents of selected strips
|
|
1888
1573
|
|
|
1889
|
-
:type execution_context: int | str | None
|
|
1890
|
-
:type undo: bool | None
|
|
1891
1574
|
:param offset: Offset, Offset to the data of the strip
|
|
1892
|
-
:type offset: float | None
|
|
1893
1575
|
:param slip_keyframes: Slip Keyframes, Move the keyframes alongside the media
|
|
1894
|
-
:type slip_keyframes: bool | None
|
|
1895
1576
|
:param use_cursor_position: Use Cursor Position, Slip strips under mouse cursor instead of all selected strips
|
|
1896
|
-
:type use_cursor_position: bool | None
|
|
1897
1577
|
:param ignore_connections: Ignore Connections, Do not slip connected strips if using cursor position
|
|
1898
|
-
:type ignore_connections: bool | None
|
|
1899
1578
|
"""
|
|
1900
1579
|
|
|
1901
1580
|
def snap(
|
|
@@ -1907,10 +1586,7 @@ def snap(
|
|
|
1907
1586
|
) -> None:
|
|
1908
1587
|
"""Frame where selected strips will be snapped
|
|
1909
1588
|
|
|
1910
|
-
:type execution_context: int | str | None
|
|
1911
|
-
:type undo: bool | None
|
|
1912
1589
|
:param frame: Frame, Frame where selected strips will be snapped
|
|
1913
|
-
:type frame: int | None
|
|
1914
1590
|
"""
|
|
1915
1591
|
|
|
1916
1592
|
def sound_strip_add(
|
|
@@ -1966,52 +1642,28 @@ def sound_strip_add(
|
|
|
1966
1642
|
) -> None:
|
|
1967
1643
|
"""Add a sound strip to the sequencer
|
|
1968
1644
|
|
|
1969
|
-
:type execution_context: int | str | None
|
|
1970
|
-
:type undo: bool | None
|
|
1971
1645
|
:param filepath: File Path, Path to file
|
|
1972
|
-
:type filepath: str
|
|
1973
1646
|
:param directory: Directory, Directory of the file
|
|
1974
|
-
:type directory: str
|
|
1975
1647
|
:param files: Files
|
|
1976
|
-
:type files: bpy.types.bpy_prop_collection[bpy.types.OperatorFileListElement] | None
|
|
1977
1648
|
:param check_existing: Check Existing, Check and warn on overwriting existing files
|
|
1978
|
-
:type check_existing: bool | None
|
|
1979
1649
|
:param filter_blender: Filter .blend files
|
|
1980
|
-
:type filter_blender: bool | None
|
|
1981
1650
|
:param filter_backup: Filter .blend files
|
|
1982
|
-
:type filter_backup: bool | None
|
|
1983
1651
|
:param filter_image: Filter image files
|
|
1984
|
-
:type filter_image: bool | None
|
|
1985
1652
|
:param filter_movie: Filter movie files
|
|
1986
|
-
:type filter_movie: bool | None
|
|
1987
1653
|
:param filter_python: Filter Python files
|
|
1988
|
-
:type filter_python: bool | None
|
|
1989
1654
|
:param filter_font: Filter font files
|
|
1990
|
-
:type filter_font: bool | None
|
|
1991
1655
|
:param filter_sound: Filter sound files
|
|
1992
|
-
:type filter_sound: bool | None
|
|
1993
1656
|
:param filter_text: Filter text files
|
|
1994
|
-
:type filter_text: bool | None
|
|
1995
1657
|
:param filter_archive: Filter archive files
|
|
1996
|
-
:type filter_archive: bool | None
|
|
1997
1658
|
:param filter_btx: Filter btx files
|
|
1998
|
-
:type filter_btx: bool | None
|
|
1999
1659
|
:param filter_alembic: Filter Alembic files
|
|
2000
|
-
:type filter_alembic: bool | None
|
|
2001
1660
|
:param filter_usd: Filter USD files
|
|
2002
|
-
:type filter_usd: bool | None
|
|
2003
1661
|
:param filter_obj: Filter OBJ files
|
|
2004
|
-
:type filter_obj: bool | None
|
|
2005
1662
|
:param filter_volume: Filter OpenVDB volume files
|
|
2006
|
-
:type filter_volume: bool | None
|
|
2007
1663
|
:param filter_folder: Filter folders
|
|
2008
|
-
:type filter_folder: bool | None
|
|
2009
1664
|
:param filter_blenlib: Filter Blender IDs
|
|
2010
|
-
:type filter_blenlib: bool | None
|
|
2011
1665
|
:param filemode: File Browser Mode, The setting for the file browser mode to load a .blend file, a library or a special file
|
|
2012
|
-
:type filemode: int | None
|
|
2013
1666
|
:param relative_path: Relative Path, Select the file relative to the blend file
|
|
2014
|
-
:type relative_path: bool | None
|
|
2015
1667
|
:param display_type: Display Type
|
|
2016
1668
|
|
|
2017
1669
|
DEFAULT
|
|
@@ -2025,7 +1677,6 @@ def sound_strip_add(
|
|
|
2025
1677
|
|
|
2026
1678
|
THUMBNAIL
|
|
2027
1679
|
Thumbnails -- Display files as thumbnails.
|
|
2028
|
-
:type display_type: typing.Literal['DEFAULT','LIST_VERTICAL','LIST_HORIZONTAL','THUMBNAIL'] | None
|
|
2029
1680
|
:param sort_method: File sorting mode
|
|
2030
1681
|
|
|
2031
1682
|
DEFAULT
|
|
@@ -2045,25 +1696,15 @@ def sound_strip_add(
|
|
|
2045
1696
|
|
|
2046
1697
|
ASSET_CATALOG
|
|
2047
1698
|
Asset Catalog -- Sort the asset list so that assets in the same catalog are kept together. Within a single catalog, assets are ordered by name. The catalogs are in order of the flattened catalog hierarchy..
|
|
2048
|
-
:type sort_method: typing.Literal['DEFAULT','FILE_SORT_ALPHA','FILE_SORT_EXTENSION','FILE_SORT_TIME','FILE_SORT_SIZE','ASSET_CATALOG'] | None
|
|
2049
1699
|
:param move_strips: Move Strips, Automatically begin translating strips with the mouse after adding them to the timeline
|
|
2050
|
-
:type move_strips: bool | None
|
|
2051
1700
|
:param frame_start: Start Frame, Start frame of the strip
|
|
2052
|
-
:type frame_start: int | None
|
|
2053
1701
|
:param channel: Channel, Channel to place this strip into
|
|
2054
|
-
:type channel: int | None
|
|
2055
1702
|
:param replace_sel: Replace Selection, Deselect previously selected strips after add operation completes
|
|
2056
|
-
:type replace_sel: bool | None
|
|
2057
1703
|
:param overlap: Allow Overlap, Dont correct overlap on new strips
|
|
2058
|
-
:type overlap: bool | None
|
|
2059
1704
|
:param overlap_shuffle_override: Override Overlap Shuffle Behavior, Use the overlap_mode tool settings to determine how to shuffle overlapping strips
|
|
2060
|
-
:type overlap_shuffle_override: bool | None
|
|
2061
1705
|
:param skip_locked_or_muted_channels: Skip Locked or Muted Channels, Add strips to muted or locked channels when adding movie strips
|
|
2062
|
-
:type skip_locked_or_muted_channels: bool | None
|
|
2063
1706
|
:param cache: Cache, Cache the sound in memory
|
|
2064
|
-
:type cache: bool | None
|
|
2065
1707
|
:param mono: Mono, Merge all the sounds channels into one
|
|
2066
|
-
:type mono: bool | None
|
|
2067
1708
|
"""
|
|
2068
1709
|
|
|
2069
1710
|
def split(
|
|
@@ -2078,23 +1719,17 @@ def split(
|
|
|
2078
1719
|
side: typing.Literal["MOUSE", "LEFT", "RIGHT", "BOTH", "NO_CHANGE"]
|
|
2079
1720
|
| None = "MOUSE",
|
|
2080
1721
|
ignore_selection: bool | None = False,
|
|
1722
|
+
ignore_connections: bool | None = False,
|
|
2081
1723
|
) -> None:
|
|
2082
1724
|
"""Split the selected strips in two
|
|
2083
1725
|
|
|
2084
|
-
:type execution_context: int | str | None
|
|
2085
|
-
:type undo: bool | None
|
|
2086
1726
|
:param frame: Frame, Frame where selected strips will be split
|
|
2087
|
-
:type frame: int | None
|
|
2088
1727
|
:param channel: Channel, Channel in which strip will be cut
|
|
2089
|
-
:type channel: int | None
|
|
2090
1728
|
:param type: Type, The type of split operation to perform on strips
|
|
2091
|
-
:type type: typing.Literal['SOFT','HARD'] | None
|
|
2092
1729
|
:param use_cursor_position: Use Cursor Position, Split at position of the cursor instead of current frame
|
|
2093
|
-
:type use_cursor_position: bool | None
|
|
2094
1730
|
:param side: Side, The side that remains selected after splitting
|
|
2095
|
-
:type side: typing.Literal['MOUSE','LEFT','RIGHT','BOTH','NO_CHANGE'] | None
|
|
2096
1731
|
:param ignore_selection: Ignore Selection, Make cut even if strip is not selected preserving selection state after cut
|
|
2097
|
-
:
|
|
1732
|
+
:param ignore_connections: Ignore Connections, Dont propagate split to connected strips
|
|
2098
1733
|
"""
|
|
2099
1734
|
|
|
2100
1735
|
def split_multicam(
|
|
@@ -2106,10 +1741,7 @@ def split_multicam(
|
|
|
2106
1741
|
) -> None:
|
|
2107
1742
|
"""Split multicam strip and select camera
|
|
2108
1743
|
|
|
2109
|
-
:type execution_context: int | str | None
|
|
2110
|
-
:type undo: bool | None
|
|
2111
1744
|
:param camera: Camera
|
|
2112
|
-
:type camera: int | None
|
|
2113
1745
|
"""
|
|
2114
1746
|
|
|
2115
1747
|
def strip_color_tag_set(
|
|
@@ -2121,10 +1753,7 @@ def strip_color_tag_set(
|
|
|
2121
1753
|
) -> None:
|
|
2122
1754
|
"""Set a color tag for the selected strips
|
|
2123
1755
|
|
|
2124
|
-
:type execution_context: int | str | None
|
|
2125
|
-
:type undo: bool | None
|
|
2126
1756
|
:param color: Color Tag
|
|
2127
|
-
:type color: bpy.stub_internal.rna_enums.StripColorItems | None
|
|
2128
1757
|
"""
|
|
2129
1758
|
|
|
2130
1759
|
def strip_jump(
|
|
@@ -2137,12 +1766,8 @@ def strip_jump(
|
|
|
2137
1766
|
) -> None:
|
|
2138
1767
|
"""Move frame to previous edit point
|
|
2139
1768
|
|
|
2140
|
-
:type execution_context: int | str | None
|
|
2141
|
-
:type undo: bool | None
|
|
2142
1769
|
:param next: Next Strip
|
|
2143
|
-
:type next: bool | None
|
|
2144
1770
|
:param center: Use Strip Center
|
|
2145
|
-
:type center: bool | None
|
|
2146
1771
|
"""
|
|
2147
1772
|
|
|
2148
1773
|
def strip_modifier_add(
|
|
@@ -2154,10 +1779,7 @@ def strip_modifier_add(
|
|
|
2154
1779
|
) -> None:
|
|
2155
1780
|
"""Add a modifier to the strip
|
|
2156
1781
|
|
|
2157
|
-
:type execution_context: int | str | None
|
|
2158
|
-
:type undo: bool | None
|
|
2159
1782
|
:param type: Type
|
|
2160
|
-
:type type: str | None
|
|
2161
1783
|
"""
|
|
2162
1784
|
|
|
2163
1785
|
def strip_modifier_copy(
|
|
@@ -2169,8 +1791,6 @@ def strip_modifier_copy(
|
|
|
2169
1791
|
) -> None:
|
|
2170
1792
|
"""Copy modifiers of the active strip to all selected strips
|
|
2171
1793
|
|
|
2172
|
-
:type execution_context: int | str | None
|
|
2173
|
-
:type undo: bool | None
|
|
2174
1794
|
:param type: Type
|
|
2175
1795
|
|
|
2176
1796
|
REPLACE
|
|
@@ -2178,7 +1798,6 @@ def strip_modifier_copy(
|
|
|
2178
1798
|
|
|
2179
1799
|
APPEND
|
|
2180
1800
|
Append -- Append active modifiers to selected strips.
|
|
2181
|
-
:type type: typing.Literal['REPLACE','APPEND'] | None
|
|
2182
1801
|
"""
|
|
2183
1802
|
|
|
2184
1803
|
def strip_modifier_equalizer_redefine(
|
|
@@ -2191,8 +1810,6 @@ def strip_modifier_equalizer_redefine(
|
|
|
2191
1810
|
) -> None:
|
|
2192
1811
|
"""Redefine equalizer graphs
|
|
2193
1812
|
|
|
2194
|
-
:type execution_context: int | str | None
|
|
2195
|
-
:type undo: bool | None
|
|
2196
1813
|
:param graphs: Graphs, Number of graphs
|
|
2197
1814
|
|
|
2198
1815
|
SIMPLE
|
|
@@ -2203,9 +1820,7 @@ def strip_modifier_equalizer_redefine(
|
|
|
2203
1820
|
|
|
2204
1821
|
TRIPLE
|
|
2205
1822
|
Triplet -- Graphical definition in 3 sections.
|
|
2206
|
-
:type graphs: typing.Literal['SIMPLE','DOUBLE','TRIPLE'] | None
|
|
2207
1823
|
:param name: Name, Name of modifier to redefine
|
|
2208
|
-
:type name: str
|
|
2209
1824
|
"""
|
|
2210
1825
|
|
|
2211
1826
|
def strip_modifier_move(
|
|
@@ -2218,10 +1833,7 @@ def strip_modifier_move(
|
|
|
2218
1833
|
) -> None:
|
|
2219
1834
|
"""Move modifier up and down in the stack
|
|
2220
1835
|
|
|
2221
|
-
:type execution_context: int | str | None
|
|
2222
|
-
:type undo: bool | None
|
|
2223
1836
|
:param name: Name, Name of modifier to remove
|
|
2224
|
-
:type name: str
|
|
2225
1837
|
:param direction: Type
|
|
2226
1838
|
|
|
2227
1839
|
UP
|
|
@@ -2229,7 +1841,20 @@ def strip_modifier_move(
|
|
|
2229
1841
|
|
|
2230
1842
|
DOWN
|
|
2231
1843
|
Down -- Move modifier down in the stack.
|
|
2232
|
-
|
|
1844
|
+
"""
|
|
1845
|
+
|
|
1846
|
+
def strip_modifier_move_to_index(
|
|
1847
|
+
execution_context: int | str | None = None,
|
|
1848
|
+
undo: bool | None = None,
|
|
1849
|
+
/,
|
|
1850
|
+
*,
|
|
1851
|
+
modifier: str = "",
|
|
1852
|
+
index: int | None = 0,
|
|
1853
|
+
) -> None:
|
|
1854
|
+
"""Change the strip modifiers index in the stack so it evaluates after the set number of others
|
|
1855
|
+
|
|
1856
|
+
:param modifier: Modifier, Name of the modifier to edit
|
|
1857
|
+
:param index: Index, The index to move the modifier to
|
|
2233
1858
|
"""
|
|
2234
1859
|
|
|
2235
1860
|
def strip_modifier_remove(
|
|
@@ -2241,10 +1866,19 @@ def strip_modifier_remove(
|
|
|
2241
1866
|
) -> None:
|
|
2242
1867
|
"""Remove a modifier from the strip
|
|
2243
1868
|
|
|
2244
|
-
:type execution_context: int | str | None
|
|
2245
|
-
:type undo: bool | None
|
|
2246
1869
|
:param name: Name, Name of modifier to remove
|
|
2247
|
-
|
|
1870
|
+
"""
|
|
1871
|
+
|
|
1872
|
+
def strip_modifier_set_active(
|
|
1873
|
+
execution_context: int | str | None = None,
|
|
1874
|
+
undo: bool | None = None,
|
|
1875
|
+
/,
|
|
1876
|
+
*,
|
|
1877
|
+
modifier: str = "",
|
|
1878
|
+
) -> None:
|
|
1879
|
+
"""Activate the strip modifier to use as the context
|
|
1880
|
+
|
|
1881
|
+
:param modifier: Modifier, Name of the strip modifier to edit
|
|
2248
1882
|
"""
|
|
2249
1883
|
|
|
2250
1884
|
def strip_transform_clear(
|
|
@@ -2256,8 +1890,6 @@ def strip_transform_clear(
|
|
|
2256
1890
|
) -> None:
|
|
2257
1891
|
"""Reset image transformation to default value
|
|
2258
1892
|
|
|
2259
|
-
:type execution_context: int | str | None
|
|
2260
|
-
:type undo: bool | None
|
|
2261
1893
|
:param property: Property, Strip transform property to be reset
|
|
2262
1894
|
|
|
2263
1895
|
POSITION
|
|
@@ -2271,7 +1903,6 @@ def strip_transform_clear(
|
|
|
2271
1903
|
|
|
2272
1904
|
ALL
|
|
2273
1905
|
All -- Reset strip transform location, scale and rotation.
|
|
2274
|
-
:type property: typing.Literal['POSITION','SCALE','ROTATION','ALL'] | None
|
|
2275
1906
|
"""
|
|
2276
1907
|
|
|
2277
1908
|
def strip_transform_fit(
|
|
@@ -2283,10 +1914,7 @@ def strip_transform_fit(
|
|
|
2283
1914
|
) -> None:
|
|
2284
1915
|
"""Undocumented, consider contributing.
|
|
2285
1916
|
|
|
2286
|
-
:type execution_context: int | str | None
|
|
2287
|
-
:type undo: bool | None
|
|
2288
1917
|
:param fit_method: Fit Method, Mode for fitting the image to the canvas
|
|
2289
|
-
:type fit_method: bpy.stub_internal.rna_enums.StripScaleMethodItems | None
|
|
2290
1918
|
"""
|
|
2291
1919
|
|
|
2292
1920
|
def swap(
|
|
@@ -2298,10 +1926,7 @@ def swap(
|
|
|
2298
1926
|
) -> None:
|
|
2299
1927
|
"""Swap active strip with strip to the right or left
|
|
2300
1928
|
|
|
2301
|
-
:type execution_context: int | str | None
|
|
2302
|
-
:type undo: bool | None
|
|
2303
1929
|
:param side: Side, Side of the strip to swap
|
|
2304
|
-
:type side: typing.Literal['LEFT','RIGHT'] | None
|
|
2305
1930
|
"""
|
|
2306
1931
|
|
|
2307
1932
|
def swap_data(
|
|
@@ -2309,22 +1934,14 @@ def swap_data(
|
|
|
2309
1934
|
undo: bool | None = None,
|
|
2310
1935
|
/,
|
|
2311
1936
|
) -> None:
|
|
2312
|
-
"""Swap 2 sequencer strips
|
|
2313
|
-
|
|
2314
|
-
:type execution_context: int | str | None
|
|
2315
|
-
:type undo: bool | None
|
|
2316
|
-
"""
|
|
1937
|
+
"""Swap 2 sequencer strips"""
|
|
2317
1938
|
|
|
2318
1939
|
def swap_inputs(
|
|
2319
1940
|
execution_context: int | str | None = None,
|
|
2320
1941
|
undo: bool | None = None,
|
|
2321
1942
|
/,
|
|
2322
1943
|
) -> None:
|
|
2323
|
-
"""Swap the two inputs of the effect strip
|
|
2324
|
-
|
|
2325
|
-
:type execution_context: int | str | None
|
|
2326
|
-
:type undo: bool | None
|
|
2327
|
-
"""
|
|
1944
|
+
"""Swap the two inputs of the effect strip"""
|
|
2328
1945
|
|
|
2329
1946
|
def text_cursor_move(
|
|
2330
1947
|
execution_context: int | str | None = None,
|
|
@@ -2348,12 +1965,8 @@ def text_cursor_move(
|
|
|
2348
1965
|
) -> None:
|
|
2349
1966
|
"""Move cursor in text
|
|
2350
1967
|
|
|
2351
|
-
:type execution_context: int | str | None
|
|
2352
|
-
:type undo: bool | None
|
|
2353
1968
|
:param type: Type, Where to move cursor to, to make a selection
|
|
2354
|
-
:type type: typing.Literal['LINE_BEGIN','LINE_END','TEXT_BEGIN','TEXT_END','PREVIOUS_CHARACTER','NEXT_CHARACTER','PREVIOUS_WORD','NEXT_WORD','PREVIOUS_LINE','NEXT_LINE'] | None
|
|
2355
1969
|
:param select_text: Select Text, Select text while moving cursor
|
|
2356
|
-
:type select_text: bool | None
|
|
2357
1970
|
"""
|
|
2358
1971
|
|
|
2359
1972
|
def text_cursor_set(
|
|
@@ -2365,10 +1978,7 @@ def text_cursor_set(
|
|
|
2365
1978
|
) -> None:
|
|
2366
1979
|
"""Set cursor position in text
|
|
2367
1980
|
|
|
2368
|
-
:type execution_context: int | str | None
|
|
2369
|
-
:type undo: bool | None
|
|
2370
1981
|
:param select_text: Select Text, Select text while moving cursor
|
|
2371
|
-
:type select_text: bool | None
|
|
2372
1982
|
"""
|
|
2373
1983
|
|
|
2374
1984
|
def text_delete(
|
|
@@ -2381,10 +1991,7 @@ def text_delete(
|
|
|
2381
1991
|
) -> None:
|
|
2382
1992
|
"""Delete text at cursor position
|
|
2383
1993
|
|
|
2384
|
-
:type execution_context: int | str | None
|
|
2385
|
-
:type undo: bool | None
|
|
2386
1994
|
:param type: Type, Which part of the text to delete
|
|
2387
|
-
:type type: typing.Literal['NEXT_OR_SELECTION','PREVIOUS_OR_SELECTION'] | None
|
|
2388
1995
|
"""
|
|
2389
1996
|
|
|
2390
1997
|
def text_deselect_all(
|
|
@@ -2392,55 +1999,35 @@ def text_deselect_all(
|
|
|
2392
1999
|
undo: bool | None = None,
|
|
2393
2000
|
/,
|
|
2394
2001
|
) -> None:
|
|
2395
|
-
"""Deselect all characters
|
|
2396
|
-
|
|
2397
|
-
:type execution_context: int | str | None
|
|
2398
|
-
:type undo: bool | None
|
|
2399
|
-
"""
|
|
2002
|
+
"""Deselect all characters"""
|
|
2400
2003
|
|
|
2401
2004
|
def text_edit_copy(
|
|
2402
2005
|
execution_context: int | str | None = None,
|
|
2403
2006
|
undo: bool | None = None,
|
|
2404
2007
|
/,
|
|
2405
2008
|
) -> None:
|
|
2406
|
-
"""Copy text to clipboard
|
|
2407
|
-
|
|
2408
|
-
:type execution_context: int | str | None
|
|
2409
|
-
:type undo: bool | None
|
|
2410
|
-
"""
|
|
2009
|
+
"""Copy text to clipboard"""
|
|
2411
2010
|
|
|
2412
2011
|
def text_edit_cut(
|
|
2413
2012
|
execution_context: int | str | None = None,
|
|
2414
2013
|
undo: bool | None = None,
|
|
2415
2014
|
/,
|
|
2416
2015
|
) -> None:
|
|
2417
|
-
"""Cut text to clipboard
|
|
2418
|
-
|
|
2419
|
-
:type execution_context: int | str | None
|
|
2420
|
-
:type undo: bool | None
|
|
2421
|
-
"""
|
|
2016
|
+
"""Cut text to clipboard"""
|
|
2422
2017
|
|
|
2423
2018
|
def text_edit_mode_toggle(
|
|
2424
2019
|
execution_context: int | str | None = None,
|
|
2425
2020
|
undo: bool | None = None,
|
|
2426
2021
|
/,
|
|
2427
2022
|
) -> None:
|
|
2428
|
-
"""Toggle text editing
|
|
2429
|
-
|
|
2430
|
-
:type execution_context: int | str | None
|
|
2431
|
-
:type undo: bool | None
|
|
2432
|
-
"""
|
|
2023
|
+
"""Toggle text editing"""
|
|
2433
2024
|
|
|
2434
2025
|
def text_edit_paste(
|
|
2435
2026
|
execution_context: int | str | None = None,
|
|
2436
2027
|
undo: bool | None = None,
|
|
2437
2028
|
/,
|
|
2438
2029
|
) -> None:
|
|
2439
|
-
"""Paste text from clipboard
|
|
2440
|
-
|
|
2441
|
-
:type execution_context: int | str | None
|
|
2442
|
-
:type undo: bool | None
|
|
2443
|
-
"""
|
|
2030
|
+
"""Paste text from clipboard"""
|
|
2444
2031
|
|
|
2445
2032
|
def text_insert(
|
|
2446
2033
|
execution_context: int | str | None = None,
|
|
@@ -2451,10 +2038,7 @@ def text_insert(
|
|
|
2451
2038
|
) -> None:
|
|
2452
2039
|
"""Insert text at cursor position
|
|
2453
2040
|
|
|
2454
|
-
:type execution_context: int | str | None
|
|
2455
|
-
:type undo: bool | None
|
|
2456
2041
|
:param string: String, String to be inserted at cursor position
|
|
2457
|
-
:type string: str
|
|
2458
2042
|
"""
|
|
2459
2043
|
|
|
2460
2044
|
def text_line_break(
|
|
@@ -2462,33 +2046,21 @@ def text_line_break(
|
|
|
2462
2046
|
undo: bool | None = None,
|
|
2463
2047
|
/,
|
|
2464
2048
|
) -> None:
|
|
2465
|
-
"""Insert line break at cursor position
|
|
2466
|
-
|
|
2467
|
-
:type execution_context: int | str | None
|
|
2468
|
-
:type undo: bool | None
|
|
2469
|
-
"""
|
|
2049
|
+
"""Insert line break at cursor position"""
|
|
2470
2050
|
|
|
2471
2051
|
def text_select_all(
|
|
2472
2052
|
execution_context: int | str | None = None,
|
|
2473
2053
|
undo: bool | None = None,
|
|
2474
2054
|
/,
|
|
2475
2055
|
) -> None:
|
|
2476
|
-
"""Select all characters
|
|
2477
|
-
|
|
2478
|
-
:type execution_context: int | str | None
|
|
2479
|
-
:type undo: bool | None
|
|
2480
|
-
"""
|
|
2056
|
+
"""Select all characters"""
|
|
2481
2057
|
|
|
2482
2058
|
def unlock(
|
|
2483
2059
|
execution_context: int | str | None = None,
|
|
2484
2060
|
undo: bool | None = None,
|
|
2485
2061
|
/,
|
|
2486
2062
|
) -> None:
|
|
2487
|
-
"""Unlock strips so they can be transformed
|
|
2488
|
-
|
|
2489
|
-
:type execution_context: int | str | None
|
|
2490
|
-
:type undo: bool | None
|
|
2491
|
-
"""
|
|
2063
|
+
"""Unlock strips so they can be transformed"""
|
|
2492
2064
|
|
|
2493
2065
|
def unmute(
|
|
2494
2066
|
execution_context: int | str | None = None,
|
|
@@ -2499,10 +2071,7 @@ def unmute(
|
|
|
2499
2071
|
) -> None:
|
|
2500
2072
|
"""Unmute (un)selected strips
|
|
2501
2073
|
|
|
2502
|
-
:type execution_context: int | str | None
|
|
2503
|
-
:type undo: bool | None
|
|
2504
2074
|
:param unselected: Unselected, Unmute unselected rather than selected strips
|
|
2505
|
-
:type unselected: bool | None
|
|
2506
2075
|
"""
|
|
2507
2076
|
|
|
2508
2077
|
def view_all(
|
|
@@ -2510,33 +2079,21 @@ def view_all(
|
|
|
2510
2079
|
undo: bool | None = None,
|
|
2511
2080
|
/,
|
|
2512
2081
|
) -> None:
|
|
2513
|
-
"""View all the strips in the sequencer
|
|
2514
|
-
|
|
2515
|
-
:type execution_context: int | str | None
|
|
2516
|
-
:type undo: bool | None
|
|
2517
|
-
"""
|
|
2082
|
+
"""View all the strips in the sequencer"""
|
|
2518
2083
|
|
|
2519
2084
|
def view_all_preview(
|
|
2520
2085
|
execution_context: int | str | None = None,
|
|
2521
2086
|
undo: bool | None = None,
|
|
2522
2087
|
/,
|
|
2523
2088
|
) -> None:
|
|
2524
|
-
"""Zoom preview to fit in the area
|
|
2525
|
-
|
|
2526
|
-
:type execution_context: int | str | None
|
|
2527
|
-
:type undo: bool | None
|
|
2528
|
-
"""
|
|
2089
|
+
"""Zoom preview to fit in the area"""
|
|
2529
2090
|
|
|
2530
2091
|
def view_frame(
|
|
2531
2092
|
execution_context: int | str | None = None,
|
|
2532
2093
|
undo: bool | None = None,
|
|
2533
2094
|
/,
|
|
2534
2095
|
) -> None:
|
|
2535
|
-
"""Move the view to the current frame
|
|
2536
|
-
|
|
2537
|
-
:type execution_context: int | str | None
|
|
2538
|
-
:type undo: bool | None
|
|
2539
|
-
"""
|
|
2096
|
+
"""Move the view to the current frame"""
|
|
2540
2097
|
|
|
2541
2098
|
def view_ghost_border(
|
|
2542
2099
|
execution_context: int | str | None = None,
|
|
@@ -2551,18 +2108,11 @@ def view_ghost_border(
|
|
|
2551
2108
|
) -> None:
|
|
2552
2109
|
"""Set the boundaries of the border used for offset view
|
|
2553
2110
|
|
|
2554
|
-
:type execution_context: int | str | None
|
|
2555
|
-
:type undo: bool | None
|
|
2556
2111
|
:param xmin: X Min
|
|
2557
|
-
:type xmin: int | None
|
|
2558
2112
|
:param xmax: X Max
|
|
2559
|
-
:type xmax: int | None
|
|
2560
2113
|
:param ymin: Y Min
|
|
2561
|
-
:type ymin: int | None
|
|
2562
2114
|
:param ymax: Y Max
|
|
2563
|
-
:type ymax: int | None
|
|
2564
2115
|
:param wait_for_input: Wait for Input
|
|
2565
|
-
:type wait_for_input: bool | None
|
|
2566
2116
|
"""
|
|
2567
2117
|
|
|
2568
2118
|
def view_selected(
|
|
@@ -2570,11 +2120,7 @@ def view_selected(
|
|
|
2570
2120
|
undo: bool | None = None,
|
|
2571
2121
|
/,
|
|
2572
2122
|
) -> None:
|
|
2573
|
-
"""Zoom the sequencer on the selected strips
|
|
2574
|
-
|
|
2575
|
-
:type execution_context: int | str | None
|
|
2576
|
-
:type undo: bool | None
|
|
2577
|
-
"""
|
|
2123
|
+
"""Zoom the sequencer on the selected strips"""
|
|
2578
2124
|
|
|
2579
2125
|
def view_zoom_ratio(
|
|
2580
2126
|
execution_context: int | str | None = None,
|
|
@@ -2585,8 +2131,5 @@ def view_zoom_ratio(
|
|
|
2585
2131
|
) -> None:
|
|
2586
2132
|
"""Change zoom ratio of sequencer preview
|
|
2587
2133
|
|
|
2588
|
-
:type execution_context: int | str | None
|
|
2589
|
-
:type undo: bool | None
|
|
2590
2134
|
:param ratio: Ratio, Zoom ratio, 1.0 is 1:1, higher is zoomed in, lower is zoomed out
|
|
2591
|
-
:type ratio: float | None
|
|
2592
2135
|
"""
|