fake-bpy-module-latest 20250927__py3-none-any.whl → 20260122__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {bl_console_utils → _bl_console_utils}/autocomplete/complete_calltip/__init__.pyi +0 -13
- {bl_console_utils → _bl_console_utils}/autocomplete/complete_import/__init__.pyi +0 -5
- {bl_console_utils → _bl_console_utils}/autocomplete/complete_namespace/__init__.pyi +0 -11
- {bl_console_utils → _bl_console_utils}/autocomplete/intellisense/__init__.pyi +0 -10
- {bl_i18n_utils → _bl_i18n_utils}/__init__.pyi +1 -0
- {bl_i18n_utils → _bl_i18n_utils}/bl_extract_messages/__init__.pyi +1 -0
- {bl_i18n_utils → _bl_i18n_utils}/settings/__init__.pyi +2 -0
- _bl_i18n_utils/utils_spell_check/__init__.pyi +22 -0
- {bl_ui_utils → _bl_ui_utils}/__init__.pyi +1 -0
- _bpy_internal/__init__.pyi +3 -1
- _bpy_internal/disk_file_hash_service/__init__.pyi +19 -0
- _bpy_internal/disk_file_hash_service/backend_sqlite/__init__.pyi +48 -0
- _bpy_internal/disk_file_hash_service/hash_service/__init__.pyi +64 -0
- _bpy_internal/disk_file_hash_service/types/__init__.pyi +53 -0
- _bpy_internal/filesystem/__init__.pyi +5 -0
- _bpy_internal/filesystem/locking/__init__.pyi +28 -0
- _bpy_internal/platform/__init__.pyi +5 -0
- _bpy_types/__init__.pyi +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 +51 -47
- 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 +1 -17
- bl_ui/node_add_menu/__init__.pyi +13 -16
- 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 +0 -90
- 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 +60 -59
- bpy/app/handlers/__init__.pyi +4 -0
- 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 +15 -165
- 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 +27 -217
- 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 +18 -316
- bpy/ops/grease_pencil/__init__.pyi +61 -522
- 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 +2 -50
- 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 +20 -184
- bpy/ops/node/__init__.pyi +306 -666
- bpy/ops/object/__init__.pyi +139 -1254
- bpy/ops/outliner/__init__.pyi +47 -327
- bpy/ops/paint/__init__.pyi +43 -282
- bpy/ops/paintcurve/__init__.pyi +4 -36
- bpy/ops/palette/__init__.pyi +3 -27
- bpy/ops/particle/__init__.pyi +20 -160
- bpy/ops/pointcloud/__init__.pyi +3 -35
- bpy/ops/pose/__init__.pyi +28 -233
- bpy/ops/poselib/__init__.pyi +4 -69
- bpy/ops/preferences/__init__.pyi +23 -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 +41 -312
- bpy/ops/sculpt_curves/__init__.pyi +6 -21
- bpy/ops/sequencer/__init__.pyi +92 -669
- 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 +21 -158
- 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 +21798 -58228
- 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-20250927.dist-info → fake_bpy_module_latest-20260122.dist-info}/METADATA +4 -1
- fake_bpy_module_latest-20260122.dist-info/RECORD +385 -0
- {fake_bpy_module_latest-20250927.dist-info → fake_bpy_module_latest-20260122.dist-info}/WHEEL +1 -1
- {fake_bpy_module_latest-20250927.dist-info → fake_bpy_module_latest-20260122.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/__init__.pyi +16 -0
- 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 +4 -24
- 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-20250927.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_internal/{freedesktop → platform/freedesktop}/__init__.pyi +0 -0
- {bpy_restrict_state → _bpy_restrict_state}/__init__.pyi +0 -0
- {bpy_restrict_state → _bpy_restrict_state}/py.typed +0 -0
- {console_python → _console_python}/__init__.pyi +0 -0
- {console_python → _console_python}/py.typed +0 -0
- {console_shell → _console_shell}/__init__.pyi +0 -0
- {console_shell → _console_shell}/py.typed +0 -0
- {graphviz_export → _graphviz_export}/__init__.pyi +0 -0
- {graphviz_export → _graphviz_export}/py.typed +0 -0
- {keyingsets_utils → _keyingsets_utils}/__init__.pyi +0 -0
- {keyingsets_utils → _keyingsets_utils}/py.typed +0 -0
- {rna_info → _rna_info}/py.typed +0 -0
- {rna_xml → _rna_xml}/__init__.pyi +0 -0
- {rna_xml → _rna_xml}/py.typed +0 -0
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(
|
|
@@ -1584,36 +1267,20 @@ def select(
|
|
|
1584
1267
|
) -> None:
|
|
1585
1268
|
"""Select a strip (last selected becomes the "active strip")
|
|
1586
1269
|
|
|
1587
|
-
:type execution_context: int | str | None
|
|
1588
|
-
:type undo: bool | None
|
|
1589
1270
|
:param wait_to_deselect_others: Wait to Deselect Others
|
|
1590
|
-
:type wait_to_deselect_others: bool | None
|
|
1591
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
|
|
1592
|
-
:type use_select_on_click: bool | None
|
|
1593
1272
|
:param mouse_x: Mouse X
|
|
1594
|
-
:type mouse_x: int | None
|
|
1595
1273
|
:param mouse_y: Mouse Y
|
|
1596
|
-
:type mouse_y: int | None
|
|
1597
1274
|
:param extend: Extend, Extend selection instead of deselecting everything first
|
|
1598
|
-
:type extend: bool | None
|
|
1599
1275
|
:param deselect: Deselect, Remove from selection
|
|
1600
|
-
:type deselect: bool | None
|
|
1601
1276
|
:param toggle: Toggle Selection, Toggle the selection
|
|
1602
|
-
:type toggle: bool | None
|
|
1603
1277
|
:param deselect_all: Deselect On Nothing, Deselect all when nothing under the cursor
|
|
1604
|
-
:type deselect_all: bool | None
|
|
1605
1278
|
:param select_passthrough: Only Select Unselected, Ignore the select action when the element is already selected
|
|
1606
|
-
:type select_passthrough: bool | None
|
|
1607
1279
|
:param center: Center, Use the object center when selecting, in edit mode used to extend object selection
|
|
1608
|
-
:type center: bool | None
|
|
1609
1280
|
:param linked_handle: Linked Handle, Select handles next to the active strip
|
|
1610
|
-
:type linked_handle: bool | None
|
|
1611
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
|
|
1612
|
-
:type linked_time: bool | None
|
|
1613
1282
|
:param side_of_frame: Side of Frame, Select all strips on same side of the current frame as the mouse cursor
|
|
1614
|
-
:type side_of_frame: bool | None
|
|
1615
1283
|
:param ignore_connections: Ignore Connections, Select strips individually whether or not they are connected
|
|
1616
|
-
:type ignore_connections: bool | None
|
|
1617
1284
|
"""
|
|
1618
1285
|
|
|
1619
1286
|
def select_all(
|
|
@@ -1625,8 +1292,6 @@ def select_all(
|
|
|
1625
1292
|
) -> None:
|
|
1626
1293
|
"""Select or deselect all strips
|
|
1627
1294
|
|
|
1628
|
-
:type execution_context: int | str | None
|
|
1629
|
-
:type undo: bool | None
|
|
1630
1295
|
:param action: Action, Selection action to execute
|
|
1631
1296
|
|
|
1632
1297
|
TOGGLE
|
|
@@ -1640,7 +1305,6 @@ def select_all(
|
|
|
1640
1305
|
|
|
1641
1306
|
INVERT
|
|
1642
1307
|
Invert -- Invert selection of all elements.
|
|
1643
|
-
:type action: typing.Literal['TOGGLE','SELECT','DESELECT','INVERT'] | None
|
|
1644
1308
|
"""
|
|
1645
1309
|
|
|
1646
1310
|
def select_box(
|
|
@@ -1660,18 +1324,11 @@ def select_box(
|
|
|
1660
1324
|
) -> None:
|
|
1661
1325
|
"""Select strips using box selection
|
|
1662
1326
|
|
|
1663
|
-
:type execution_context: int | str | None
|
|
1664
|
-
:type undo: bool | None
|
|
1665
1327
|
:param xmin: X Min
|
|
1666
|
-
:type xmin: int | None
|
|
1667
1328
|
:param xmax: X Max
|
|
1668
|
-
:type xmax: int | None
|
|
1669
1329
|
:param ymin: Y Min
|
|
1670
|
-
:type ymin: int | None
|
|
1671
1330
|
:param ymax: Y Max
|
|
1672
|
-
:type ymax: int | None
|
|
1673
1331
|
:param wait_for_input: Wait for Input
|
|
1674
|
-
:type wait_for_input: bool | None
|
|
1675
1332
|
:param mode: Mode
|
|
1676
1333
|
|
|
1677
1334
|
SET
|
|
@@ -1682,13 +1339,9 @@ def select_box(
|
|
|
1682
1339
|
|
|
1683
1340
|
SUB
|
|
1684
1341
|
Subtract -- Subtract existing selection.
|
|
1685
|
-
:type mode: typing.Literal['SET','ADD','SUB'] | None
|
|
1686
1342
|
:param tweak: Tweak, Make box select pass through to sequence slide when the cursor is hovering on a strip
|
|
1687
|
-
:type tweak: bool | None
|
|
1688
1343
|
:param include_handles: Select Handles, Select the strips and their handles
|
|
1689
|
-
:type include_handles: bool | None
|
|
1690
1344
|
:param ignore_connections: Ignore Connections, Select strips individually whether or not they are connected
|
|
1691
|
-
:type ignore_connections: bool | None
|
|
1692
1345
|
"""
|
|
1693
1346
|
|
|
1694
1347
|
def select_circle(
|
|
@@ -1705,16 +1358,10 @@ def select_circle(
|
|
|
1705
1358
|
) -> None:
|
|
1706
1359
|
"""Select strips using circle selection
|
|
1707
1360
|
|
|
1708
|
-
:type execution_context: int | str | None
|
|
1709
|
-
:type undo: bool | None
|
|
1710
1361
|
:param x: X
|
|
1711
|
-
:type x: int | None
|
|
1712
1362
|
:param y: Y
|
|
1713
|
-
:type y: int | None
|
|
1714
1363
|
:param radius: Radius
|
|
1715
|
-
:type radius: int | None
|
|
1716
1364
|
:param wait_for_input: Wait for Input
|
|
1717
|
-
:type wait_for_input: bool | None
|
|
1718
1365
|
:param mode: Mode
|
|
1719
1366
|
|
|
1720
1367
|
SET
|
|
@@ -1725,9 +1372,7 @@ def select_circle(
|
|
|
1725
1372
|
|
|
1726
1373
|
SUB
|
|
1727
1374
|
Subtract -- Subtract existing selection.
|
|
1728
|
-
:type mode: typing.Literal['SET','ADD','SUB'] | None
|
|
1729
1375
|
:param ignore_connections: Ignore Connections, Select strips individually whether or not they are connected
|
|
1730
|
-
:type ignore_connections: bool | None
|
|
1731
1376
|
"""
|
|
1732
1377
|
|
|
1733
1378
|
def select_grouped(
|
|
@@ -1744,8 +1389,6 @@ def select_grouped(
|
|
|
1744
1389
|
) -> None:
|
|
1745
1390
|
"""Select all strips grouped by various properties
|
|
1746
1391
|
|
|
1747
|
-
:type execution_context: int | str | None
|
|
1748
|
-
:type undo: bool | None
|
|
1749
1392
|
:param type: Type
|
|
1750
1393
|
|
|
1751
1394
|
TYPE
|
|
@@ -1768,11 +1411,8 @@ def select_grouped(
|
|
|
1768
1411
|
|
|
1769
1412
|
OVERLAP
|
|
1770
1413
|
Overlap -- Overlapping time.
|
|
1771
|
-
:type type: typing.Literal['TYPE','TYPE_BASIC','TYPE_EFFECT','DATA','EFFECT','EFFECT_LINK','OVERLAP'] | None
|
|
1772
1414
|
:param extend: Extend, Extend selection instead of deselecting everything first
|
|
1773
|
-
:type extend: bool | None
|
|
1774
1415
|
:param use_active_channel: Same Channel, Only consider strips on the same channel as the active one
|
|
1775
|
-
:type use_active_channel: bool | None
|
|
1776
1416
|
"""
|
|
1777
1417
|
|
|
1778
1418
|
def select_handle(
|
|
@@ -1788,18 +1428,11 @@ def select_handle(
|
|
|
1788
1428
|
) -> None:
|
|
1789
1429
|
"""Select strip handle
|
|
1790
1430
|
|
|
1791
|
-
:type execution_context: int | str | None
|
|
1792
|
-
:type undo: bool | None
|
|
1793
1431
|
:param wait_to_deselect_others: Wait to Deselect Others
|
|
1794
|
-
:type wait_to_deselect_others: bool | None
|
|
1795
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
|
|
1796
|
-
:type use_select_on_click: bool | None
|
|
1797
1433
|
:param mouse_x: Mouse X
|
|
1798
|
-
:type mouse_x: int | None
|
|
1799
1434
|
:param mouse_y: Mouse Y
|
|
1800
|
-
:type mouse_y: int | None
|
|
1801
1435
|
:param ignore_connections: Ignore Connections, Select strips individually whether or not they are connected
|
|
1802
|
-
:type ignore_connections: bool | None
|
|
1803
1436
|
"""
|
|
1804
1437
|
|
|
1805
1438
|
def select_handles(
|
|
@@ -1814,10 +1447,7 @@ def select_handles(
|
|
|
1814
1447
|
) -> None:
|
|
1815
1448
|
"""Select gizmo handles on the sides of the selected strip
|
|
1816
1449
|
|
|
1817
|
-
:type execution_context: int | str | None
|
|
1818
|
-
:type undo: bool | None
|
|
1819
1450
|
:param side: Side, The side of the handle that is selected
|
|
1820
|
-
:type side: typing.Literal['LEFT','RIGHT','BOTH','LEFT_NEIGHBOR','RIGHT_NEIGHBOR','BOTH_NEIGHBORS'] | None
|
|
1821
1451
|
"""
|
|
1822
1452
|
|
|
1823
1453
|
def select_lasso(
|
|
@@ -1833,16 +1463,10 @@ def select_lasso(
|
|
|
1833
1463
|
) -> None:
|
|
1834
1464
|
"""Select strips using lasso selection
|
|
1835
1465
|
|
|
1836
|
-
:type execution_context: int | str | None
|
|
1837
|
-
:type undo: bool | None
|
|
1838
1466
|
:param path: Path
|
|
1839
|
-
:type path: bpy.types.bpy_prop_collection[bpy.types.OperatorMousePath] | None
|
|
1840
1467
|
:param use_smooth_stroke: Stabilize Stroke, Selection lags behind mouse and follows a smoother path
|
|
1841
|
-
:type use_smooth_stroke: bool | None
|
|
1842
1468
|
:param smooth_stroke_factor: Smooth Stroke Factor, Higher values gives a smoother stroke
|
|
1843
|
-
:type smooth_stroke_factor: float | None
|
|
1844
1469
|
:param smooth_stroke_radius: Smooth Stroke Radius, Minimum distance from last point before selection continues
|
|
1845
|
-
:type smooth_stroke_radius: int | None
|
|
1846
1470
|
:param mode: Mode
|
|
1847
1471
|
|
|
1848
1472
|
SET
|
|
@@ -1853,7 +1477,6 @@ def select_lasso(
|
|
|
1853
1477
|
|
|
1854
1478
|
SUB
|
|
1855
1479
|
Subtract -- Subtract existing selection.
|
|
1856
|
-
:type mode: typing.Literal['SET','ADD','SUB'] | None
|
|
1857
1480
|
"""
|
|
1858
1481
|
|
|
1859
1482
|
def select_less(
|
|
@@ -1861,22 +1484,14 @@ def select_less(
|
|
|
1861
1484
|
undo: bool | None = None,
|
|
1862
1485
|
/,
|
|
1863
1486
|
) -> None:
|
|
1864
|
-
"""Shrink the current selection of adjacent selected strips
|
|
1865
|
-
|
|
1866
|
-
:type execution_context: int | str | None
|
|
1867
|
-
:type undo: bool | None
|
|
1868
|
-
"""
|
|
1487
|
+
"""Shrink the current selection of adjacent selected strips"""
|
|
1869
1488
|
|
|
1870
1489
|
def select_linked(
|
|
1871
1490
|
execution_context: int | str | None = None,
|
|
1872
1491
|
undo: bool | None = None,
|
|
1873
1492
|
/,
|
|
1874
1493
|
) -> None:
|
|
1875
|
-
"""Select all strips adjacent to the current selection
|
|
1876
|
-
|
|
1877
|
-
:type execution_context: int | str | None
|
|
1878
|
-
:type undo: bool | None
|
|
1879
|
-
"""
|
|
1494
|
+
"""Select all strips adjacent to the current selection"""
|
|
1880
1495
|
|
|
1881
1496
|
def select_linked_pick(
|
|
1882
1497
|
execution_context: int | str | None = None,
|
|
@@ -1887,10 +1502,7 @@ def select_linked_pick(
|
|
|
1887
1502
|
) -> None:
|
|
1888
1503
|
"""Select a chain of linked strips nearest to the mouse pointer
|
|
1889
1504
|
|
|
1890
|
-
:type execution_context: int | str | None
|
|
1891
|
-
:type undo: bool | None
|
|
1892
1505
|
:param extend: Extend, Extend the selection
|
|
1893
|
-
:type extend: bool | None
|
|
1894
1506
|
"""
|
|
1895
1507
|
|
|
1896
1508
|
def select_more(
|
|
@@ -1898,11 +1510,7 @@ def select_more(
|
|
|
1898
1510
|
undo: bool | None = None,
|
|
1899
1511
|
/,
|
|
1900
1512
|
) -> None:
|
|
1901
|
-
"""Select more strips adjacent to the current selection
|
|
1902
|
-
|
|
1903
|
-
:type execution_context: int | str | None
|
|
1904
|
-
:type undo: bool | None
|
|
1905
|
-
"""
|
|
1513
|
+
"""Select more strips adjacent to the current selection"""
|
|
1906
1514
|
|
|
1907
1515
|
def select_side(
|
|
1908
1516
|
execution_context: int | str | None = None,
|
|
@@ -1913,10 +1521,7 @@ def select_side(
|
|
|
1913
1521
|
) -> None:
|
|
1914
1522
|
"""Select strips on the nominated side of the selected strips
|
|
1915
1523
|
|
|
1916
|
-
:type execution_context: int | str | None
|
|
1917
|
-
:type undo: bool | None
|
|
1918
1524
|
:param side: Side, The side to which the selection is applied
|
|
1919
|
-
:type side: typing.Literal['MOUSE','LEFT','RIGHT','BOTH','NO_CHANGE'] | None
|
|
1920
1525
|
"""
|
|
1921
1526
|
|
|
1922
1527
|
def select_side_of_frame(
|
|
@@ -1929,10 +1534,7 @@ def select_side_of_frame(
|
|
|
1929
1534
|
) -> None:
|
|
1930
1535
|
"""Select strips relative to the current frame
|
|
1931
1536
|
|
|
1932
|
-
:type execution_context: int | str | None
|
|
1933
|
-
:type undo: bool | None
|
|
1934
1537
|
:param extend: Extend, Extend the selection
|
|
1935
|
-
:type extend: bool | None
|
|
1936
1538
|
:param side: Side
|
|
1937
1539
|
|
|
1938
1540
|
LEFT
|
|
@@ -1943,7 +1545,6 @@ def select_side_of_frame(
|
|
|
1943
1545
|
|
|
1944
1546
|
CURRENT
|
|
1945
1547
|
Current Frame -- Select intersecting with the current frame.
|
|
1946
|
-
:type side: typing.Literal['LEFT','RIGHT','CURRENT'] | None
|
|
1947
1548
|
"""
|
|
1948
1549
|
|
|
1949
1550
|
def set_range_to_strips(
|
|
@@ -1955,10 +1556,7 @@ def set_range_to_strips(
|
|
|
1955
1556
|
) -> None:
|
|
1956
1557
|
"""Set the frame range to the selected strips start and end
|
|
1957
1558
|
|
|
1958
|
-
:type execution_context: int | str | None
|
|
1959
|
-
:type undo: bool | None
|
|
1960
1559
|
:param preview: Preview, Set the preview range instead
|
|
1961
|
-
:type preview: bool | None
|
|
1962
1560
|
"""
|
|
1963
1561
|
|
|
1964
1562
|
def slip(
|
|
@@ -1973,16 +1571,10 @@ def slip(
|
|
|
1973
1571
|
) -> None:
|
|
1974
1572
|
"""Slip the contents of selected strips
|
|
1975
1573
|
|
|
1976
|
-
:type execution_context: int | str | None
|
|
1977
|
-
:type undo: bool | None
|
|
1978
1574
|
:param offset: Offset, Offset to the data of the strip
|
|
1979
|
-
:type offset: float | None
|
|
1980
1575
|
:param slip_keyframes: Slip Keyframes, Move the keyframes alongside the media
|
|
1981
|
-
:type slip_keyframes: bool | None
|
|
1982
1576
|
:param use_cursor_position: Use Cursor Position, Slip strips under mouse cursor instead of all selected strips
|
|
1983
|
-
:type use_cursor_position: bool | None
|
|
1984
1577
|
:param ignore_connections: Ignore Connections, Do not slip connected strips if using cursor position
|
|
1985
|
-
:type ignore_connections: bool | None
|
|
1986
1578
|
"""
|
|
1987
1579
|
|
|
1988
1580
|
def snap(
|
|
@@ -1994,10 +1586,7 @@ def snap(
|
|
|
1994
1586
|
) -> None:
|
|
1995
1587
|
"""Frame where selected strips will be snapped
|
|
1996
1588
|
|
|
1997
|
-
:type execution_context: int | str | None
|
|
1998
|
-
:type undo: bool | None
|
|
1999
1589
|
:param frame: Frame, Frame where selected strips will be snapped
|
|
2000
|
-
:type frame: int | None
|
|
2001
1590
|
"""
|
|
2002
1591
|
|
|
2003
1592
|
def sound_strip_add(
|
|
@@ -2053,52 +1642,28 @@ def sound_strip_add(
|
|
|
2053
1642
|
) -> None:
|
|
2054
1643
|
"""Add a sound strip to the sequencer
|
|
2055
1644
|
|
|
2056
|
-
:type execution_context: int | str | None
|
|
2057
|
-
:type undo: bool | None
|
|
2058
1645
|
:param filepath: File Path, Path to file
|
|
2059
|
-
:type filepath: str
|
|
2060
1646
|
:param directory: Directory, Directory of the file
|
|
2061
|
-
:type directory: str
|
|
2062
1647
|
:param files: Files
|
|
2063
|
-
:type files: bpy.types.bpy_prop_collection[bpy.types.OperatorFileListElement] | None
|
|
2064
1648
|
:param check_existing: Check Existing, Check and warn on overwriting existing files
|
|
2065
|
-
:type check_existing: bool | None
|
|
2066
1649
|
:param filter_blender: Filter .blend files
|
|
2067
|
-
:type filter_blender: bool | None
|
|
2068
1650
|
:param filter_backup: Filter .blend files
|
|
2069
|
-
:type filter_backup: bool | None
|
|
2070
1651
|
:param filter_image: Filter image files
|
|
2071
|
-
:type filter_image: bool | None
|
|
2072
1652
|
:param filter_movie: Filter movie files
|
|
2073
|
-
:type filter_movie: bool | None
|
|
2074
1653
|
:param filter_python: Filter Python files
|
|
2075
|
-
:type filter_python: bool | None
|
|
2076
1654
|
:param filter_font: Filter font files
|
|
2077
|
-
:type filter_font: bool | None
|
|
2078
1655
|
:param filter_sound: Filter sound files
|
|
2079
|
-
:type filter_sound: bool | None
|
|
2080
1656
|
:param filter_text: Filter text files
|
|
2081
|
-
:type filter_text: bool | None
|
|
2082
1657
|
:param filter_archive: Filter archive files
|
|
2083
|
-
:type filter_archive: bool | None
|
|
2084
1658
|
:param filter_btx: Filter btx files
|
|
2085
|
-
:type filter_btx: bool | None
|
|
2086
1659
|
:param filter_alembic: Filter Alembic files
|
|
2087
|
-
:type filter_alembic: bool | None
|
|
2088
1660
|
:param filter_usd: Filter USD files
|
|
2089
|
-
:type filter_usd: bool | None
|
|
2090
1661
|
:param filter_obj: Filter OBJ files
|
|
2091
|
-
:type filter_obj: bool | None
|
|
2092
1662
|
:param filter_volume: Filter OpenVDB volume files
|
|
2093
|
-
:type filter_volume: bool | None
|
|
2094
1663
|
:param filter_folder: Filter folders
|
|
2095
|
-
:type filter_folder: bool | None
|
|
2096
1664
|
:param filter_blenlib: Filter Blender IDs
|
|
2097
|
-
:type filter_blenlib: bool | None
|
|
2098
1665
|
:param filemode: File Browser Mode, The setting for the file browser mode to load a .blend file, a library or a special file
|
|
2099
|
-
:type filemode: int | None
|
|
2100
1666
|
:param relative_path: Relative Path, Select the file relative to the blend file
|
|
2101
|
-
:type relative_path: bool | None
|
|
2102
1667
|
:param display_type: Display Type
|
|
2103
1668
|
|
|
2104
1669
|
DEFAULT
|
|
@@ -2112,7 +1677,6 @@ def sound_strip_add(
|
|
|
2112
1677
|
|
|
2113
1678
|
THUMBNAIL
|
|
2114
1679
|
Thumbnails -- Display files as thumbnails.
|
|
2115
|
-
:type display_type: typing.Literal['DEFAULT','LIST_VERTICAL','LIST_HORIZONTAL','THUMBNAIL'] | None
|
|
2116
1680
|
:param sort_method: File sorting mode
|
|
2117
1681
|
|
|
2118
1682
|
DEFAULT
|
|
@@ -2132,25 +1696,15 @@ def sound_strip_add(
|
|
|
2132
1696
|
|
|
2133
1697
|
ASSET_CATALOG
|
|
2134
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..
|
|
2135
|
-
:type sort_method: typing.Literal['DEFAULT','FILE_SORT_ALPHA','FILE_SORT_EXTENSION','FILE_SORT_TIME','FILE_SORT_SIZE','ASSET_CATALOG'] | None
|
|
2136
1699
|
:param move_strips: Move Strips, Automatically begin translating strips with the mouse after adding them to the timeline
|
|
2137
|
-
:type move_strips: bool | None
|
|
2138
1700
|
:param frame_start: Start Frame, Start frame of the strip
|
|
2139
|
-
:type frame_start: int | None
|
|
2140
1701
|
:param channel: Channel, Channel to place this strip into
|
|
2141
|
-
:type channel: int | None
|
|
2142
1702
|
:param replace_sel: Replace Selection, Deselect previously selected strips after add operation completes
|
|
2143
|
-
:type replace_sel: bool | None
|
|
2144
1703
|
:param overlap: Allow Overlap, Dont correct overlap on new strips
|
|
2145
|
-
:type overlap: bool | None
|
|
2146
1704
|
:param overlap_shuffle_override: Override Overlap Shuffle Behavior, Use the overlap_mode tool settings to determine how to shuffle overlapping strips
|
|
2147
|
-
:type overlap_shuffle_override: bool | None
|
|
2148
1705
|
:param skip_locked_or_muted_channels: Skip Locked or Muted Channels, Add strips to muted or locked channels when adding movie strips
|
|
2149
|
-
:type skip_locked_or_muted_channels: bool | None
|
|
2150
1706
|
:param cache: Cache, Cache the sound in memory
|
|
2151
|
-
:type cache: bool | None
|
|
2152
1707
|
:param mono: Mono, Merge all the sounds channels into one
|
|
2153
|
-
:type mono: bool | None
|
|
2154
1708
|
"""
|
|
2155
1709
|
|
|
2156
1710
|
def split(
|
|
@@ -2165,23 +1719,17 @@ def split(
|
|
|
2165
1719
|
side: typing.Literal["MOUSE", "LEFT", "RIGHT", "BOTH", "NO_CHANGE"]
|
|
2166
1720
|
| None = "MOUSE",
|
|
2167
1721
|
ignore_selection: bool | None = False,
|
|
1722
|
+
ignore_connections: bool | None = False,
|
|
2168
1723
|
) -> None:
|
|
2169
1724
|
"""Split the selected strips in two
|
|
2170
1725
|
|
|
2171
|
-
:type execution_context: int | str | None
|
|
2172
|
-
:type undo: bool | None
|
|
2173
1726
|
:param frame: Frame, Frame where selected strips will be split
|
|
2174
|
-
:type frame: int | None
|
|
2175
1727
|
:param channel: Channel, Channel in which strip will be cut
|
|
2176
|
-
:type channel: int | None
|
|
2177
1728
|
:param type: Type, The type of split operation to perform on strips
|
|
2178
|
-
:type type: typing.Literal['SOFT','HARD'] | None
|
|
2179
1729
|
:param use_cursor_position: Use Cursor Position, Split at position of the cursor instead of current frame
|
|
2180
|
-
:type use_cursor_position: bool | None
|
|
2181
1730
|
:param side: Side, The side that remains selected after splitting
|
|
2182
|
-
:type side: typing.Literal['MOUSE','LEFT','RIGHT','BOTH','NO_CHANGE'] | None
|
|
2183
1731
|
:param ignore_selection: Ignore Selection, Make cut even if strip is not selected preserving selection state after cut
|
|
2184
|
-
:
|
|
1732
|
+
:param ignore_connections: Ignore Connections, Dont propagate split to connected strips
|
|
2185
1733
|
"""
|
|
2186
1734
|
|
|
2187
1735
|
def split_multicam(
|
|
@@ -2193,10 +1741,7 @@ def split_multicam(
|
|
|
2193
1741
|
) -> None:
|
|
2194
1742
|
"""Split multicam strip and select camera
|
|
2195
1743
|
|
|
2196
|
-
:type execution_context: int | str | None
|
|
2197
|
-
:type undo: bool | None
|
|
2198
1744
|
:param camera: Camera
|
|
2199
|
-
:type camera: int | None
|
|
2200
1745
|
"""
|
|
2201
1746
|
|
|
2202
1747
|
def strip_color_tag_set(
|
|
@@ -2208,10 +1753,7 @@ def strip_color_tag_set(
|
|
|
2208
1753
|
) -> None:
|
|
2209
1754
|
"""Set a color tag for the selected strips
|
|
2210
1755
|
|
|
2211
|
-
:type execution_context: int | str | None
|
|
2212
|
-
:type undo: bool | None
|
|
2213
1756
|
:param color: Color Tag
|
|
2214
|
-
:type color: bpy.stub_internal.rna_enums.StripColorItems | None
|
|
2215
1757
|
"""
|
|
2216
1758
|
|
|
2217
1759
|
def strip_jump(
|
|
@@ -2224,12 +1766,8 @@ def strip_jump(
|
|
|
2224
1766
|
) -> None:
|
|
2225
1767
|
"""Move frame to previous edit point
|
|
2226
1768
|
|
|
2227
|
-
:type execution_context: int | str | None
|
|
2228
|
-
:type undo: bool | None
|
|
2229
1769
|
:param next: Next Strip
|
|
2230
|
-
:type next: bool | None
|
|
2231
1770
|
:param center: Use Strip Center
|
|
2232
|
-
:type center: bool | None
|
|
2233
1771
|
"""
|
|
2234
1772
|
|
|
2235
1773
|
def strip_modifier_add(
|
|
@@ -2241,10 +1779,7 @@ def strip_modifier_add(
|
|
|
2241
1779
|
) -> None:
|
|
2242
1780
|
"""Add a modifier to the strip
|
|
2243
1781
|
|
|
2244
|
-
:type execution_context: int | str | None
|
|
2245
|
-
:type undo: bool | None
|
|
2246
1782
|
:param type: Type
|
|
2247
|
-
:type type: str | None
|
|
2248
1783
|
"""
|
|
2249
1784
|
|
|
2250
1785
|
def strip_modifier_copy(
|
|
@@ -2256,8 +1791,6 @@ def strip_modifier_copy(
|
|
|
2256
1791
|
) -> None:
|
|
2257
1792
|
"""Copy modifiers of the active strip to all selected strips
|
|
2258
1793
|
|
|
2259
|
-
:type execution_context: int | str | None
|
|
2260
|
-
:type undo: bool | None
|
|
2261
1794
|
:param type: Type
|
|
2262
1795
|
|
|
2263
1796
|
REPLACE
|
|
@@ -2265,7 +1798,6 @@ def strip_modifier_copy(
|
|
|
2265
1798
|
|
|
2266
1799
|
APPEND
|
|
2267
1800
|
Append -- Append active modifiers to selected strips.
|
|
2268
|
-
:type type: typing.Literal['REPLACE','APPEND'] | None
|
|
2269
1801
|
"""
|
|
2270
1802
|
|
|
2271
1803
|
def strip_modifier_equalizer_redefine(
|
|
@@ -2278,8 +1810,6 @@ def strip_modifier_equalizer_redefine(
|
|
|
2278
1810
|
) -> None:
|
|
2279
1811
|
"""Redefine equalizer graphs
|
|
2280
1812
|
|
|
2281
|
-
:type execution_context: int | str | None
|
|
2282
|
-
:type undo: bool | None
|
|
2283
1813
|
:param graphs: Graphs, Number of graphs
|
|
2284
1814
|
|
|
2285
1815
|
SIMPLE
|
|
@@ -2290,9 +1820,7 @@ def strip_modifier_equalizer_redefine(
|
|
|
2290
1820
|
|
|
2291
1821
|
TRIPLE
|
|
2292
1822
|
Triplet -- Graphical definition in 3 sections.
|
|
2293
|
-
:type graphs: typing.Literal['SIMPLE','DOUBLE','TRIPLE'] | None
|
|
2294
1823
|
:param name: Name, Name of modifier to redefine
|
|
2295
|
-
:type name: str
|
|
2296
1824
|
"""
|
|
2297
1825
|
|
|
2298
1826
|
def strip_modifier_move(
|
|
@@ -2305,10 +1833,7 @@ def strip_modifier_move(
|
|
|
2305
1833
|
) -> None:
|
|
2306
1834
|
"""Move modifier up and down in the stack
|
|
2307
1835
|
|
|
2308
|
-
:type execution_context: int | str | None
|
|
2309
|
-
:type undo: bool | None
|
|
2310
1836
|
:param name: Name, Name of modifier to remove
|
|
2311
|
-
:type name: str
|
|
2312
1837
|
:param direction: Type
|
|
2313
1838
|
|
|
2314
1839
|
UP
|
|
@@ -2316,7 +1841,6 @@ def strip_modifier_move(
|
|
|
2316
1841
|
|
|
2317
1842
|
DOWN
|
|
2318
1843
|
Down -- Move modifier down in the stack.
|
|
2319
|
-
:type direction: typing.Literal['UP','DOWN'] | None
|
|
2320
1844
|
"""
|
|
2321
1845
|
|
|
2322
1846
|
def strip_modifier_move_to_index(
|
|
@@ -2329,12 +1853,8 @@ def strip_modifier_move_to_index(
|
|
|
2329
1853
|
) -> None:
|
|
2330
1854
|
"""Change the strip modifiers index in the stack so it evaluates after the set number of others
|
|
2331
1855
|
|
|
2332
|
-
:type execution_context: int | str | None
|
|
2333
|
-
:type undo: bool | None
|
|
2334
1856
|
:param modifier: Modifier, Name of the modifier to edit
|
|
2335
|
-
:type modifier: str
|
|
2336
1857
|
:param index: Index, The index to move the modifier to
|
|
2337
|
-
:type index: int | None
|
|
2338
1858
|
"""
|
|
2339
1859
|
|
|
2340
1860
|
def strip_modifier_remove(
|
|
@@ -2346,10 +1866,7 @@ def strip_modifier_remove(
|
|
|
2346
1866
|
) -> None:
|
|
2347
1867
|
"""Remove a modifier from the strip
|
|
2348
1868
|
|
|
2349
|
-
:type execution_context: int | str | None
|
|
2350
|
-
:type undo: bool | None
|
|
2351
1869
|
:param name: Name, Name of modifier to remove
|
|
2352
|
-
:type name: str
|
|
2353
1870
|
"""
|
|
2354
1871
|
|
|
2355
1872
|
def strip_modifier_set_active(
|
|
@@ -2361,10 +1878,7 @@ def strip_modifier_set_active(
|
|
|
2361
1878
|
) -> None:
|
|
2362
1879
|
"""Activate the strip modifier to use as the context
|
|
2363
1880
|
|
|
2364
|
-
:type execution_context: int | str | None
|
|
2365
|
-
:type undo: bool | None
|
|
2366
1881
|
:param modifier: Modifier, Name of the strip modifier to edit
|
|
2367
|
-
:type modifier: str
|
|
2368
1882
|
"""
|
|
2369
1883
|
|
|
2370
1884
|
def strip_transform_clear(
|
|
@@ -2376,8 +1890,6 @@ def strip_transform_clear(
|
|
|
2376
1890
|
) -> None:
|
|
2377
1891
|
"""Reset image transformation to default value
|
|
2378
1892
|
|
|
2379
|
-
:type execution_context: int | str | None
|
|
2380
|
-
:type undo: bool | None
|
|
2381
1893
|
:param property: Property, Strip transform property to be reset
|
|
2382
1894
|
|
|
2383
1895
|
POSITION
|
|
@@ -2391,7 +1903,6 @@ def strip_transform_clear(
|
|
|
2391
1903
|
|
|
2392
1904
|
ALL
|
|
2393
1905
|
All -- Reset strip transform location, scale and rotation.
|
|
2394
|
-
:type property: typing.Literal['POSITION','SCALE','ROTATION','ALL'] | None
|
|
2395
1906
|
"""
|
|
2396
1907
|
|
|
2397
1908
|
def strip_transform_fit(
|
|
@@ -2403,10 +1914,7 @@ def strip_transform_fit(
|
|
|
2403
1914
|
) -> None:
|
|
2404
1915
|
"""Undocumented, consider contributing.
|
|
2405
1916
|
|
|
2406
|
-
:type execution_context: int | str | None
|
|
2407
|
-
:type undo: bool | None
|
|
2408
1917
|
:param fit_method: Fit Method, Mode for fitting the image to the canvas
|
|
2409
|
-
:type fit_method: bpy.stub_internal.rna_enums.StripScaleMethodItems | None
|
|
2410
1918
|
"""
|
|
2411
1919
|
|
|
2412
1920
|
def swap(
|
|
@@ -2418,10 +1926,7 @@ def swap(
|
|
|
2418
1926
|
) -> None:
|
|
2419
1927
|
"""Swap active strip with strip to the right or left
|
|
2420
1928
|
|
|
2421
|
-
:type execution_context: int | str | None
|
|
2422
|
-
:type undo: bool | None
|
|
2423
1929
|
:param side: Side, Side of the strip to swap
|
|
2424
|
-
:type side: typing.Literal['LEFT','RIGHT'] | None
|
|
2425
1930
|
"""
|
|
2426
1931
|
|
|
2427
1932
|
def swap_data(
|
|
@@ -2429,22 +1934,14 @@ def swap_data(
|
|
|
2429
1934
|
undo: bool | None = None,
|
|
2430
1935
|
/,
|
|
2431
1936
|
) -> None:
|
|
2432
|
-
"""Swap 2 sequencer strips
|
|
2433
|
-
|
|
2434
|
-
:type execution_context: int | str | None
|
|
2435
|
-
:type undo: bool | None
|
|
2436
|
-
"""
|
|
1937
|
+
"""Swap 2 sequencer strips"""
|
|
2437
1938
|
|
|
2438
1939
|
def swap_inputs(
|
|
2439
1940
|
execution_context: int | str | None = None,
|
|
2440
1941
|
undo: bool | None = None,
|
|
2441
1942
|
/,
|
|
2442
1943
|
) -> None:
|
|
2443
|
-
"""Swap the two inputs of the effect strip
|
|
2444
|
-
|
|
2445
|
-
:type execution_context: int | str | None
|
|
2446
|
-
:type undo: bool | None
|
|
2447
|
-
"""
|
|
1944
|
+
"""Swap the two inputs of the effect strip"""
|
|
2448
1945
|
|
|
2449
1946
|
def text_cursor_move(
|
|
2450
1947
|
execution_context: int | str | None = None,
|
|
@@ -2468,12 +1965,8 @@ def text_cursor_move(
|
|
|
2468
1965
|
) -> None:
|
|
2469
1966
|
"""Move cursor in text
|
|
2470
1967
|
|
|
2471
|
-
:type execution_context: int | str | None
|
|
2472
|
-
:type undo: bool | None
|
|
2473
1968
|
:param type: Type, Where to move cursor to, to make a selection
|
|
2474
|
-
: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
|
|
2475
1969
|
:param select_text: Select Text, Select text while moving cursor
|
|
2476
|
-
:type select_text: bool | None
|
|
2477
1970
|
"""
|
|
2478
1971
|
|
|
2479
1972
|
def text_cursor_set(
|
|
@@ -2485,10 +1978,7 @@ def text_cursor_set(
|
|
|
2485
1978
|
) -> None:
|
|
2486
1979
|
"""Set cursor position in text
|
|
2487
1980
|
|
|
2488
|
-
:type execution_context: int | str | None
|
|
2489
|
-
:type undo: bool | None
|
|
2490
1981
|
:param select_text: Select Text, Select text while moving cursor
|
|
2491
|
-
:type select_text: bool | None
|
|
2492
1982
|
"""
|
|
2493
1983
|
|
|
2494
1984
|
def text_delete(
|
|
@@ -2501,10 +1991,7 @@ def text_delete(
|
|
|
2501
1991
|
) -> None:
|
|
2502
1992
|
"""Delete text at cursor position
|
|
2503
1993
|
|
|
2504
|
-
:type execution_context: int | str | None
|
|
2505
|
-
:type undo: bool | None
|
|
2506
1994
|
:param type: Type, Which part of the text to delete
|
|
2507
|
-
:type type: typing.Literal['NEXT_OR_SELECTION','PREVIOUS_OR_SELECTION'] | None
|
|
2508
1995
|
"""
|
|
2509
1996
|
|
|
2510
1997
|
def text_deselect_all(
|
|
@@ -2512,55 +1999,35 @@ def text_deselect_all(
|
|
|
2512
1999
|
undo: bool | None = None,
|
|
2513
2000
|
/,
|
|
2514
2001
|
) -> None:
|
|
2515
|
-
"""Deselect all characters
|
|
2516
|
-
|
|
2517
|
-
:type execution_context: int | str | None
|
|
2518
|
-
:type undo: bool | None
|
|
2519
|
-
"""
|
|
2002
|
+
"""Deselect all characters"""
|
|
2520
2003
|
|
|
2521
2004
|
def text_edit_copy(
|
|
2522
2005
|
execution_context: int | str | None = None,
|
|
2523
2006
|
undo: bool | None = None,
|
|
2524
2007
|
/,
|
|
2525
2008
|
) -> None:
|
|
2526
|
-
"""Copy text to clipboard
|
|
2527
|
-
|
|
2528
|
-
:type execution_context: int | str | None
|
|
2529
|
-
:type undo: bool | None
|
|
2530
|
-
"""
|
|
2009
|
+
"""Copy text to clipboard"""
|
|
2531
2010
|
|
|
2532
2011
|
def text_edit_cut(
|
|
2533
2012
|
execution_context: int | str | None = None,
|
|
2534
2013
|
undo: bool | None = None,
|
|
2535
2014
|
/,
|
|
2536
2015
|
) -> None:
|
|
2537
|
-
"""Cut text to clipboard
|
|
2538
|
-
|
|
2539
|
-
:type execution_context: int | str | None
|
|
2540
|
-
:type undo: bool | None
|
|
2541
|
-
"""
|
|
2016
|
+
"""Cut text to clipboard"""
|
|
2542
2017
|
|
|
2543
2018
|
def text_edit_mode_toggle(
|
|
2544
2019
|
execution_context: int | str | None = None,
|
|
2545
2020
|
undo: bool | None = None,
|
|
2546
2021
|
/,
|
|
2547
2022
|
) -> None:
|
|
2548
|
-
"""Toggle text editing
|
|
2549
|
-
|
|
2550
|
-
:type execution_context: int | str | None
|
|
2551
|
-
:type undo: bool | None
|
|
2552
|
-
"""
|
|
2023
|
+
"""Toggle text editing"""
|
|
2553
2024
|
|
|
2554
2025
|
def text_edit_paste(
|
|
2555
2026
|
execution_context: int | str | None = None,
|
|
2556
2027
|
undo: bool | None = None,
|
|
2557
2028
|
/,
|
|
2558
2029
|
) -> None:
|
|
2559
|
-
"""Paste text from clipboard
|
|
2560
|
-
|
|
2561
|
-
:type execution_context: int | str | None
|
|
2562
|
-
:type undo: bool | None
|
|
2563
|
-
"""
|
|
2030
|
+
"""Paste text from clipboard"""
|
|
2564
2031
|
|
|
2565
2032
|
def text_insert(
|
|
2566
2033
|
execution_context: int | str | None = None,
|
|
@@ -2571,10 +2038,7 @@ def text_insert(
|
|
|
2571
2038
|
) -> None:
|
|
2572
2039
|
"""Insert text at cursor position
|
|
2573
2040
|
|
|
2574
|
-
:type execution_context: int | str | None
|
|
2575
|
-
:type undo: bool | None
|
|
2576
2041
|
:param string: String, String to be inserted at cursor position
|
|
2577
|
-
:type string: str
|
|
2578
2042
|
"""
|
|
2579
2043
|
|
|
2580
2044
|
def text_line_break(
|
|
@@ -2582,33 +2046,21 @@ def text_line_break(
|
|
|
2582
2046
|
undo: bool | None = None,
|
|
2583
2047
|
/,
|
|
2584
2048
|
) -> None:
|
|
2585
|
-
"""Insert line break at cursor position
|
|
2586
|
-
|
|
2587
|
-
:type execution_context: int | str | None
|
|
2588
|
-
:type undo: bool | None
|
|
2589
|
-
"""
|
|
2049
|
+
"""Insert line break at cursor position"""
|
|
2590
2050
|
|
|
2591
2051
|
def text_select_all(
|
|
2592
2052
|
execution_context: int | str | None = None,
|
|
2593
2053
|
undo: bool | None = None,
|
|
2594
2054
|
/,
|
|
2595
2055
|
) -> None:
|
|
2596
|
-
"""Select all characters
|
|
2597
|
-
|
|
2598
|
-
:type execution_context: int | str | None
|
|
2599
|
-
:type undo: bool | None
|
|
2600
|
-
"""
|
|
2056
|
+
"""Select all characters"""
|
|
2601
2057
|
|
|
2602
2058
|
def unlock(
|
|
2603
2059
|
execution_context: int | str | None = None,
|
|
2604
2060
|
undo: bool | None = None,
|
|
2605
2061
|
/,
|
|
2606
2062
|
) -> None:
|
|
2607
|
-
"""Unlock strips so they can be transformed
|
|
2608
|
-
|
|
2609
|
-
:type execution_context: int | str | None
|
|
2610
|
-
:type undo: bool | None
|
|
2611
|
-
"""
|
|
2063
|
+
"""Unlock strips so they can be transformed"""
|
|
2612
2064
|
|
|
2613
2065
|
def unmute(
|
|
2614
2066
|
execution_context: int | str | None = None,
|
|
@@ -2619,10 +2071,7 @@ def unmute(
|
|
|
2619
2071
|
) -> None:
|
|
2620
2072
|
"""Unmute (un)selected strips
|
|
2621
2073
|
|
|
2622
|
-
:type execution_context: int | str | None
|
|
2623
|
-
:type undo: bool | None
|
|
2624
2074
|
:param unselected: Unselected, Unmute unselected rather than selected strips
|
|
2625
|
-
:type unselected: bool | None
|
|
2626
2075
|
"""
|
|
2627
2076
|
|
|
2628
2077
|
def view_all(
|
|
@@ -2630,33 +2079,21 @@ def view_all(
|
|
|
2630
2079
|
undo: bool | None = None,
|
|
2631
2080
|
/,
|
|
2632
2081
|
) -> None:
|
|
2633
|
-
"""View all the strips in the sequencer
|
|
2634
|
-
|
|
2635
|
-
:type execution_context: int | str | None
|
|
2636
|
-
:type undo: bool | None
|
|
2637
|
-
"""
|
|
2082
|
+
"""View all the strips in the sequencer"""
|
|
2638
2083
|
|
|
2639
2084
|
def view_all_preview(
|
|
2640
2085
|
execution_context: int | str | None = None,
|
|
2641
2086
|
undo: bool | None = None,
|
|
2642
2087
|
/,
|
|
2643
2088
|
) -> None:
|
|
2644
|
-
"""Zoom preview to fit in the area
|
|
2645
|
-
|
|
2646
|
-
:type execution_context: int | str | None
|
|
2647
|
-
:type undo: bool | None
|
|
2648
|
-
"""
|
|
2089
|
+
"""Zoom preview to fit in the area"""
|
|
2649
2090
|
|
|
2650
2091
|
def view_frame(
|
|
2651
2092
|
execution_context: int | str | None = None,
|
|
2652
2093
|
undo: bool | None = None,
|
|
2653
2094
|
/,
|
|
2654
2095
|
) -> None:
|
|
2655
|
-
"""Move the view to the current frame
|
|
2656
|
-
|
|
2657
|
-
:type execution_context: int | str | None
|
|
2658
|
-
:type undo: bool | None
|
|
2659
|
-
"""
|
|
2096
|
+
"""Move the view to the current frame"""
|
|
2660
2097
|
|
|
2661
2098
|
def view_ghost_border(
|
|
2662
2099
|
execution_context: int | str | None = None,
|
|
@@ -2671,18 +2108,11 @@ def view_ghost_border(
|
|
|
2671
2108
|
) -> None:
|
|
2672
2109
|
"""Set the boundaries of the border used for offset view
|
|
2673
2110
|
|
|
2674
|
-
:type execution_context: int | str | None
|
|
2675
|
-
:type undo: bool | None
|
|
2676
2111
|
:param xmin: X Min
|
|
2677
|
-
:type xmin: int | None
|
|
2678
2112
|
:param xmax: X Max
|
|
2679
|
-
:type xmax: int | None
|
|
2680
2113
|
:param ymin: Y Min
|
|
2681
|
-
:type ymin: int | None
|
|
2682
2114
|
:param ymax: Y Max
|
|
2683
|
-
:type ymax: int | None
|
|
2684
2115
|
:param wait_for_input: Wait for Input
|
|
2685
|
-
:type wait_for_input: bool | None
|
|
2686
2116
|
"""
|
|
2687
2117
|
|
|
2688
2118
|
def view_selected(
|
|
@@ -2690,11 +2120,7 @@ def view_selected(
|
|
|
2690
2120
|
undo: bool | None = None,
|
|
2691
2121
|
/,
|
|
2692
2122
|
) -> None:
|
|
2693
|
-
"""Zoom the sequencer on the selected strips
|
|
2694
|
-
|
|
2695
|
-
:type execution_context: int | str | None
|
|
2696
|
-
:type undo: bool | None
|
|
2697
|
-
"""
|
|
2123
|
+
"""Zoom the sequencer on the selected strips"""
|
|
2698
2124
|
|
|
2699
2125
|
def view_zoom_ratio(
|
|
2700
2126
|
execution_context: int | str | None = None,
|
|
@@ -2705,8 +2131,5 @@ def view_zoom_ratio(
|
|
|
2705
2131
|
) -> None:
|
|
2706
2132
|
"""Change zoom ratio of sequencer preview
|
|
2707
2133
|
|
|
2708
|
-
:type execution_context: int | str | None
|
|
2709
|
-
:type undo: bool | None
|
|
2710
2134
|
:param ratio: Ratio, Zoom ratio, 1.0 is 1:1, higher is zoomed in, lower is zoomed out
|
|
2711
|
-
:type ratio: float | None
|
|
2712
2135
|
"""
|