fake-bpy-module 20240320__py3-none-any.whl → 20240322__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.
Potentially problematic release.
This version of fake-bpy-module might be problematic. Click here for more details.
- addon_utils/__init__.pyi +54 -10
- animsys_refactor/__init__.pyi +27 -11
- aud/__init__.pyi +130 -123
- bgl/__init__.pyi +1831 -216
- bl_app_override/__init__.pyi +14 -3
- bl_app_override/helpers/__init__.pyi +19 -10
- bl_app_template_utils/__init__.pyi +19 -4
- bl_console_utils/autocomplete/complete_calltip/__init__.pyi +24 -5
- bl_console_utils/autocomplete/complete_import/__init__.pyi +14 -3
- bl_console_utils/autocomplete/complete_namespace/__init__.pyi +24 -5
- bl_console_utils/autocomplete/intellisense/__init__.pyi +9 -2
- bl_i18n_utils/bl_extract_messages/__init__.pyi +74 -15
- bl_i18n_utils/merge_po/__init__.pyi +4 -1
- bl_i18n_utils/settings/__init__.pyi +19 -23
- bl_i18n_utils/utils/__init__.pyi +81 -143
- bl_i18n_utils/utils_cli/__init__.pyi +29 -6
- bl_i18n_utils/utils_languages_menu/__init__.pyi +4 -1
- bl_i18n_utils/utils_rtl/__init__.pyi +9 -2
- bl_keymap_utils/io/__init__.pyi +44 -9
- bl_keymap_utils/keymap_from_toolbar/__init__.pyi +4 -1
- bl_keymap_utils/keymap_hierarchy/__init__.pyi +4 -1
- bl_keymap_utils/platform_helpers/__init__.pyi +9 -2
- bl_keymap_utils/versioning/__init__.pyi +4 -1
- bl_math/__init__.pyi +3 -3
- bl_operators/__init__.pyi +9 -2
- bl_operators/add_mesh_torus/__init__.pyi +120 -49
- bl_operators/anim/__init__.pyi +903 -297
- bl_operators/assets/__init__.pyi +348 -123
- bl_operators/bmesh/find_adjacent/__init__.pyi +44 -9
- bl_operators/clip/__init__.pyi +1262 -470
- bl_operators/console/__init__.pyi +542 -160
- bl_operators/constraint/__init__.pyi +452 -140
- bl_operators/file/__init__.pyi +339 -114
- bl_operators/freestyle/__init__.pyi +440 -132
- bl_operators/geometry_nodes/__init__.pyi +2131 -842
- bl_operators/image/__init__.pyi +330 -97
- bl_operators/mesh/__init__.pyi +339 -109
- bl_operators/node/__init__.pyi +1506 -621
- bl_operators/object/__init__.pyi +1828 -668
- bl_operators/object_align/__init__.pyi +124 -35
- bl_operators/object_quick_effects/__init__.pyi +470 -149
- bl_operators/object_randomize_transform/__init__.pyi +114 -35
- bl_operators/presets/__init__.pyi +3056 -1374
- bl_operators/rigidbody/__init__.pyi +336 -106
- bl_operators/screen_play_rendered_anim/__init__.pyi +115 -33
- bl_operators/sequencer/__init__.pyi +579 -204
- bl_operators/spreadsheet/__init__.pyi +110 -38
- bl_operators/userpref/__init__.pyi +3201 -1236
- bl_operators/uvcalc_follow_active/__init__.pyi +119 -38
- bl_operators/uvcalc_lightmap/__init__.pyi +137 -54
- bl_operators/uvcalc_transform/__init__.pyi +295 -83
- bl_operators/vertexpaint_dirt/__init__.pyi +119 -34
- bl_operators/view3d/__init__.pyi +542 -184
- bl_operators/wm/__init__.pyi +5554 -2159
- bl_previews_utils/bl_previews_render/__init__.pyi +34 -7
- bl_rna_utils/data_path/__init__.pyi +12 -2
- bl_text_utils/external_editor/__init__.pyi +4 -1
- bl_ui/__init__.pyi +346 -146
- bl_ui/anim/__init__.pyi +107 -47
- bl_ui/asset_shelf/__init__.pyi +111 -33
- bl_ui/generic_ui_list/__init__.pyi +349 -146
- bl_ui/node_add_menu/__init__.pyi +138 -53
- bl_ui/node_add_menu_compositor/__init__.pyi +2134 -1016
- bl_ui/node_add_menu_geometry/__init__.pyi +5833 -2855
- bl_ui/node_add_menu_shader/__init__.pyi +1162 -511
- bl_ui/node_add_menu_texture/__init__.pyi +1008 -450
- bl_ui/properties_animviz/__init__.pyi +14 -12
- bl_ui/properties_collection/__init__.pyi +601 -218
- bl_ui/properties_constraint/__init__.pyi +10115 -10647
- bl_ui/properties_data_armature/__init__.pyi +1550 -648
- bl_ui/properties_data_bone/__init__.pyi +1317 -511
- bl_ui/properties_data_camera/__init__.pyi +1852 -719
- bl_ui/properties_data_curve/__init__.pyi +2015 -781
- bl_ui/properties_data_curves/__init__.pyi +713 -262
- bl_ui/properties_data_empty/__init__.pyi +252 -84
- bl_ui/properties_data_gpencil/__init__.pyi +2505 -1105
- bl_ui/properties_data_grease_pencil/__init__.pyi +1350 -594
- bl_ui/properties_data_lattice/__init__.pyi +374 -123
- bl_ui/properties_data_light/__init__.pyi +1319 -489
- bl_ui/properties_data_lightprobe/__init__.pyi +734 -241
- bl_ui/properties_data_mesh/__init__.pyi +2652 -1189
- bl_ui/properties_data_metaball/__init__.pyi +610 -197
- bl_ui/properties_data_modifier/__init__.pyi +1143 -506
- bl_ui/properties_data_pointcloud/__init__.pyi +670 -303
- bl_ui/properties_data_shaderfx/__init__.pyi +126 -36
- bl_ui/properties_data_speaker/__init__.pyi +618 -195
- bl_ui/properties_data_volume/__init__.pyi +1052 -408
- bl_ui/properties_freestyle/__init__.pyi +3366 -1450
- bl_ui/properties_grease_pencil_common/__init__.pyi +1634 -776
- bl_ui/properties_mask_common/__init__.pyi +803 -371
- bl_ui/properties_material/__init__.pyi +2038 -831
- bl_ui/properties_material_gpencil/__init__.pyi +1272 -523
- bl_ui/properties_object/__init__.pyi +1863 -745
- bl_ui/properties_output/__init__.pyi +2482 -1071
- bl_ui/properties_paint_common/__init__.pyi +317 -424
- bl_ui/properties_particle/__init__.pyi +7235 -2942
- bl_ui/properties_physics_cloth/__init__.pyi +1903 -758
- bl_ui/properties_physics_common/__init__.pyi +164 -51
- bl_ui/properties_physics_dynamicpaint/__init__.pyi +2787 -1114
- bl_ui/properties_physics_field/__init__.pyi +1294 -486
- bl_ui/properties_physics_fluid/__init__.pyi +3631 -1545
- bl_ui/properties_physics_geometry_nodes/__init__.pyi +115 -34
- bl_ui/properties_physics_rigidbody/__init__.pyi +983 -312
- bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +1718 -656
- bl_ui/properties_physics_softbody/__init__.pyi +2091 -836
- bl_ui/properties_render/__init__.pyi +7177 -2939
- bl_ui/properties_scene/__init__.pyi +1881 -760
- bl_ui/properties_texture/__init__.pyi +3539 -1399
- bl_ui/properties_view_layer/__init__.pyi +2368 -940
- bl_ui/properties_workspace/__init__.pyi +517 -202
- bl_ui/properties_world/__init__.pyi +862 -269
- bl_ui/space_clip/__init__.pyi +9127 -4137
- bl_ui/space_console/__init__.pyi +666 -286
- bl_ui/space_dopesheet/__init__.pyi +3287 -1504
- bl_ui/space_filebrowser/__init__.pyi +3958 -1935
- bl_ui/space_graph/__init__.pyi +2406 -1142
- bl_ui/space_image/__init__.pyi +9242 -4526
- bl_ui/space_info/__init__.pyi +664 -285
- bl_ui/space_nla/__init__.pyi +2014 -932
- bl_ui/space_node/__init__.pyi +4549 -1949
- bl_ui/space_outliner/__init__.pyi +1619 -745
- bl_ui/space_properties/__init__.pyi +340 -105
- bl_ui/space_sequencer/__init__.pyi +9396 -4264
- bl_ui/space_spreadsheet/__init__.pyi +110 -60
- bl_ui/space_statusbar/__init__.pyi +107 -32
- bl_ui/space_text/__init__.pyi +1907 -872
- bl_ui/space_time/__init__.pyi +812 -327
- bl_ui/space_toolsystem_common/__init__.pyi +203 -99
- bl_ui/space_toolsystem_toolbar/__init__.pyi +845 -289
- bl_ui/space_topbar/__init__.pyi +3131 -1437
- bl_ui/space_userpref/__init__.pyi +11510 -4926
- bl_ui/space_view3d/__init__.pyi +31358 -14417
- bl_ui/space_view3d_toolbar/__init__.pyi +12401 -6163
- bl_ui/utils/__init__.pyi +7 -16
- bl_ui_utils/bug_report_url/__init__.pyi +4 -1
- bl_ui_utils/layout/__init__.pyi +4 -1
- blend_render_info/__init__.pyi +13 -3
- blf/__init__.pyi +5 -7
- bmesh/__init__.pyi +7 -7
- bmesh/geometry/__init__.pyi +5 -5
- bmesh/ops/__init__.pyi +490 -504
- bmesh/types/__init__.pyi +253 -247
- bmesh/utils/__init__.pyi +54 -54
- bpy/__init__.pyi +2 -2
- bpy/app/__init__.pyi +4 -5
- bpy/app/handlers/__init__.pyi +36 -36
- bpy/app/icons/__init__.pyi +8 -10
- bpy/app/timers/__init__.pyi +9 -11
- bpy/app/translations/__init__.pyi +20 -22
- bpy/msgbus/__init__.pyi +3 -12
- bpy/ops/action/__init__.pyi +316 -415
- bpy/ops/anim/__init__.pyi +428 -566
- bpy/ops/armature/__init__.pyi +360 -488
- bpy/ops/asset/__init__.pyi +146 -183
- bpy/ops/boid/__init__.pyi +50 -67
- bpy/ops/brush/__init__.pyi +72 -96
- bpy/ops/buttons/__init__.pyi +128 -142
- bpy/ops/cachefile/__init__.pyi +124 -137
- bpy/ops/camera/__init__.pyi +22 -28
- bpy/ops/clip/__init__.pyi +768 -1005
- bpy/ops/cloth/__init__.pyi +10 -13
- bpy/ops/collection/__init__.pyi +36 -50
- bpy/ops/console/__init__.pyi +150 -203
- bpy/ops/constraint/__init__.pyi +150 -201
- bpy/ops/curve/__init__.pyi +474 -607
- bpy/ops/curves/__init__.pyi +170 -221
- bpy/ops/cycles/__init__.pyi +18 -26
- bpy/ops/dpaint/__init__.pyi +34 -46
- bpy/ops/ed/__init__.pyi +122 -149
- bpy/ops/export_anim/__init__.pyi +18 -21
- bpy/ops/export_mesh/__init__.pyi +26 -29
- bpy/ops/export_scene/__init__.pyi +307 -342
- bpy/ops/file/__init__.pyi +342 -436
- bpy/ops/fluid/__init__.pyi +88 -117
- bpy/ops/font/__init__.pyi +252 -311
- bpy/ops/geometry/__init__.pyi +86 -113
- bpy/ops/gizmogroup/__init__.pyi +22 -27
- bpy/ops/gpencil/__init__.pyi +1444 -1864
- bpy/ops/graph/__init__.pyi +642 -822
- bpy/ops/grease_pencil/__init__.pyi +426 -576
- bpy/ops/image/__init__.pyi +612 -733
- bpy/ops/import_anim/__init__.pyi +26 -29
- bpy/ops/import_curve/__init__.pyi +6 -9
- bpy/ops/import_mesh/__init__.pyi +18 -23
- bpy/ops/import_scene/__init__.pyi +86 -101
- bpy/ops/info/__init__.pyi +60 -77
- bpy/ops/lattice/__init__.pyi +64 -85
- bpy/ops/marker/__init__.pyi +106 -137
- bpy/ops/mask/__init__.pyi +318 -420
- bpy/ops/material/__init__.pyi +18 -24
- bpy/ops/mball/__init__.pyi +70 -93
- bpy/ops/mesh/__init__.pyi +1988 -2460
- bpy/ops/nla/__init__.pyi +331 -429
- bpy/ops/node/__init__.pyi +852 -1115
- bpy/ops/object/__init__.pyi +2420 -3081
- bpy/ops/outliner/__init__.pyi +498 -661
- bpy/ops/paint/__init__.pyi +518 -667
- bpy/ops/paintcurve/__init__.pyi +64 -84
- bpy/ops/palette/__init__.pyi +48 -66
- bpy/ops/particle/__init__.pyi +264 -355
- bpy/ops/pose/__init__.pyi +336 -438
- bpy/ops/poselib/__init__.pyi +70 -92
- bpy/ops/preferences/__init__.pyi +336 -440
- bpy/ops/ptcache/__init__.pyi +46 -62
- bpy/ops/render/__init__.pyi +114 -147
- bpy/ops/rigidbody/__init__.pyi +102 -135
- bpy/ops/scene/__init__.pyi +270 -364
- bpy/ops/screen/__init__.pyi +378 -477
- bpy/ops/script/__init__.pyi +18 -26
- bpy/ops/sculpt/__init__.pyi +400 -488
- bpy/ops/sculpt_curves/__init__.pyi +40 -53
- bpy/ops/sequencer/__init__.pyi +1040 -1279
- bpy/ops/sound/__init__.pyi +208 -226
- bpy/ops/spreadsheet/__init__.pyi +30 -40
- bpy/ops/surface/__init__.pyi +108 -126
- bpy/ops/text/__init__.pyi +382 -486
- bpy/ops/text_editor/__init__.pyi +10 -13
- bpy/ops/texture/__init__.pyi +26 -35
- bpy/ops/transform/__init__.pyi +790 -905
- bpy/ops/ui/__init__.pyi +216 -291
- bpy/ops/uilist/__init__.pyi +20 -29
- bpy/ops/uv/__init__.pyi +600 -742
- bpy/ops/view2d/__init__.pyi +156 -195
- bpy/ops/view3d/__init__.pyi +576 -742
- bpy/ops/wm/__init__.pyi +2360 -2702
- bpy/ops/workspace/__init__.pyi +42 -57
- bpy/ops/world/__init__.pyi +6 -8
- bpy/path/__init__.pyi +110 -81
- bpy/props/__init__.pyi +263 -267
- bpy/types/__init__.pyi +86358 -87091
- bpy/utils/__init__.pyi +242 -154
- bpy/utils/previews/__init__.pyi +57 -57
- bpy/utils/units/__init__.pyi +19 -22
- bpy_extras/anim_utils/__init__.pyi +11 -31
- bpy_extras/asset_utils/__init__.pyi +4 -1
- bpy_extras/image_utils/__init__.pyi +2 -2
- bpy_extras/io_utils/__init__.pyi +30 -27
- bpy_extras/keyconfig_utils/__init__.pyi +4 -1
- bpy_extras/mesh_utils/__init__.pyi +18 -18
- bpy_extras/node_utils/__init__.pyi +4 -1
- bpy_extras/object_utils/__init__.pyi +25 -26
- bpy_extras/view3d_utils/__init__.pyi +33 -38
- bpy_restrict_state/__init__.pyi +14 -1
- bpy_types/__init__.pyi +3748 -1248
- console_python/__init__.pyi +41 -7
- console_shell/__init__.pyi +24 -5
- {fake_bpy_module-20240320.dist-info → fake_bpy_module-20240322.dist-info}/METADATA +1 -1
- fake_bpy_module-20240322.dist-info/RECORD +343 -0
- freestyle/chainingiterators/__init__.pyi +50 -52
- freestyle/functions/__init__.pyi +303 -207
- freestyle/predicates/__init__.pyi +299 -115
- freestyle/shaders/__init__.pyi +49 -80
- freestyle/types/__init__.pyi +463 -470
- freestyle/utils/ContextFunctions/__init__.pyi +9 -9
- freestyle/utils/__init__.pyi +27 -17
- gpu/capabilities/__init__.pyi +19 -20
- gpu/matrix/__init__.pyi +14 -16
- gpu/platform/__init__.pyi +5 -5
- gpu/shader/__init__.pyi +2 -5
- gpu/state/__init__.pyi +1 -1
- gpu/texture/__init__.pyi +3 -3
- gpu/types/__init__.pyi +54 -85
- gpu_extras/batch/__init__.pyi +26 -6
- gpu_extras/presets/__init__.pyi +51 -16
- graphviz_export/__init__.pyi +9 -2
- idprop/types/__init__.pyi +36 -12
- imbuf/__init__.pyi +8 -9
- imbuf/types/__init__.pyi +8 -15
- keyingsets_builtins/__init__.pyi +2520 -1085
- keyingsets_utils/__init__.pyi +69 -14
- mathutils/__init__.pyi +491 -423
- mathutils/bvhtree/__init__.pyi +26 -31
- mathutils/geometry/__init__.pyi +176 -185
- mathutils/kdtree/__init__.pyi +14 -17
- mathutils/noise/__init__.pyi +47 -48
- nodeitems_builtins/__init__.pyi +37 -15
- nodeitems_utils/__init__.pyi +45 -13
- rna_info/__init__.pyi +177 -76
- rna_keymap_ui/__init__.pyi +29 -6
- rna_prop_ui/__init__.pyi +56 -14
- rna_xml/__init__.pyi +29 -6
- sys_info/__init__.pyi +4 -1
- fake_bpy_module-20240320.dist-info/RECORD +0 -343
- {fake_bpy_module-20240320.dist-info → fake_bpy_module-20240322.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240320.dist-info → fake_bpy_module-20240322.dist-info}/top_level.txt +0 -0
bpy/ops/sequencer/__init__.pyi
CHANGED
|
@@ -5,39 +5,33 @@ import bpy.types
|
|
|
5
5
|
GenericType = typing.TypeVar("GenericType")
|
|
6
6
|
|
|
7
7
|
def change_effect_input(
|
|
8
|
-
override_context: typing.
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
undo: typing.Optional[bool] = None,
|
|
13
|
-
*,
|
|
14
|
-
swap: typing.Optional[typing.Any] = "A_B",
|
|
8
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
9
|
+
execution_context: typing.Union[str, int] = None,
|
|
10
|
+
undo: bool = None,
|
|
11
|
+
swap: typing.Any = "A_B",
|
|
15
12
|
):
|
|
16
13
|
"""Undocumented, consider contributing.
|
|
17
14
|
|
|
18
|
-
:type override_context: typing.
|
|
19
|
-
:type execution_context: typing.
|
|
20
|
-
:type undo:
|
|
15
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
16
|
+
:type execution_context: typing.Union[str, int]
|
|
17
|
+
:type undo: bool
|
|
21
18
|
:param swap: Swap, The effect inputs to swap
|
|
22
|
-
:type swap: typing.
|
|
19
|
+
:type swap: typing.Any
|
|
23
20
|
"""
|
|
24
21
|
|
|
25
22
|
...
|
|
26
23
|
|
|
27
24
|
def change_effect_type(
|
|
28
|
-
override_context: typing.
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
undo: typing.Optional[bool] = None,
|
|
33
|
-
*,
|
|
34
|
-
type: typing.Optional[typing.Any] = "CROSS",
|
|
25
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
26
|
+
execution_context: typing.Union[str, int] = None,
|
|
27
|
+
undo: bool = None,
|
|
28
|
+
type: typing.Any = "CROSS",
|
|
35
29
|
):
|
|
36
30
|
"""Undocumented, consider contributing.
|
|
37
31
|
|
|
38
|
-
:type override_context: typing.
|
|
39
|
-
:type execution_context: typing.
|
|
40
|
-
:type undo:
|
|
32
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
33
|
+
:type execution_context: typing.Union[str, int]
|
|
34
|
+
:type undo: bool
|
|
41
35
|
:param type: Type, Sequencer effect type
|
|
42
36
|
|
|
43
37
|
CROSS
|
|
@@ -93,101 +87,96 @@ def change_effect_type(
|
|
|
93
87
|
|
|
94
88
|
COLORMIX
|
|
95
89
|
Color Mix.
|
|
96
|
-
:type type: typing.
|
|
90
|
+
:type type: typing.Any
|
|
97
91
|
"""
|
|
98
92
|
|
|
99
93
|
...
|
|
100
94
|
|
|
101
95
|
def change_path(
|
|
102
|
-
override_context: typing.
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
execution_context: typing.Optional[typing.Union[int, str]] = None,
|
|
106
|
-
undo: typing.Optional[bool] = None,
|
|
107
|
-
*,
|
|
96
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
97
|
+
execution_context: typing.Union[str, int] = None,
|
|
98
|
+
undo: bool = None,
|
|
108
99
|
filepath: typing.Union[str, typing.Any] = "",
|
|
109
100
|
directory: typing.Union[str, typing.Any] = "",
|
|
110
|
-
files:
|
|
111
|
-
|
|
112
|
-
] =
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
sort_method: typing.Optional[typing.Union[int, str, typing.Any]] = "",
|
|
136
|
-
use_placeholders: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
101
|
+
files: bpy.types.bpy_prop_collection[bpy.types.OperatorFileListElement] = None,
|
|
102
|
+
hide_props_region: typing.Union[bool, typing.Any] = True,
|
|
103
|
+
check_existing: typing.Union[bool, typing.Any] = False,
|
|
104
|
+
filter_blender: typing.Union[bool, typing.Any] = False,
|
|
105
|
+
filter_backup: typing.Union[bool, typing.Any] = False,
|
|
106
|
+
filter_image: typing.Union[bool, typing.Any] = False,
|
|
107
|
+
filter_movie: typing.Union[bool, typing.Any] = False,
|
|
108
|
+
filter_python: typing.Union[bool, typing.Any] = False,
|
|
109
|
+
filter_font: typing.Union[bool, typing.Any] = False,
|
|
110
|
+
filter_sound: typing.Union[bool, typing.Any] = False,
|
|
111
|
+
filter_text: typing.Union[bool, typing.Any] = False,
|
|
112
|
+
filter_archive: typing.Union[bool, typing.Any] = False,
|
|
113
|
+
filter_btx: typing.Union[bool, typing.Any] = False,
|
|
114
|
+
filter_collada: typing.Union[bool, typing.Any] = False,
|
|
115
|
+
filter_alembic: typing.Union[bool, typing.Any] = False,
|
|
116
|
+
filter_usd: typing.Union[bool, typing.Any] = False,
|
|
117
|
+
filter_obj: typing.Union[bool, typing.Any] = False,
|
|
118
|
+
filter_volume: typing.Union[bool, typing.Any] = False,
|
|
119
|
+
filter_folder: typing.Union[bool, typing.Any] = True,
|
|
120
|
+
filter_blenlib: typing.Union[bool, typing.Any] = False,
|
|
121
|
+
filemode: typing.Any = 9,
|
|
122
|
+
relative_path: typing.Union[bool, typing.Any] = True,
|
|
123
|
+
display_type: typing.Any = "DEFAULT",
|
|
124
|
+
sort_method: typing.Union[str, int, typing.Any] = "",
|
|
125
|
+
use_placeholders: typing.Union[bool, typing.Any] = False,
|
|
137
126
|
):
|
|
138
127
|
"""Undocumented, consider contributing.
|
|
139
128
|
|
|
140
|
-
:type override_context: typing.
|
|
141
|
-
:type execution_context: typing.
|
|
142
|
-
:type undo:
|
|
129
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
130
|
+
:type execution_context: typing.Union[str, int]
|
|
131
|
+
:type undo: bool
|
|
143
132
|
:param filepath: File Path, Path to file
|
|
144
133
|
:type filepath: typing.Union[str, typing.Any]
|
|
145
134
|
:param directory: Directory, Directory of the file
|
|
146
135
|
:type directory: typing.Union[str, typing.Any]
|
|
147
136
|
:param files: Files
|
|
148
|
-
:type files:
|
|
137
|
+
:type files: bpy.types.bpy_prop_collection[bpy.types.OperatorFileListElement]
|
|
149
138
|
:param hide_props_region: Hide Operator Properties, Collapse the region displaying the operator settings
|
|
150
|
-
:type hide_props_region: typing.
|
|
139
|
+
:type hide_props_region: typing.Union[bool, typing.Any]
|
|
151
140
|
:param check_existing: Check Existing, Check and warn on overwriting existing files
|
|
152
|
-
:type check_existing: typing.
|
|
141
|
+
:type check_existing: typing.Union[bool, typing.Any]
|
|
153
142
|
:param filter_blender: Filter .blend files
|
|
154
|
-
:type filter_blender: typing.
|
|
143
|
+
:type filter_blender: typing.Union[bool, typing.Any]
|
|
155
144
|
:param filter_backup: Filter .blend files
|
|
156
|
-
:type filter_backup: typing.
|
|
145
|
+
:type filter_backup: typing.Union[bool, typing.Any]
|
|
157
146
|
:param filter_image: Filter image files
|
|
158
|
-
:type filter_image: typing.
|
|
147
|
+
:type filter_image: typing.Union[bool, typing.Any]
|
|
159
148
|
:param filter_movie: Filter movie files
|
|
160
|
-
:type filter_movie: typing.
|
|
149
|
+
:type filter_movie: typing.Union[bool, typing.Any]
|
|
161
150
|
:param filter_python: Filter Python files
|
|
162
|
-
:type filter_python: typing.
|
|
151
|
+
:type filter_python: typing.Union[bool, typing.Any]
|
|
163
152
|
:param filter_font: Filter font files
|
|
164
|
-
:type filter_font: typing.
|
|
153
|
+
:type filter_font: typing.Union[bool, typing.Any]
|
|
165
154
|
:param filter_sound: Filter sound files
|
|
166
|
-
:type filter_sound: typing.
|
|
155
|
+
:type filter_sound: typing.Union[bool, typing.Any]
|
|
167
156
|
:param filter_text: Filter text files
|
|
168
|
-
:type filter_text: typing.
|
|
157
|
+
:type filter_text: typing.Union[bool, typing.Any]
|
|
169
158
|
:param filter_archive: Filter archive files
|
|
170
|
-
:type filter_archive: typing.
|
|
159
|
+
:type filter_archive: typing.Union[bool, typing.Any]
|
|
171
160
|
:param filter_btx: Filter btx files
|
|
172
|
-
:type filter_btx: typing.
|
|
161
|
+
:type filter_btx: typing.Union[bool, typing.Any]
|
|
173
162
|
:param filter_collada: Filter COLLADA files
|
|
174
|
-
:type filter_collada: typing.
|
|
163
|
+
:type filter_collada: typing.Union[bool, typing.Any]
|
|
175
164
|
:param filter_alembic: Filter Alembic files
|
|
176
|
-
:type filter_alembic: typing.
|
|
165
|
+
:type filter_alembic: typing.Union[bool, typing.Any]
|
|
177
166
|
:param filter_usd: Filter USD files
|
|
178
|
-
:type filter_usd: typing.
|
|
167
|
+
:type filter_usd: typing.Union[bool, typing.Any]
|
|
179
168
|
:param filter_obj: Filter OBJ files
|
|
180
|
-
:type filter_obj: typing.
|
|
169
|
+
:type filter_obj: typing.Union[bool, typing.Any]
|
|
181
170
|
:param filter_volume: Filter OpenVDB volume files
|
|
182
|
-
:type filter_volume: typing.
|
|
171
|
+
:type filter_volume: typing.Union[bool, typing.Any]
|
|
183
172
|
:param filter_folder: Filter folders
|
|
184
|
-
:type filter_folder: typing.
|
|
173
|
+
:type filter_folder: typing.Union[bool, typing.Any]
|
|
185
174
|
:param filter_blenlib: Filter Blender IDs
|
|
186
|
-
:type filter_blenlib: typing.
|
|
175
|
+
:type filter_blenlib: typing.Union[bool, typing.Any]
|
|
187
176
|
:param filemode: File Browser Mode, The setting for the file browser mode to load a .blend file, a library or a special file
|
|
188
|
-
:type filemode: typing.
|
|
177
|
+
:type filemode: typing.Any
|
|
189
178
|
:param relative_path: Relative Path, Select the file relative to the blend file
|
|
190
|
-
:type relative_path: typing.
|
|
179
|
+
:type relative_path: typing.Union[bool, typing.Any]
|
|
191
180
|
:param display_type: Display Type
|
|
192
181
|
|
|
193
182
|
DEFAULT
|
|
@@ -201,186 +190,163 @@ def change_path(
|
|
|
201
190
|
|
|
202
191
|
THUMBNAIL
|
|
203
192
|
Thumbnails -- Display files as thumbnails.
|
|
204
|
-
:type display_type: typing.
|
|
193
|
+
:type display_type: typing.Any
|
|
205
194
|
:param sort_method: File sorting mode
|
|
206
|
-
:type sort_method: typing.
|
|
195
|
+
:type sort_method: typing.Union[str, int, typing.Any]
|
|
207
196
|
:param use_placeholders: Use Placeholders, Use placeholders for missing frames of the strip
|
|
208
|
-
:type use_placeholders: typing.
|
|
197
|
+
:type use_placeholders: typing.Union[bool, typing.Any]
|
|
209
198
|
"""
|
|
210
199
|
|
|
211
200
|
...
|
|
212
201
|
|
|
213
202
|
def change_scene(
|
|
214
|
-
override_context: typing.
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
undo: typing.Optional[bool] = None,
|
|
219
|
-
*,
|
|
220
|
-
scene: typing.Optional[typing.Union[int, str, typing.Any]] = "",
|
|
203
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
204
|
+
execution_context: typing.Union[str, int] = None,
|
|
205
|
+
undo: bool = None,
|
|
206
|
+
scene: typing.Union[str, int, typing.Any] = "",
|
|
221
207
|
):
|
|
222
208
|
"""Change Scene assigned to Strip
|
|
223
209
|
|
|
224
|
-
:type override_context: typing.
|
|
225
|
-
:type execution_context: typing.
|
|
226
|
-
:type undo:
|
|
210
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
211
|
+
:type execution_context: typing.Union[str, int]
|
|
212
|
+
:type undo: bool
|
|
227
213
|
:param scene: Scene
|
|
228
|
-
:type scene: typing.
|
|
214
|
+
:type scene: typing.Union[str, int, typing.Any]
|
|
229
215
|
"""
|
|
230
216
|
|
|
231
217
|
...
|
|
232
218
|
|
|
233
219
|
def copy(
|
|
234
|
-
override_context: typing.
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
execution_context: typing.Optional[typing.Union[int, str]] = None,
|
|
238
|
-
undo: typing.Optional[bool] = None,
|
|
220
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
221
|
+
execution_context: typing.Union[str, int] = None,
|
|
222
|
+
undo: bool = None,
|
|
239
223
|
):
|
|
240
224
|
"""Copy the selected strips to the internal clipboard
|
|
241
225
|
|
|
242
|
-
:type override_context: typing.
|
|
243
|
-
:type execution_context: typing.
|
|
244
|
-
:type undo:
|
|
226
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
227
|
+
:type execution_context: typing.Union[str, int]
|
|
228
|
+
:type undo: bool
|
|
245
229
|
"""
|
|
246
230
|
|
|
247
231
|
...
|
|
248
232
|
|
|
249
233
|
def crossfade_sounds(
|
|
250
|
-
override_context: typing.
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
execution_context: typing.Optional[typing.Union[int, str]] = None,
|
|
254
|
-
undo: typing.Optional[bool] = None,
|
|
234
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
235
|
+
execution_context: typing.Union[str, int] = None,
|
|
236
|
+
undo: bool = None,
|
|
255
237
|
):
|
|
256
238
|
"""Do cross-fading volume animation of two selected sound strips
|
|
257
239
|
|
|
258
|
-
:type override_context: typing.
|
|
259
|
-
:type execution_context: typing.
|
|
260
|
-
:type undo:
|
|
240
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
241
|
+
:type execution_context: typing.Union[str, int]
|
|
242
|
+
:type undo: bool
|
|
261
243
|
"""
|
|
262
244
|
|
|
263
245
|
...
|
|
264
246
|
|
|
265
247
|
def cursor_set(
|
|
266
|
-
override_context: typing.
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
undo: typing.Optional[bool] = None,
|
|
271
|
-
*,
|
|
272
|
-
location: typing.Optional[typing.Any] = (0.0, 0.0),
|
|
248
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
249
|
+
execution_context: typing.Union[str, int] = None,
|
|
250
|
+
undo: bool = None,
|
|
251
|
+
location: typing.Any = (0.0, 0.0),
|
|
273
252
|
):
|
|
274
253
|
"""Set 2D cursor location
|
|
275
254
|
|
|
276
|
-
:type override_context: typing.
|
|
277
|
-
:type execution_context: typing.
|
|
278
|
-
:type undo:
|
|
255
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
256
|
+
:type execution_context: typing.Union[str, int]
|
|
257
|
+
:type undo: bool
|
|
279
258
|
:param location: Location, Cursor location in normalized preview coordinates
|
|
280
|
-
:type location: typing.
|
|
259
|
+
:type location: typing.Any
|
|
281
260
|
"""
|
|
282
261
|
|
|
283
262
|
...
|
|
284
263
|
|
|
285
264
|
def deinterlace_selected_movies(
|
|
286
|
-
override_context: typing.
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
execution_context: typing.Optional[typing.Union[int, str]] = None,
|
|
290
|
-
undo: typing.Optional[bool] = None,
|
|
265
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
266
|
+
execution_context: typing.Union[str, int] = None,
|
|
267
|
+
undo: bool = None,
|
|
291
268
|
):
|
|
292
269
|
"""Deinterlace all selected movie sources
|
|
293
270
|
|
|
294
|
-
:type override_context: typing.
|
|
295
|
-
:type execution_context: typing.
|
|
296
|
-
:type undo:
|
|
271
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
272
|
+
:type execution_context: typing.Union[str, int]
|
|
273
|
+
:type undo: bool
|
|
297
274
|
"""
|
|
298
275
|
|
|
299
276
|
...
|
|
300
277
|
|
|
301
278
|
def delete(
|
|
302
|
-
override_context: typing.
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
*,
|
|
308
|
-
delete_data: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
309
|
-
use_retiming_mode: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
279
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
280
|
+
execution_context: typing.Union[str, int] = None,
|
|
281
|
+
undo: bool = None,
|
|
282
|
+
delete_data: typing.Union[bool, typing.Any] = False,
|
|
283
|
+
use_retiming_mode: typing.Union[bool, typing.Any] = False,
|
|
310
284
|
):
|
|
311
285
|
"""Delete selected strips from the sequencer
|
|
312
286
|
|
|
313
|
-
:type override_context: typing.
|
|
314
|
-
:type execution_context: typing.
|
|
315
|
-
:type undo:
|
|
287
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
288
|
+
:type execution_context: typing.Union[str, int]
|
|
289
|
+
:type undo: bool
|
|
316
290
|
:param delete_data: Delete Data, After removing the Strip, delete the associated data also
|
|
317
|
-
:type delete_data: typing.
|
|
291
|
+
:type delete_data: typing.Union[bool, typing.Any]
|
|
318
292
|
:param use_retiming_mode: Use Retiming Data, Operate on retiming data instead of strips
|
|
319
|
-
:type use_retiming_mode: typing.
|
|
293
|
+
:type use_retiming_mode: typing.Union[bool, typing.Any]
|
|
320
294
|
"""
|
|
321
295
|
|
|
322
296
|
...
|
|
323
297
|
|
|
324
298
|
def duplicate(
|
|
325
|
-
override_context: typing.
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
execution_context: typing.Optional[typing.Union[int, str]] = None,
|
|
329
|
-
undo: typing.Optional[bool] = None,
|
|
299
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
300
|
+
execution_context: typing.Union[str, int] = None,
|
|
301
|
+
undo: bool = None,
|
|
330
302
|
):
|
|
331
303
|
"""Duplicate the selected strips
|
|
332
304
|
|
|
333
|
-
:type override_context: typing.
|
|
334
|
-
:type execution_context: typing.
|
|
335
|
-
:type undo:
|
|
305
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
306
|
+
:type execution_context: typing.Union[str, int]
|
|
307
|
+
:type undo: bool
|
|
336
308
|
"""
|
|
337
309
|
|
|
338
310
|
...
|
|
339
311
|
|
|
340
312
|
def duplicate_move(
|
|
341
|
-
override_context: typing.
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
*,
|
|
347
|
-
SEQUENCER_OT_duplicate: typing.Optional["duplicate"] = None,
|
|
348
|
-
TRANSFORM_OT_seq_slide: typing.Optional["bpy.ops.transform.seq_slide"] = None,
|
|
313
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
314
|
+
execution_context: typing.Union[str, int] = None,
|
|
315
|
+
undo: bool = None,
|
|
316
|
+
SEQUENCER_OT_duplicate: duplicate = None,
|
|
317
|
+
TRANSFORM_OT_seq_slide: bpy.ops.transform.seq_slide = None,
|
|
349
318
|
):
|
|
350
319
|
"""Duplicate selected strips and move them
|
|
351
320
|
|
|
352
|
-
:type override_context: typing.
|
|
353
|
-
:type execution_context: typing.
|
|
354
|
-
:type undo:
|
|
321
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
322
|
+
:type execution_context: typing.Union[str, int]
|
|
323
|
+
:type undo: bool
|
|
355
324
|
:param SEQUENCER_OT_duplicate: Duplicate Strips, Duplicate the selected strips
|
|
356
|
-
:type SEQUENCER_OT_duplicate:
|
|
325
|
+
:type SEQUENCER_OT_duplicate: duplicate
|
|
357
326
|
:param TRANSFORM_OT_seq_slide: Sequence Slide, Slide a sequence strip in time
|
|
358
|
-
:type TRANSFORM_OT_seq_slide:
|
|
327
|
+
:type TRANSFORM_OT_seq_slide: bpy.ops.transform.seq_slide
|
|
359
328
|
"""
|
|
360
329
|
|
|
361
330
|
...
|
|
362
331
|
|
|
363
332
|
def effect_strip_add(
|
|
364
|
-
override_context: typing.
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
overlap: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
376
|
-
overlap_shuffle_override: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
377
|
-
color: typing.Optional[typing.Any] = (0.0, 0.0, 0.0),
|
|
333
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
334
|
+
execution_context: typing.Union[str, int] = None,
|
|
335
|
+
undo: bool = None,
|
|
336
|
+
type: typing.Any = "CROSS",
|
|
337
|
+
frame_start: typing.Any = 0,
|
|
338
|
+
frame_end: typing.Any = 0,
|
|
339
|
+
channel: typing.Any = 1,
|
|
340
|
+
replace_sel: typing.Union[bool, typing.Any] = True,
|
|
341
|
+
overlap: typing.Union[bool, typing.Any] = False,
|
|
342
|
+
overlap_shuffle_override: typing.Union[bool, typing.Any] = False,
|
|
343
|
+
color: typing.Any = (0.0, 0.0, 0.0),
|
|
378
344
|
):
|
|
379
345
|
"""Add an effect to the sequencer, most are applied on top of existing strips
|
|
380
346
|
|
|
381
|
-
:type override_context: typing.
|
|
382
|
-
:type execution_context: typing.
|
|
383
|
-
:type undo:
|
|
347
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
348
|
+
:type execution_context: typing.Union[str, int]
|
|
349
|
+
:type undo: bool
|
|
384
350
|
:param type: Type, Sequencer effect type
|
|
385
351
|
|
|
386
352
|
CROSS
|
|
@@ -436,135 +402,129 @@ def effect_strip_add(
|
|
|
436
402
|
|
|
437
403
|
COLORMIX
|
|
438
404
|
Color Mix.
|
|
439
|
-
:type type: typing.
|
|
405
|
+
:type type: typing.Any
|
|
440
406
|
:param frame_start: Start Frame, Start frame of the sequence strip
|
|
441
|
-
:type frame_start: typing.
|
|
407
|
+
:type frame_start: typing.Any
|
|
442
408
|
:param frame_end: End Frame, End frame for the color strip
|
|
443
|
-
:type frame_end: typing.
|
|
409
|
+
:type frame_end: typing.Any
|
|
444
410
|
:param channel: Channel, Channel to place this strip into
|
|
445
|
-
:type channel: typing.
|
|
411
|
+
:type channel: typing.Any
|
|
446
412
|
:param replace_sel: Replace Selection, Replace the current selection
|
|
447
|
-
:type replace_sel: typing.
|
|
413
|
+
:type replace_sel: typing.Union[bool, typing.Any]
|
|
448
414
|
:param overlap: Allow Overlap, Don't correct overlap on new sequence strips
|
|
449
|
-
:type overlap: typing.
|
|
415
|
+
:type overlap: typing.Union[bool, typing.Any]
|
|
450
416
|
:param overlap_shuffle_override: Override Overlap Shuffle Behavior, Use the overlap_mode tool settings to determine how to shuffle overlapping strips
|
|
451
|
-
:type overlap_shuffle_override: typing.
|
|
417
|
+
:type overlap_shuffle_override: typing.Union[bool, typing.Any]
|
|
452
418
|
:param color: Color, Initialize the strip with this color
|
|
453
|
-
:type color: typing.
|
|
419
|
+
:type color: typing.Any
|
|
454
420
|
"""
|
|
455
421
|
|
|
456
422
|
...
|
|
457
423
|
|
|
458
424
|
def enable_proxies(
|
|
459
|
-
override_context: typing.
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
proxy_75: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
468
|
-
proxy_100: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
469
|
-
overwrite: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
425
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
426
|
+
execution_context: typing.Union[str, int] = None,
|
|
427
|
+
undo: bool = None,
|
|
428
|
+
proxy_25: typing.Union[bool, typing.Any] = False,
|
|
429
|
+
proxy_50: typing.Union[bool, typing.Any] = False,
|
|
430
|
+
proxy_75: typing.Union[bool, typing.Any] = False,
|
|
431
|
+
proxy_100: typing.Union[bool, typing.Any] = False,
|
|
432
|
+
overwrite: typing.Union[bool, typing.Any] = False,
|
|
470
433
|
):
|
|
471
434
|
"""Enable selected proxies on all selected Movie and Image strips
|
|
472
435
|
|
|
473
|
-
:type override_context: typing.
|
|
474
|
-
:type execution_context: typing.
|
|
475
|
-
:type undo:
|
|
436
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
437
|
+
:type execution_context: typing.Union[str, int]
|
|
438
|
+
:type undo: bool
|
|
476
439
|
:param proxy_25: 25%
|
|
477
|
-
:type proxy_25: typing.
|
|
440
|
+
:type proxy_25: typing.Union[bool, typing.Any]
|
|
478
441
|
:param proxy_50: 50%
|
|
479
|
-
:type proxy_50: typing.
|
|
442
|
+
:type proxy_50: typing.Union[bool, typing.Any]
|
|
480
443
|
:param proxy_75: 75%
|
|
481
|
-
:type proxy_75: typing.
|
|
444
|
+
:type proxy_75: typing.Union[bool, typing.Any]
|
|
482
445
|
:param proxy_100: 100%
|
|
483
|
-
:type proxy_100: typing.
|
|
446
|
+
:type proxy_100: typing.Union[bool, typing.Any]
|
|
484
447
|
:param overwrite: Overwrite
|
|
485
|
-
:type overwrite: typing.
|
|
448
|
+
:type overwrite: typing.Union[bool, typing.Any]
|
|
486
449
|
"""
|
|
487
450
|
|
|
488
451
|
...
|
|
489
452
|
|
|
490
453
|
def export_subtitles(
|
|
491
|
-
override_context: typing.
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
execution_context: typing.Optional[typing.Union[int, str]] = None,
|
|
495
|
-
undo: typing.Optional[bool] = None,
|
|
496
|
-
*,
|
|
454
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
455
|
+
execution_context: typing.Union[str, int] = None,
|
|
456
|
+
undo: bool = None,
|
|
497
457
|
filepath: typing.Union[str, typing.Any] = "",
|
|
498
|
-
hide_props_region: typing.
|
|
499
|
-
check_existing: typing.
|
|
500
|
-
filter_blender: typing.
|
|
501
|
-
filter_backup: typing.
|
|
502
|
-
filter_image: typing.
|
|
503
|
-
filter_movie: typing.
|
|
504
|
-
filter_python: typing.
|
|
505
|
-
filter_font: typing.
|
|
506
|
-
filter_sound: typing.
|
|
507
|
-
filter_text: typing.
|
|
508
|
-
filter_archive: typing.
|
|
509
|
-
filter_btx: typing.
|
|
510
|
-
filter_collada: typing.
|
|
511
|
-
filter_alembic: typing.
|
|
512
|
-
filter_usd: typing.
|
|
513
|
-
filter_obj: typing.
|
|
514
|
-
filter_volume: typing.
|
|
515
|
-
filter_folder: typing.
|
|
516
|
-
filter_blenlib: typing.
|
|
517
|
-
filemode: typing.
|
|
518
|
-
display_type: typing.
|
|
519
|
-
sort_method: typing.
|
|
458
|
+
hide_props_region: typing.Union[bool, typing.Any] = True,
|
|
459
|
+
check_existing: typing.Union[bool, typing.Any] = True,
|
|
460
|
+
filter_blender: typing.Union[bool, typing.Any] = False,
|
|
461
|
+
filter_backup: typing.Union[bool, typing.Any] = False,
|
|
462
|
+
filter_image: typing.Union[bool, typing.Any] = False,
|
|
463
|
+
filter_movie: typing.Union[bool, typing.Any] = False,
|
|
464
|
+
filter_python: typing.Union[bool, typing.Any] = False,
|
|
465
|
+
filter_font: typing.Union[bool, typing.Any] = False,
|
|
466
|
+
filter_sound: typing.Union[bool, typing.Any] = False,
|
|
467
|
+
filter_text: typing.Union[bool, typing.Any] = False,
|
|
468
|
+
filter_archive: typing.Union[bool, typing.Any] = False,
|
|
469
|
+
filter_btx: typing.Union[bool, typing.Any] = False,
|
|
470
|
+
filter_collada: typing.Union[bool, typing.Any] = False,
|
|
471
|
+
filter_alembic: typing.Union[bool, typing.Any] = False,
|
|
472
|
+
filter_usd: typing.Union[bool, typing.Any] = False,
|
|
473
|
+
filter_obj: typing.Union[bool, typing.Any] = False,
|
|
474
|
+
filter_volume: typing.Union[bool, typing.Any] = False,
|
|
475
|
+
filter_folder: typing.Union[bool, typing.Any] = True,
|
|
476
|
+
filter_blenlib: typing.Union[bool, typing.Any] = False,
|
|
477
|
+
filemode: typing.Any = 8,
|
|
478
|
+
display_type: typing.Any = "DEFAULT",
|
|
479
|
+
sort_method: typing.Union[str, int, typing.Any] = "",
|
|
520
480
|
):
|
|
521
481
|
"""Export .srt file containing text strips
|
|
522
482
|
|
|
523
|
-
:type override_context: typing.
|
|
524
|
-
:type execution_context: typing.
|
|
525
|
-
:type undo:
|
|
483
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
484
|
+
:type execution_context: typing.Union[str, int]
|
|
485
|
+
:type undo: bool
|
|
526
486
|
:param filepath: File Path, Path to file
|
|
527
487
|
:type filepath: typing.Union[str, typing.Any]
|
|
528
488
|
:param hide_props_region: Hide Operator Properties, Collapse the region displaying the operator settings
|
|
529
|
-
:type hide_props_region: typing.
|
|
489
|
+
:type hide_props_region: typing.Union[bool, typing.Any]
|
|
530
490
|
:param check_existing: Check Existing, Check and warn on overwriting existing files
|
|
531
|
-
:type check_existing: typing.
|
|
491
|
+
:type check_existing: typing.Union[bool, typing.Any]
|
|
532
492
|
:param filter_blender: Filter .blend files
|
|
533
|
-
:type filter_blender: typing.
|
|
493
|
+
:type filter_blender: typing.Union[bool, typing.Any]
|
|
534
494
|
:param filter_backup: Filter .blend files
|
|
535
|
-
:type filter_backup: typing.
|
|
495
|
+
:type filter_backup: typing.Union[bool, typing.Any]
|
|
536
496
|
:param filter_image: Filter image files
|
|
537
|
-
:type filter_image: typing.
|
|
497
|
+
:type filter_image: typing.Union[bool, typing.Any]
|
|
538
498
|
:param filter_movie: Filter movie files
|
|
539
|
-
:type filter_movie: typing.
|
|
499
|
+
:type filter_movie: typing.Union[bool, typing.Any]
|
|
540
500
|
:param filter_python: Filter Python files
|
|
541
|
-
:type filter_python: typing.
|
|
501
|
+
:type filter_python: typing.Union[bool, typing.Any]
|
|
542
502
|
:param filter_font: Filter font files
|
|
543
|
-
:type filter_font: typing.
|
|
503
|
+
:type filter_font: typing.Union[bool, typing.Any]
|
|
544
504
|
:param filter_sound: Filter sound files
|
|
545
|
-
:type filter_sound: typing.
|
|
505
|
+
:type filter_sound: typing.Union[bool, typing.Any]
|
|
546
506
|
:param filter_text: Filter text files
|
|
547
|
-
:type filter_text: typing.
|
|
507
|
+
:type filter_text: typing.Union[bool, typing.Any]
|
|
548
508
|
:param filter_archive: Filter archive files
|
|
549
|
-
:type filter_archive: typing.
|
|
509
|
+
:type filter_archive: typing.Union[bool, typing.Any]
|
|
550
510
|
:param filter_btx: Filter btx files
|
|
551
|
-
:type filter_btx: typing.
|
|
511
|
+
:type filter_btx: typing.Union[bool, typing.Any]
|
|
552
512
|
:param filter_collada: Filter COLLADA files
|
|
553
|
-
:type filter_collada: typing.
|
|
513
|
+
:type filter_collada: typing.Union[bool, typing.Any]
|
|
554
514
|
:param filter_alembic: Filter Alembic files
|
|
555
|
-
:type filter_alembic: typing.
|
|
515
|
+
:type filter_alembic: typing.Union[bool, typing.Any]
|
|
556
516
|
:param filter_usd: Filter USD files
|
|
557
|
-
:type filter_usd: typing.
|
|
517
|
+
:type filter_usd: typing.Union[bool, typing.Any]
|
|
558
518
|
:param filter_obj: Filter OBJ files
|
|
559
|
-
:type filter_obj: typing.
|
|
519
|
+
:type filter_obj: typing.Union[bool, typing.Any]
|
|
560
520
|
:param filter_volume: Filter OpenVDB volume files
|
|
561
|
-
:type filter_volume: typing.
|
|
521
|
+
:type filter_volume: typing.Union[bool, typing.Any]
|
|
562
522
|
:param filter_folder: Filter folders
|
|
563
|
-
:type filter_folder: typing.
|
|
523
|
+
:type filter_folder: typing.Union[bool, typing.Any]
|
|
564
524
|
:param filter_blenlib: Filter Blender IDs
|
|
565
|
-
:type filter_blenlib: typing.
|
|
525
|
+
:type filter_blenlib: typing.Union[bool, typing.Any]
|
|
566
526
|
:param filemode: File Browser Mode, The setting for the file browser mode to load a .blend file, a library or a special file
|
|
567
|
-
:type filemode: typing.
|
|
527
|
+
:type filemode: typing.Any
|
|
568
528
|
:param display_type: Display Type
|
|
569
529
|
|
|
570
530
|
DEFAULT
|
|
@@ -578,30 +538,27 @@ def export_subtitles(
|
|
|
578
538
|
|
|
579
539
|
THUMBNAIL
|
|
580
540
|
Thumbnails -- Display files as thumbnails.
|
|
581
|
-
:type display_type: typing.
|
|
541
|
+
:type display_type: typing.Any
|
|
582
542
|
:param sort_method: File sorting mode
|
|
583
|
-
:type sort_method: typing.
|
|
543
|
+
:type sort_method: typing.Union[str, int, typing.Any]
|
|
584
544
|
"""
|
|
585
545
|
|
|
586
546
|
...
|
|
587
547
|
|
|
588
548
|
def fades_add(
|
|
589
|
-
override_context: typing.
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
*,
|
|
595
|
-
duration_seconds: typing.Optional[typing.Any] = 1.0,
|
|
596
|
-
type: typing.Optional[typing.Any] = "IN_OUT",
|
|
549
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
550
|
+
execution_context: typing.Union[str, int] = None,
|
|
551
|
+
undo: bool = None,
|
|
552
|
+
duration_seconds: typing.Any = 1.0,
|
|
553
|
+
type: typing.Any = "IN_OUT",
|
|
597
554
|
):
|
|
598
555
|
"""Adds or updates a fade animation for either visual or audio strips
|
|
599
556
|
|
|
600
|
-
:type override_context: typing.
|
|
601
|
-
:type execution_context: typing.
|
|
602
|
-
:type undo:
|
|
557
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
558
|
+
:type execution_context: typing.Union[str, int]
|
|
559
|
+
:type undo: bool
|
|
603
560
|
:param duration_seconds: Fade Duration, Duration of the fade in seconds
|
|
604
|
-
:type duration_seconds: typing.
|
|
561
|
+
:type duration_seconds: typing.Any
|
|
605
562
|
:param type: Fade Type, Fade in, out, both in and out, to, or from the current frame. Default is both in and out
|
|
606
563
|
|
|
607
564
|
IN_OUT
|
|
@@ -618,165 +575,152 @@ def fades_add(
|
|
|
618
575
|
|
|
619
576
|
CURSOR_TO
|
|
620
577
|
To Current Frame -- Fade from the start of sequences under the time cursor to the current frame.
|
|
621
|
-
:type type: typing.
|
|
578
|
+
:type type: typing.Any
|
|
622
579
|
"""
|
|
623
580
|
|
|
624
581
|
...
|
|
625
582
|
|
|
626
583
|
def fades_clear(
|
|
627
|
-
override_context: typing.
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
execution_context: typing.Optional[typing.Union[int, str]] = None,
|
|
631
|
-
undo: typing.Optional[bool] = None,
|
|
584
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
585
|
+
execution_context: typing.Union[str, int] = None,
|
|
586
|
+
undo: bool = None,
|
|
632
587
|
):
|
|
633
588
|
"""Removes fade animation from selected sequences
|
|
634
589
|
|
|
635
|
-
:type override_context: typing.
|
|
636
|
-
:type execution_context: typing.
|
|
637
|
-
:type undo:
|
|
590
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
591
|
+
:type execution_context: typing.Union[str, int]
|
|
592
|
+
:type undo: bool
|
|
638
593
|
"""
|
|
639
594
|
|
|
640
595
|
...
|
|
641
596
|
|
|
642
597
|
def gap_insert(
|
|
643
|
-
override_context: typing.
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
undo: typing.Optional[bool] = None,
|
|
648
|
-
*,
|
|
649
|
-
frames: typing.Optional[typing.Any] = 10,
|
|
598
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
599
|
+
execution_context: typing.Union[str, int] = None,
|
|
600
|
+
undo: bool = None,
|
|
601
|
+
frames: typing.Any = 10,
|
|
650
602
|
):
|
|
651
603
|
"""Insert gap at current frame to first strips at the right, independent of selection or locked state of strips
|
|
652
604
|
|
|
653
|
-
:type override_context: typing.
|
|
654
|
-
:type execution_context: typing.
|
|
655
|
-
:type undo:
|
|
605
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
606
|
+
:type execution_context: typing.Union[str, int]
|
|
607
|
+
:type undo: bool
|
|
656
608
|
:param frames: Frames, Frames to insert after current strip
|
|
657
|
-
:type frames: typing.
|
|
609
|
+
:type frames: typing.Any
|
|
658
610
|
"""
|
|
659
611
|
|
|
660
612
|
...
|
|
661
613
|
|
|
662
614
|
def gap_remove(
|
|
663
|
-
override_context: typing.
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
undo: typing.Optional[bool] = None,
|
|
668
|
-
*,
|
|
669
|
-
all: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
615
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
616
|
+
execution_context: typing.Union[str, int] = None,
|
|
617
|
+
undo: bool = None,
|
|
618
|
+
all: typing.Union[bool, typing.Any] = False,
|
|
670
619
|
):
|
|
671
620
|
"""Remove gap at current frame to first strip at the right, independent of selection or locked state of strips
|
|
672
621
|
|
|
673
|
-
:type override_context: typing.
|
|
674
|
-
:type execution_context: typing.
|
|
675
|
-
:type undo:
|
|
622
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
623
|
+
:type execution_context: typing.Union[str, int]
|
|
624
|
+
:type undo: bool
|
|
676
625
|
:param all: All Gaps, Do all gaps to right of current frame
|
|
677
|
-
:type all: typing.
|
|
626
|
+
:type all: typing.Union[bool, typing.Any]
|
|
678
627
|
"""
|
|
679
628
|
|
|
680
629
|
...
|
|
681
630
|
|
|
682
631
|
def image_strip_add(
|
|
683
|
-
override_context: typing.
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
execution_context: typing.Optional[typing.Union[int, str]] = None,
|
|
687
|
-
undo: typing.Optional[bool] = None,
|
|
688
|
-
*,
|
|
632
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
633
|
+
execution_context: typing.Union[str, int] = None,
|
|
634
|
+
undo: bool = None,
|
|
689
635
|
directory: typing.Union[str, typing.Any] = "",
|
|
690
|
-
files:
|
|
691
|
-
|
|
692
|
-
] =
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
set_view_transform: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
725
|
-
use_placeholders: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
636
|
+
files: bpy.types.bpy_prop_collection[bpy.types.OperatorFileListElement] = None,
|
|
637
|
+
check_existing: typing.Union[bool, typing.Any] = False,
|
|
638
|
+
filter_blender: typing.Union[bool, typing.Any] = False,
|
|
639
|
+
filter_backup: typing.Union[bool, typing.Any] = False,
|
|
640
|
+
filter_image: typing.Union[bool, typing.Any] = True,
|
|
641
|
+
filter_movie: typing.Union[bool, typing.Any] = False,
|
|
642
|
+
filter_python: typing.Union[bool, typing.Any] = False,
|
|
643
|
+
filter_font: typing.Union[bool, typing.Any] = False,
|
|
644
|
+
filter_sound: typing.Union[bool, typing.Any] = False,
|
|
645
|
+
filter_text: typing.Union[bool, typing.Any] = False,
|
|
646
|
+
filter_archive: typing.Union[bool, typing.Any] = False,
|
|
647
|
+
filter_btx: typing.Union[bool, typing.Any] = False,
|
|
648
|
+
filter_collada: typing.Union[bool, typing.Any] = False,
|
|
649
|
+
filter_alembic: typing.Union[bool, typing.Any] = False,
|
|
650
|
+
filter_usd: typing.Union[bool, typing.Any] = False,
|
|
651
|
+
filter_obj: typing.Union[bool, typing.Any] = False,
|
|
652
|
+
filter_volume: typing.Union[bool, typing.Any] = False,
|
|
653
|
+
filter_folder: typing.Union[bool, typing.Any] = True,
|
|
654
|
+
filter_blenlib: typing.Union[bool, typing.Any] = False,
|
|
655
|
+
filemode: typing.Any = 9,
|
|
656
|
+
relative_path: typing.Union[bool, typing.Any] = True,
|
|
657
|
+
show_multiview: typing.Union[bool, typing.Any] = False,
|
|
658
|
+
use_multiview: typing.Union[bool, typing.Any] = False,
|
|
659
|
+
display_type: typing.Any = "DEFAULT",
|
|
660
|
+
sort_method: typing.Any = "",
|
|
661
|
+
frame_start: typing.Any = 0,
|
|
662
|
+
frame_end: typing.Any = 0,
|
|
663
|
+
channel: typing.Any = 1,
|
|
664
|
+
replace_sel: typing.Union[bool, typing.Any] = True,
|
|
665
|
+
overlap: typing.Union[bool, typing.Any] = False,
|
|
666
|
+
overlap_shuffle_override: typing.Union[bool, typing.Any] = False,
|
|
667
|
+
fit_method: typing.Any = "FIT",
|
|
668
|
+
set_view_transform: typing.Union[bool, typing.Any] = True,
|
|
669
|
+
use_placeholders: typing.Union[bool, typing.Any] = False,
|
|
726
670
|
):
|
|
727
671
|
"""Add an image or image sequence to the sequencer
|
|
728
672
|
|
|
729
|
-
:type override_context: typing.
|
|
730
|
-
:type execution_context: typing.
|
|
731
|
-
:type undo:
|
|
673
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
674
|
+
:type execution_context: typing.Union[str, int]
|
|
675
|
+
:type undo: bool
|
|
732
676
|
:param directory: Directory, Directory of the file
|
|
733
677
|
:type directory: typing.Union[str, typing.Any]
|
|
734
678
|
:param files: Files
|
|
735
|
-
:type files:
|
|
679
|
+
:type files: bpy.types.bpy_prop_collection[bpy.types.OperatorFileListElement]
|
|
736
680
|
:param check_existing: Check Existing, Check and warn on overwriting existing files
|
|
737
|
-
:type check_existing: typing.
|
|
681
|
+
:type check_existing: typing.Union[bool, typing.Any]
|
|
738
682
|
:param filter_blender: Filter .blend files
|
|
739
|
-
:type filter_blender: typing.
|
|
683
|
+
:type filter_blender: typing.Union[bool, typing.Any]
|
|
740
684
|
:param filter_backup: Filter .blend files
|
|
741
|
-
:type filter_backup: typing.
|
|
685
|
+
:type filter_backup: typing.Union[bool, typing.Any]
|
|
742
686
|
:param filter_image: Filter image files
|
|
743
|
-
:type filter_image: typing.
|
|
687
|
+
:type filter_image: typing.Union[bool, typing.Any]
|
|
744
688
|
:param filter_movie: Filter movie files
|
|
745
|
-
:type filter_movie: typing.
|
|
689
|
+
:type filter_movie: typing.Union[bool, typing.Any]
|
|
746
690
|
:param filter_python: Filter Python files
|
|
747
|
-
:type filter_python: typing.
|
|
691
|
+
:type filter_python: typing.Union[bool, typing.Any]
|
|
748
692
|
:param filter_font: Filter font files
|
|
749
|
-
:type filter_font: typing.
|
|
693
|
+
:type filter_font: typing.Union[bool, typing.Any]
|
|
750
694
|
:param filter_sound: Filter sound files
|
|
751
|
-
:type filter_sound: typing.
|
|
695
|
+
:type filter_sound: typing.Union[bool, typing.Any]
|
|
752
696
|
:param filter_text: Filter text files
|
|
753
|
-
:type filter_text: typing.
|
|
697
|
+
:type filter_text: typing.Union[bool, typing.Any]
|
|
754
698
|
:param filter_archive: Filter archive files
|
|
755
|
-
:type filter_archive: typing.
|
|
699
|
+
:type filter_archive: typing.Union[bool, typing.Any]
|
|
756
700
|
:param filter_btx: Filter btx files
|
|
757
|
-
:type filter_btx: typing.
|
|
701
|
+
:type filter_btx: typing.Union[bool, typing.Any]
|
|
758
702
|
:param filter_collada: Filter COLLADA files
|
|
759
|
-
:type filter_collada: typing.
|
|
703
|
+
:type filter_collada: typing.Union[bool, typing.Any]
|
|
760
704
|
:param filter_alembic: Filter Alembic files
|
|
761
|
-
:type filter_alembic: typing.
|
|
705
|
+
:type filter_alembic: typing.Union[bool, typing.Any]
|
|
762
706
|
:param filter_usd: Filter USD files
|
|
763
|
-
:type filter_usd: typing.
|
|
707
|
+
:type filter_usd: typing.Union[bool, typing.Any]
|
|
764
708
|
:param filter_obj: Filter OBJ files
|
|
765
|
-
:type filter_obj: typing.
|
|
709
|
+
:type filter_obj: typing.Union[bool, typing.Any]
|
|
766
710
|
:param filter_volume: Filter OpenVDB volume files
|
|
767
|
-
:type filter_volume: typing.
|
|
711
|
+
:type filter_volume: typing.Union[bool, typing.Any]
|
|
768
712
|
:param filter_folder: Filter folders
|
|
769
|
-
:type filter_folder: typing.
|
|
713
|
+
:type filter_folder: typing.Union[bool, typing.Any]
|
|
770
714
|
:param filter_blenlib: Filter Blender IDs
|
|
771
|
-
:type filter_blenlib: typing.
|
|
715
|
+
:type filter_blenlib: typing.Union[bool, typing.Any]
|
|
772
716
|
:param filemode: File Browser Mode, The setting for the file browser mode to load a .blend file, a library or a special file
|
|
773
|
-
:type filemode: typing.
|
|
717
|
+
:type filemode: typing.Any
|
|
774
718
|
:param relative_path: Relative Path, Select the file relative to the blend file
|
|
775
|
-
:type relative_path: typing.
|
|
719
|
+
:type relative_path: typing.Union[bool, typing.Any]
|
|
776
720
|
:param show_multiview: Enable Multi-View
|
|
777
|
-
:type show_multiview: typing.
|
|
721
|
+
:type show_multiview: typing.Union[bool, typing.Any]
|
|
778
722
|
:param use_multiview: Use Multi-View
|
|
779
|
-
:type use_multiview: typing.
|
|
723
|
+
:type use_multiview: typing.Union[bool, typing.Any]
|
|
780
724
|
:param display_type: Display Type
|
|
781
725
|
|
|
782
726
|
DEFAULT
|
|
@@ -790,7 +734,7 @@ def image_strip_add(
|
|
|
790
734
|
|
|
791
735
|
THUMBNAIL
|
|
792
736
|
Thumbnails -- Display files as thumbnails.
|
|
793
|
-
:type display_type: typing.
|
|
737
|
+
:type display_type: typing.Any
|
|
794
738
|
:param sort_method: File sorting mode
|
|
795
739
|
|
|
796
740
|
DEFAULT
|
|
@@ -807,19 +751,19 @@ def image_strip_add(
|
|
|
807
751
|
|
|
808
752
|
FILE_SORT_SIZE
|
|
809
753
|
Size -- Sort files by size.
|
|
810
|
-
:type sort_method: typing.
|
|
754
|
+
:type sort_method: typing.Any
|
|
811
755
|
:param frame_start: Start Frame, Start frame of the sequence strip
|
|
812
|
-
:type frame_start: typing.
|
|
756
|
+
:type frame_start: typing.Any
|
|
813
757
|
:param frame_end: End Frame, End frame for the color strip
|
|
814
|
-
:type frame_end: typing.
|
|
758
|
+
:type frame_end: typing.Any
|
|
815
759
|
:param channel: Channel, Channel to place this strip into
|
|
816
|
-
:type channel: typing.
|
|
760
|
+
:type channel: typing.Any
|
|
817
761
|
:param replace_sel: Replace Selection, Replace the current selection
|
|
818
|
-
:type replace_sel: typing.
|
|
762
|
+
:type replace_sel: typing.Union[bool, typing.Any]
|
|
819
763
|
:param overlap: Allow Overlap, Don't correct overlap on new sequence strips
|
|
820
|
-
:type overlap: typing.
|
|
764
|
+
:type overlap: typing.Union[bool, typing.Any]
|
|
821
765
|
:param overlap_shuffle_override: Override Overlap Shuffle Behavior, Use the overlap_mode tool settings to determine how to shuffle overlapping strips
|
|
822
|
-
:type overlap_shuffle_override: typing.
|
|
766
|
+
:type overlap_shuffle_override: typing.Union[bool, typing.Any]
|
|
823
767
|
:param fit_method: Fit Method, Scale fit method
|
|
824
768
|
|
|
825
769
|
FIT
|
|
@@ -833,236 +777,217 @@ def image_strip_add(
|
|
|
833
777
|
|
|
834
778
|
ORIGINAL
|
|
835
779
|
Use Original Size -- Keep image at its original size.
|
|
836
|
-
:type fit_method: typing.
|
|
780
|
+
:type fit_method: typing.Any
|
|
837
781
|
:param set_view_transform: Set View Transform, Set appropriate view transform based on media color space
|
|
838
|
-
:type set_view_transform: typing.
|
|
782
|
+
:type set_view_transform: typing.Union[bool, typing.Any]
|
|
839
783
|
:param use_placeholders: Use Placeholders, Use placeholders for missing frames of the strip
|
|
840
|
-
:type use_placeholders: typing.
|
|
784
|
+
:type use_placeholders: typing.Union[bool, typing.Any]
|
|
841
785
|
"""
|
|
842
786
|
|
|
843
787
|
...
|
|
844
788
|
|
|
845
789
|
def images_separate(
|
|
846
|
-
override_context: typing.
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
undo: typing.Optional[bool] = None,
|
|
851
|
-
*,
|
|
852
|
-
length: typing.Optional[typing.Any] = 1,
|
|
790
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
791
|
+
execution_context: typing.Union[str, int] = None,
|
|
792
|
+
undo: bool = None,
|
|
793
|
+
length: typing.Any = 1,
|
|
853
794
|
):
|
|
854
795
|
"""On image sequence strips, it returns a strip for each image
|
|
855
796
|
|
|
856
|
-
:type override_context: typing.
|
|
857
|
-
:type execution_context: typing.
|
|
858
|
-
:type undo:
|
|
797
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
798
|
+
:type execution_context: typing.Union[str, int]
|
|
799
|
+
:type undo: bool
|
|
859
800
|
:param length: Length, Length of each frame
|
|
860
|
-
:type length: typing.
|
|
801
|
+
:type length: typing.Any
|
|
861
802
|
"""
|
|
862
803
|
|
|
863
804
|
...
|
|
864
805
|
|
|
865
806
|
def lock(
|
|
866
|
-
override_context: typing.
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
execution_context: typing.Optional[typing.Union[int, str]] = None,
|
|
870
|
-
undo: typing.Optional[bool] = None,
|
|
807
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
808
|
+
execution_context: typing.Union[str, int] = None,
|
|
809
|
+
undo: bool = None,
|
|
871
810
|
):
|
|
872
811
|
"""Lock strips so they can't be transformed
|
|
873
812
|
|
|
874
|
-
:type override_context: typing.
|
|
875
|
-
:type execution_context: typing.
|
|
876
|
-
:type undo:
|
|
813
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
814
|
+
:type execution_context: typing.Union[str, int]
|
|
815
|
+
:type undo: bool
|
|
877
816
|
"""
|
|
878
817
|
|
|
879
818
|
...
|
|
880
819
|
|
|
881
820
|
def mask_strip_add(
|
|
882
|
-
override_context: typing.
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
overlap: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
892
|
-
overlap_shuffle_override: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
893
|
-
mask: typing.Optional[typing.Union[int, str, typing.Any]] = "",
|
|
821
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
822
|
+
execution_context: typing.Union[str, int] = None,
|
|
823
|
+
undo: bool = None,
|
|
824
|
+
frame_start: typing.Any = 0,
|
|
825
|
+
channel: typing.Any = 1,
|
|
826
|
+
replace_sel: typing.Union[bool, typing.Any] = True,
|
|
827
|
+
overlap: typing.Union[bool, typing.Any] = False,
|
|
828
|
+
overlap_shuffle_override: typing.Union[bool, typing.Any] = False,
|
|
829
|
+
mask: typing.Union[str, int, typing.Any] = "",
|
|
894
830
|
):
|
|
895
831
|
"""Add a mask strip to the sequencer
|
|
896
832
|
|
|
897
|
-
:type override_context: typing.
|
|
898
|
-
:type execution_context: typing.
|
|
899
|
-
:type undo:
|
|
833
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
834
|
+
:type execution_context: typing.Union[str, int]
|
|
835
|
+
:type undo: bool
|
|
900
836
|
:param frame_start: Start Frame, Start frame of the sequence strip
|
|
901
|
-
:type frame_start: typing.
|
|
837
|
+
:type frame_start: typing.Any
|
|
902
838
|
:param channel: Channel, Channel to place this strip into
|
|
903
|
-
:type channel: typing.
|
|
839
|
+
:type channel: typing.Any
|
|
904
840
|
:param replace_sel: Replace Selection, Replace the current selection
|
|
905
|
-
:type replace_sel: typing.
|
|
841
|
+
:type replace_sel: typing.Union[bool, typing.Any]
|
|
906
842
|
:param overlap: Allow Overlap, Don't correct overlap on new sequence strips
|
|
907
|
-
:type overlap: typing.
|
|
843
|
+
:type overlap: typing.Union[bool, typing.Any]
|
|
908
844
|
:param overlap_shuffle_override: Override Overlap Shuffle Behavior, Use the overlap_mode tool settings to determine how to shuffle overlapping strips
|
|
909
|
-
:type overlap_shuffle_override: typing.
|
|
845
|
+
:type overlap_shuffle_override: typing.Union[bool, typing.Any]
|
|
910
846
|
:param mask: Mask
|
|
911
|
-
:type mask: typing.
|
|
847
|
+
:type mask: typing.Union[str, int, typing.Any]
|
|
912
848
|
"""
|
|
913
849
|
|
|
914
850
|
...
|
|
915
851
|
|
|
916
852
|
def meta_make(
|
|
917
|
-
override_context: typing.
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
execution_context: typing.Optional[typing.Union[int, str]] = None,
|
|
921
|
-
undo: typing.Optional[bool] = None,
|
|
853
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
854
|
+
execution_context: typing.Union[str, int] = None,
|
|
855
|
+
undo: bool = None,
|
|
922
856
|
):
|
|
923
857
|
"""Group selected strips into a meta-strip
|
|
924
858
|
|
|
925
|
-
:type override_context: typing.
|
|
926
|
-
:type execution_context: typing.
|
|
927
|
-
:type undo:
|
|
859
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
860
|
+
:type execution_context: typing.Union[str, int]
|
|
861
|
+
:type undo: bool
|
|
928
862
|
"""
|
|
929
863
|
|
|
930
864
|
...
|
|
931
865
|
|
|
932
866
|
def meta_separate(
|
|
933
|
-
override_context: typing.
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
execution_context: typing.Optional[typing.Union[int, str]] = None,
|
|
937
|
-
undo: typing.Optional[bool] = None,
|
|
867
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
868
|
+
execution_context: typing.Union[str, int] = None,
|
|
869
|
+
undo: bool = None,
|
|
938
870
|
):
|
|
939
871
|
"""Put the contents of a meta-strip back in the sequencer
|
|
940
872
|
|
|
941
|
-
:type override_context: typing.
|
|
942
|
-
:type execution_context: typing.
|
|
943
|
-
:type undo:
|
|
873
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
874
|
+
:type execution_context: typing.Union[str, int]
|
|
875
|
+
:type undo: bool
|
|
944
876
|
"""
|
|
945
877
|
|
|
946
878
|
...
|
|
947
879
|
|
|
948
880
|
def meta_toggle(
|
|
949
|
-
override_context: typing.
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
execution_context: typing.Optional[typing.Union[int, str]] = None,
|
|
953
|
-
undo: typing.Optional[bool] = None,
|
|
881
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
882
|
+
execution_context: typing.Union[str, int] = None,
|
|
883
|
+
undo: bool = None,
|
|
954
884
|
):
|
|
955
885
|
"""Toggle a meta-strip (to edit enclosed strips)
|
|
956
886
|
|
|
957
|
-
:type override_context: typing.
|
|
958
|
-
:type execution_context: typing.
|
|
959
|
-
:type undo:
|
|
887
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
888
|
+
:type execution_context: typing.Union[str, int]
|
|
889
|
+
:type undo: bool
|
|
960
890
|
"""
|
|
961
891
|
|
|
962
892
|
...
|
|
963
893
|
|
|
964
894
|
def movie_strip_add(
|
|
965
|
-
override_context: typing.
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
execution_context: typing.Optional[typing.Union[int, str]] = None,
|
|
969
|
-
undo: typing.Optional[bool] = None,
|
|
970
|
-
*,
|
|
895
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
896
|
+
execution_context: typing.Union[str, int] = None,
|
|
897
|
+
undo: bool = None,
|
|
971
898
|
filepath: typing.Union[str, typing.Any] = "",
|
|
972
899
|
directory: typing.Union[str, typing.Any] = "",
|
|
973
|
-
files:
|
|
974
|
-
|
|
975
|
-
] =
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
sound: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
1009
|
-
use_framerate: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
900
|
+
files: bpy.types.bpy_prop_collection[bpy.types.OperatorFileListElement] = None,
|
|
901
|
+
check_existing: typing.Union[bool, typing.Any] = False,
|
|
902
|
+
filter_blender: typing.Union[bool, typing.Any] = False,
|
|
903
|
+
filter_backup: typing.Union[bool, typing.Any] = False,
|
|
904
|
+
filter_image: typing.Union[bool, typing.Any] = False,
|
|
905
|
+
filter_movie: typing.Union[bool, typing.Any] = True,
|
|
906
|
+
filter_python: typing.Union[bool, typing.Any] = False,
|
|
907
|
+
filter_font: typing.Union[bool, typing.Any] = False,
|
|
908
|
+
filter_sound: typing.Union[bool, typing.Any] = False,
|
|
909
|
+
filter_text: typing.Union[bool, typing.Any] = False,
|
|
910
|
+
filter_archive: typing.Union[bool, typing.Any] = False,
|
|
911
|
+
filter_btx: typing.Union[bool, typing.Any] = False,
|
|
912
|
+
filter_collada: typing.Union[bool, typing.Any] = False,
|
|
913
|
+
filter_alembic: typing.Union[bool, typing.Any] = False,
|
|
914
|
+
filter_usd: typing.Union[bool, typing.Any] = False,
|
|
915
|
+
filter_obj: typing.Union[bool, typing.Any] = False,
|
|
916
|
+
filter_volume: typing.Union[bool, typing.Any] = False,
|
|
917
|
+
filter_folder: typing.Union[bool, typing.Any] = True,
|
|
918
|
+
filter_blenlib: typing.Union[bool, typing.Any] = False,
|
|
919
|
+
filemode: typing.Any = 9,
|
|
920
|
+
relative_path: typing.Union[bool, typing.Any] = True,
|
|
921
|
+
show_multiview: typing.Union[bool, typing.Any] = False,
|
|
922
|
+
use_multiview: typing.Union[bool, typing.Any] = False,
|
|
923
|
+
display_type: typing.Any = "DEFAULT",
|
|
924
|
+
sort_method: typing.Any = "",
|
|
925
|
+
frame_start: typing.Any = 0,
|
|
926
|
+
channel: typing.Any = 1,
|
|
927
|
+
replace_sel: typing.Union[bool, typing.Any] = True,
|
|
928
|
+
overlap: typing.Union[bool, typing.Any] = False,
|
|
929
|
+
overlap_shuffle_override: typing.Union[bool, typing.Any] = False,
|
|
930
|
+
fit_method: typing.Any = "FIT",
|
|
931
|
+
set_view_transform: typing.Union[bool, typing.Any] = True,
|
|
932
|
+
adjust_playback_rate: typing.Union[bool, typing.Any] = True,
|
|
933
|
+
sound: typing.Union[bool, typing.Any] = True,
|
|
934
|
+
use_framerate: typing.Union[bool, typing.Any] = True,
|
|
1010
935
|
):
|
|
1011
936
|
"""Add a movie strip to the sequencer
|
|
1012
937
|
|
|
1013
|
-
:type override_context: typing.
|
|
1014
|
-
:type execution_context: typing.
|
|
1015
|
-
:type undo:
|
|
938
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
939
|
+
:type execution_context: typing.Union[str, int]
|
|
940
|
+
:type undo: bool
|
|
1016
941
|
:param filepath: File Path, Path to file
|
|
1017
942
|
:type filepath: typing.Union[str, typing.Any]
|
|
1018
943
|
:param directory: Directory, Directory of the file
|
|
1019
944
|
:type directory: typing.Union[str, typing.Any]
|
|
1020
945
|
:param files: Files
|
|
1021
|
-
:type files:
|
|
946
|
+
:type files: bpy.types.bpy_prop_collection[bpy.types.OperatorFileListElement]
|
|
1022
947
|
:param check_existing: Check Existing, Check and warn on overwriting existing files
|
|
1023
|
-
:type check_existing: typing.
|
|
948
|
+
:type check_existing: typing.Union[bool, typing.Any]
|
|
1024
949
|
:param filter_blender: Filter .blend files
|
|
1025
|
-
:type filter_blender: typing.
|
|
950
|
+
:type filter_blender: typing.Union[bool, typing.Any]
|
|
1026
951
|
:param filter_backup: Filter .blend files
|
|
1027
|
-
:type filter_backup: typing.
|
|
952
|
+
:type filter_backup: typing.Union[bool, typing.Any]
|
|
1028
953
|
:param filter_image: Filter image files
|
|
1029
|
-
:type filter_image: typing.
|
|
954
|
+
:type filter_image: typing.Union[bool, typing.Any]
|
|
1030
955
|
:param filter_movie: Filter movie files
|
|
1031
|
-
:type filter_movie: typing.
|
|
956
|
+
:type filter_movie: typing.Union[bool, typing.Any]
|
|
1032
957
|
:param filter_python: Filter Python files
|
|
1033
|
-
:type filter_python: typing.
|
|
958
|
+
:type filter_python: typing.Union[bool, typing.Any]
|
|
1034
959
|
:param filter_font: Filter font files
|
|
1035
|
-
:type filter_font: typing.
|
|
960
|
+
:type filter_font: typing.Union[bool, typing.Any]
|
|
1036
961
|
:param filter_sound: Filter sound files
|
|
1037
|
-
:type filter_sound: typing.
|
|
962
|
+
:type filter_sound: typing.Union[bool, typing.Any]
|
|
1038
963
|
:param filter_text: Filter text files
|
|
1039
|
-
:type filter_text: typing.
|
|
964
|
+
:type filter_text: typing.Union[bool, typing.Any]
|
|
1040
965
|
:param filter_archive: Filter archive files
|
|
1041
|
-
:type filter_archive: typing.
|
|
966
|
+
:type filter_archive: typing.Union[bool, typing.Any]
|
|
1042
967
|
:param filter_btx: Filter btx files
|
|
1043
|
-
:type filter_btx: typing.
|
|
968
|
+
:type filter_btx: typing.Union[bool, typing.Any]
|
|
1044
969
|
:param filter_collada: Filter COLLADA files
|
|
1045
|
-
:type filter_collada: typing.
|
|
970
|
+
:type filter_collada: typing.Union[bool, typing.Any]
|
|
1046
971
|
:param filter_alembic: Filter Alembic files
|
|
1047
|
-
:type filter_alembic: typing.
|
|
972
|
+
:type filter_alembic: typing.Union[bool, typing.Any]
|
|
1048
973
|
:param filter_usd: Filter USD files
|
|
1049
|
-
:type filter_usd: typing.
|
|
974
|
+
:type filter_usd: typing.Union[bool, typing.Any]
|
|
1050
975
|
:param filter_obj: Filter OBJ files
|
|
1051
|
-
:type filter_obj: typing.
|
|
976
|
+
:type filter_obj: typing.Union[bool, typing.Any]
|
|
1052
977
|
:param filter_volume: Filter OpenVDB volume files
|
|
1053
|
-
:type filter_volume: typing.
|
|
978
|
+
:type filter_volume: typing.Union[bool, typing.Any]
|
|
1054
979
|
:param filter_folder: Filter folders
|
|
1055
|
-
:type filter_folder: typing.
|
|
980
|
+
:type filter_folder: typing.Union[bool, typing.Any]
|
|
1056
981
|
:param filter_blenlib: Filter Blender IDs
|
|
1057
|
-
:type filter_blenlib: typing.
|
|
982
|
+
:type filter_blenlib: typing.Union[bool, typing.Any]
|
|
1058
983
|
:param filemode: File Browser Mode, The setting for the file browser mode to load a .blend file, a library or a special file
|
|
1059
|
-
:type filemode: typing.
|
|
984
|
+
:type filemode: typing.Any
|
|
1060
985
|
:param relative_path: Relative Path, Select the file relative to the blend file
|
|
1061
|
-
:type relative_path: typing.
|
|
986
|
+
:type relative_path: typing.Union[bool, typing.Any]
|
|
1062
987
|
:param show_multiview: Enable Multi-View
|
|
1063
|
-
:type show_multiview: typing.
|
|
988
|
+
:type show_multiview: typing.Union[bool, typing.Any]
|
|
1064
989
|
:param use_multiview: Use Multi-View
|
|
1065
|
-
:type use_multiview: typing.
|
|
990
|
+
:type use_multiview: typing.Union[bool, typing.Any]
|
|
1066
991
|
:param display_type: Display Type
|
|
1067
992
|
|
|
1068
993
|
DEFAULT
|
|
@@ -1076,7 +1001,7 @@ def movie_strip_add(
|
|
|
1076
1001
|
|
|
1077
1002
|
THUMBNAIL
|
|
1078
1003
|
Thumbnails -- Display files as thumbnails.
|
|
1079
|
-
:type display_type: typing.
|
|
1004
|
+
:type display_type: typing.Any
|
|
1080
1005
|
:param sort_method: File sorting mode
|
|
1081
1006
|
|
|
1082
1007
|
DEFAULT
|
|
@@ -1093,17 +1018,17 @@ def movie_strip_add(
|
|
|
1093
1018
|
|
|
1094
1019
|
FILE_SORT_SIZE
|
|
1095
1020
|
Size -- Sort files by size.
|
|
1096
|
-
:type sort_method: typing.
|
|
1021
|
+
:type sort_method: typing.Any
|
|
1097
1022
|
:param frame_start: Start Frame, Start frame of the sequence strip
|
|
1098
|
-
:type frame_start: typing.
|
|
1023
|
+
:type frame_start: typing.Any
|
|
1099
1024
|
:param channel: Channel, Channel to place this strip into
|
|
1100
|
-
:type channel: typing.
|
|
1025
|
+
:type channel: typing.Any
|
|
1101
1026
|
:param replace_sel: Replace Selection, Replace the current selection
|
|
1102
|
-
:type replace_sel: typing.
|
|
1027
|
+
:type replace_sel: typing.Union[bool, typing.Any]
|
|
1103
1028
|
:param overlap: Allow Overlap, Don't correct overlap on new sequence strips
|
|
1104
|
-
:type overlap: typing.
|
|
1029
|
+
:type overlap: typing.Union[bool, typing.Any]
|
|
1105
1030
|
:param overlap_shuffle_override: Override Overlap Shuffle Behavior, Use the overlap_mode tool settings to determine how to shuffle overlapping strips
|
|
1106
|
-
:type overlap_shuffle_override: typing.
|
|
1031
|
+
:type overlap_shuffle_override: typing.Union[bool, typing.Any]
|
|
1107
1032
|
:param fit_method: Fit Method, Scale fit method
|
|
1108
1033
|
|
|
1109
1034
|
FIT
|
|
@@ -1117,475 +1042,414 @@ def movie_strip_add(
|
|
|
1117
1042
|
|
|
1118
1043
|
ORIGINAL
|
|
1119
1044
|
Use Original Size -- Keep image at its original size.
|
|
1120
|
-
:type fit_method: typing.
|
|
1045
|
+
:type fit_method: typing.Any
|
|
1121
1046
|
:param set_view_transform: Set View Transform, Set appropriate view transform based on media color space
|
|
1122
|
-
:type set_view_transform: typing.
|
|
1047
|
+
:type set_view_transform: typing.Union[bool, typing.Any]
|
|
1123
1048
|
:param adjust_playback_rate: Adjust Playback Rate, Play at normal speed regardless of scene FPS
|
|
1124
|
-
:type adjust_playback_rate: typing.
|
|
1049
|
+
:type adjust_playback_rate: typing.Union[bool, typing.Any]
|
|
1125
1050
|
:param sound: Sound, Load sound with the movie
|
|
1126
|
-
:type sound: typing.
|
|
1051
|
+
:type sound: typing.Union[bool, typing.Any]
|
|
1127
1052
|
:param use_framerate: Use Movie Framerate, Use framerate from the movie to keep sound and video in sync
|
|
1128
|
-
:type use_framerate: typing.
|
|
1053
|
+
:type use_framerate: typing.Union[bool, typing.Any]
|
|
1129
1054
|
"""
|
|
1130
1055
|
|
|
1131
1056
|
...
|
|
1132
1057
|
|
|
1133
1058
|
def movieclip_strip_add(
|
|
1134
|
-
override_context: typing.
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
overlap: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
1144
|
-
overlap_shuffle_override: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
1145
|
-
clip: typing.Optional[typing.Union[int, str, typing.Any]] = "",
|
|
1059
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1060
|
+
execution_context: typing.Union[str, int] = None,
|
|
1061
|
+
undo: bool = None,
|
|
1062
|
+
frame_start: typing.Any = 0,
|
|
1063
|
+
channel: typing.Any = 1,
|
|
1064
|
+
replace_sel: typing.Union[bool, typing.Any] = True,
|
|
1065
|
+
overlap: typing.Union[bool, typing.Any] = False,
|
|
1066
|
+
overlap_shuffle_override: typing.Union[bool, typing.Any] = False,
|
|
1067
|
+
clip: typing.Union[str, int, typing.Any] = "",
|
|
1146
1068
|
):
|
|
1147
1069
|
"""Add a movieclip strip to the sequencer
|
|
1148
1070
|
|
|
1149
|
-
:type override_context: typing.
|
|
1150
|
-
:type execution_context: typing.
|
|
1151
|
-
:type undo:
|
|
1071
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1072
|
+
:type execution_context: typing.Union[str, int]
|
|
1073
|
+
:type undo: bool
|
|
1152
1074
|
:param frame_start: Start Frame, Start frame of the sequence strip
|
|
1153
|
-
:type frame_start: typing.
|
|
1075
|
+
:type frame_start: typing.Any
|
|
1154
1076
|
:param channel: Channel, Channel to place this strip into
|
|
1155
|
-
:type channel: typing.
|
|
1077
|
+
:type channel: typing.Any
|
|
1156
1078
|
:param replace_sel: Replace Selection, Replace the current selection
|
|
1157
|
-
:type replace_sel: typing.
|
|
1079
|
+
:type replace_sel: typing.Union[bool, typing.Any]
|
|
1158
1080
|
:param overlap: Allow Overlap, Don't correct overlap on new sequence strips
|
|
1159
|
-
:type overlap: typing.
|
|
1081
|
+
:type overlap: typing.Union[bool, typing.Any]
|
|
1160
1082
|
:param overlap_shuffle_override: Override Overlap Shuffle Behavior, Use the overlap_mode tool settings to determine how to shuffle overlapping strips
|
|
1161
|
-
:type overlap_shuffle_override: typing.
|
|
1083
|
+
:type overlap_shuffle_override: typing.Union[bool, typing.Any]
|
|
1162
1084
|
:param clip: Clip
|
|
1163
|
-
:type clip: typing.
|
|
1085
|
+
:type clip: typing.Union[str, int, typing.Any]
|
|
1164
1086
|
"""
|
|
1165
1087
|
|
|
1166
1088
|
...
|
|
1167
1089
|
|
|
1168
1090
|
def mute(
|
|
1169
|
-
override_context: typing.
|
|
1170
|
-
|
|
1171
|
-
|
|
1172
|
-
|
|
1173
|
-
undo: typing.Optional[bool] = None,
|
|
1174
|
-
*,
|
|
1175
|
-
unselected: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
1091
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1092
|
+
execution_context: typing.Union[str, int] = None,
|
|
1093
|
+
undo: bool = None,
|
|
1094
|
+
unselected: typing.Union[bool, typing.Any] = False,
|
|
1176
1095
|
):
|
|
1177
1096
|
"""Mute (un)selected strips
|
|
1178
1097
|
|
|
1179
|
-
:type override_context: typing.
|
|
1180
|
-
:type execution_context: typing.
|
|
1181
|
-
:type undo:
|
|
1098
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1099
|
+
:type execution_context: typing.Union[str, int]
|
|
1100
|
+
:type undo: bool
|
|
1182
1101
|
:param unselected: Unselected, Mute unselected rather than selected strips
|
|
1183
|
-
:type unselected: typing.
|
|
1102
|
+
:type unselected: typing.Union[bool, typing.Any]
|
|
1184
1103
|
"""
|
|
1185
1104
|
|
|
1186
1105
|
...
|
|
1187
1106
|
|
|
1188
1107
|
def offset_clear(
|
|
1189
|
-
override_context: typing.
|
|
1190
|
-
|
|
1191
|
-
|
|
1192
|
-
execution_context: typing.Optional[typing.Union[int, str]] = None,
|
|
1193
|
-
undo: typing.Optional[bool] = None,
|
|
1108
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1109
|
+
execution_context: typing.Union[str, int] = None,
|
|
1110
|
+
undo: bool = None,
|
|
1194
1111
|
):
|
|
1195
1112
|
"""Clear strip offsets from the start and end frames
|
|
1196
1113
|
|
|
1197
|
-
:type override_context: typing.
|
|
1198
|
-
:type execution_context: typing.
|
|
1199
|
-
:type undo:
|
|
1114
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1115
|
+
:type execution_context: typing.Union[str, int]
|
|
1116
|
+
:type undo: bool
|
|
1200
1117
|
"""
|
|
1201
1118
|
|
|
1202
1119
|
...
|
|
1203
1120
|
|
|
1204
1121
|
def paste(
|
|
1205
|
-
override_context: typing.
|
|
1206
|
-
|
|
1207
|
-
|
|
1208
|
-
|
|
1209
|
-
undo: typing.Optional[bool] = None,
|
|
1210
|
-
*,
|
|
1211
|
-
keep_offset: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
1122
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1123
|
+
execution_context: typing.Union[str, int] = None,
|
|
1124
|
+
undo: bool = None,
|
|
1125
|
+
keep_offset: typing.Union[bool, typing.Any] = False,
|
|
1212
1126
|
):
|
|
1213
1127
|
"""Paste strips from the internal clipboard
|
|
1214
1128
|
|
|
1215
|
-
:type override_context: typing.
|
|
1216
|
-
:type execution_context: typing.
|
|
1217
|
-
:type undo:
|
|
1129
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1130
|
+
:type execution_context: typing.Union[str, int]
|
|
1131
|
+
:type undo: bool
|
|
1218
1132
|
:param keep_offset: Keep Offset, Keep strip offset relative to the current frame when pasting
|
|
1219
|
-
:type keep_offset: typing.
|
|
1133
|
+
:type keep_offset: typing.Union[bool, typing.Any]
|
|
1220
1134
|
"""
|
|
1221
1135
|
|
|
1222
1136
|
...
|
|
1223
1137
|
|
|
1224
1138
|
def reassign_inputs(
|
|
1225
|
-
override_context: typing.
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
|
-
execution_context: typing.Optional[typing.Union[int, str]] = None,
|
|
1229
|
-
undo: typing.Optional[bool] = None,
|
|
1139
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1140
|
+
execution_context: typing.Union[str, int] = None,
|
|
1141
|
+
undo: bool = None,
|
|
1230
1142
|
):
|
|
1231
1143
|
"""Reassign the inputs for the effect strip
|
|
1232
1144
|
|
|
1233
|
-
:type override_context: typing.
|
|
1234
|
-
:type execution_context: typing.
|
|
1235
|
-
:type undo:
|
|
1145
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1146
|
+
:type execution_context: typing.Union[str, int]
|
|
1147
|
+
:type undo: bool
|
|
1236
1148
|
"""
|
|
1237
1149
|
|
|
1238
1150
|
...
|
|
1239
1151
|
|
|
1240
1152
|
def rebuild_proxy(
|
|
1241
|
-
override_context: typing.
|
|
1242
|
-
|
|
1243
|
-
|
|
1244
|
-
execution_context: typing.Optional[typing.Union[int, str]] = None,
|
|
1245
|
-
undo: typing.Optional[bool] = None,
|
|
1153
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1154
|
+
execution_context: typing.Union[str, int] = None,
|
|
1155
|
+
undo: bool = None,
|
|
1246
1156
|
):
|
|
1247
1157
|
"""Rebuild all selected proxies and timecode indices using the job system
|
|
1248
1158
|
|
|
1249
|
-
:type override_context: typing.
|
|
1250
|
-
:type execution_context: typing.
|
|
1251
|
-
:type undo:
|
|
1159
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1160
|
+
:type execution_context: typing.Union[str, int]
|
|
1161
|
+
:type undo: bool
|
|
1252
1162
|
"""
|
|
1253
1163
|
|
|
1254
1164
|
...
|
|
1255
1165
|
|
|
1256
1166
|
def refresh_all(
|
|
1257
|
-
override_context: typing.
|
|
1258
|
-
|
|
1259
|
-
|
|
1260
|
-
execution_context: typing.Optional[typing.Union[int, str]] = None,
|
|
1261
|
-
undo: typing.Optional[bool] = None,
|
|
1167
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1168
|
+
execution_context: typing.Union[str, int] = None,
|
|
1169
|
+
undo: bool = None,
|
|
1262
1170
|
):
|
|
1263
1171
|
"""Refresh the sequencer editor
|
|
1264
1172
|
|
|
1265
|
-
:type override_context: typing.
|
|
1266
|
-
:type execution_context: typing.
|
|
1267
|
-
:type undo:
|
|
1173
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1174
|
+
:type execution_context: typing.Union[str, int]
|
|
1175
|
+
:type undo: bool
|
|
1268
1176
|
"""
|
|
1269
1177
|
|
|
1270
1178
|
...
|
|
1271
1179
|
|
|
1272
1180
|
def reload(
|
|
1273
|
-
override_context: typing.
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
undo: typing.Optional[bool] = None,
|
|
1278
|
-
*,
|
|
1279
|
-
adjust_length: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
1181
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1182
|
+
execution_context: typing.Union[str, int] = None,
|
|
1183
|
+
undo: bool = None,
|
|
1184
|
+
adjust_length: typing.Union[bool, typing.Any] = False,
|
|
1280
1185
|
):
|
|
1281
1186
|
"""Reload strips in the sequencer
|
|
1282
1187
|
|
|
1283
|
-
:type override_context: typing.
|
|
1284
|
-
:type execution_context: typing.
|
|
1285
|
-
:type undo:
|
|
1188
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1189
|
+
:type execution_context: typing.Union[str, int]
|
|
1190
|
+
:type undo: bool
|
|
1286
1191
|
:param adjust_length: Adjust Length, Adjust length of strips to their data length
|
|
1287
|
-
:type adjust_length: typing.
|
|
1192
|
+
:type adjust_length: typing.Union[bool, typing.Any]
|
|
1288
1193
|
"""
|
|
1289
1194
|
|
|
1290
1195
|
...
|
|
1291
1196
|
|
|
1292
1197
|
def rename_channel(
|
|
1293
|
-
override_context: typing.
|
|
1294
|
-
|
|
1295
|
-
|
|
1296
|
-
execution_context: typing.Optional[typing.Union[int, str]] = None,
|
|
1297
|
-
undo: typing.Optional[bool] = None,
|
|
1198
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1199
|
+
execution_context: typing.Union[str, int] = None,
|
|
1200
|
+
undo: bool = None,
|
|
1298
1201
|
):
|
|
1299
1202
|
"""Undocumented, consider contributing.
|
|
1300
1203
|
|
|
1301
|
-
:type override_context: typing.
|
|
1302
|
-
:type execution_context: typing.
|
|
1303
|
-
:type undo:
|
|
1204
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1205
|
+
:type execution_context: typing.Union[str, int]
|
|
1206
|
+
:type undo: bool
|
|
1304
1207
|
"""
|
|
1305
1208
|
|
|
1306
1209
|
...
|
|
1307
1210
|
|
|
1308
1211
|
def rendersize(
|
|
1309
|
-
override_context: typing.
|
|
1310
|
-
|
|
1311
|
-
|
|
1312
|
-
execution_context: typing.Optional[typing.Union[int, str]] = None,
|
|
1313
|
-
undo: typing.Optional[bool] = None,
|
|
1212
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1213
|
+
execution_context: typing.Union[str, int] = None,
|
|
1214
|
+
undo: bool = None,
|
|
1314
1215
|
):
|
|
1315
1216
|
"""Set render size and aspect from active sequence
|
|
1316
1217
|
|
|
1317
|
-
:type override_context: typing.
|
|
1318
|
-
:type execution_context: typing.
|
|
1319
|
-
:type undo:
|
|
1218
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1219
|
+
:type execution_context: typing.Union[str, int]
|
|
1220
|
+
:type undo: bool
|
|
1320
1221
|
"""
|
|
1321
1222
|
|
|
1322
1223
|
...
|
|
1323
1224
|
|
|
1324
1225
|
def retiming_add_freeze_frame_slide(
|
|
1325
|
-
override_context: typing.
|
|
1326
|
-
|
|
1327
|
-
|
|
1328
|
-
|
|
1329
|
-
|
|
1330
|
-
*,
|
|
1331
|
-
SEQUENCER_OT_retiming_freeze_frame_add: typing.Optional[
|
|
1332
|
-
"retiming_freeze_frame_add"
|
|
1333
|
-
] = None,
|
|
1334
|
-
TRANSFORM_OT_seq_slide: typing.Optional["bpy.ops.transform.seq_slide"] = None,
|
|
1226
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1227
|
+
execution_context: typing.Union[str, int] = None,
|
|
1228
|
+
undo: bool = None,
|
|
1229
|
+
SEQUENCER_OT_retiming_freeze_frame_add: retiming_freeze_frame_add = None,
|
|
1230
|
+
TRANSFORM_OT_seq_slide: bpy.ops.transform.seq_slide = None,
|
|
1335
1231
|
):
|
|
1336
1232
|
"""Add freeze frame and move it
|
|
1337
1233
|
|
|
1338
|
-
:type override_context: typing.
|
|
1339
|
-
:type execution_context: typing.
|
|
1340
|
-
:type undo:
|
|
1234
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1235
|
+
:type execution_context: typing.Union[str, int]
|
|
1236
|
+
:type undo: bool
|
|
1341
1237
|
:param SEQUENCER_OT_retiming_freeze_frame_add: Add Freeze Frame, Add freeze frame
|
|
1342
|
-
:type SEQUENCER_OT_retiming_freeze_frame_add:
|
|
1238
|
+
:type SEQUENCER_OT_retiming_freeze_frame_add: retiming_freeze_frame_add
|
|
1343
1239
|
:param TRANSFORM_OT_seq_slide: Sequence Slide, Slide a sequence strip in time
|
|
1344
|
-
:type TRANSFORM_OT_seq_slide:
|
|
1240
|
+
:type TRANSFORM_OT_seq_slide: bpy.ops.transform.seq_slide
|
|
1345
1241
|
"""
|
|
1346
1242
|
|
|
1347
1243
|
...
|
|
1348
1244
|
|
|
1349
1245
|
def retiming_add_transition_slide(
|
|
1350
|
-
override_context: typing.
|
|
1351
|
-
|
|
1352
|
-
|
|
1353
|
-
|
|
1354
|
-
|
|
1355
|
-
*,
|
|
1356
|
-
SEQUENCER_OT_retiming_transition_add: typing.Optional[
|
|
1357
|
-
"retiming_transition_add"
|
|
1358
|
-
] = None,
|
|
1359
|
-
TRANSFORM_OT_seq_slide: typing.Optional["bpy.ops.transform.seq_slide"] = None,
|
|
1246
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1247
|
+
execution_context: typing.Union[str, int] = None,
|
|
1248
|
+
undo: bool = None,
|
|
1249
|
+
SEQUENCER_OT_retiming_transition_add: retiming_transition_add = None,
|
|
1250
|
+
TRANSFORM_OT_seq_slide: bpy.ops.transform.seq_slide = None,
|
|
1360
1251
|
):
|
|
1361
1252
|
"""Add smooth transition between 2 retimed segments and change its duration
|
|
1362
1253
|
|
|
1363
|
-
:type override_context: typing.
|
|
1364
|
-
:type execution_context: typing.
|
|
1365
|
-
:type undo:
|
|
1254
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1255
|
+
:type execution_context: typing.Union[str, int]
|
|
1256
|
+
:type undo: bool
|
|
1366
1257
|
:param SEQUENCER_OT_retiming_transition_add: Add Speed Transition, Add smooth transition between 2 retimed segments
|
|
1367
|
-
:type SEQUENCER_OT_retiming_transition_add:
|
|
1258
|
+
:type SEQUENCER_OT_retiming_transition_add: retiming_transition_add
|
|
1368
1259
|
:param TRANSFORM_OT_seq_slide: Sequence Slide, Slide a sequence strip in time
|
|
1369
|
-
:type TRANSFORM_OT_seq_slide:
|
|
1260
|
+
:type TRANSFORM_OT_seq_slide: bpy.ops.transform.seq_slide
|
|
1370
1261
|
"""
|
|
1371
1262
|
|
|
1372
1263
|
...
|
|
1373
1264
|
|
|
1374
1265
|
def retiming_freeze_frame_add(
|
|
1375
|
-
override_context: typing.
|
|
1376
|
-
|
|
1377
|
-
|
|
1378
|
-
|
|
1379
|
-
undo: typing.Optional[bool] = None,
|
|
1380
|
-
*,
|
|
1381
|
-
duration: typing.Optional[typing.Any] = 0,
|
|
1266
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1267
|
+
execution_context: typing.Union[str, int] = None,
|
|
1268
|
+
undo: bool = None,
|
|
1269
|
+
duration: typing.Any = 0,
|
|
1382
1270
|
):
|
|
1383
1271
|
"""Add freeze frame
|
|
1384
1272
|
|
|
1385
|
-
:type override_context: typing.
|
|
1386
|
-
:type execution_context: typing.
|
|
1387
|
-
:type undo:
|
|
1273
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1274
|
+
:type execution_context: typing.Union[str, int]
|
|
1275
|
+
:type undo: bool
|
|
1388
1276
|
:param duration: Duration, Duration of freeze frame segment
|
|
1389
|
-
:type duration: typing.
|
|
1277
|
+
:type duration: typing.Any
|
|
1390
1278
|
"""
|
|
1391
1279
|
|
|
1392
1280
|
...
|
|
1393
1281
|
|
|
1394
1282
|
def retiming_key_add(
|
|
1395
|
-
override_context: typing.
|
|
1396
|
-
|
|
1397
|
-
|
|
1398
|
-
|
|
1399
|
-
undo: typing.Optional[bool] = None,
|
|
1400
|
-
*,
|
|
1401
|
-
timeline_frame: typing.Optional[typing.Any] = 0,
|
|
1283
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1284
|
+
execution_context: typing.Union[str, int] = None,
|
|
1285
|
+
undo: bool = None,
|
|
1286
|
+
timeline_frame: typing.Any = 0,
|
|
1402
1287
|
):
|
|
1403
1288
|
"""Add retiming Key
|
|
1404
1289
|
|
|
1405
|
-
:type override_context: typing.
|
|
1406
|
-
:type execution_context: typing.
|
|
1407
|
-
:type undo:
|
|
1290
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1291
|
+
:type execution_context: typing.Union[str, int]
|
|
1292
|
+
:type undo: bool
|
|
1408
1293
|
:param timeline_frame: Timeline Frame, Frame where key will be added
|
|
1409
|
-
:type timeline_frame: typing.
|
|
1294
|
+
:type timeline_frame: typing.Any
|
|
1410
1295
|
"""
|
|
1411
1296
|
|
|
1412
1297
|
...
|
|
1413
1298
|
|
|
1414
1299
|
def retiming_reset(
|
|
1415
|
-
override_context: typing.
|
|
1416
|
-
|
|
1417
|
-
|
|
1418
|
-
execution_context: typing.Optional[typing.Union[int, str]] = None,
|
|
1419
|
-
undo: typing.Optional[bool] = None,
|
|
1300
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1301
|
+
execution_context: typing.Union[str, int] = None,
|
|
1302
|
+
undo: bool = None,
|
|
1420
1303
|
):
|
|
1421
1304
|
"""Reset strip retiming
|
|
1422
1305
|
|
|
1423
|
-
:type override_context: typing.
|
|
1424
|
-
:type execution_context: typing.
|
|
1425
|
-
:type undo:
|
|
1306
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1307
|
+
:type execution_context: typing.Union[str, int]
|
|
1308
|
+
:type undo: bool
|
|
1426
1309
|
"""
|
|
1427
1310
|
|
|
1428
1311
|
...
|
|
1429
1312
|
|
|
1430
1313
|
def retiming_segment_speed_set(
|
|
1431
|
-
override_context: typing.
|
|
1432
|
-
|
|
1433
|
-
|
|
1434
|
-
|
|
1435
|
-
|
|
1436
|
-
*,
|
|
1437
|
-
speed: typing.Optional[typing.Any] = 100.0,
|
|
1438
|
-
keep_retiming: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
1314
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1315
|
+
execution_context: typing.Union[str, int] = None,
|
|
1316
|
+
undo: bool = None,
|
|
1317
|
+
speed: typing.Any = 100.0,
|
|
1318
|
+
keep_retiming: typing.Union[bool, typing.Any] = True,
|
|
1439
1319
|
):
|
|
1440
1320
|
"""Set speed of retimed segment
|
|
1441
1321
|
|
|
1442
|
-
:type override_context: typing.
|
|
1443
|
-
:type execution_context: typing.
|
|
1444
|
-
:type undo:
|
|
1322
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1323
|
+
:type execution_context: typing.Union[str, int]
|
|
1324
|
+
:type undo: bool
|
|
1445
1325
|
:param speed: Speed, New speed of retimed segment
|
|
1446
|
-
:type speed: typing.
|
|
1326
|
+
:type speed: typing.Any
|
|
1447
1327
|
:param keep_retiming: Preserve Current Retiming, Keep speed of other segments unchanged, change strip length instead
|
|
1448
|
-
:type keep_retiming: typing.
|
|
1328
|
+
:type keep_retiming: typing.Union[bool, typing.Any]
|
|
1449
1329
|
"""
|
|
1450
1330
|
|
|
1451
1331
|
...
|
|
1452
1332
|
|
|
1453
1333
|
def retiming_show(
|
|
1454
|
-
override_context: typing.
|
|
1455
|
-
|
|
1456
|
-
|
|
1457
|
-
execution_context: typing.Optional[typing.Union[int, str]] = None,
|
|
1458
|
-
undo: typing.Optional[bool] = None,
|
|
1334
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1335
|
+
execution_context: typing.Union[str, int] = None,
|
|
1336
|
+
undo: bool = None,
|
|
1459
1337
|
):
|
|
1460
1338
|
"""Show retiming keys in selected strips
|
|
1461
1339
|
|
|
1462
|
-
:type override_context: typing.
|
|
1463
|
-
:type execution_context: typing.
|
|
1464
|
-
:type undo:
|
|
1340
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1341
|
+
:type execution_context: typing.Union[str, int]
|
|
1342
|
+
:type undo: bool
|
|
1465
1343
|
"""
|
|
1466
1344
|
|
|
1467
1345
|
...
|
|
1468
1346
|
|
|
1469
1347
|
def retiming_transition_add(
|
|
1470
|
-
override_context: typing.
|
|
1471
|
-
|
|
1472
|
-
|
|
1473
|
-
|
|
1474
|
-
undo: typing.Optional[bool] = None,
|
|
1475
|
-
*,
|
|
1476
|
-
duration: typing.Optional[typing.Any] = 0,
|
|
1348
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1349
|
+
execution_context: typing.Union[str, int] = None,
|
|
1350
|
+
undo: bool = None,
|
|
1351
|
+
duration: typing.Any = 0,
|
|
1477
1352
|
):
|
|
1478
1353
|
"""Add smooth transition between 2 retimed segments
|
|
1479
1354
|
|
|
1480
|
-
:type override_context: typing.
|
|
1481
|
-
:type execution_context: typing.
|
|
1482
|
-
:type undo:
|
|
1355
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1356
|
+
:type execution_context: typing.Union[str, int]
|
|
1357
|
+
:type undo: bool
|
|
1483
1358
|
:param duration: Duration, Duration of freeze frame segment
|
|
1484
|
-
:type duration: typing.
|
|
1359
|
+
:type duration: typing.Any
|
|
1485
1360
|
"""
|
|
1486
1361
|
|
|
1487
1362
|
...
|
|
1488
1363
|
|
|
1489
1364
|
def sample(
|
|
1490
|
-
override_context: typing.
|
|
1491
|
-
|
|
1492
|
-
|
|
1493
|
-
|
|
1494
|
-
undo: typing.Optional[bool] = None,
|
|
1495
|
-
*,
|
|
1496
|
-
size: typing.Optional[typing.Any] = 1,
|
|
1365
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1366
|
+
execution_context: typing.Union[str, int] = None,
|
|
1367
|
+
undo: bool = None,
|
|
1368
|
+
size: typing.Any = 1,
|
|
1497
1369
|
):
|
|
1498
1370
|
"""Use mouse to sample color in current frame
|
|
1499
1371
|
|
|
1500
|
-
:type override_context: typing.
|
|
1501
|
-
:type execution_context: typing.
|
|
1502
|
-
:type undo:
|
|
1372
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1373
|
+
:type execution_context: typing.Union[str, int]
|
|
1374
|
+
:type undo: bool
|
|
1503
1375
|
:param size: Sample Size
|
|
1504
|
-
:type size: typing.
|
|
1376
|
+
:type size: typing.Any
|
|
1505
1377
|
"""
|
|
1506
1378
|
|
|
1507
1379
|
...
|
|
1508
1380
|
|
|
1509
1381
|
def scene_frame_range_update(
|
|
1510
|
-
override_context: typing.
|
|
1511
|
-
|
|
1512
|
-
|
|
1513
|
-
execution_context: typing.Optional[typing.Union[int, str]] = None,
|
|
1514
|
-
undo: typing.Optional[bool] = None,
|
|
1382
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1383
|
+
execution_context: typing.Union[str, int] = None,
|
|
1384
|
+
undo: bool = None,
|
|
1515
1385
|
):
|
|
1516
1386
|
"""Update frame range of scene strip
|
|
1517
1387
|
|
|
1518
|
-
:type override_context: typing.
|
|
1519
|
-
:type execution_context: typing.
|
|
1520
|
-
:type undo:
|
|
1388
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1389
|
+
:type execution_context: typing.Union[str, int]
|
|
1390
|
+
:type undo: bool
|
|
1521
1391
|
"""
|
|
1522
1392
|
|
|
1523
1393
|
...
|
|
1524
1394
|
|
|
1525
1395
|
def scene_strip_add(
|
|
1526
|
-
override_context: typing.
|
|
1527
|
-
|
|
1528
|
-
|
|
1529
|
-
|
|
1530
|
-
|
|
1531
|
-
|
|
1532
|
-
|
|
1533
|
-
|
|
1534
|
-
|
|
1535
|
-
overlap: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
1536
|
-
overlap_shuffle_override: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
1537
|
-
scene: typing.Optional[typing.Union[int, str, typing.Any]] = "",
|
|
1396
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1397
|
+
execution_context: typing.Union[str, int] = None,
|
|
1398
|
+
undo: bool = None,
|
|
1399
|
+
frame_start: typing.Any = 0,
|
|
1400
|
+
channel: typing.Any = 1,
|
|
1401
|
+
replace_sel: typing.Union[bool, typing.Any] = True,
|
|
1402
|
+
overlap: typing.Union[bool, typing.Any] = False,
|
|
1403
|
+
overlap_shuffle_override: typing.Union[bool, typing.Any] = False,
|
|
1404
|
+
scene: typing.Union[str, int, typing.Any] = "",
|
|
1538
1405
|
):
|
|
1539
1406
|
"""Add a strip to the sequencer using a Blender scene as a source
|
|
1540
1407
|
|
|
1541
|
-
:type override_context: typing.
|
|
1542
|
-
:type execution_context: typing.
|
|
1543
|
-
:type undo:
|
|
1408
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1409
|
+
:type execution_context: typing.Union[str, int]
|
|
1410
|
+
:type undo: bool
|
|
1544
1411
|
:param frame_start: Start Frame, Start frame of the sequence strip
|
|
1545
|
-
:type frame_start: typing.
|
|
1412
|
+
:type frame_start: typing.Any
|
|
1546
1413
|
:param channel: Channel, Channel to place this strip into
|
|
1547
|
-
:type channel: typing.
|
|
1414
|
+
:type channel: typing.Any
|
|
1548
1415
|
:param replace_sel: Replace Selection, Replace the current selection
|
|
1549
|
-
:type replace_sel: typing.
|
|
1416
|
+
:type replace_sel: typing.Union[bool, typing.Any]
|
|
1550
1417
|
:param overlap: Allow Overlap, Don't correct overlap on new sequence strips
|
|
1551
|
-
:type overlap: typing.
|
|
1418
|
+
:type overlap: typing.Union[bool, typing.Any]
|
|
1552
1419
|
:param overlap_shuffle_override: Override Overlap Shuffle Behavior, Use the overlap_mode tool settings to determine how to shuffle overlapping strips
|
|
1553
|
-
:type overlap_shuffle_override: typing.
|
|
1420
|
+
:type overlap_shuffle_override: typing.Union[bool, typing.Any]
|
|
1554
1421
|
:param scene: Scene
|
|
1555
|
-
:type scene: typing.
|
|
1422
|
+
:type scene: typing.Union[str, int, typing.Any]
|
|
1556
1423
|
"""
|
|
1557
1424
|
|
|
1558
1425
|
...
|
|
1559
1426
|
|
|
1560
1427
|
def scene_strip_add_new(
|
|
1561
|
-
override_context: typing.
|
|
1562
|
-
|
|
1563
|
-
|
|
1564
|
-
|
|
1565
|
-
|
|
1566
|
-
|
|
1567
|
-
|
|
1568
|
-
|
|
1569
|
-
|
|
1570
|
-
overlap: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
1571
|
-
overlap_shuffle_override: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
1572
|
-
type: typing.Optional[typing.Any] = "NEW",
|
|
1428
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1429
|
+
execution_context: typing.Union[str, int] = None,
|
|
1430
|
+
undo: bool = None,
|
|
1431
|
+
frame_start: typing.Any = 0,
|
|
1432
|
+
channel: typing.Any = 1,
|
|
1433
|
+
replace_sel: typing.Union[bool, typing.Any] = True,
|
|
1434
|
+
overlap: typing.Union[bool, typing.Any] = False,
|
|
1435
|
+
overlap_shuffle_override: typing.Union[bool, typing.Any] = False,
|
|
1436
|
+
type: typing.Any = "NEW",
|
|
1573
1437
|
):
|
|
1574
1438
|
"""Create a new Strip and assign a new Scene as source
|
|
1575
1439
|
|
|
1576
|
-
:type override_context: typing.
|
|
1577
|
-
:type execution_context: typing.
|
|
1578
|
-
:type undo:
|
|
1440
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1441
|
+
:type execution_context: typing.Union[str, int]
|
|
1442
|
+
:type undo: bool
|
|
1579
1443
|
:param frame_start: Start Frame, Start frame of the sequence strip
|
|
1580
|
-
:type frame_start: typing.
|
|
1444
|
+
:type frame_start: typing.Any
|
|
1581
1445
|
:param channel: Channel, Channel to place this strip into
|
|
1582
|
-
:type channel: typing.
|
|
1446
|
+
:type channel: typing.Any
|
|
1583
1447
|
:param replace_sel: Replace Selection, Replace the current selection
|
|
1584
|
-
:type replace_sel: typing.
|
|
1448
|
+
:type replace_sel: typing.Union[bool, typing.Any]
|
|
1585
1449
|
:param overlap: Allow Overlap, Don't correct overlap on new sequence strips
|
|
1586
|
-
:type overlap: typing.
|
|
1450
|
+
:type overlap: typing.Union[bool, typing.Any]
|
|
1587
1451
|
:param overlap_shuffle_override: Override Overlap Shuffle Behavior, Use the overlap_mode tool settings to determine how to shuffle overlapping strips
|
|
1588
|
-
:type overlap_shuffle_override: typing.
|
|
1452
|
+
:type overlap_shuffle_override: typing.Union[bool, typing.Any]
|
|
1589
1453
|
:param type: Type
|
|
1590
1454
|
|
|
1591
1455
|
NEW
|
|
@@ -1599,78 +1463,72 @@ def scene_strip_add_new(
|
|
|
1599
1463
|
|
|
1600
1464
|
FULL_COPY
|
|
1601
1465
|
Full Copy -- Add a Strip and make a full copy of the current scene.
|
|
1602
|
-
:type type: typing.
|
|
1466
|
+
:type type: typing.Any
|
|
1603
1467
|
"""
|
|
1604
1468
|
|
|
1605
1469
|
...
|
|
1606
1470
|
|
|
1607
1471
|
def select(
|
|
1608
|
-
override_context: typing.
|
|
1609
|
-
|
|
1610
|
-
|
|
1611
|
-
|
|
1612
|
-
|
|
1613
|
-
|
|
1614
|
-
|
|
1615
|
-
|
|
1616
|
-
|
|
1617
|
-
|
|
1618
|
-
|
|
1619
|
-
|
|
1620
|
-
|
|
1621
|
-
|
|
1622
|
-
|
|
1623
|
-
linked_handle: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
1624
|
-
linked_time: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
1625
|
-
side_of_frame: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
1472
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1473
|
+
execution_context: typing.Union[str, int] = None,
|
|
1474
|
+
undo: bool = None,
|
|
1475
|
+
wait_to_deselect_others: typing.Union[bool, typing.Any] = False,
|
|
1476
|
+
mouse_x: typing.Any = 0,
|
|
1477
|
+
mouse_y: typing.Any = 0,
|
|
1478
|
+
extend: typing.Union[bool, typing.Any] = False,
|
|
1479
|
+
deselect: typing.Union[bool, typing.Any] = False,
|
|
1480
|
+
toggle: typing.Union[bool, typing.Any] = False,
|
|
1481
|
+
deselect_all: typing.Union[bool, typing.Any] = False,
|
|
1482
|
+
select_passthrough: typing.Union[bool, typing.Any] = False,
|
|
1483
|
+
center: typing.Union[bool, typing.Any] = False,
|
|
1484
|
+
linked_handle: typing.Union[bool, typing.Any] = False,
|
|
1485
|
+
linked_time: typing.Union[bool, typing.Any] = False,
|
|
1486
|
+
side_of_frame: typing.Union[bool, typing.Any] = False,
|
|
1626
1487
|
):
|
|
1627
1488
|
"""Select a strip (last selected becomes the "active strip")
|
|
1628
1489
|
|
|
1629
|
-
:type override_context: typing.
|
|
1630
|
-
:type execution_context: typing.
|
|
1631
|
-
:type undo:
|
|
1490
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1491
|
+
:type execution_context: typing.Union[str, int]
|
|
1492
|
+
:type undo: bool
|
|
1632
1493
|
:param wait_to_deselect_others: Wait to Deselect Others
|
|
1633
|
-
:type wait_to_deselect_others: typing.
|
|
1494
|
+
:type wait_to_deselect_others: typing.Union[bool, typing.Any]
|
|
1634
1495
|
:param mouse_x: Mouse X
|
|
1635
|
-
:type mouse_x: typing.
|
|
1496
|
+
:type mouse_x: typing.Any
|
|
1636
1497
|
:param mouse_y: Mouse Y
|
|
1637
|
-
:type mouse_y: typing.
|
|
1498
|
+
:type mouse_y: typing.Any
|
|
1638
1499
|
:param extend: Extend, Extend selection instead of deselecting everything first
|
|
1639
|
-
:type extend: typing.
|
|
1500
|
+
:type extend: typing.Union[bool, typing.Any]
|
|
1640
1501
|
:param deselect: Deselect, Remove from selection
|
|
1641
|
-
:type deselect: typing.
|
|
1502
|
+
:type deselect: typing.Union[bool, typing.Any]
|
|
1642
1503
|
:param toggle: Toggle Selection, Toggle the selection
|
|
1643
|
-
:type toggle: typing.
|
|
1504
|
+
:type toggle: typing.Union[bool, typing.Any]
|
|
1644
1505
|
:param deselect_all: Deselect On Nothing, Deselect all when nothing under the cursor
|
|
1645
|
-
:type deselect_all: typing.
|
|
1506
|
+
:type deselect_all: typing.Union[bool, typing.Any]
|
|
1646
1507
|
:param select_passthrough: Only Select Unselected, Ignore the select action when the element is already selected
|
|
1647
|
-
:type select_passthrough: typing.
|
|
1508
|
+
:type select_passthrough: typing.Union[bool, typing.Any]
|
|
1648
1509
|
:param center: Center, Use the object center when selecting, in edit mode used to extend object selection
|
|
1649
|
-
:type center: typing.
|
|
1510
|
+
:type center: typing.Union[bool, typing.Any]
|
|
1650
1511
|
:param linked_handle: Linked Handle, Select handles next to the active strip
|
|
1651
|
-
:type linked_handle: typing.
|
|
1512
|
+
:type linked_handle: typing.Union[bool, typing.Any]
|
|
1652
1513
|
:param linked_time: Linked Time, Select other strips at the same time
|
|
1653
|
-
:type linked_time: typing.
|
|
1514
|
+
:type linked_time: typing.Union[bool, typing.Any]
|
|
1654
1515
|
:param side_of_frame: Side of Frame, Select all strips on same side of the current frame as the mouse cursor
|
|
1655
|
-
:type side_of_frame: typing.
|
|
1516
|
+
:type side_of_frame: typing.Union[bool, typing.Any]
|
|
1656
1517
|
"""
|
|
1657
1518
|
|
|
1658
1519
|
...
|
|
1659
1520
|
|
|
1660
1521
|
def select_all(
|
|
1661
|
-
override_context: typing.
|
|
1662
|
-
|
|
1663
|
-
|
|
1664
|
-
|
|
1665
|
-
undo: typing.Optional[bool] = None,
|
|
1666
|
-
*,
|
|
1667
|
-
action: typing.Optional[typing.Any] = "TOGGLE",
|
|
1522
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1523
|
+
execution_context: typing.Union[str, int] = None,
|
|
1524
|
+
undo: bool = None,
|
|
1525
|
+
action: typing.Any = "TOGGLE",
|
|
1668
1526
|
):
|
|
1669
1527
|
"""Select or deselect all strips
|
|
1670
1528
|
|
|
1671
|
-
:type override_context: typing.
|
|
1672
|
-
:type execution_context: typing.
|
|
1673
|
-
:type undo:
|
|
1529
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1530
|
+
:type execution_context: typing.Union[str, int]
|
|
1531
|
+
:type undo: bool
|
|
1674
1532
|
:param action: Action, Selection action to execute
|
|
1675
1533
|
|
|
1676
1534
|
TOGGLE
|
|
@@ -1684,42 +1542,39 @@ def select_all(
|
|
|
1684
1542
|
|
|
1685
1543
|
INVERT
|
|
1686
1544
|
Invert -- Invert selection of all elements.
|
|
1687
|
-
:type action: typing.
|
|
1545
|
+
:type action: typing.Any
|
|
1688
1546
|
"""
|
|
1689
1547
|
|
|
1690
1548
|
...
|
|
1691
1549
|
|
|
1692
1550
|
def select_box(
|
|
1693
|
-
override_context: typing.
|
|
1694
|
-
|
|
1695
|
-
|
|
1696
|
-
|
|
1697
|
-
|
|
1698
|
-
|
|
1699
|
-
|
|
1700
|
-
|
|
1701
|
-
|
|
1702
|
-
|
|
1703
|
-
|
|
1704
|
-
mode: typing.Optional[typing.Any] = "SET",
|
|
1705
|
-
tweak: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
1706
|
-
include_handles: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
1551
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1552
|
+
execution_context: typing.Union[str, int] = None,
|
|
1553
|
+
undo: bool = None,
|
|
1554
|
+
xmin: typing.Any = 0,
|
|
1555
|
+
xmax: typing.Any = 0,
|
|
1556
|
+
ymin: typing.Any = 0,
|
|
1557
|
+
ymax: typing.Any = 0,
|
|
1558
|
+
wait_for_input: typing.Union[bool, typing.Any] = True,
|
|
1559
|
+
mode: typing.Any = "SET",
|
|
1560
|
+
tweak: typing.Union[bool, typing.Any] = False,
|
|
1561
|
+
include_handles: typing.Union[bool, typing.Any] = False,
|
|
1707
1562
|
):
|
|
1708
1563
|
"""Select strips using box selection
|
|
1709
1564
|
|
|
1710
|
-
:type override_context: typing.
|
|
1711
|
-
:type execution_context: typing.
|
|
1712
|
-
:type undo:
|
|
1565
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1566
|
+
:type execution_context: typing.Union[str, int]
|
|
1567
|
+
:type undo: bool
|
|
1713
1568
|
:param xmin: X Min
|
|
1714
|
-
:type xmin: typing.
|
|
1569
|
+
:type xmin: typing.Any
|
|
1715
1570
|
:param xmax: X Max
|
|
1716
|
-
:type xmax: typing.
|
|
1571
|
+
:type xmax: typing.Any
|
|
1717
1572
|
:param ymin: Y Min
|
|
1718
|
-
:type ymin: typing.
|
|
1573
|
+
:type ymin: typing.Any
|
|
1719
1574
|
:param ymax: Y Max
|
|
1720
|
-
:type ymax: typing.
|
|
1575
|
+
:type ymax: typing.Any
|
|
1721
1576
|
:param wait_for_input: Wait for Input
|
|
1722
|
-
:type wait_for_input: typing.
|
|
1577
|
+
:type wait_for_input: typing.Union[bool, typing.Any]
|
|
1723
1578
|
:param mode: Mode
|
|
1724
1579
|
|
|
1725
1580
|
SET
|
|
@@ -1730,31 +1585,28 @@ def select_box(
|
|
|
1730
1585
|
|
|
1731
1586
|
SUB
|
|
1732
1587
|
Subtract -- Subtract existing selection.
|
|
1733
|
-
:type mode: typing.
|
|
1588
|
+
:type mode: typing.Any
|
|
1734
1589
|
:param tweak: Tweak, Operator has been activated using a click-drag event
|
|
1735
|
-
:type tweak: typing.
|
|
1590
|
+
:type tweak: typing.Union[bool, typing.Any]
|
|
1736
1591
|
:param include_handles: Select Handles, Select the strips and their handles
|
|
1737
|
-
:type include_handles: typing.
|
|
1592
|
+
:type include_handles: typing.Union[bool, typing.Any]
|
|
1738
1593
|
"""
|
|
1739
1594
|
|
|
1740
1595
|
...
|
|
1741
1596
|
|
|
1742
1597
|
def select_grouped(
|
|
1743
|
-
override_context: typing.
|
|
1744
|
-
|
|
1745
|
-
|
|
1746
|
-
|
|
1747
|
-
|
|
1748
|
-
|
|
1749
|
-
type: typing.Optional[typing.Any] = "TYPE",
|
|
1750
|
-
extend: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
1751
|
-
use_active_channel: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
1598
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1599
|
+
execution_context: typing.Union[str, int] = None,
|
|
1600
|
+
undo: bool = None,
|
|
1601
|
+
type: typing.Any = "TYPE",
|
|
1602
|
+
extend: typing.Union[bool, typing.Any] = False,
|
|
1603
|
+
use_active_channel: typing.Union[bool, typing.Any] = False,
|
|
1752
1604
|
):
|
|
1753
1605
|
"""Select all strips grouped by various properties
|
|
1754
1606
|
|
|
1755
|
-
:type override_context: typing.
|
|
1756
|
-
:type execution_context: typing.
|
|
1757
|
-
:type undo:
|
|
1607
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1608
|
+
:type execution_context: typing.Union[str, int]
|
|
1609
|
+
:type undo: bool
|
|
1758
1610
|
:param type: Type
|
|
1759
1611
|
|
|
1760
1612
|
TYPE
|
|
@@ -1777,140 +1629,122 @@ def select_grouped(
|
|
|
1777
1629
|
|
|
1778
1630
|
OVERLAP
|
|
1779
1631
|
Overlap -- Overlapping time.
|
|
1780
|
-
:type type: typing.
|
|
1632
|
+
:type type: typing.Any
|
|
1781
1633
|
:param extend: Extend, Extend selection instead of deselecting everything first
|
|
1782
|
-
:type extend: typing.
|
|
1634
|
+
:type extend: typing.Union[bool, typing.Any]
|
|
1783
1635
|
:param use_active_channel: Same Channel, Only consider strips on the same channel as the active one
|
|
1784
|
-
:type use_active_channel: typing.
|
|
1636
|
+
:type use_active_channel: typing.Union[bool, typing.Any]
|
|
1785
1637
|
"""
|
|
1786
1638
|
|
|
1787
1639
|
...
|
|
1788
1640
|
|
|
1789
1641
|
def select_handles(
|
|
1790
|
-
override_context: typing.
|
|
1791
|
-
|
|
1792
|
-
|
|
1793
|
-
|
|
1794
|
-
undo: typing.Optional[bool] = None,
|
|
1795
|
-
*,
|
|
1796
|
-
side: typing.Optional[typing.Any] = "BOTH",
|
|
1642
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1643
|
+
execution_context: typing.Union[str, int] = None,
|
|
1644
|
+
undo: bool = None,
|
|
1645
|
+
side: typing.Any = "BOTH",
|
|
1797
1646
|
):
|
|
1798
1647
|
"""Select gizmo handles on the sides of the selected strip
|
|
1799
1648
|
|
|
1800
|
-
:type override_context: typing.
|
|
1801
|
-
:type execution_context: typing.
|
|
1802
|
-
:type undo:
|
|
1649
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1650
|
+
:type execution_context: typing.Union[str, int]
|
|
1651
|
+
:type undo: bool
|
|
1803
1652
|
:param side: Side, The side of the handle that is selected
|
|
1804
|
-
:type side: typing.
|
|
1653
|
+
:type side: typing.Any
|
|
1805
1654
|
"""
|
|
1806
1655
|
|
|
1807
1656
|
...
|
|
1808
1657
|
|
|
1809
1658
|
def select_less(
|
|
1810
|
-
override_context: typing.
|
|
1811
|
-
|
|
1812
|
-
|
|
1813
|
-
execution_context: typing.Optional[typing.Union[int, str]] = None,
|
|
1814
|
-
undo: typing.Optional[bool] = None,
|
|
1659
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1660
|
+
execution_context: typing.Union[str, int] = None,
|
|
1661
|
+
undo: bool = None,
|
|
1815
1662
|
):
|
|
1816
1663
|
"""Shrink the current selection of adjacent selected strips
|
|
1817
1664
|
|
|
1818
|
-
:type override_context: typing.
|
|
1819
|
-
:type execution_context: typing.
|
|
1820
|
-
:type undo:
|
|
1665
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1666
|
+
:type execution_context: typing.Union[str, int]
|
|
1667
|
+
:type undo: bool
|
|
1821
1668
|
"""
|
|
1822
1669
|
|
|
1823
1670
|
...
|
|
1824
1671
|
|
|
1825
1672
|
def select_linked(
|
|
1826
|
-
override_context: typing.
|
|
1827
|
-
|
|
1828
|
-
|
|
1829
|
-
execution_context: typing.Optional[typing.Union[int, str]] = None,
|
|
1830
|
-
undo: typing.Optional[bool] = None,
|
|
1673
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1674
|
+
execution_context: typing.Union[str, int] = None,
|
|
1675
|
+
undo: bool = None,
|
|
1831
1676
|
):
|
|
1832
1677
|
"""Select all strips adjacent to the current selection
|
|
1833
1678
|
|
|
1834
|
-
:type override_context: typing.
|
|
1835
|
-
:type execution_context: typing.
|
|
1836
|
-
:type undo:
|
|
1679
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1680
|
+
:type execution_context: typing.Union[str, int]
|
|
1681
|
+
:type undo: bool
|
|
1837
1682
|
"""
|
|
1838
1683
|
|
|
1839
1684
|
...
|
|
1840
1685
|
|
|
1841
1686
|
def select_linked_pick(
|
|
1842
|
-
override_context: typing.
|
|
1843
|
-
|
|
1844
|
-
|
|
1845
|
-
|
|
1846
|
-
undo: typing.Optional[bool] = None,
|
|
1847
|
-
*,
|
|
1848
|
-
extend: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
1687
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1688
|
+
execution_context: typing.Union[str, int] = None,
|
|
1689
|
+
undo: bool = None,
|
|
1690
|
+
extend: typing.Union[bool, typing.Any] = False,
|
|
1849
1691
|
):
|
|
1850
1692
|
"""Select a chain of linked strips nearest to the mouse pointer
|
|
1851
1693
|
|
|
1852
|
-
:type override_context: typing.
|
|
1853
|
-
:type execution_context: typing.
|
|
1854
|
-
:type undo:
|
|
1694
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1695
|
+
:type execution_context: typing.Union[str, int]
|
|
1696
|
+
:type undo: bool
|
|
1855
1697
|
:param extend: Extend, Extend the selection
|
|
1856
|
-
:type extend: typing.
|
|
1698
|
+
:type extend: typing.Union[bool, typing.Any]
|
|
1857
1699
|
"""
|
|
1858
1700
|
|
|
1859
1701
|
...
|
|
1860
1702
|
|
|
1861
1703
|
def select_more(
|
|
1862
|
-
override_context: typing.
|
|
1863
|
-
|
|
1864
|
-
|
|
1865
|
-
execution_context: typing.Optional[typing.Union[int, str]] = None,
|
|
1866
|
-
undo: typing.Optional[bool] = None,
|
|
1704
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1705
|
+
execution_context: typing.Union[str, int] = None,
|
|
1706
|
+
undo: bool = None,
|
|
1867
1707
|
):
|
|
1868
1708
|
"""Select more strips adjacent to the current selection
|
|
1869
1709
|
|
|
1870
|
-
:type override_context: typing.
|
|
1871
|
-
:type execution_context: typing.
|
|
1872
|
-
:type undo:
|
|
1710
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1711
|
+
:type execution_context: typing.Union[str, int]
|
|
1712
|
+
:type undo: bool
|
|
1873
1713
|
"""
|
|
1874
1714
|
|
|
1875
1715
|
...
|
|
1876
1716
|
|
|
1877
1717
|
def select_side(
|
|
1878
|
-
override_context: typing.
|
|
1879
|
-
|
|
1880
|
-
|
|
1881
|
-
|
|
1882
|
-
undo: typing.Optional[bool] = None,
|
|
1883
|
-
*,
|
|
1884
|
-
side: typing.Optional[typing.Any] = "BOTH",
|
|
1718
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1719
|
+
execution_context: typing.Union[str, int] = None,
|
|
1720
|
+
undo: bool = None,
|
|
1721
|
+
side: typing.Any = "BOTH",
|
|
1885
1722
|
):
|
|
1886
1723
|
"""Select strips on the nominated side of the selected strips
|
|
1887
1724
|
|
|
1888
|
-
:type override_context: typing.
|
|
1889
|
-
:type execution_context: typing.
|
|
1890
|
-
:type undo:
|
|
1725
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1726
|
+
:type execution_context: typing.Union[str, int]
|
|
1727
|
+
:type undo: bool
|
|
1891
1728
|
:param side: Side, The side to which the selection is applied
|
|
1892
|
-
:type side: typing.
|
|
1729
|
+
:type side: typing.Any
|
|
1893
1730
|
"""
|
|
1894
1731
|
|
|
1895
1732
|
...
|
|
1896
1733
|
|
|
1897
1734
|
def select_side_of_frame(
|
|
1898
|
-
override_context: typing.
|
|
1899
|
-
|
|
1900
|
-
|
|
1901
|
-
|
|
1902
|
-
|
|
1903
|
-
*,
|
|
1904
|
-
extend: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
1905
|
-
side: typing.Optional[typing.Any] = "LEFT",
|
|
1735
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1736
|
+
execution_context: typing.Union[str, int] = None,
|
|
1737
|
+
undo: bool = None,
|
|
1738
|
+
extend: typing.Union[bool, typing.Any] = False,
|
|
1739
|
+
side: typing.Any = "LEFT",
|
|
1906
1740
|
):
|
|
1907
1741
|
"""Select strips relative to the current frame
|
|
1908
1742
|
|
|
1909
|
-
:type override_context: typing.
|
|
1910
|
-
:type execution_context: typing.
|
|
1911
|
-
:type undo:
|
|
1743
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1744
|
+
:type execution_context: typing.Union[str, int]
|
|
1745
|
+
:type undo: bool
|
|
1912
1746
|
:param extend: Extend, Extend the selection
|
|
1913
|
-
:type extend: typing.
|
|
1747
|
+
:type extend: typing.Union[bool, typing.Any]
|
|
1914
1748
|
:param side: Side
|
|
1915
1749
|
|
|
1916
1750
|
LEFT
|
|
@@ -1921,164 +1755,150 @@ def select_side_of_frame(
|
|
|
1921
1755
|
|
|
1922
1756
|
CURRENT
|
|
1923
1757
|
Current Frame -- Select intersecting with the current frame.
|
|
1924
|
-
:type side: typing.
|
|
1758
|
+
:type side: typing.Any
|
|
1925
1759
|
"""
|
|
1926
1760
|
|
|
1927
1761
|
...
|
|
1928
1762
|
|
|
1929
1763
|
def set_range_to_strips(
|
|
1930
|
-
override_context: typing.
|
|
1931
|
-
|
|
1932
|
-
|
|
1933
|
-
|
|
1934
|
-
undo: typing.Optional[bool] = None,
|
|
1935
|
-
*,
|
|
1936
|
-
preview: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
1764
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1765
|
+
execution_context: typing.Union[str, int] = None,
|
|
1766
|
+
undo: bool = None,
|
|
1767
|
+
preview: typing.Union[bool, typing.Any] = False,
|
|
1937
1768
|
):
|
|
1938
1769
|
"""Set the frame range to the selected strips start and end
|
|
1939
1770
|
|
|
1940
|
-
:type override_context: typing.
|
|
1941
|
-
:type execution_context: typing.
|
|
1942
|
-
:type undo:
|
|
1771
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1772
|
+
:type execution_context: typing.Union[str, int]
|
|
1773
|
+
:type undo: bool
|
|
1943
1774
|
:param preview: Preview, Set the preview range instead
|
|
1944
|
-
:type preview: typing.
|
|
1775
|
+
:type preview: typing.Union[bool, typing.Any]
|
|
1945
1776
|
"""
|
|
1946
1777
|
|
|
1947
1778
|
...
|
|
1948
1779
|
|
|
1949
1780
|
def slip(
|
|
1950
|
-
override_context: typing.
|
|
1951
|
-
|
|
1952
|
-
|
|
1953
|
-
|
|
1954
|
-
undo: typing.Optional[bool] = None,
|
|
1955
|
-
*,
|
|
1956
|
-
offset: typing.Optional[typing.Any] = 0,
|
|
1781
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1782
|
+
execution_context: typing.Union[str, int] = None,
|
|
1783
|
+
undo: bool = None,
|
|
1784
|
+
offset: typing.Any = 0,
|
|
1957
1785
|
):
|
|
1958
1786
|
"""Slip the contents of selected strips
|
|
1959
1787
|
|
|
1960
|
-
:type override_context: typing.
|
|
1961
|
-
:type execution_context: typing.
|
|
1962
|
-
:type undo:
|
|
1788
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1789
|
+
:type execution_context: typing.Union[str, int]
|
|
1790
|
+
:type undo: bool
|
|
1963
1791
|
:param offset: Offset, Offset to the data of the strip
|
|
1964
|
-
:type offset: typing.
|
|
1792
|
+
:type offset: typing.Any
|
|
1965
1793
|
"""
|
|
1966
1794
|
|
|
1967
1795
|
...
|
|
1968
1796
|
|
|
1969
1797
|
def snap(
|
|
1970
|
-
override_context: typing.
|
|
1971
|
-
|
|
1972
|
-
|
|
1973
|
-
|
|
1974
|
-
undo: typing.Optional[bool] = None,
|
|
1975
|
-
*,
|
|
1976
|
-
frame: typing.Optional[typing.Any] = 0,
|
|
1798
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1799
|
+
execution_context: typing.Union[str, int] = None,
|
|
1800
|
+
undo: bool = None,
|
|
1801
|
+
frame: typing.Any = 0,
|
|
1977
1802
|
):
|
|
1978
1803
|
"""Frame where selected strips will be snapped
|
|
1979
1804
|
|
|
1980
|
-
:type override_context: typing.
|
|
1981
|
-
:type execution_context: typing.
|
|
1982
|
-
:type undo:
|
|
1805
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1806
|
+
:type execution_context: typing.Union[str, int]
|
|
1807
|
+
:type undo: bool
|
|
1983
1808
|
:param frame: Frame, Frame where selected strips will be snapped
|
|
1984
|
-
:type frame: typing.
|
|
1809
|
+
:type frame: typing.Any
|
|
1985
1810
|
"""
|
|
1986
1811
|
|
|
1987
1812
|
...
|
|
1988
1813
|
|
|
1989
1814
|
def sound_strip_add(
|
|
1990
|
-
override_context: typing.
|
|
1991
|
-
|
|
1992
|
-
|
|
1993
|
-
execution_context: typing.Optional[typing.Union[int, str]] = None,
|
|
1994
|
-
undo: typing.Optional[bool] = None,
|
|
1995
|
-
*,
|
|
1815
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1816
|
+
execution_context: typing.Union[str, int] = None,
|
|
1817
|
+
undo: bool = None,
|
|
1996
1818
|
filepath: typing.Union[str, typing.Any] = "",
|
|
1997
1819
|
directory: typing.Union[str, typing.Any] = "",
|
|
1998
|
-
files:
|
|
1999
|
-
|
|
2000
|
-
] =
|
|
2001
|
-
|
|
2002
|
-
|
|
2003
|
-
|
|
2004
|
-
|
|
2005
|
-
|
|
2006
|
-
|
|
2007
|
-
|
|
2008
|
-
|
|
2009
|
-
|
|
2010
|
-
|
|
2011
|
-
|
|
2012
|
-
|
|
2013
|
-
|
|
2014
|
-
|
|
2015
|
-
|
|
2016
|
-
|
|
2017
|
-
|
|
2018
|
-
|
|
2019
|
-
|
|
2020
|
-
|
|
2021
|
-
|
|
2022
|
-
|
|
2023
|
-
|
|
2024
|
-
|
|
2025
|
-
|
|
2026
|
-
|
|
2027
|
-
|
|
2028
|
-
cache: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
2029
|
-
mono: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
1820
|
+
files: bpy.types.bpy_prop_collection[bpy.types.OperatorFileListElement] = None,
|
|
1821
|
+
check_existing: typing.Union[bool, typing.Any] = False,
|
|
1822
|
+
filter_blender: typing.Union[bool, typing.Any] = False,
|
|
1823
|
+
filter_backup: typing.Union[bool, typing.Any] = False,
|
|
1824
|
+
filter_image: typing.Union[bool, typing.Any] = False,
|
|
1825
|
+
filter_movie: typing.Union[bool, typing.Any] = False,
|
|
1826
|
+
filter_python: typing.Union[bool, typing.Any] = False,
|
|
1827
|
+
filter_font: typing.Union[bool, typing.Any] = False,
|
|
1828
|
+
filter_sound: typing.Union[bool, typing.Any] = True,
|
|
1829
|
+
filter_text: typing.Union[bool, typing.Any] = False,
|
|
1830
|
+
filter_archive: typing.Union[bool, typing.Any] = False,
|
|
1831
|
+
filter_btx: typing.Union[bool, typing.Any] = False,
|
|
1832
|
+
filter_collada: typing.Union[bool, typing.Any] = False,
|
|
1833
|
+
filter_alembic: typing.Union[bool, typing.Any] = False,
|
|
1834
|
+
filter_usd: typing.Union[bool, typing.Any] = False,
|
|
1835
|
+
filter_obj: typing.Union[bool, typing.Any] = False,
|
|
1836
|
+
filter_volume: typing.Union[bool, typing.Any] = False,
|
|
1837
|
+
filter_folder: typing.Union[bool, typing.Any] = True,
|
|
1838
|
+
filter_blenlib: typing.Union[bool, typing.Any] = False,
|
|
1839
|
+
filemode: typing.Any = 9,
|
|
1840
|
+
relative_path: typing.Union[bool, typing.Any] = True,
|
|
1841
|
+
display_type: typing.Any = "DEFAULT",
|
|
1842
|
+
sort_method: typing.Any = "",
|
|
1843
|
+
frame_start: typing.Any = 0,
|
|
1844
|
+
channel: typing.Any = 1,
|
|
1845
|
+
replace_sel: typing.Union[bool, typing.Any] = True,
|
|
1846
|
+
overlap: typing.Union[bool, typing.Any] = False,
|
|
1847
|
+
overlap_shuffle_override: typing.Union[bool, typing.Any] = False,
|
|
1848
|
+
cache: typing.Union[bool, typing.Any] = False,
|
|
1849
|
+
mono: typing.Union[bool, typing.Any] = False,
|
|
2030
1850
|
):
|
|
2031
1851
|
"""Add a sound strip to the sequencer
|
|
2032
1852
|
|
|
2033
|
-
:type override_context: typing.
|
|
2034
|
-
:type execution_context: typing.
|
|
2035
|
-
:type undo:
|
|
1853
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1854
|
+
:type execution_context: typing.Union[str, int]
|
|
1855
|
+
:type undo: bool
|
|
2036
1856
|
:param filepath: File Path, Path to file
|
|
2037
1857
|
:type filepath: typing.Union[str, typing.Any]
|
|
2038
1858
|
:param directory: Directory, Directory of the file
|
|
2039
1859
|
:type directory: typing.Union[str, typing.Any]
|
|
2040
1860
|
:param files: Files
|
|
2041
|
-
:type files:
|
|
1861
|
+
:type files: bpy.types.bpy_prop_collection[bpy.types.OperatorFileListElement]
|
|
2042
1862
|
:param check_existing: Check Existing, Check and warn on overwriting existing files
|
|
2043
|
-
:type check_existing: typing.
|
|
1863
|
+
:type check_existing: typing.Union[bool, typing.Any]
|
|
2044
1864
|
:param filter_blender: Filter .blend files
|
|
2045
|
-
:type filter_blender: typing.
|
|
1865
|
+
:type filter_blender: typing.Union[bool, typing.Any]
|
|
2046
1866
|
:param filter_backup: Filter .blend files
|
|
2047
|
-
:type filter_backup: typing.
|
|
1867
|
+
:type filter_backup: typing.Union[bool, typing.Any]
|
|
2048
1868
|
:param filter_image: Filter image files
|
|
2049
|
-
:type filter_image: typing.
|
|
1869
|
+
:type filter_image: typing.Union[bool, typing.Any]
|
|
2050
1870
|
:param filter_movie: Filter movie files
|
|
2051
|
-
:type filter_movie: typing.
|
|
1871
|
+
:type filter_movie: typing.Union[bool, typing.Any]
|
|
2052
1872
|
:param filter_python: Filter Python files
|
|
2053
|
-
:type filter_python: typing.
|
|
1873
|
+
:type filter_python: typing.Union[bool, typing.Any]
|
|
2054
1874
|
:param filter_font: Filter font files
|
|
2055
|
-
:type filter_font: typing.
|
|
1875
|
+
:type filter_font: typing.Union[bool, typing.Any]
|
|
2056
1876
|
:param filter_sound: Filter sound files
|
|
2057
|
-
:type filter_sound: typing.
|
|
1877
|
+
:type filter_sound: typing.Union[bool, typing.Any]
|
|
2058
1878
|
:param filter_text: Filter text files
|
|
2059
|
-
:type filter_text: typing.
|
|
1879
|
+
:type filter_text: typing.Union[bool, typing.Any]
|
|
2060
1880
|
:param filter_archive: Filter archive files
|
|
2061
|
-
:type filter_archive: typing.
|
|
1881
|
+
:type filter_archive: typing.Union[bool, typing.Any]
|
|
2062
1882
|
:param filter_btx: Filter btx files
|
|
2063
|
-
:type filter_btx: typing.
|
|
1883
|
+
:type filter_btx: typing.Union[bool, typing.Any]
|
|
2064
1884
|
:param filter_collada: Filter COLLADA files
|
|
2065
|
-
:type filter_collada: typing.
|
|
1885
|
+
:type filter_collada: typing.Union[bool, typing.Any]
|
|
2066
1886
|
:param filter_alembic: Filter Alembic files
|
|
2067
|
-
:type filter_alembic: typing.
|
|
1887
|
+
:type filter_alembic: typing.Union[bool, typing.Any]
|
|
2068
1888
|
:param filter_usd: Filter USD files
|
|
2069
|
-
:type filter_usd: typing.
|
|
1889
|
+
:type filter_usd: typing.Union[bool, typing.Any]
|
|
2070
1890
|
:param filter_obj: Filter OBJ files
|
|
2071
|
-
:type filter_obj: typing.
|
|
1891
|
+
:type filter_obj: typing.Union[bool, typing.Any]
|
|
2072
1892
|
:param filter_volume: Filter OpenVDB volume files
|
|
2073
|
-
:type filter_volume: typing.
|
|
1893
|
+
:type filter_volume: typing.Union[bool, typing.Any]
|
|
2074
1894
|
:param filter_folder: Filter folders
|
|
2075
|
-
:type filter_folder: typing.
|
|
1895
|
+
:type filter_folder: typing.Union[bool, typing.Any]
|
|
2076
1896
|
:param filter_blenlib: Filter Blender IDs
|
|
2077
|
-
:type filter_blenlib: typing.
|
|
1897
|
+
:type filter_blenlib: typing.Union[bool, typing.Any]
|
|
2078
1898
|
:param filemode: File Browser Mode, The setting for the file browser mode to load a .blend file, a library or a special file
|
|
2079
|
-
:type filemode: typing.
|
|
1899
|
+
:type filemode: typing.Any
|
|
2080
1900
|
:param relative_path: Relative Path, Select the file relative to the blend file
|
|
2081
|
-
:type relative_path: typing.
|
|
1901
|
+
:type relative_path: typing.Union[bool, typing.Any]
|
|
2082
1902
|
:param display_type: Display Type
|
|
2083
1903
|
|
|
2084
1904
|
DEFAULT
|
|
@@ -2092,7 +1912,7 @@ def sound_strip_add(
|
|
|
2092
1912
|
|
|
2093
1913
|
THUMBNAIL
|
|
2094
1914
|
Thumbnails -- Display files as thumbnails.
|
|
2095
|
-
:type display_type: typing.
|
|
1915
|
+
:type display_type: typing.Any
|
|
2096
1916
|
:param sort_method: File sorting mode
|
|
2097
1917
|
|
|
2098
1918
|
DEFAULT
|
|
@@ -2109,157 +1929,139 @@ def sound_strip_add(
|
|
|
2109
1929
|
|
|
2110
1930
|
FILE_SORT_SIZE
|
|
2111
1931
|
Size -- Sort files by size.
|
|
2112
|
-
:type sort_method: typing.
|
|
1932
|
+
:type sort_method: typing.Any
|
|
2113
1933
|
:param frame_start: Start Frame, Start frame of the sequence strip
|
|
2114
|
-
:type frame_start: typing.
|
|
1934
|
+
:type frame_start: typing.Any
|
|
2115
1935
|
:param channel: Channel, Channel to place this strip into
|
|
2116
|
-
:type channel: typing.
|
|
1936
|
+
:type channel: typing.Any
|
|
2117
1937
|
:param replace_sel: Replace Selection, Replace the current selection
|
|
2118
|
-
:type replace_sel: typing.
|
|
1938
|
+
:type replace_sel: typing.Union[bool, typing.Any]
|
|
2119
1939
|
:param overlap: Allow Overlap, Don't correct overlap on new sequence strips
|
|
2120
|
-
:type overlap: typing.
|
|
1940
|
+
:type overlap: typing.Union[bool, typing.Any]
|
|
2121
1941
|
:param overlap_shuffle_override: Override Overlap Shuffle Behavior, Use the overlap_mode tool settings to determine how to shuffle overlapping strips
|
|
2122
|
-
:type overlap_shuffle_override: typing.
|
|
1942
|
+
:type overlap_shuffle_override: typing.Union[bool, typing.Any]
|
|
2123
1943
|
:param cache: Cache, Cache the sound in memory
|
|
2124
|
-
:type cache: typing.
|
|
1944
|
+
:type cache: typing.Union[bool, typing.Any]
|
|
2125
1945
|
:param mono: Mono, Merge all the sound's channels into one
|
|
2126
|
-
:type mono: typing.
|
|
1946
|
+
:type mono: typing.Union[bool, typing.Any]
|
|
2127
1947
|
"""
|
|
2128
1948
|
|
|
2129
1949
|
...
|
|
2130
1950
|
|
|
2131
1951
|
def split(
|
|
2132
|
-
override_context: typing.
|
|
2133
|
-
|
|
2134
|
-
|
|
2135
|
-
|
|
2136
|
-
|
|
2137
|
-
|
|
2138
|
-
|
|
2139
|
-
|
|
2140
|
-
|
|
2141
|
-
use_cursor_position: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
2142
|
-
side: typing.Optional[typing.Any] = "MOUSE",
|
|
2143
|
-
ignore_selection: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
1952
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1953
|
+
execution_context: typing.Union[str, int] = None,
|
|
1954
|
+
undo: bool = None,
|
|
1955
|
+
frame: typing.Any = 0,
|
|
1956
|
+
channel: typing.Any = 0,
|
|
1957
|
+
type: typing.Any = "SOFT",
|
|
1958
|
+
use_cursor_position: typing.Union[bool, typing.Any] = False,
|
|
1959
|
+
side: typing.Any = "MOUSE",
|
|
1960
|
+
ignore_selection: typing.Union[bool, typing.Any] = False,
|
|
2144
1961
|
):
|
|
2145
1962
|
"""Split the selected strips in two
|
|
2146
1963
|
|
|
2147
|
-
:type override_context: typing.
|
|
2148
|
-
:type execution_context: typing.
|
|
2149
|
-
:type undo:
|
|
1964
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1965
|
+
:type execution_context: typing.Union[str, int]
|
|
1966
|
+
:type undo: bool
|
|
2150
1967
|
:param frame: Frame, Frame where selected strips will be split
|
|
2151
|
-
:type frame: typing.
|
|
1968
|
+
:type frame: typing.Any
|
|
2152
1969
|
:param channel: Channel, Channel in which strip will be cut
|
|
2153
|
-
:type channel: typing.
|
|
1970
|
+
:type channel: typing.Any
|
|
2154
1971
|
:param type: Type, The type of split operation to perform on strips
|
|
2155
|
-
:type type: typing.
|
|
1972
|
+
:type type: typing.Any
|
|
2156
1973
|
:param use_cursor_position: Use Cursor Position, Split at position of the cursor instead of current frame
|
|
2157
|
-
:type use_cursor_position: typing.
|
|
1974
|
+
:type use_cursor_position: typing.Union[bool, typing.Any]
|
|
2158
1975
|
:param side: Side, The side that remains selected after splitting
|
|
2159
|
-
:type side: typing.
|
|
1976
|
+
:type side: typing.Any
|
|
2160
1977
|
:param ignore_selection: Ignore Selection, Make cut even if strip is not selected preserving selection state after cut
|
|
2161
|
-
:type ignore_selection: typing.
|
|
1978
|
+
:type ignore_selection: typing.Union[bool, typing.Any]
|
|
2162
1979
|
"""
|
|
2163
1980
|
|
|
2164
1981
|
...
|
|
2165
1982
|
|
|
2166
1983
|
def split_multicam(
|
|
2167
|
-
override_context: typing.
|
|
2168
|
-
|
|
2169
|
-
|
|
2170
|
-
|
|
2171
|
-
undo: typing.Optional[bool] = None,
|
|
2172
|
-
*,
|
|
2173
|
-
camera: typing.Optional[typing.Any] = 1,
|
|
1984
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1985
|
+
execution_context: typing.Union[str, int] = None,
|
|
1986
|
+
undo: bool = None,
|
|
1987
|
+
camera: typing.Any = 1,
|
|
2174
1988
|
):
|
|
2175
1989
|
"""Split multicam strip and select camera
|
|
2176
1990
|
|
|
2177
|
-
:type override_context: typing.
|
|
2178
|
-
:type execution_context: typing.
|
|
2179
|
-
:type undo:
|
|
1991
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1992
|
+
:type execution_context: typing.Union[str, int]
|
|
1993
|
+
:type undo: bool
|
|
2180
1994
|
:param camera: Camera
|
|
2181
|
-
:type camera: typing.
|
|
1995
|
+
:type camera: typing.Any
|
|
2182
1996
|
"""
|
|
2183
1997
|
|
|
2184
1998
|
...
|
|
2185
1999
|
|
|
2186
2000
|
def strip_color_tag_set(
|
|
2187
|
-
override_context: typing.
|
|
2188
|
-
|
|
2189
|
-
|
|
2190
|
-
|
|
2191
|
-
undo: typing.Optional[bool] = None,
|
|
2192
|
-
*,
|
|
2193
|
-
color: typing.Optional[typing.Any] = "NONE",
|
|
2001
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
2002
|
+
execution_context: typing.Union[str, int] = None,
|
|
2003
|
+
undo: bool = None,
|
|
2004
|
+
color: typing.Any = "NONE",
|
|
2194
2005
|
):
|
|
2195
2006
|
"""Set a color tag for the selected strips
|
|
2196
2007
|
|
|
2197
|
-
:type override_context: typing.
|
|
2198
|
-
:type execution_context: typing.
|
|
2199
|
-
:type undo:
|
|
2008
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
2009
|
+
:type execution_context: typing.Union[str, int]
|
|
2010
|
+
:type undo: bool
|
|
2200
2011
|
:param color: Color Tag
|
|
2201
|
-
:type color: typing.
|
|
2012
|
+
:type color: typing.Any
|
|
2202
2013
|
"""
|
|
2203
2014
|
|
|
2204
2015
|
...
|
|
2205
2016
|
|
|
2206
2017
|
def strip_jump(
|
|
2207
|
-
override_context: typing.
|
|
2208
|
-
|
|
2209
|
-
|
|
2210
|
-
|
|
2211
|
-
|
|
2212
|
-
*,
|
|
2213
|
-
next: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
2214
|
-
center: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
2018
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
2019
|
+
execution_context: typing.Union[str, int] = None,
|
|
2020
|
+
undo: bool = None,
|
|
2021
|
+
next: typing.Union[bool, typing.Any] = True,
|
|
2022
|
+
center: typing.Union[bool, typing.Any] = True,
|
|
2215
2023
|
):
|
|
2216
2024
|
"""Move frame to previous edit point
|
|
2217
2025
|
|
|
2218
|
-
:type override_context: typing.
|
|
2219
|
-
:type execution_context: typing.
|
|
2220
|
-
:type undo:
|
|
2026
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
2027
|
+
:type execution_context: typing.Union[str, int]
|
|
2028
|
+
:type undo: bool
|
|
2221
2029
|
:param next: Next Strip
|
|
2222
|
-
:type next: typing.
|
|
2030
|
+
:type next: typing.Union[bool, typing.Any]
|
|
2223
2031
|
:param center: Use Strip Center
|
|
2224
|
-
:type center: typing.
|
|
2032
|
+
:type center: typing.Union[bool, typing.Any]
|
|
2225
2033
|
"""
|
|
2226
2034
|
|
|
2227
2035
|
...
|
|
2228
2036
|
|
|
2229
2037
|
def strip_modifier_add(
|
|
2230
|
-
override_context: typing.
|
|
2231
|
-
|
|
2232
|
-
|
|
2233
|
-
|
|
2234
|
-
undo: typing.Optional[bool] = None,
|
|
2235
|
-
*,
|
|
2236
|
-
type: typing.Optional[typing.Union[int, str, typing.Any]] = "",
|
|
2038
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
2039
|
+
execution_context: typing.Union[str, int] = None,
|
|
2040
|
+
undo: bool = None,
|
|
2041
|
+
type: typing.Union[str, int, typing.Any] = "",
|
|
2237
2042
|
):
|
|
2238
2043
|
"""Add a modifier to the strip
|
|
2239
2044
|
|
|
2240
|
-
:type override_context: typing.
|
|
2241
|
-
:type execution_context: typing.
|
|
2242
|
-
:type undo:
|
|
2045
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
2046
|
+
:type execution_context: typing.Union[str, int]
|
|
2047
|
+
:type undo: bool
|
|
2243
2048
|
:param type: Type
|
|
2244
|
-
:type type: typing.
|
|
2049
|
+
:type type: typing.Union[str, int, typing.Any]
|
|
2245
2050
|
"""
|
|
2246
2051
|
|
|
2247
2052
|
...
|
|
2248
2053
|
|
|
2249
2054
|
def strip_modifier_copy(
|
|
2250
|
-
override_context: typing.
|
|
2251
|
-
|
|
2252
|
-
|
|
2253
|
-
|
|
2254
|
-
undo: typing.Optional[bool] = None,
|
|
2255
|
-
*,
|
|
2256
|
-
type: typing.Optional[typing.Any] = "REPLACE",
|
|
2055
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
2056
|
+
execution_context: typing.Union[str, int] = None,
|
|
2057
|
+
undo: bool = None,
|
|
2058
|
+
type: typing.Any = "REPLACE",
|
|
2257
2059
|
):
|
|
2258
2060
|
"""Copy modifiers of the active strip to all selected strips
|
|
2259
2061
|
|
|
2260
|
-
:type override_context: typing.
|
|
2261
|
-
:type execution_context: typing.
|
|
2262
|
-
:type undo:
|
|
2062
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
2063
|
+
:type execution_context: typing.Union[str, int]
|
|
2064
|
+
:type undo: bool
|
|
2263
2065
|
:param type: Type
|
|
2264
2066
|
|
|
2265
2067
|
REPLACE
|
|
@@ -2267,26 +2069,23 @@ def strip_modifier_copy(
|
|
|
2267
2069
|
|
|
2268
2070
|
APPEND
|
|
2269
2071
|
Append -- Append active modifiers to selected strips.
|
|
2270
|
-
:type type: typing.
|
|
2072
|
+
:type type: typing.Any
|
|
2271
2073
|
"""
|
|
2272
2074
|
|
|
2273
2075
|
...
|
|
2274
2076
|
|
|
2275
2077
|
def strip_modifier_equalizer_redefine(
|
|
2276
|
-
override_context: typing.
|
|
2277
|
-
|
|
2278
|
-
|
|
2279
|
-
|
|
2280
|
-
undo: typing.Optional[bool] = None,
|
|
2281
|
-
*,
|
|
2282
|
-
graphs: typing.Optional[typing.Any] = "SIMPLE",
|
|
2078
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
2079
|
+
execution_context: typing.Union[str, int] = None,
|
|
2080
|
+
undo: bool = None,
|
|
2081
|
+
graphs: typing.Any = "SIMPLE",
|
|
2283
2082
|
name: typing.Union[str, typing.Any] = "Name",
|
|
2284
2083
|
):
|
|
2285
2084
|
"""Redefine equalizer graphs
|
|
2286
2085
|
|
|
2287
|
-
:type override_context: typing.
|
|
2288
|
-
:type execution_context: typing.
|
|
2289
|
-
:type undo:
|
|
2086
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
2087
|
+
:type execution_context: typing.Union[str, int]
|
|
2088
|
+
:type undo: bool
|
|
2290
2089
|
:param graphs: Graphs, Number of graphs
|
|
2291
2090
|
|
|
2292
2091
|
SIMPLE
|
|
@@ -2297,7 +2096,7 @@ def strip_modifier_equalizer_redefine(
|
|
|
2297
2096
|
|
|
2298
2097
|
TRIPLE
|
|
2299
2098
|
Triplet -- Graphical definition in 3 sections.
|
|
2300
|
-
:type graphs: typing.
|
|
2099
|
+
:type graphs: typing.Any
|
|
2301
2100
|
:param name: Name, Name of modifier to redefine
|
|
2302
2101
|
:type name: typing.Union[str, typing.Any]
|
|
2303
2102
|
"""
|
|
@@ -2305,20 +2104,17 @@ def strip_modifier_equalizer_redefine(
|
|
|
2305
2104
|
...
|
|
2306
2105
|
|
|
2307
2106
|
def strip_modifier_move(
|
|
2308
|
-
override_context: typing.
|
|
2309
|
-
|
|
2310
|
-
|
|
2311
|
-
execution_context: typing.Optional[typing.Union[int, str]] = None,
|
|
2312
|
-
undo: typing.Optional[bool] = None,
|
|
2313
|
-
*,
|
|
2107
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
2108
|
+
execution_context: typing.Union[str, int] = None,
|
|
2109
|
+
undo: bool = None,
|
|
2314
2110
|
name: typing.Union[str, typing.Any] = "Name",
|
|
2315
|
-
direction: typing.
|
|
2111
|
+
direction: typing.Any = "UP",
|
|
2316
2112
|
):
|
|
2317
2113
|
"""Move modifier up and down in the stack
|
|
2318
2114
|
|
|
2319
|
-
:type override_context: typing.
|
|
2320
|
-
:type execution_context: typing.
|
|
2321
|
-
:type undo:
|
|
2115
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
2116
|
+
:type execution_context: typing.Union[str, int]
|
|
2117
|
+
:type undo: bool
|
|
2322
2118
|
:param name: Name, Name of modifier to remove
|
|
2323
2119
|
:type name: typing.Union[str, typing.Any]
|
|
2324
2120
|
:param direction: Type
|
|
@@ -2328,25 +2124,22 @@ def strip_modifier_move(
|
|
|
2328
2124
|
|
|
2329
2125
|
DOWN
|
|
2330
2126
|
Down -- Move modifier down in the stack.
|
|
2331
|
-
:type direction: typing.
|
|
2127
|
+
:type direction: typing.Any
|
|
2332
2128
|
"""
|
|
2333
2129
|
|
|
2334
2130
|
...
|
|
2335
2131
|
|
|
2336
2132
|
def strip_modifier_remove(
|
|
2337
|
-
override_context: typing.
|
|
2338
|
-
|
|
2339
|
-
|
|
2340
|
-
execution_context: typing.Optional[typing.Union[int, str]] = None,
|
|
2341
|
-
undo: typing.Optional[bool] = None,
|
|
2342
|
-
*,
|
|
2133
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
2134
|
+
execution_context: typing.Union[str, int] = None,
|
|
2135
|
+
undo: bool = None,
|
|
2343
2136
|
name: typing.Union[str, typing.Any] = "Name",
|
|
2344
2137
|
):
|
|
2345
2138
|
"""Remove a modifier from the strip
|
|
2346
2139
|
|
|
2347
|
-
:type override_context: typing.
|
|
2348
|
-
:type execution_context: typing.
|
|
2349
|
-
:type undo:
|
|
2140
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
2141
|
+
:type execution_context: typing.Union[str, int]
|
|
2142
|
+
:type undo: bool
|
|
2350
2143
|
:param name: Name, Name of modifier to remove
|
|
2351
2144
|
:type name: typing.Union[str, typing.Any]
|
|
2352
2145
|
"""
|
|
@@ -2354,19 +2147,16 @@ def strip_modifier_remove(
|
|
|
2354
2147
|
...
|
|
2355
2148
|
|
|
2356
2149
|
def strip_transform_clear(
|
|
2357
|
-
override_context: typing.
|
|
2358
|
-
|
|
2359
|
-
|
|
2360
|
-
|
|
2361
|
-
undo: typing.Optional[bool] = None,
|
|
2362
|
-
*,
|
|
2363
|
-
property: typing.Optional[typing.Any] = "ALL",
|
|
2150
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
2151
|
+
execution_context: typing.Union[str, int] = None,
|
|
2152
|
+
undo: bool = None,
|
|
2153
|
+
property: typing.Any = "ALL",
|
|
2364
2154
|
):
|
|
2365
2155
|
"""Reset image transformation to default value
|
|
2366
2156
|
|
|
2367
|
-
:type override_context: typing.
|
|
2368
|
-
:type execution_context: typing.
|
|
2369
|
-
:type undo:
|
|
2157
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
2158
|
+
:type execution_context: typing.Union[str, int]
|
|
2159
|
+
:type undo: bool
|
|
2370
2160
|
:param property: Property, Strip transform property to be reset
|
|
2371
2161
|
|
|
2372
2162
|
POSITION
|
|
@@ -2380,25 +2170,22 @@ def strip_transform_clear(
|
|
|
2380
2170
|
|
|
2381
2171
|
ALL
|
|
2382
2172
|
All -- Reset strip transform location, scale and rotation.
|
|
2383
|
-
:type property: typing.
|
|
2173
|
+
:type property: typing.Any
|
|
2384
2174
|
"""
|
|
2385
2175
|
|
|
2386
2176
|
...
|
|
2387
2177
|
|
|
2388
2178
|
def strip_transform_fit(
|
|
2389
|
-
override_context: typing.
|
|
2390
|
-
|
|
2391
|
-
|
|
2392
|
-
|
|
2393
|
-
undo: typing.Optional[bool] = None,
|
|
2394
|
-
*,
|
|
2395
|
-
fit_method: typing.Optional[typing.Any] = "FIT",
|
|
2179
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
2180
|
+
execution_context: typing.Union[str, int] = None,
|
|
2181
|
+
undo: bool = None,
|
|
2182
|
+
fit_method: typing.Any = "FIT",
|
|
2396
2183
|
):
|
|
2397
2184
|
"""Undocumented, consider contributing.
|
|
2398
2185
|
|
|
2399
|
-
:type override_context: typing.
|
|
2400
|
-
:type execution_context: typing.
|
|
2401
|
-
:type undo:
|
|
2186
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
2187
|
+
:type execution_context: typing.Union[str, int]
|
|
2188
|
+
:type undo: bool
|
|
2402
2189
|
:param fit_method: Fit Method, Scale fit fit_method
|
|
2403
2190
|
|
|
2404
2191
|
FIT
|
|
@@ -2409,211 +2196,185 @@ def strip_transform_fit(
|
|
|
2409
2196
|
|
|
2410
2197
|
STRETCH
|
|
2411
2198
|
Stretch to Fill -- Stretch image so it fills preview.
|
|
2412
|
-
:type fit_method: typing.
|
|
2199
|
+
:type fit_method: typing.Any
|
|
2413
2200
|
"""
|
|
2414
2201
|
|
|
2415
2202
|
...
|
|
2416
2203
|
|
|
2417
2204
|
def swap(
|
|
2418
|
-
override_context: typing.
|
|
2419
|
-
|
|
2420
|
-
|
|
2421
|
-
|
|
2422
|
-
undo: typing.Optional[bool] = None,
|
|
2423
|
-
*,
|
|
2424
|
-
side: typing.Optional[typing.Any] = "RIGHT",
|
|
2205
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
2206
|
+
execution_context: typing.Union[str, int] = None,
|
|
2207
|
+
undo: bool = None,
|
|
2208
|
+
side: typing.Any = "RIGHT",
|
|
2425
2209
|
):
|
|
2426
2210
|
"""Swap active strip with strip to the right or left
|
|
2427
2211
|
|
|
2428
|
-
:type override_context: typing.
|
|
2429
|
-
:type execution_context: typing.
|
|
2430
|
-
:type undo:
|
|
2212
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
2213
|
+
:type execution_context: typing.Union[str, int]
|
|
2214
|
+
:type undo: bool
|
|
2431
2215
|
:param side: Side, Side of the strip to swap
|
|
2432
|
-
:type side: typing.
|
|
2216
|
+
:type side: typing.Any
|
|
2433
2217
|
"""
|
|
2434
2218
|
|
|
2435
2219
|
...
|
|
2436
2220
|
|
|
2437
2221
|
def swap_data(
|
|
2438
|
-
override_context: typing.
|
|
2439
|
-
|
|
2440
|
-
|
|
2441
|
-
execution_context: typing.Optional[typing.Union[int, str]] = None,
|
|
2442
|
-
undo: typing.Optional[bool] = None,
|
|
2222
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
2223
|
+
execution_context: typing.Union[str, int] = None,
|
|
2224
|
+
undo: bool = None,
|
|
2443
2225
|
):
|
|
2444
2226
|
"""Swap 2 sequencer strips
|
|
2445
2227
|
|
|
2446
|
-
:type override_context: typing.
|
|
2447
|
-
:type execution_context: typing.
|
|
2448
|
-
:type undo:
|
|
2228
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
2229
|
+
:type execution_context: typing.Union[str, int]
|
|
2230
|
+
:type undo: bool
|
|
2449
2231
|
"""
|
|
2450
2232
|
|
|
2451
2233
|
...
|
|
2452
2234
|
|
|
2453
2235
|
def swap_inputs(
|
|
2454
|
-
override_context: typing.
|
|
2455
|
-
|
|
2456
|
-
|
|
2457
|
-
execution_context: typing.Optional[typing.Union[int, str]] = None,
|
|
2458
|
-
undo: typing.Optional[bool] = None,
|
|
2236
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
2237
|
+
execution_context: typing.Union[str, int] = None,
|
|
2238
|
+
undo: bool = None,
|
|
2459
2239
|
):
|
|
2460
2240
|
"""Swap the first two inputs for the effect strip
|
|
2461
2241
|
|
|
2462
|
-
:type override_context: typing.
|
|
2463
|
-
:type execution_context: typing.
|
|
2464
|
-
:type undo:
|
|
2242
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
2243
|
+
:type execution_context: typing.Union[str, int]
|
|
2244
|
+
:type undo: bool
|
|
2465
2245
|
"""
|
|
2466
2246
|
|
|
2467
2247
|
...
|
|
2468
2248
|
|
|
2469
2249
|
def unlock(
|
|
2470
|
-
override_context: typing.
|
|
2471
|
-
|
|
2472
|
-
|
|
2473
|
-
execution_context: typing.Optional[typing.Union[int, str]] = None,
|
|
2474
|
-
undo: typing.Optional[bool] = None,
|
|
2250
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
2251
|
+
execution_context: typing.Union[str, int] = None,
|
|
2252
|
+
undo: bool = None,
|
|
2475
2253
|
):
|
|
2476
2254
|
"""Unlock strips so they can be transformed
|
|
2477
2255
|
|
|
2478
|
-
:type override_context: typing.
|
|
2479
|
-
:type execution_context: typing.
|
|
2480
|
-
:type undo:
|
|
2256
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
2257
|
+
:type execution_context: typing.Union[str, int]
|
|
2258
|
+
:type undo: bool
|
|
2481
2259
|
"""
|
|
2482
2260
|
|
|
2483
2261
|
...
|
|
2484
2262
|
|
|
2485
2263
|
def unmute(
|
|
2486
|
-
override_context: typing.
|
|
2487
|
-
|
|
2488
|
-
|
|
2489
|
-
|
|
2490
|
-
undo: typing.Optional[bool] = None,
|
|
2491
|
-
*,
|
|
2492
|
-
unselected: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
2264
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
2265
|
+
execution_context: typing.Union[str, int] = None,
|
|
2266
|
+
undo: bool = None,
|
|
2267
|
+
unselected: typing.Union[bool, typing.Any] = False,
|
|
2493
2268
|
):
|
|
2494
2269
|
"""Unmute (un)selected strips
|
|
2495
2270
|
|
|
2496
|
-
:type override_context: typing.
|
|
2497
|
-
:type execution_context: typing.
|
|
2498
|
-
:type undo:
|
|
2271
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
2272
|
+
:type execution_context: typing.Union[str, int]
|
|
2273
|
+
:type undo: bool
|
|
2499
2274
|
:param unselected: Unselected, Unmute unselected rather than selected strips
|
|
2500
|
-
:type unselected: typing.
|
|
2275
|
+
:type unselected: typing.Union[bool, typing.Any]
|
|
2501
2276
|
"""
|
|
2502
2277
|
|
|
2503
2278
|
...
|
|
2504
2279
|
|
|
2505
2280
|
def view_all(
|
|
2506
|
-
override_context: typing.
|
|
2507
|
-
|
|
2508
|
-
|
|
2509
|
-
execution_context: typing.Optional[typing.Union[int, str]] = None,
|
|
2510
|
-
undo: typing.Optional[bool] = None,
|
|
2281
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
2282
|
+
execution_context: typing.Union[str, int] = None,
|
|
2283
|
+
undo: bool = None,
|
|
2511
2284
|
):
|
|
2512
2285
|
"""View all the strips in the sequencer
|
|
2513
2286
|
|
|
2514
|
-
:type override_context: typing.
|
|
2515
|
-
:type execution_context: typing.
|
|
2516
|
-
:type undo:
|
|
2287
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
2288
|
+
:type execution_context: typing.Union[str, int]
|
|
2289
|
+
:type undo: bool
|
|
2517
2290
|
"""
|
|
2518
2291
|
|
|
2519
2292
|
...
|
|
2520
2293
|
|
|
2521
2294
|
def view_all_preview(
|
|
2522
|
-
override_context: typing.
|
|
2523
|
-
|
|
2524
|
-
|
|
2525
|
-
execution_context: typing.Optional[typing.Union[int, str]] = None,
|
|
2526
|
-
undo: typing.Optional[bool] = None,
|
|
2295
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
2296
|
+
execution_context: typing.Union[str, int] = None,
|
|
2297
|
+
undo: bool = None,
|
|
2527
2298
|
):
|
|
2528
2299
|
"""Zoom preview to fit in the area
|
|
2529
2300
|
|
|
2530
|
-
:type override_context: typing.
|
|
2531
|
-
:type execution_context: typing.
|
|
2532
|
-
:type undo:
|
|
2301
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
2302
|
+
:type execution_context: typing.Union[str, int]
|
|
2303
|
+
:type undo: bool
|
|
2533
2304
|
"""
|
|
2534
2305
|
|
|
2535
2306
|
...
|
|
2536
2307
|
|
|
2537
2308
|
def view_frame(
|
|
2538
|
-
override_context: typing.
|
|
2539
|
-
|
|
2540
|
-
|
|
2541
|
-
execution_context: typing.Optional[typing.Union[int, str]] = None,
|
|
2542
|
-
undo: typing.Optional[bool] = None,
|
|
2309
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
2310
|
+
execution_context: typing.Union[str, int] = None,
|
|
2311
|
+
undo: bool = None,
|
|
2543
2312
|
):
|
|
2544
2313
|
"""Move the view to the current frame
|
|
2545
2314
|
|
|
2546
|
-
:type override_context: typing.
|
|
2547
|
-
:type execution_context: typing.
|
|
2548
|
-
:type undo:
|
|
2315
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
2316
|
+
:type execution_context: typing.Union[str, int]
|
|
2317
|
+
:type undo: bool
|
|
2549
2318
|
"""
|
|
2550
2319
|
|
|
2551
2320
|
...
|
|
2552
2321
|
|
|
2553
2322
|
def view_ghost_border(
|
|
2554
|
-
override_context: typing.
|
|
2555
|
-
|
|
2556
|
-
|
|
2557
|
-
|
|
2558
|
-
|
|
2559
|
-
|
|
2560
|
-
|
|
2561
|
-
|
|
2562
|
-
ymin: typing.Optional[typing.Any] = 0,
|
|
2563
|
-
ymax: typing.Optional[typing.Any] = 0,
|
|
2564
|
-
wait_for_input: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
2323
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
2324
|
+
execution_context: typing.Union[str, int] = None,
|
|
2325
|
+
undo: bool = None,
|
|
2326
|
+
xmin: typing.Any = 0,
|
|
2327
|
+
xmax: typing.Any = 0,
|
|
2328
|
+
ymin: typing.Any = 0,
|
|
2329
|
+
ymax: typing.Any = 0,
|
|
2330
|
+
wait_for_input: typing.Union[bool, typing.Any] = True,
|
|
2565
2331
|
):
|
|
2566
2332
|
"""Set the boundaries of the border used for offset view
|
|
2567
2333
|
|
|
2568
|
-
:type override_context: typing.
|
|
2569
|
-
:type execution_context: typing.
|
|
2570
|
-
:type undo:
|
|
2334
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
2335
|
+
:type execution_context: typing.Union[str, int]
|
|
2336
|
+
:type undo: bool
|
|
2571
2337
|
:param xmin: X Min
|
|
2572
|
-
:type xmin: typing.
|
|
2338
|
+
:type xmin: typing.Any
|
|
2573
2339
|
:param xmax: X Max
|
|
2574
|
-
:type xmax: typing.
|
|
2340
|
+
:type xmax: typing.Any
|
|
2575
2341
|
:param ymin: Y Min
|
|
2576
|
-
:type ymin: typing.
|
|
2342
|
+
:type ymin: typing.Any
|
|
2577
2343
|
:param ymax: Y Max
|
|
2578
|
-
:type ymax: typing.
|
|
2344
|
+
:type ymax: typing.Any
|
|
2579
2345
|
:param wait_for_input: Wait for Input
|
|
2580
|
-
:type wait_for_input: typing.
|
|
2346
|
+
:type wait_for_input: typing.Union[bool, typing.Any]
|
|
2581
2347
|
"""
|
|
2582
2348
|
|
|
2583
2349
|
...
|
|
2584
2350
|
|
|
2585
2351
|
def view_selected(
|
|
2586
|
-
override_context: typing.
|
|
2587
|
-
|
|
2588
|
-
|
|
2589
|
-
execution_context: typing.Optional[typing.Union[int, str]] = None,
|
|
2590
|
-
undo: typing.Optional[bool] = None,
|
|
2352
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
2353
|
+
execution_context: typing.Union[str, int] = None,
|
|
2354
|
+
undo: bool = None,
|
|
2591
2355
|
):
|
|
2592
2356
|
"""Zoom the sequencer on the selected strips
|
|
2593
2357
|
|
|
2594
|
-
:type override_context: typing.
|
|
2595
|
-
:type execution_context: typing.
|
|
2596
|
-
:type undo:
|
|
2358
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
2359
|
+
:type execution_context: typing.Union[str, int]
|
|
2360
|
+
:type undo: bool
|
|
2597
2361
|
"""
|
|
2598
2362
|
|
|
2599
2363
|
...
|
|
2600
2364
|
|
|
2601
2365
|
def view_zoom_ratio(
|
|
2602
|
-
override_context: typing.
|
|
2603
|
-
|
|
2604
|
-
|
|
2605
|
-
|
|
2606
|
-
undo: typing.Optional[bool] = None,
|
|
2607
|
-
*,
|
|
2608
|
-
ratio: typing.Optional[typing.Any] = 1.0,
|
|
2366
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
2367
|
+
execution_context: typing.Union[str, int] = None,
|
|
2368
|
+
undo: bool = None,
|
|
2369
|
+
ratio: typing.Any = 1.0,
|
|
2609
2370
|
):
|
|
2610
2371
|
"""Change zoom ratio of sequencer preview
|
|
2611
2372
|
|
|
2612
|
-
:type override_context: typing.
|
|
2613
|
-
:type execution_context: typing.
|
|
2614
|
-
:type undo:
|
|
2373
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
2374
|
+
:type execution_context: typing.Union[str, int]
|
|
2375
|
+
:type undo: bool
|
|
2615
2376
|
:param ratio: Ratio, Zoom ratio, 1.0 is 1:1, higher is zoomed in, lower is zoomed out
|
|
2616
|
-
:type ratio: typing.
|
|
2377
|
+
:type ratio: typing.Any
|
|
2617
2378
|
"""
|
|
2618
2379
|
|
|
2619
2380
|
...
|