fake-bpy-module-latest 20250926__py3-none-any.whl → 20260115__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 +1 -0
- _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_types/__init__.pyi +18 -123
- {rna_info → _rna_info}/__init__.pyi +0 -1
- addon_utils/__init__.pyi +0 -13
- aud/__init__.pyi +55 -131
- 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 -4
- bl_operators/node/__init__.pyi +37 -56
- 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 +0 -50
- 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 +0 -16
- bl_ui/node_add_menu/__init__.pyi +23 -25
- bl_ui/node_add_menu_compositor/__init__.pyi +71 -53
- bl_ui/node_add_menu_geometry/__init__.pyi +81 -193
- bl_ui/node_add_menu_shader/__init__.pyi +21 -39
- bl_ui/node_add_menu_texture/__init__.pyi +1 -17
- bl_ui/properties_collection/__init__.pyi +0 -14
- bl_ui/properties_constraint/__init__.pyi +64 -150
- 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 +0 -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 -14
- bl_ui/properties_mask_common/__init__.pyi +0 -14
- bl_ui/properties_material/__init__.pyi +0 -32
- bl_ui/properties_material_gpencil/__init__.pyi +0 -22
- bl_ui/properties_object/__init__.pyi +35 -42
- bl_ui/properties_output/__init__.pyi +0 -40
- bl_ui/properties_paint_common/__init__.pyi +23 -12
- 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 +29 -88
- 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 +1 -150
- bl_ui/space_console/__init__.pyi +0 -12
- bl_ui/space_dopesheet/__init__.pyi +52 -60
- bl_ui/space_filebrowser/__init__.pyi +0 -60
- bl_ui/space_graph/__init__.pyi +0 -44
- bl_ui/space_image/__init__.pyi +2 -144
- bl_ui/space_info/__init__.pyi +0 -12
- bl_ui/space_nla/__init__.pyi +0 -36
- bl_ui/space_node/__init__.pyi +29 -137
- bl_ui/space_outliner/__init__.pyi +0 -30
- bl_ui/space_properties/__init__.pyi +29 -6
- bl_ui/space_sequencer/__init__.pyi +46 -912
- 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 +7 -41
- bl_ui/space_topbar/__init__.pyi +7 -52
- bl_ui/space_userpref/__init__.pyi +7 -188
- bl_ui/space_view3d/__init__.pyi +36 -544
- bl_ui/space_view3d_sidebar/__init__.pyi +127 -0
- bl_ui/space_view3d_toolbar/__init__.pyi +2 -163
- blf/__init__.pyi +6 -50
- bmesh/__init__.pyi +0 -7
- bmesh/geometry/__init__.pyi +0 -3
- bmesh/ops/__init__.pyi +2 -450
- bmesh/types/__init__.pyi +294 -634
- bmesh/utils/__init__.pyi +16 -43
- bpy/app/__init__.pyi +56 -59
- 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 -164
- bpy/ops/anim/__init__.pyi +38 -279
- bpy/ops/armature/__init__.pyi +18 -192
- 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 +17 -166
- 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 -38
- bpy/ops/graph/__init__.pyi +20 -315
- bpy/ops/grease_pencil/__init__.pyi +41 -518
- 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 +32 -915
- bpy/ops/nla/__init__.pyi +22 -183
- bpy/ops/node/__init__.pyi +279 -662
- bpy/ops/object/__init__.pyi +139 -1254
- bpy/ops/outliner/__init__.pyi +47 -327
- bpy/ops/paint/__init__.pyi +14 -279
- 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 +28 -233
- bpy/ops/poselib/__init__.pyi +4 -69
- bpy/ops/preferences/__init__.pyi +9 -177
- bpy/ops/ptcache/__init__.pyi +5 -31
- bpy/ops/render/__init__.pyi +10 -74
- bpy/ops/rigidbody/__init__.pyi +6 -56
- bpy/ops/scene/__init__.pyi +22 -167
- bpy/ops/screen/__init__.pyi +36 -202
- bpy/ops/script/__init__.pyi +1 -12
- bpy/ops/sculpt/__init__.pyi +36 -311
- bpy/ops/sculpt_curves/__init__.pyi +1 -20
- bpy/ops/sequencer/__init__.pyi +96 -667
- 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 +52 -305
- bpy/ops/view2d/__init__.pyi +3 -73
- bpy/ops/view3d/__init__.pyi +37 -339
- bpy/ops/wm/__init__.pyi +116 -1316
- bpy/ops/workspace/__init__.pyi +7 -39
- bpy/ops/world/__init__.pyi +2 -10
- bpy/path/__init__.pyi +0 -34
- bpy/props/__init__.pyi +15 -157
- bpy/stub_internal/rna_enums/__init__.pyi +65 -33
- bpy/types/__init__.pyi +19924 -57212
- 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 +2 -22
- bpy_extras/keyconfig_utils/__init__.pyi +1 -1
- bpy_extras/mesh_utils/__init__.pyi +0 -12
- bpy_extras/object_utils/__init__.pyi +0 -14
- bpy_extras/view3d_utils/__init__.pyi +0 -18
- {fake_bpy_module_latest-20250926.dist-info → fake_bpy_module_latest-20260115.dist-info}/METADATA +4 -1
- fake_bpy_module_latest-20260115.dist-info/RECORD +382 -0
- {fake_bpy_module_latest-20250926.dist-info → fake_bpy_module_latest-20260115.dist-info}/top_level.txt +14 -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 +1 -7
- 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 +162 -230
- gpu_extras/batch/__init__.pyi +0 -4
- gpu_extras/presets/__init__.pyi +6 -8
- idprop/types/__init__.pyi +5 -5
- imbuf/__init__.pyi +2 -9
- imbuf/types/__init__.pyi +5 -25
- keyingsets_builtins/__init__.pyi +1 -45
- mathutils/__init__.pyi +82 -2172
- mathutils/bvhtree/__init__.pyi +2 -23
- 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_latest-20250926.dist-info/RECORD +0 -373
- {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_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_latest-20250926.dist-info → fake_bpy_module_latest-20260115.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,
|
|
650
|
+
image_import_type: typing.Literal["DETECT", "SEQUENCE", "INDIVIDUAL"]
|
|
651
|
+
| None = "DETECT",
|
|
758
652
|
use_sequence_detection: bool | None = True,
|
|
759
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
|
-
:
|
|
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.
|
|
865
732
|
:param use_sequence_detection: Detect Sequences, Automatically detect animated sequences in selected images (based on file names)
|
|
866
|
-
:type use_sequence_detection: bool | None
|
|
867
733
|
:param use_placeholders: Use Placeholders, Reserve placeholder frames for missing frames of the image sequence
|
|
868
|
-
:type use_placeholders: bool | None
|
|
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,
|
|
@@ -1204,14 +983,9 @@ def paste(
|
|
|
1204
983
|
) -> None:
|
|
1205
984
|
"""Paste strips from the internal clipboard
|
|
1206
985
|
|
|
1207
|
-
:type execution_context: int | str | None
|
|
1208
|
-
:type undo: bool | None
|
|
1209
986
|
:param keep_offset: Keep Offset, Keep strip offset relative to the current frame when pasting
|
|
1210
|
-
:type keep_offset: bool | None
|
|
1211
987
|
:param x: X
|
|
1212
|
-
:type x: int | None
|
|
1213
988
|
:param y: Y
|
|
1214
|
-
:type y: int | None
|
|
1215
989
|
"""
|
|
1216
990
|
|
|
1217
991
|
def preview_duplicate_move(
|
|
@@ -1224,12 +998,8 @@ def preview_duplicate_move(
|
|
|
1224
998
|
) -> None:
|
|
1225
999
|
"""Duplicate selected strips and move them
|
|
1226
1000
|
|
|
1227
|
-
:type execution_context: int | str | None
|
|
1228
|
-
:type undo: bool | None
|
|
1229
1001
|
:param SEQUENCER_OT_duplicate: Duplicate Strips, Duplicate the selected strips
|
|
1230
|
-
:type SEQUENCER_OT_duplicate: duplicate | None
|
|
1231
1002
|
:param TRANSFORM_OT_translate: Move, Move selected items
|
|
1232
|
-
:type TRANSFORM_OT_translate: bpy.ops.transform.translate | None
|
|
1233
1003
|
"""
|
|
1234
1004
|
|
|
1235
1005
|
def preview_duplicate_move_linked(
|
|
@@ -1242,12 +1012,8 @@ def preview_duplicate_move_linked(
|
|
|
1242
1012
|
) -> None:
|
|
1243
1013
|
"""Duplicate selected strips, but not their data, and move them
|
|
1244
1014
|
|
|
1245
|
-
:type execution_context: int | str | None
|
|
1246
|
-
:type undo: bool | None
|
|
1247
1015
|
:param SEQUENCER_OT_duplicate: Duplicate Strips, Duplicate the selected strips
|
|
1248
|
-
:type SEQUENCER_OT_duplicate: duplicate | None
|
|
1249
1016
|
:param TRANSFORM_OT_translate: Move, Move selected items
|
|
1250
|
-
:type TRANSFORM_OT_translate: bpy.ops.transform.translate | None
|
|
1251
1017
|
"""
|
|
1252
1018
|
|
|
1253
1019
|
def reassign_inputs(
|
|
@@ -1255,33 +1021,21 @@ def reassign_inputs(
|
|
|
1255
1021
|
undo: bool | None = None,
|
|
1256
1022
|
/,
|
|
1257
1023
|
) -> None:
|
|
1258
|
-
"""Reassign the inputs for the effect strip
|
|
1259
|
-
|
|
1260
|
-
:type execution_context: int | str | None
|
|
1261
|
-
:type undo: bool | None
|
|
1262
|
-
"""
|
|
1024
|
+
"""Reassign the inputs for the effect strip"""
|
|
1263
1025
|
|
|
1264
1026
|
def rebuild_proxy(
|
|
1265
1027
|
execution_context: int | str | None = None,
|
|
1266
1028
|
undo: bool | None = None,
|
|
1267
1029
|
/,
|
|
1268
1030
|
) -> None:
|
|
1269
|
-
"""Rebuild all selected proxies and timecode indices
|
|
1270
|
-
|
|
1271
|
-
:type execution_context: int | str | None
|
|
1272
|
-
:type undo: bool | None
|
|
1273
|
-
"""
|
|
1031
|
+
"""Rebuild all selected proxies and timecode indices"""
|
|
1274
1032
|
|
|
1275
1033
|
def refresh_all(
|
|
1276
1034
|
execution_context: int | str | None = None,
|
|
1277
1035
|
undo: bool | None = None,
|
|
1278
1036
|
/,
|
|
1279
1037
|
) -> None:
|
|
1280
|
-
"""Refresh the sequencer editor
|
|
1281
|
-
|
|
1282
|
-
:type execution_context: int | str | None
|
|
1283
|
-
:type undo: bool | None
|
|
1284
|
-
"""
|
|
1038
|
+
"""Refresh the sequencer editor"""
|
|
1285
1039
|
|
|
1286
1040
|
def reload(
|
|
1287
1041
|
execution_context: int | str | None = None,
|
|
@@ -1292,10 +1046,7 @@ def reload(
|
|
|
1292
1046
|
) -> None:
|
|
1293
1047
|
"""Reload strips in the sequencer
|
|
1294
1048
|
|
|
1295
|
-
:type execution_context: int | str | None
|
|
1296
|
-
:type undo: bool | None
|
|
1297
1049
|
:param adjust_length: Adjust Length, Adjust length of strips to their data length
|
|
1298
|
-
:type adjust_length: bool | None
|
|
1299
1050
|
"""
|
|
1300
1051
|
|
|
1301
1052
|
def rename_channel(
|
|
@@ -1303,22 +1054,14 @@ def rename_channel(
|
|
|
1303
1054
|
undo: bool | None = None,
|
|
1304
1055
|
/,
|
|
1305
1056
|
) -> None:
|
|
1306
|
-
"""Undocumented, consider contributing.
|
|
1307
|
-
|
|
1308
|
-
:type execution_context: int | str | None
|
|
1309
|
-
:type undo: bool | None
|
|
1310
|
-
"""
|
|
1057
|
+
"""Undocumented, consider contributing."""
|
|
1311
1058
|
|
|
1312
1059
|
def rendersize(
|
|
1313
1060
|
execution_context: int | str | None = None,
|
|
1314
1061
|
undo: bool | None = None,
|
|
1315
1062
|
/,
|
|
1316
1063
|
) -> None:
|
|
1317
|
-
"""Set render size and aspect from active strip
|
|
1318
|
-
|
|
1319
|
-
:type execution_context: int | str | None
|
|
1320
|
-
:type undo: bool | None
|
|
1321
|
-
"""
|
|
1064
|
+
"""Set render size and aspect from active strip"""
|
|
1322
1065
|
|
|
1323
1066
|
def retiming_add_freeze_frame_slide(
|
|
1324
1067
|
execution_context: int | str | None = None,
|
|
@@ -1330,12 +1073,8 @@ def retiming_add_freeze_frame_slide(
|
|
|
1330
1073
|
) -> None:
|
|
1331
1074
|
"""Add freeze frame and move it
|
|
1332
1075
|
|
|
1333
|
-
:type execution_context: int | str | None
|
|
1334
|
-
:type undo: bool | None
|
|
1335
1076
|
:param SEQUENCER_OT_retiming_freeze_frame_add: Add Freeze Frame, Add freeze frame
|
|
1336
|
-
:type SEQUENCER_OT_retiming_freeze_frame_add: retiming_freeze_frame_add | None
|
|
1337
1077
|
:param TRANSFORM_OT_seq_slide: Sequence Slide, Slide a sequence strip in time
|
|
1338
|
-
:type TRANSFORM_OT_seq_slide: bpy.ops.transform.seq_slide | None
|
|
1339
1078
|
"""
|
|
1340
1079
|
|
|
1341
1080
|
def retiming_add_transition_slide(
|
|
@@ -1348,12 +1087,8 @@ def retiming_add_transition_slide(
|
|
|
1348
1087
|
) -> None:
|
|
1349
1088
|
"""Add smooth transition between 2 retimed segments and change its duration
|
|
1350
1089
|
|
|
1351
|
-
:type execution_context: int | str | None
|
|
1352
|
-
:type undo: bool | None
|
|
1353
1090
|
:param SEQUENCER_OT_retiming_transition_add: Add Speed Transition, Add smooth transition between 2 retimed segments
|
|
1354
|
-
:type SEQUENCER_OT_retiming_transition_add: retiming_transition_add | None
|
|
1355
1091
|
:param TRANSFORM_OT_seq_slide: Sequence Slide, Slide a sequence strip in time
|
|
1356
|
-
:type TRANSFORM_OT_seq_slide: bpy.ops.transform.seq_slide | None
|
|
1357
1092
|
"""
|
|
1358
1093
|
|
|
1359
1094
|
def retiming_freeze_frame_add(
|
|
@@ -1365,10 +1100,7 @@ def retiming_freeze_frame_add(
|
|
|
1365
1100
|
) -> None:
|
|
1366
1101
|
"""Add freeze frame
|
|
1367
1102
|
|
|
1368
|
-
:type execution_context: int | str | None
|
|
1369
|
-
:type undo: bool | None
|
|
1370
1103
|
:param duration: Duration, Duration of freeze frame segment
|
|
1371
|
-
:type duration: int | None
|
|
1372
1104
|
"""
|
|
1373
1105
|
|
|
1374
1106
|
def retiming_key_add(
|
|
@@ -1380,10 +1112,7 @@ def retiming_key_add(
|
|
|
1380
1112
|
) -> None:
|
|
1381
1113
|
"""Add retiming Key
|
|
1382
1114
|
|
|
1383
|
-
:type execution_context: int | str | None
|
|
1384
|
-
:type undo: bool | None
|
|
1385
1115
|
:param timeline_frame: Timeline Frame, Frame where key will be added
|
|
1386
|
-
:type timeline_frame: int | None
|
|
1387
1116
|
"""
|
|
1388
1117
|
|
|
1389
1118
|
def retiming_key_delete(
|
|
@@ -1391,22 +1120,14 @@ def retiming_key_delete(
|
|
|
1391
1120
|
undo: bool | None = None,
|
|
1392
1121
|
/,
|
|
1393
1122
|
) -> None:
|
|
1394
|
-
"""Delete selected retiming keys from the sequencer
|
|
1395
|
-
|
|
1396
|
-
:type execution_context: int | str | None
|
|
1397
|
-
:type undo: bool | None
|
|
1398
|
-
"""
|
|
1123
|
+
"""Delete selected retiming keys from the sequencer"""
|
|
1399
1124
|
|
|
1400
1125
|
def retiming_reset(
|
|
1401
1126
|
execution_context: int | str | None = None,
|
|
1402
1127
|
undo: bool | None = None,
|
|
1403
1128
|
/,
|
|
1404
1129
|
) -> None:
|
|
1405
|
-
"""Reset strip retiming
|
|
1406
|
-
|
|
1407
|
-
:type execution_context: int | str | None
|
|
1408
|
-
:type undo: bool | None
|
|
1409
|
-
"""
|
|
1130
|
+
"""Reset strip retiming"""
|
|
1410
1131
|
|
|
1411
1132
|
def retiming_segment_speed_set(
|
|
1412
1133
|
execution_context: int | str | None = None,
|
|
@@ -1418,12 +1139,8 @@ def retiming_segment_speed_set(
|
|
|
1418
1139
|
) -> None:
|
|
1419
1140
|
"""Set speed of retimed segment
|
|
1420
1141
|
|
|
1421
|
-
:type execution_context: int | str | None
|
|
1422
|
-
:type undo: bool | None
|
|
1423
1142
|
:param speed: Speed, New speed of retimed segment
|
|
1424
|
-
:type speed: float | None
|
|
1425
1143
|
:param keep_retiming: Preserve Current Retiming, Keep speed of other segments unchanged, change strip length instead
|
|
1426
|
-
:type keep_retiming: bool | None
|
|
1427
1144
|
"""
|
|
1428
1145
|
|
|
1429
1146
|
def retiming_show(
|
|
@@ -1431,11 +1148,7 @@ def retiming_show(
|
|
|
1431
1148
|
undo: bool | None = None,
|
|
1432
1149
|
/,
|
|
1433
1150
|
) -> None:
|
|
1434
|
-
"""Show retiming keys in selected strips
|
|
1435
|
-
|
|
1436
|
-
:type execution_context: int | str | None
|
|
1437
|
-
:type undo: bool | None
|
|
1438
|
-
"""
|
|
1151
|
+
"""Show retiming keys in selected strips"""
|
|
1439
1152
|
|
|
1440
1153
|
def retiming_transition_add(
|
|
1441
1154
|
execution_context: int | str | None = None,
|
|
@@ -1446,10 +1159,7 @@ def retiming_transition_add(
|
|
|
1446
1159
|
) -> None:
|
|
1447
1160
|
"""Add smooth transition between 2 retimed segments
|
|
1448
1161
|
|
|
1449
|
-
:type execution_context: int | str | None
|
|
1450
|
-
:type undo: bool | None
|
|
1451
1162
|
:param duration: Duration, Duration of freeze frame segment
|
|
1452
|
-
:type duration: int | None
|
|
1453
1163
|
"""
|
|
1454
1164
|
|
|
1455
1165
|
def sample(
|
|
@@ -1461,10 +1171,7 @@ def sample(
|
|
|
1461
1171
|
) -> None:
|
|
1462
1172
|
"""Use mouse to sample color in current frame
|
|
1463
1173
|
|
|
1464
|
-
:type execution_context: int | str | None
|
|
1465
|
-
:type undo: bool | None
|
|
1466
1174
|
:param size: Sample Size
|
|
1467
|
-
:type size: int | None
|
|
1468
1175
|
"""
|
|
1469
1176
|
|
|
1470
1177
|
def scene_frame_range_update(
|
|
@@ -1472,11 +1179,7 @@ def scene_frame_range_update(
|
|
|
1472
1179
|
undo: bool | None = None,
|
|
1473
1180
|
/,
|
|
1474
1181
|
) -> None:
|
|
1475
|
-
"""Update frame range of scene strip
|
|
1476
|
-
|
|
1477
|
-
:type execution_context: int | str | None
|
|
1478
|
-
:type undo: bool | None
|
|
1479
|
-
"""
|
|
1182
|
+
"""Update frame range of scene strip"""
|
|
1480
1183
|
|
|
1481
1184
|
def scene_strip_add(
|
|
1482
1185
|
execution_context: int | str | None = None,
|
|
@@ -1492,26 +1195,16 @@ def scene_strip_add(
|
|
|
1492
1195
|
skip_locked_or_muted_channels: bool | None = True,
|
|
1493
1196
|
scene: str | None = "",
|
|
1494
1197
|
) -> None:
|
|
1495
|
-
"""Add a strip
|
|
1198
|
+
"""Add a strip re-using this scene as the source
|
|
1496
1199
|
|
|
1497
|
-
:type execution_context: int | str | None
|
|
1498
|
-
:type undo: bool | None
|
|
1499
1200
|
:param move_strips: Move Strips, Automatically begin translating strips with the mouse after adding them to the timeline
|
|
1500
|
-
:type move_strips: bool | None
|
|
1501
1201
|
:param frame_start: Start Frame, Start frame of the strip
|
|
1502
|
-
:type frame_start: int | None
|
|
1503
1202
|
:param channel: Channel, Channel to place this strip into
|
|
1504
|
-
:type channel: int | None
|
|
1505
1203
|
:param replace_sel: Replace Selection, Deselect previously selected strips after add operation completes
|
|
1506
|
-
:type replace_sel: bool | None
|
|
1507
1204
|
:param overlap: Allow Overlap, Dont correct overlap on new strips
|
|
1508
|
-
:type overlap: bool | None
|
|
1509
1205
|
:param overlap_shuffle_override: Override Overlap Shuffle Behavior, Use the overlap_mode tool settings to determine how to shuffle overlapping strips
|
|
1510
|
-
:type overlap_shuffle_override: bool | None
|
|
1511
1206
|
:param skip_locked_or_muted_channels: Skip Locked or Muted Channels, Add strips to muted or locked channels when adding movie strips
|
|
1512
|
-
:type skip_locked_or_muted_channels: bool | None
|
|
1513
1207
|
:param scene: Scene
|
|
1514
|
-
:type scene: str | None
|
|
1515
1208
|
"""
|
|
1516
1209
|
|
|
1517
1210
|
def scene_strip_add_new(
|
|
@@ -1528,24 +1221,15 @@ def scene_strip_add_new(
|
|
|
1528
1221
|
skip_locked_or_muted_channels: bool | None = True,
|
|
1529
1222
|
type: typing.Literal["NEW", "EMPTY", "LINK_COPY", "FULL_COPY"] | None = "NEW",
|
|
1530
1223
|
) -> None:
|
|
1531
|
-
"""
|
|
1224
|
+
"""Add a strip using a new scene as the source
|
|
1532
1225
|
|
|
1533
|
-
:type execution_context: int | str | None
|
|
1534
|
-
:type undo: bool | None
|
|
1535
1226
|
:param move_strips: Move Strips, Automatically begin translating strips with the mouse after adding them to the timeline
|
|
1536
|
-
:type move_strips: bool | None
|
|
1537
1227
|
:param frame_start: Start Frame, Start frame of the strip
|
|
1538
|
-
:type frame_start: int | None
|
|
1539
1228
|
:param channel: Channel, Channel to place this strip into
|
|
1540
|
-
:type channel: int | None
|
|
1541
1229
|
:param replace_sel: Replace Selection, Deselect previously selected strips after add operation completes
|
|
1542
|
-
:type replace_sel: bool | None
|
|
1543
1230
|
:param overlap: Allow Overlap, Dont correct overlap on new strips
|
|
1544
|
-
:type overlap: bool | None
|
|
1545
1231
|
:param overlap_shuffle_override: Override Overlap Shuffle Behavior, Use the overlap_mode tool settings to determine how to shuffle overlapping strips
|
|
1546
|
-
:type overlap_shuffle_override: bool | None
|
|
1547
1232
|
:param skip_locked_or_muted_channels: Skip Locked or Muted Channels, Add strips to muted or locked channels when adding movie strips
|
|
1548
|
-
:type skip_locked_or_muted_channels: bool | None
|
|
1549
1233
|
:param type: Type
|
|
1550
1234
|
|
|
1551
1235
|
NEW
|
|
@@ -1559,7 +1243,6 @@ def scene_strip_add_new(
|
|
|
1559
1243
|
|
|
1560
1244
|
FULL_COPY
|
|
1561
1245
|
Full Copy -- Add a Strip and make a full copy of the current scene.
|
|
1562
|
-
:type type: typing.Literal['NEW','EMPTY','LINK_COPY','FULL_COPY'] | None
|
|
1563
1246
|
"""
|
|
1564
1247
|
|
|
1565
1248
|
def select(
|
|
@@ -1568,6 +1251,7 @@ def select(
|
|
|
1568
1251
|
/,
|
|
1569
1252
|
*,
|
|
1570
1253
|
wait_to_deselect_others: bool | None = False,
|
|
1254
|
+
use_select_on_click: bool | None = False,
|
|
1571
1255
|
mouse_x: int | None = 0,
|
|
1572
1256
|
mouse_y: int | None = 0,
|
|
1573
1257
|
extend: bool | None = False,
|
|
@@ -1583,34 +1267,20 @@ def select(
|
|
|
1583
1267
|
) -> None:
|
|
1584
1268
|
"""Select a strip (last selected becomes the "active strip")
|
|
1585
1269
|
|
|
1586
|
-
:type execution_context: int | str | None
|
|
1587
|
-
:type undo: bool | None
|
|
1588
1270
|
:param wait_to_deselect_others: Wait to Deselect Others
|
|
1589
|
-
:
|
|
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
|
|
1590
1272
|
:param mouse_x: Mouse X
|
|
1591
|
-
:type mouse_x: int | None
|
|
1592
1273
|
:param mouse_y: Mouse Y
|
|
1593
|
-
:type mouse_y: int | None
|
|
1594
1274
|
:param extend: Extend, Extend selection instead of deselecting everything first
|
|
1595
|
-
:type extend: bool | None
|
|
1596
1275
|
:param deselect: Deselect, Remove from selection
|
|
1597
|
-
:type deselect: bool | None
|
|
1598
1276
|
:param toggle: Toggle Selection, Toggle the selection
|
|
1599
|
-
:type toggle: bool | None
|
|
1600
1277
|
:param deselect_all: Deselect On Nothing, Deselect all when nothing under the cursor
|
|
1601
|
-
:type deselect_all: bool | None
|
|
1602
1278
|
:param select_passthrough: Only Select Unselected, Ignore the select action when the element is already selected
|
|
1603
|
-
:type select_passthrough: bool | None
|
|
1604
1279
|
:param center: Center, Use the object center when selecting, in edit mode used to extend object selection
|
|
1605
|
-
:type center: bool | None
|
|
1606
1280
|
:param linked_handle: Linked Handle, Select handles next to the active strip
|
|
1607
|
-
:type linked_handle: bool | None
|
|
1608
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
|
|
1609
|
-
:type linked_time: bool | None
|
|
1610
1282
|
:param side_of_frame: Side of Frame, Select all strips on same side of the current frame as the mouse cursor
|
|
1611
|
-
:type side_of_frame: bool | None
|
|
1612
1283
|
:param ignore_connections: Ignore Connections, Select strips individually whether or not they are connected
|
|
1613
|
-
:type ignore_connections: bool | None
|
|
1614
1284
|
"""
|
|
1615
1285
|
|
|
1616
1286
|
def select_all(
|
|
@@ -1622,8 +1292,6 @@ def select_all(
|
|
|
1622
1292
|
) -> None:
|
|
1623
1293
|
"""Select or deselect all strips
|
|
1624
1294
|
|
|
1625
|
-
:type execution_context: int | str | None
|
|
1626
|
-
:type undo: bool | None
|
|
1627
1295
|
:param action: Action, Selection action to execute
|
|
1628
1296
|
|
|
1629
1297
|
TOGGLE
|
|
@@ -1637,7 +1305,6 @@ def select_all(
|
|
|
1637
1305
|
|
|
1638
1306
|
INVERT
|
|
1639
1307
|
Invert -- Invert selection of all elements.
|
|
1640
|
-
:type action: typing.Literal['TOGGLE','SELECT','DESELECT','INVERT'] | None
|
|
1641
1308
|
"""
|
|
1642
1309
|
|
|
1643
1310
|
def select_box(
|
|
@@ -1657,18 +1324,11 @@ def select_box(
|
|
|
1657
1324
|
) -> None:
|
|
1658
1325
|
"""Select strips using box selection
|
|
1659
1326
|
|
|
1660
|
-
:type execution_context: int | str | None
|
|
1661
|
-
:type undo: bool | None
|
|
1662
1327
|
:param xmin: X Min
|
|
1663
|
-
:type xmin: int | None
|
|
1664
1328
|
:param xmax: X Max
|
|
1665
|
-
:type xmax: int | None
|
|
1666
1329
|
:param ymin: Y Min
|
|
1667
|
-
:type ymin: int | None
|
|
1668
1330
|
:param ymax: Y Max
|
|
1669
|
-
:type ymax: int | None
|
|
1670
1331
|
:param wait_for_input: Wait for Input
|
|
1671
|
-
:type wait_for_input: bool | None
|
|
1672
1332
|
:param mode: Mode
|
|
1673
1333
|
|
|
1674
1334
|
SET
|
|
@@ -1679,13 +1339,9 @@ def select_box(
|
|
|
1679
1339
|
|
|
1680
1340
|
SUB
|
|
1681
1341
|
Subtract -- Subtract existing selection.
|
|
1682
|
-
:type mode: typing.Literal['SET','ADD','SUB'] | None
|
|
1683
1342
|
:param tweak: Tweak, Make box select pass through to sequence slide when the cursor is hovering on a strip
|
|
1684
|
-
:type tweak: bool | None
|
|
1685
1343
|
:param include_handles: Select Handles, Select the strips and their handles
|
|
1686
|
-
:type include_handles: bool | None
|
|
1687
1344
|
:param ignore_connections: Ignore Connections, Select strips individually whether or not they are connected
|
|
1688
|
-
:type ignore_connections: bool | None
|
|
1689
1345
|
"""
|
|
1690
1346
|
|
|
1691
1347
|
def select_circle(
|
|
@@ -1702,16 +1358,10 @@ def select_circle(
|
|
|
1702
1358
|
) -> None:
|
|
1703
1359
|
"""Select strips using circle selection
|
|
1704
1360
|
|
|
1705
|
-
:type execution_context: int | str | None
|
|
1706
|
-
:type undo: bool | None
|
|
1707
1361
|
:param x: X
|
|
1708
|
-
:type x: int | None
|
|
1709
1362
|
:param y: Y
|
|
1710
|
-
:type y: int | None
|
|
1711
1363
|
:param radius: Radius
|
|
1712
|
-
:type radius: int | None
|
|
1713
1364
|
:param wait_for_input: Wait for Input
|
|
1714
|
-
:type wait_for_input: bool | None
|
|
1715
1365
|
:param mode: Mode
|
|
1716
1366
|
|
|
1717
1367
|
SET
|
|
@@ -1722,9 +1372,7 @@ def select_circle(
|
|
|
1722
1372
|
|
|
1723
1373
|
SUB
|
|
1724
1374
|
Subtract -- Subtract existing selection.
|
|
1725
|
-
:type mode: typing.Literal['SET','ADD','SUB'] | None
|
|
1726
1375
|
:param ignore_connections: Ignore Connections, Select strips individually whether or not they are connected
|
|
1727
|
-
:type ignore_connections: bool | None
|
|
1728
1376
|
"""
|
|
1729
1377
|
|
|
1730
1378
|
def select_grouped(
|
|
@@ -1741,8 +1389,6 @@ def select_grouped(
|
|
|
1741
1389
|
) -> None:
|
|
1742
1390
|
"""Select all strips grouped by various properties
|
|
1743
1391
|
|
|
1744
|
-
:type execution_context: int | str | None
|
|
1745
|
-
:type undo: bool | None
|
|
1746
1392
|
:param type: Type
|
|
1747
1393
|
|
|
1748
1394
|
TYPE
|
|
@@ -1765,11 +1411,8 @@ def select_grouped(
|
|
|
1765
1411
|
|
|
1766
1412
|
OVERLAP
|
|
1767
1413
|
Overlap -- Overlapping time.
|
|
1768
|
-
:type type: typing.Literal['TYPE','TYPE_BASIC','TYPE_EFFECT','DATA','EFFECT','EFFECT_LINK','OVERLAP'] | None
|
|
1769
1414
|
:param extend: Extend, Extend selection instead of deselecting everything first
|
|
1770
|
-
:type extend: bool | None
|
|
1771
1415
|
:param use_active_channel: Same Channel, Only consider strips on the same channel as the active one
|
|
1772
|
-
:type use_active_channel: bool | None
|
|
1773
1416
|
"""
|
|
1774
1417
|
|
|
1775
1418
|
def select_handle(
|
|
@@ -1778,22 +1421,18 @@ def select_handle(
|
|
|
1778
1421
|
/,
|
|
1779
1422
|
*,
|
|
1780
1423
|
wait_to_deselect_others: bool | None = False,
|
|
1424
|
+
use_select_on_click: bool | None = False,
|
|
1781
1425
|
mouse_x: int | None = 0,
|
|
1782
1426
|
mouse_y: int | None = 0,
|
|
1783
1427
|
ignore_connections: bool | None = False,
|
|
1784
1428
|
) -> None:
|
|
1785
1429
|
"""Select strip handle
|
|
1786
1430
|
|
|
1787
|
-
:type execution_context: int | str | None
|
|
1788
|
-
:type undo: bool | None
|
|
1789
1431
|
:param wait_to_deselect_others: Wait to Deselect Others
|
|
1790
|
-
:
|
|
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
|
|
1791
1433
|
:param mouse_x: Mouse X
|
|
1792
|
-
:type mouse_x: int | None
|
|
1793
1434
|
:param mouse_y: Mouse Y
|
|
1794
|
-
:type mouse_y: int | None
|
|
1795
1435
|
:param ignore_connections: Ignore Connections, Select strips individually whether or not they are connected
|
|
1796
|
-
:type ignore_connections: bool | None
|
|
1797
1436
|
"""
|
|
1798
1437
|
|
|
1799
1438
|
def select_handles(
|
|
@@ -1808,10 +1447,7 @@ def select_handles(
|
|
|
1808
1447
|
) -> None:
|
|
1809
1448
|
"""Select gizmo handles on the sides of the selected strip
|
|
1810
1449
|
|
|
1811
|
-
:type execution_context: int | str | None
|
|
1812
|
-
:type undo: bool | None
|
|
1813
1450
|
:param side: Side, The side of the handle that is selected
|
|
1814
|
-
:type side: typing.Literal['LEFT','RIGHT','BOTH','LEFT_NEIGHBOR','RIGHT_NEIGHBOR','BOTH_NEIGHBORS'] | None
|
|
1815
1451
|
"""
|
|
1816
1452
|
|
|
1817
1453
|
def select_lasso(
|
|
@@ -1827,16 +1463,10 @@ def select_lasso(
|
|
|
1827
1463
|
) -> None:
|
|
1828
1464
|
"""Select strips using lasso selection
|
|
1829
1465
|
|
|
1830
|
-
:type execution_context: int | str | None
|
|
1831
|
-
:type undo: bool | None
|
|
1832
1466
|
:param path: Path
|
|
1833
|
-
:type path: bpy.types.bpy_prop_collection[bpy.types.OperatorMousePath] | None
|
|
1834
1467
|
:param use_smooth_stroke: Stabilize Stroke, Selection lags behind mouse and follows a smoother path
|
|
1835
|
-
:type use_smooth_stroke: bool | None
|
|
1836
1468
|
:param smooth_stroke_factor: Smooth Stroke Factor, Higher values gives a smoother stroke
|
|
1837
|
-
:type smooth_stroke_factor: float | None
|
|
1838
1469
|
:param smooth_stroke_radius: Smooth Stroke Radius, Minimum distance from last point before selection continues
|
|
1839
|
-
:type smooth_stroke_radius: int | None
|
|
1840
1470
|
:param mode: Mode
|
|
1841
1471
|
|
|
1842
1472
|
SET
|
|
@@ -1847,7 +1477,6 @@ def select_lasso(
|
|
|
1847
1477
|
|
|
1848
1478
|
SUB
|
|
1849
1479
|
Subtract -- Subtract existing selection.
|
|
1850
|
-
:type mode: typing.Literal['SET','ADD','SUB'] | None
|
|
1851
1480
|
"""
|
|
1852
1481
|
|
|
1853
1482
|
def select_less(
|
|
@@ -1855,22 +1484,14 @@ def select_less(
|
|
|
1855
1484
|
undo: bool | None = None,
|
|
1856
1485
|
/,
|
|
1857
1486
|
) -> None:
|
|
1858
|
-
"""Shrink the current selection of adjacent selected strips
|
|
1859
|
-
|
|
1860
|
-
:type execution_context: int | str | None
|
|
1861
|
-
:type undo: bool | None
|
|
1862
|
-
"""
|
|
1487
|
+
"""Shrink the current selection of adjacent selected strips"""
|
|
1863
1488
|
|
|
1864
1489
|
def select_linked(
|
|
1865
1490
|
execution_context: int | str | None = None,
|
|
1866
1491
|
undo: bool | None = None,
|
|
1867
1492
|
/,
|
|
1868
1493
|
) -> None:
|
|
1869
|
-
"""Select all strips adjacent to the current selection
|
|
1870
|
-
|
|
1871
|
-
:type execution_context: int | str | None
|
|
1872
|
-
:type undo: bool | None
|
|
1873
|
-
"""
|
|
1494
|
+
"""Select all strips adjacent to the current selection"""
|
|
1874
1495
|
|
|
1875
1496
|
def select_linked_pick(
|
|
1876
1497
|
execution_context: int | str | None = None,
|
|
@@ -1881,10 +1502,7 @@ def select_linked_pick(
|
|
|
1881
1502
|
) -> None:
|
|
1882
1503
|
"""Select a chain of linked strips nearest to the mouse pointer
|
|
1883
1504
|
|
|
1884
|
-
:type execution_context: int | str | None
|
|
1885
|
-
:type undo: bool | None
|
|
1886
1505
|
:param extend: Extend, Extend the selection
|
|
1887
|
-
:type extend: bool | None
|
|
1888
1506
|
"""
|
|
1889
1507
|
|
|
1890
1508
|
def select_more(
|
|
@@ -1892,11 +1510,7 @@ def select_more(
|
|
|
1892
1510
|
undo: bool | None = None,
|
|
1893
1511
|
/,
|
|
1894
1512
|
) -> None:
|
|
1895
|
-
"""Select more strips adjacent to the current selection
|
|
1896
|
-
|
|
1897
|
-
:type execution_context: int | str | None
|
|
1898
|
-
:type undo: bool | None
|
|
1899
|
-
"""
|
|
1513
|
+
"""Select more strips adjacent to the current selection"""
|
|
1900
1514
|
|
|
1901
1515
|
def select_side(
|
|
1902
1516
|
execution_context: int | str | None = None,
|
|
@@ -1907,10 +1521,7 @@ def select_side(
|
|
|
1907
1521
|
) -> None:
|
|
1908
1522
|
"""Select strips on the nominated side of the selected strips
|
|
1909
1523
|
|
|
1910
|
-
:type execution_context: int | str | None
|
|
1911
|
-
:type undo: bool | None
|
|
1912
1524
|
:param side: Side, The side to which the selection is applied
|
|
1913
|
-
:type side: typing.Literal['MOUSE','LEFT','RIGHT','BOTH','NO_CHANGE'] | None
|
|
1914
1525
|
"""
|
|
1915
1526
|
|
|
1916
1527
|
def select_side_of_frame(
|
|
@@ -1923,10 +1534,7 @@ def select_side_of_frame(
|
|
|
1923
1534
|
) -> None:
|
|
1924
1535
|
"""Select strips relative to the current frame
|
|
1925
1536
|
|
|
1926
|
-
:type execution_context: int | str | None
|
|
1927
|
-
:type undo: bool | None
|
|
1928
1537
|
:param extend: Extend, Extend the selection
|
|
1929
|
-
:type extend: bool | None
|
|
1930
1538
|
:param side: Side
|
|
1931
1539
|
|
|
1932
1540
|
LEFT
|
|
@@ -1937,7 +1545,6 @@ def select_side_of_frame(
|
|
|
1937
1545
|
|
|
1938
1546
|
CURRENT
|
|
1939
1547
|
Current Frame -- Select intersecting with the current frame.
|
|
1940
|
-
:type side: typing.Literal['LEFT','RIGHT','CURRENT'] | None
|
|
1941
1548
|
"""
|
|
1942
1549
|
|
|
1943
1550
|
def set_range_to_strips(
|
|
@@ -1949,10 +1556,7 @@ def set_range_to_strips(
|
|
|
1949
1556
|
) -> None:
|
|
1950
1557
|
"""Set the frame range to the selected strips start and end
|
|
1951
1558
|
|
|
1952
|
-
:type execution_context: int | str | None
|
|
1953
|
-
:type undo: bool | None
|
|
1954
1559
|
:param preview: Preview, Set the preview range instead
|
|
1955
|
-
:type preview: bool | None
|
|
1956
1560
|
"""
|
|
1957
1561
|
|
|
1958
1562
|
def slip(
|
|
@@ -1967,16 +1571,10 @@ def slip(
|
|
|
1967
1571
|
) -> None:
|
|
1968
1572
|
"""Slip the contents of selected strips
|
|
1969
1573
|
|
|
1970
|
-
:type execution_context: int | str | None
|
|
1971
|
-
:type undo: bool | None
|
|
1972
1574
|
:param offset: Offset, Offset to the data of the strip
|
|
1973
|
-
:type offset: float | None
|
|
1974
1575
|
:param slip_keyframes: Slip Keyframes, Move the keyframes alongside the media
|
|
1975
|
-
:type slip_keyframes: bool | None
|
|
1976
1576
|
:param use_cursor_position: Use Cursor Position, Slip strips under mouse cursor instead of all selected strips
|
|
1977
|
-
:type use_cursor_position: bool | None
|
|
1978
1577
|
:param ignore_connections: Ignore Connections, Do not slip connected strips if using cursor position
|
|
1979
|
-
:type ignore_connections: bool | None
|
|
1980
1578
|
"""
|
|
1981
1579
|
|
|
1982
1580
|
def snap(
|
|
@@ -1988,10 +1586,7 @@ def snap(
|
|
|
1988
1586
|
) -> None:
|
|
1989
1587
|
"""Frame where selected strips will be snapped
|
|
1990
1588
|
|
|
1991
|
-
:type execution_context: int | str | None
|
|
1992
|
-
:type undo: bool | None
|
|
1993
1589
|
:param frame: Frame, Frame where selected strips will be snapped
|
|
1994
|
-
:type frame: int | None
|
|
1995
1590
|
"""
|
|
1996
1591
|
|
|
1997
1592
|
def sound_strip_add(
|
|
@@ -2047,52 +1642,28 @@ def sound_strip_add(
|
|
|
2047
1642
|
) -> None:
|
|
2048
1643
|
"""Add a sound strip to the sequencer
|
|
2049
1644
|
|
|
2050
|
-
:type execution_context: int | str | None
|
|
2051
|
-
:type undo: bool | None
|
|
2052
1645
|
:param filepath: File Path, Path to file
|
|
2053
|
-
:type filepath: str
|
|
2054
1646
|
:param directory: Directory, Directory of the file
|
|
2055
|
-
:type directory: str
|
|
2056
1647
|
:param files: Files
|
|
2057
|
-
:type files: bpy.types.bpy_prop_collection[bpy.types.OperatorFileListElement] | None
|
|
2058
1648
|
:param check_existing: Check Existing, Check and warn on overwriting existing files
|
|
2059
|
-
:type check_existing: bool | None
|
|
2060
1649
|
:param filter_blender: Filter .blend files
|
|
2061
|
-
:type filter_blender: bool | None
|
|
2062
1650
|
:param filter_backup: Filter .blend files
|
|
2063
|
-
:type filter_backup: bool | None
|
|
2064
1651
|
:param filter_image: Filter image files
|
|
2065
|
-
:type filter_image: bool | None
|
|
2066
1652
|
:param filter_movie: Filter movie files
|
|
2067
|
-
:type filter_movie: bool | None
|
|
2068
1653
|
:param filter_python: Filter Python files
|
|
2069
|
-
:type filter_python: bool | None
|
|
2070
1654
|
:param filter_font: Filter font files
|
|
2071
|
-
:type filter_font: bool | None
|
|
2072
1655
|
:param filter_sound: Filter sound files
|
|
2073
|
-
:type filter_sound: bool | None
|
|
2074
1656
|
:param filter_text: Filter text files
|
|
2075
|
-
:type filter_text: bool | None
|
|
2076
1657
|
:param filter_archive: Filter archive files
|
|
2077
|
-
:type filter_archive: bool | None
|
|
2078
1658
|
:param filter_btx: Filter btx files
|
|
2079
|
-
:type filter_btx: bool | None
|
|
2080
1659
|
:param filter_alembic: Filter Alembic files
|
|
2081
|
-
:type filter_alembic: bool | None
|
|
2082
1660
|
:param filter_usd: Filter USD files
|
|
2083
|
-
:type filter_usd: bool | None
|
|
2084
1661
|
:param filter_obj: Filter OBJ files
|
|
2085
|
-
:type filter_obj: bool | None
|
|
2086
1662
|
:param filter_volume: Filter OpenVDB volume files
|
|
2087
|
-
:type filter_volume: bool | None
|
|
2088
1663
|
:param filter_folder: Filter folders
|
|
2089
|
-
:type filter_folder: bool | None
|
|
2090
1664
|
:param filter_blenlib: Filter Blender IDs
|
|
2091
|
-
:type filter_blenlib: bool | None
|
|
2092
1665
|
:param filemode: File Browser Mode, The setting for the file browser mode to load a .blend file, a library or a special file
|
|
2093
|
-
:type filemode: int | None
|
|
2094
1666
|
:param relative_path: Relative Path, Select the file relative to the blend file
|
|
2095
|
-
:type relative_path: bool | None
|
|
2096
1667
|
:param display_type: Display Type
|
|
2097
1668
|
|
|
2098
1669
|
DEFAULT
|
|
@@ -2106,7 +1677,6 @@ def sound_strip_add(
|
|
|
2106
1677
|
|
|
2107
1678
|
THUMBNAIL
|
|
2108
1679
|
Thumbnails -- Display files as thumbnails.
|
|
2109
|
-
:type display_type: typing.Literal['DEFAULT','LIST_VERTICAL','LIST_HORIZONTAL','THUMBNAIL'] | None
|
|
2110
1680
|
:param sort_method: File sorting mode
|
|
2111
1681
|
|
|
2112
1682
|
DEFAULT
|
|
@@ -2126,25 +1696,15 @@ def sound_strip_add(
|
|
|
2126
1696
|
|
|
2127
1697
|
ASSET_CATALOG
|
|
2128
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..
|
|
2129
|
-
:type sort_method: typing.Literal['DEFAULT','FILE_SORT_ALPHA','FILE_SORT_EXTENSION','FILE_SORT_TIME','FILE_SORT_SIZE','ASSET_CATALOG'] | None
|
|
2130
1699
|
:param move_strips: Move Strips, Automatically begin translating strips with the mouse after adding them to the timeline
|
|
2131
|
-
:type move_strips: bool | None
|
|
2132
1700
|
:param frame_start: Start Frame, Start frame of the strip
|
|
2133
|
-
:type frame_start: int | None
|
|
2134
1701
|
:param channel: Channel, Channel to place this strip into
|
|
2135
|
-
:type channel: int | None
|
|
2136
1702
|
:param replace_sel: Replace Selection, Deselect previously selected strips after add operation completes
|
|
2137
|
-
:type replace_sel: bool | None
|
|
2138
1703
|
:param overlap: Allow Overlap, Dont correct overlap on new strips
|
|
2139
|
-
:type overlap: bool | None
|
|
2140
1704
|
:param overlap_shuffle_override: Override Overlap Shuffle Behavior, Use the overlap_mode tool settings to determine how to shuffle overlapping strips
|
|
2141
|
-
:type overlap_shuffle_override: bool | None
|
|
2142
1705
|
:param skip_locked_or_muted_channels: Skip Locked or Muted Channels, Add strips to muted or locked channels when adding movie strips
|
|
2143
|
-
:type skip_locked_or_muted_channels: bool | None
|
|
2144
1706
|
:param cache: Cache, Cache the sound in memory
|
|
2145
|
-
:type cache: bool | None
|
|
2146
1707
|
:param mono: Mono, Merge all the sounds channels into one
|
|
2147
|
-
:type mono: bool | None
|
|
2148
1708
|
"""
|
|
2149
1709
|
|
|
2150
1710
|
def split(
|
|
@@ -2159,23 +1719,17 @@ def split(
|
|
|
2159
1719
|
side: typing.Literal["MOUSE", "LEFT", "RIGHT", "BOTH", "NO_CHANGE"]
|
|
2160
1720
|
| None = "MOUSE",
|
|
2161
1721
|
ignore_selection: bool | None = False,
|
|
1722
|
+
ignore_connections: bool | None = False,
|
|
2162
1723
|
) -> None:
|
|
2163
1724
|
"""Split the selected strips in two
|
|
2164
1725
|
|
|
2165
|
-
:type execution_context: int | str | None
|
|
2166
|
-
:type undo: bool | None
|
|
2167
1726
|
:param frame: Frame, Frame where selected strips will be split
|
|
2168
|
-
:type frame: int | None
|
|
2169
1727
|
:param channel: Channel, Channel in which strip will be cut
|
|
2170
|
-
:type channel: int | None
|
|
2171
1728
|
:param type: Type, The type of split operation to perform on strips
|
|
2172
|
-
:type type: typing.Literal['SOFT','HARD'] | None
|
|
2173
1729
|
:param use_cursor_position: Use Cursor Position, Split at position of the cursor instead of current frame
|
|
2174
|
-
:type use_cursor_position: bool | None
|
|
2175
1730
|
:param side: Side, The side that remains selected after splitting
|
|
2176
|
-
:type side: typing.Literal['MOUSE','LEFT','RIGHT','BOTH','NO_CHANGE'] | None
|
|
2177
1731
|
:param ignore_selection: Ignore Selection, Make cut even if strip is not selected preserving selection state after cut
|
|
2178
|
-
:
|
|
1732
|
+
:param ignore_connections: Ignore Connections, Dont propagate split to connected strips
|
|
2179
1733
|
"""
|
|
2180
1734
|
|
|
2181
1735
|
def split_multicam(
|
|
@@ -2187,10 +1741,7 @@ def split_multicam(
|
|
|
2187
1741
|
) -> None:
|
|
2188
1742
|
"""Split multicam strip and select camera
|
|
2189
1743
|
|
|
2190
|
-
:type execution_context: int | str | None
|
|
2191
|
-
:type undo: bool | None
|
|
2192
1744
|
:param camera: Camera
|
|
2193
|
-
:type camera: int | None
|
|
2194
1745
|
"""
|
|
2195
1746
|
|
|
2196
1747
|
def strip_color_tag_set(
|
|
@@ -2202,10 +1753,7 @@ def strip_color_tag_set(
|
|
|
2202
1753
|
) -> None:
|
|
2203
1754
|
"""Set a color tag for the selected strips
|
|
2204
1755
|
|
|
2205
|
-
:type execution_context: int | str | None
|
|
2206
|
-
:type undo: bool | None
|
|
2207
1756
|
:param color: Color Tag
|
|
2208
|
-
:type color: bpy.stub_internal.rna_enums.StripColorItems | None
|
|
2209
1757
|
"""
|
|
2210
1758
|
|
|
2211
1759
|
def strip_jump(
|
|
@@ -2218,12 +1766,8 @@ def strip_jump(
|
|
|
2218
1766
|
) -> None:
|
|
2219
1767
|
"""Move frame to previous edit point
|
|
2220
1768
|
|
|
2221
|
-
:type execution_context: int | str | None
|
|
2222
|
-
:type undo: bool | None
|
|
2223
1769
|
:param next: Next Strip
|
|
2224
|
-
:type next: bool | None
|
|
2225
1770
|
:param center: Use Strip Center
|
|
2226
|
-
:type center: bool | None
|
|
2227
1771
|
"""
|
|
2228
1772
|
|
|
2229
1773
|
def strip_modifier_add(
|
|
@@ -2235,10 +1779,7 @@ def strip_modifier_add(
|
|
|
2235
1779
|
) -> None:
|
|
2236
1780
|
"""Add a modifier to the strip
|
|
2237
1781
|
|
|
2238
|
-
:type execution_context: int | str | None
|
|
2239
|
-
:type undo: bool | None
|
|
2240
1782
|
:param type: Type
|
|
2241
|
-
:type type: str | None
|
|
2242
1783
|
"""
|
|
2243
1784
|
|
|
2244
1785
|
def strip_modifier_copy(
|
|
@@ -2250,8 +1791,6 @@ def strip_modifier_copy(
|
|
|
2250
1791
|
) -> None:
|
|
2251
1792
|
"""Copy modifiers of the active strip to all selected strips
|
|
2252
1793
|
|
|
2253
|
-
:type execution_context: int | str | None
|
|
2254
|
-
:type undo: bool | None
|
|
2255
1794
|
:param type: Type
|
|
2256
1795
|
|
|
2257
1796
|
REPLACE
|
|
@@ -2259,7 +1798,6 @@ def strip_modifier_copy(
|
|
|
2259
1798
|
|
|
2260
1799
|
APPEND
|
|
2261
1800
|
Append -- Append active modifiers to selected strips.
|
|
2262
|
-
:type type: typing.Literal['REPLACE','APPEND'] | None
|
|
2263
1801
|
"""
|
|
2264
1802
|
|
|
2265
1803
|
def strip_modifier_equalizer_redefine(
|
|
@@ -2272,8 +1810,6 @@ def strip_modifier_equalizer_redefine(
|
|
|
2272
1810
|
) -> None:
|
|
2273
1811
|
"""Redefine equalizer graphs
|
|
2274
1812
|
|
|
2275
|
-
:type execution_context: int | str | None
|
|
2276
|
-
:type undo: bool | None
|
|
2277
1813
|
:param graphs: Graphs, Number of graphs
|
|
2278
1814
|
|
|
2279
1815
|
SIMPLE
|
|
@@ -2284,9 +1820,7 @@ def strip_modifier_equalizer_redefine(
|
|
|
2284
1820
|
|
|
2285
1821
|
TRIPLE
|
|
2286
1822
|
Triplet -- Graphical definition in 3 sections.
|
|
2287
|
-
:type graphs: typing.Literal['SIMPLE','DOUBLE','TRIPLE'] | None
|
|
2288
1823
|
:param name: Name, Name of modifier to redefine
|
|
2289
|
-
:type name: str
|
|
2290
1824
|
"""
|
|
2291
1825
|
|
|
2292
1826
|
def strip_modifier_move(
|
|
@@ -2299,10 +1833,7 @@ def strip_modifier_move(
|
|
|
2299
1833
|
) -> None:
|
|
2300
1834
|
"""Move modifier up and down in the stack
|
|
2301
1835
|
|
|
2302
|
-
:type execution_context: int | str | None
|
|
2303
|
-
:type undo: bool | None
|
|
2304
1836
|
:param name: Name, Name of modifier to remove
|
|
2305
|
-
:type name: str
|
|
2306
1837
|
:param direction: Type
|
|
2307
1838
|
|
|
2308
1839
|
UP
|
|
@@ -2310,7 +1841,6 @@ def strip_modifier_move(
|
|
|
2310
1841
|
|
|
2311
1842
|
DOWN
|
|
2312
1843
|
Down -- Move modifier down in the stack.
|
|
2313
|
-
:type direction: typing.Literal['UP','DOWN'] | None
|
|
2314
1844
|
"""
|
|
2315
1845
|
|
|
2316
1846
|
def strip_modifier_move_to_index(
|
|
@@ -2323,12 +1853,8 @@ def strip_modifier_move_to_index(
|
|
|
2323
1853
|
) -> None:
|
|
2324
1854
|
"""Change the strip modifiers index in the stack so it evaluates after the set number of others
|
|
2325
1855
|
|
|
2326
|
-
:type execution_context: int | str | None
|
|
2327
|
-
:type undo: bool | None
|
|
2328
1856
|
:param modifier: Modifier, Name of the modifier to edit
|
|
2329
|
-
:type modifier: str
|
|
2330
1857
|
:param index: Index, The index to move the modifier to
|
|
2331
|
-
:type index: int | None
|
|
2332
1858
|
"""
|
|
2333
1859
|
|
|
2334
1860
|
def strip_modifier_remove(
|
|
@@ -2340,10 +1866,7 @@ def strip_modifier_remove(
|
|
|
2340
1866
|
) -> None:
|
|
2341
1867
|
"""Remove a modifier from the strip
|
|
2342
1868
|
|
|
2343
|
-
:type execution_context: int | str | None
|
|
2344
|
-
:type undo: bool | None
|
|
2345
1869
|
:param name: Name, Name of modifier to remove
|
|
2346
|
-
:type name: str
|
|
2347
1870
|
"""
|
|
2348
1871
|
|
|
2349
1872
|
def strip_modifier_set_active(
|
|
@@ -2355,10 +1878,7 @@ def strip_modifier_set_active(
|
|
|
2355
1878
|
) -> None:
|
|
2356
1879
|
"""Activate the strip modifier to use as the context
|
|
2357
1880
|
|
|
2358
|
-
:type execution_context: int | str | None
|
|
2359
|
-
:type undo: bool | None
|
|
2360
1881
|
:param modifier: Modifier, Name of the strip modifier to edit
|
|
2361
|
-
:type modifier: str
|
|
2362
1882
|
"""
|
|
2363
1883
|
|
|
2364
1884
|
def strip_transform_clear(
|
|
@@ -2370,8 +1890,6 @@ def strip_transform_clear(
|
|
|
2370
1890
|
) -> None:
|
|
2371
1891
|
"""Reset image transformation to default value
|
|
2372
1892
|
|
|
2373
|
-
:type execution_context: int | str | None
|
|
2374
|
-
:type undo: bool | None
|
|
2375
1893
|
:param property: Property, Strip transform property to be reset
|
|
2376
1894
|
|
|
2377
1895
|
POSITION
|
|
@@ -2385,7 +1903,6 @@ def strip_transform_clear(
|
|
|
2385
1903
|
|
|
2386
1904
|
ALL
|
|
2387
1905
|
All -- Reset strip transform location, scale and rotation.
|
|
2388
|
-
:type property: typing.Literal['POSITION','SCALE','ROTATION','ALL'] | None
|
|
2389
1906
|
"""
|
|
2390
1907
|
|
|
2391
1908
|
def strip_transform_fit(
|
|
@@ -2397,10 +1914,7 @@ def strip_transform_fit(
|
|
|
2397
1914
|
) -> None:
|
|
2398
1915
|
"""Undocumented, consider contributing.
|
|
2399
1916
|
|
|
2400
|
-
:type execution_context: int | str | None
|
|
2401
|
-
:type undo: bool | None
|
|
2402
1917
|
:param fit_method: Fit Method, Mode for fitting the image to the canvas
|
|
2403
|
-
:type fit_method: bpy.stub_internal.rna_enums.StripScaleMethodItems | None
|
|
2404
1918
|
"""
|
|
2405
1919
|
|
|
2406
1920
|
def swap(
|
|
@@ -2412,10 +1926,7 @@ def swap(
|
|
|
2412
1926
|
) -> None:
|
|
2413
1927
|
"""Swap active strip with strip to the right or left
|
|
2414
1928
|
|
|
2415
|
-
:type execution_context: int | str | None
|
|
2416
|
-
:type undo: bool | None
|
|
2417
1929
|
:param side: Side, Side of the strip to swap
|
|
2418
|
-
:type side: typing.Literal['LEFT','RIGHT'] | None
|
|
2419
1930
|
"""
|
|
2420
1931
|
|
|
2421
1932
|
def swap_data(
|
|
@@ -2423,22 +1934,14 @@ def swap_data(
|
|
|
2423
1934
|
undo: bool | None = None,
|
|
2424
1935
|
/,
|
|
2425
1936
|
) -> None:
|
|
2426
|
-
"""Swap 2 sequencer strips
|
|
2427
|
-
|
|
2428
|
-
:type execution_context: int | str | None
|
|
2429
|
-
:type undo: bool | None
|
|
2430
|
-
"""
|
|
1937
|
+
"""Swap 2 sequencer strips"""
|
|
2431
1938
|
|
|
2432
1939
|
def swap_inputs(
|
|
2433
1940
|
execution_context: int | str | None = None,
|
|
2434
1941
|
undo: bool | None = None,
|
|
2435
1942
|
/,
|
|
2436
1943
|
) -> None:
|
|
2437
|
-
"""Swap the two inputs of the effect strip
|
|
2438
|
-
|
|
2439
|
-
:type execution_context: int | str | None
|
|
2440
|
-
:type undo: bool | None
|
|
2441
|
-
"""
|
|
1944
|
+
"""Swap the two inputs of the effect strip"""
|
|
2442
1945
|
|
|
2443
1946
|
def text_cursor_move(
|
|
2444
1947
|
execution_context: int | str | None = None,
|
|
@@ -2462,12 +1965,8 @@ def text_cursor_move(
|
|
|
2462
1965
|
) -> None:
|
|
2463
1966
|
"""Move cursor in text
|
|
2464
1967
|
|
|
2465
|
-
:type execution_context: int | str | None
|
|
2466
|
-
:type undo: bool | None
|
|
2467
1968
|
:param type: Type, Where to move cursor to, to make a selection
|
|
2468
|
-
: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
|
|
2469
1969
|
:param select_text: Select Text, Select text while moving cursor
|
|
2470
|
-
:type select_text: bool | None
|
|
2471
1970
|
"""
|
|
2472
1971
|
|
|
2473
1972
|
def text_cursor_set(
|
|
@@ -2479,10 +1978,7 @@ def text_cursor_set(
|
|
|
2479
1978
|
) -> None:
|
|
2480
1979
|
"""Set cursor position in text
|
|
2481
1980
|
|
|
2482
|
-
:type execution_context: int | str | None
|
|
2483
|
-
:type undo: bool | None
|
|
2484
1981
|
:param select_text: Select Text, Select text while moving cursor
|
|
2485
|
-
:type select_text: bool | None
|
|
2486
1982
|
"""
|
|
2487
1983
|
|
|
2488
1984
|
def text_delete(
|
|
@@ -2495,10 +1991,7 @@ def text_delete(
|
|
|
2495
1991
|
) -> None:
|
|
2496
1992
|
"""Delete text at cursor position
|
|
2497
1993
|
|
|
2498
|
-
:type execution_context: int | str | None
|
|
2499
|
-
:type undo: bool | None
|
|
2500
1994
|
:param type: Type, Which part of the text to delete
|
|
2501
|
-
:type type: typing.Literal['NEXT_OR_SELECTION','PREVIOUS_OR_SELECTION'] | None
|
|
2502
1995
|
"""
|
|
2503
1996
|
|
|
2504
1997
|
def text_deselect_all(
|
|
@@ -2506,55 +1999,35 @@ def text_deselect_all(
|
|
|
2506
1999
|
undo: bool | None = None,
|
|
2507
2000
|
/,
|
|
2508
2001
|
) -> None:
|
|
2509
|
-
"""Deselect all characters
|
|
2510
|
-
|
|
2511
|
-
:type execution_context: int | str | None
|
|
2512
|
-
:type undo: bool | None
|
|
2513
|
-
"""
|
|
2002
|
+
"""Deselect all characters"""
|
|
2514
2003
|
|
|
2515
2004
|
def text_edit_copy(
|
|
2516
2005
|
execution_context: int | str | None = None,
|
|
2517
2006
|
undo: bool | None = None,
|
|
2518
2007
|
/,
|
|
2519
2008
|
) -> None:
|
|
2520
|
-
"""Copy text to clipboard
|
|
2521
|
-
|
|
2522
|
-
:type execution_context: int | str | None
|
|
2523
|
-
:type undo: bool | None
|
|
2524
|
-
"""
|
|
2009
|
+
"""Copy text to clipboard"""
|
|
2525
2010
|
|
|
2526
2011
|
def text_edit_cut(
|
|
2527
2012
|
execution_context: int | str | None = None,
|
|
2528
2013
|
undo: bool | None = None,
|
|
2529
2014
|
/,
|
|
2530
2015
|
) -> None:
|
|
2531
|
-
"""Cut text to clipboard
|
|
2532
|
-
|
|
2533
|
-
:type execution_context: int | str | None
|
|
2534
|
-
:type undo: bool | None
|
|
2535
|
-
"""
|
|
2016
|
+
"""Cut text to clipboard"""
|
|
2536
2017
|
|
|
2537
2018
|
def text_edit_mode_toggle(
|
|
2538
2019
|
execution_context: int | str | None = None,
|
|
2539
2020
|
undo: bool | None = None,
|
|
2540
2021
|
/,
|
|
2541
2022
|
) -> None:
|
|
2542
|
-
"""Toggle text editing
|
|
2543
|
-
|
|
2544
|
-
:type execution_context: int | str | None
|
|
2545
|
-
:type undo: bool | None
|
|
2546
|
-
"""
|
|
2023
|
+
"""Toggle text editing"""
|
|
2547
2024
|
|
|
2548
2025
|
def text_edit_paste(
|
|
2549
2026
|
execution_context: int | str | None = None,
|
|
2550
2027
|
undo: bool | None = None,
|
|
2551
2028
|
/,
|
|
2552
2029
|
) -> None:
|
|
2553
|
-
"""Paste text from clipboard
|
|
2554
|
-
|
|
2555
|
-
:type execution_context: int | str | None
|
|
2556
|
-
:type undo: bool | None
|
|
2557
|
-
"""
|
|
2030
|
+
"""Paste text from clipboard"""
|
|
2558
2031
|
|
|
2559
2032
|
def text_insert(
|
|
2560
2033
|
execution_context: int | str | None = None,
|
|
@@ -2565,10 +2038,7 @@ def text_insert(
|
|
|
2565
2038
|
) -> None:
|
|
2566
2039
|
"""Insert text at cursor position
|
|
2567
2040
|
|
|
2568
|
-
:type execution_context: int | str | None
|
|
2569
|
-
:type undo: bool | None
|
|
2570
2041
|
:param string: String, String to be inserted at cursor position
|
|
2571
|
-
:type string: str
|
|
2572
2042
|
"""
|
|
2573
2043
|
|
|
2574
2044
|
def text_line_break(
|
|
@@ -2576,33 +2046,21 @@ def text_line_break(
|
|
|
2576
2046
|
undo: bool | None = None,
|
|
2577
2047
|
/,
|
|
2578
2048
|
) -> None:
|
|
2579
|
-
"""Insert line break at cursor position
|
|
2580
|
-
|
|
2581
|
-
:type execution_context: int | str | None
|
|
2582
|
-
:type undo: bool | None
|
|
2583
|
-
"""
|
|
2049
|
+
"""Insert line break at cursor position"""
|
|
2584
2050
|
|
|
2585
2051
|
def text_select_all(
|
|
2586
2052
|
execution_context: int | str | None = None,
|
|
2587
2053
|
undo: bool | None = None,
|
|
2588
2054
|
/,
|
|
2589
2055
|
) -> None:
|
|
2590
|
-
"""Select all characters
|
|
2591
|
-
|
|
2592
|
-
:type execution_context: int | str | None
|
|
2593
|
-
:type undo: bool | None
|
|
2594
|
-
"""
|
|
2056
|
+
"""Select all characters"""
|
|
2595
2057
|
|
|
2596
2058
|
def unlock(
|
|
2597
2059
|
execution_context: int | str | None = None,
|
|
2598
2060
|
undo: bool | None = None,
|
|
2599
2061
|
/,
|
|
2600
2062
|
) -> None:
|
|
2601
|
-
"""Unlock strips so they can be transformed
|
|
2602
|
-
|
|
2603
|
-
:type execution_context: int | str | None
|
|
2604
|
-
:type undo: bool | None
|
|
2605
|
-
"""
|
|
2063
|
+
"""Unlock strips so they can be transformed"""
|
|
2606
2064
|
|
|
2607
2065
|
def unmute(
|
|
2608
2066
|
execution_context: int | str | None = None,
|
|
@@ -2613,10 +2071,7 @@ def unmute(
|
|
|
2613
2071
|
) -> None:
|
|
2614
2072
|
"""Unmute (un)selected strips
|
|
2615
2073
|
|
|
2616
|
-
:type execution_context: int | str | None
|
|
2617
|
-
:type undo: bool | None
|
|
2618
2074
|
:param unselected: Unselected, Unmute unselected rather than selected strips
|
|
2619
|
-
:type unselected: bool | None
|
|
2620
2075
|
"""
|
|
2621
2076
|
|
|
2622
2077
|
def view_all(
|
|
@@ -2624,33 +2079,21 @@ def view_all(
|
|
|
2624
2079
|
undo: bool | None = None,
|
|
2625
2080
|
/,
|
|
2626
2081
|
) -> None:
|
|
2627
|
-
"""View all the strips in the sequencer
|
|
2628
|
-
|
|
2629
|
-
:type execution_context: int | str | None
|
|
2630
|
-
:type undo: bool | None
|
|
2631
|
-
"""
|
|
2082
|
+
"""View all the strips in the sequencer"""
|
|
2632
2083
|
|
|
2633
2084
|
def view_all_preview(
|
|
2634
2085
|
execution_context: int | str | None = None,
|
|
2635
2086
|
undo: bool | None = None,
|
|
2636
2087
|
/,
|
|
2637
2088
|
) -> None:
|
|
2638
|
-
"""Zoom preview to fit in the area
|
|
2639
|
-
|
|
2640
|
-
:type execution_context: int | str | None
|
|
2641
|
-
:type undo: bool | None
|
|
2642
|
-
"""
|
|
2089
|
+
"""Zoom preview to fit in the area"""
|
|
2643
2090
|
|
|
2644
2091
|
def view_frame(
|
|
2645
2092
|
execution_context: int | str | None = None,
|
|
2646
2093
|
undo: bool | None = None,
|
|
2647
2094
|
/,
|
|
2648
2095
|
) -> None:
|
|
2649
|
-
"""Move the view to the current frame
|
|
2650
|
-
|
|
2651
|
-
:type execution_context: int | str | None
|
|
2652
|
-
:type undo: bool | None
|
|
2653
|
-
"""
|
|
2096
|
+
"""Move the view to the current frame"""
|
|
2654
2097
|
|
|
2655
2098
|
def view_ghost_border(
|
|
2656
2099
|
execution_context: int | str | None = None,
|
|
@@ -2665,18 +2108,11 @@ def view_ghost_border(
|
|
|
2665
2108
|
) -> None:
|
|
2666
2109
|
"""Set the boundaries of the border used for offset view
|
|
2667
2110
|
|
|
2668
|
-
:type execution_context: int | str | None
|
|
2669
|
-
:type undo: bool | None
|
|
2670
2111
|
:param xmin: X Min
|
|
2671
|
-
:type xmin: int | None
|
|
2672
2112
|
:param xmax: X Max
|
|
2673
|
-
:type xmax: int | None
|
|
2674
2113
|
:param ymin: Y Min
|
|
2675
|
-
:type ymin: int | None
|
|
2676
2114
|
:param ymax: Y Max
|
|
2677
|
-
:type ymax: int | None
|
|
2678
2115
|
:param wait_for_input: Wait for Input
|
|
2679
|
-
:type wait_for_input: bool | None
|
|
2680
2116
|
"""
|
|
2681
2117
|
|
|
2682
2118
|
def view_selected(
|
|
@@ -2684,11 +2120,7 @@ def view_selected(
|
|
|
2684
2120
|
undo: bool | None = None,
|
|
2685
2121
|
/,
|
|
2686
2122
|
) -> None:
|
|
2687
|
-
"""Zoom the sequencer on the selected strips
|
|
2688
|
-
|
|
2689
|
-
:type execution_context: int | str | None
|
|
2690
|
-
:type undo: bool | None
|
|
2691
|
-
"""
|
|
2123
|
+
"""Zoom the sequencer on the selected strips"""
|
|
2692
2124
|
|
|
2693
2125
|
def view_zoom_ratio(
|
|
2694
2126
|
execution_context: int | str | None = None,
|
|
@@ -2699,8 +2131,5 @@ def view_zoom_ratio(
|
|
|
2699
2131
|
) -> None:
|
|
2700
2132
|
"""Change zoom ratio of sequencer preview
|
|
2701
2133
|
|
|
2702
|
-
:type execution_context: int | str | None
|
|
2703
|
-
:type undo: bool | None
|
|
2704
2134
|
:param ratio: Ratio, Zoom ratio, 1.0 is 1:1, higher is zoomed in, lower is zoomed out
|
|
2705
|
-
:type ratio: float | None
|
|
2706
2135
|
"""
|