fake-bpy-module 20240531__py3-none-any.whl → 20240604__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.
- aud/__init__.pyi +4 -4
- bl_console_utils/autocomplete/intellisense/__init__.pyi +2 -4
- bl_ui/space_sequencer/__init__.pyi +14 -0
- bl_ui/space_userpref/__init__.pyi +234 -0
- bl_ui/space_view3d/__init__.pyi +810 -0
- blf/__init__.pyi +4 -4
- bmesh/ops/__init__.pyi +97 -82
- bmesh/types/__init__.pyi +43 -40
- bmesh/utils/__init__.pyi +2 -4
- bpy/ops/action/__init__.pyi +152 -152
- bpy/ops/anim/__init__.pyi +216 -216
- bpy/ops/armature/__init__.pyi +192 -192
- bpy/ops/asset/__init__.pyi +64 -64
- bpy/ops/boid/__init__.pyi +32 -32
- bpy/ops/brush/__init__.pyi +36 -36
- bpy/ops/buttons/__init__.pyi +24 -24
- bpy/ops/cachefile/__init__.pyi +20 -20
- bpy/ops/camera/__init__.pyi +8 -8
- bpy/ops/clip/__init__.pyi +368 -368
- bpy/ops/cloth/__init__.pyi +4 -4
- bpy/ops/collection/__init__.pyi +36 -36
- bpy/ops/console/__init__.pyi +84 -84
- bpy/ops/constraint/__init__.pyi +72 -72
- bpy/ops/curve/__init__.pyi +204 -204
- bpy/ops/curves/__init__.pyi +108 -108
- bpy/ops/cycles/__init__.pyi +12 -12
- bpy/ops/dpaint/__init__.pyi +20 -20
- bpy/ops/ed/__init__.pyi +48 -48
- bpy/ops/export_anim/__init__.pyi +4 -4
- bpy/ops/export_scene/__init__.pyi +8 -8
- bpy/ops/extensions/__init__.pyi +130 -110
- bpy/ops/file/__init__.pyi +160 -160
- bpy/ops/fluid/__init__.pyi +56 -56
- bpy/ops/font/__init__.pyi +92 -92
- bpy/ops/geometry/__init__.pyi +40 -40
- bpy/ops/gizmogroup/__init__.pyi +8 -8
- bpy/ops/gpencil/__init__.pyi +600 -600
- bpy/ops/graph/__init__.pyi +260 -260
- bpy/ops/grease_pencil/__init__.pyi +292 -292
- bpy/ops/image/__init__.pyi +192 -192
- bpy/ops/import_anim/__init__.pyi +4 -4
- bpy/ops/import_curve/__init__.pyi +4 -4
- bpy/ops/import_scene/__init__.pyi +8 -8
- bpy/ops/info/__init__.pyi +28 -28
- bpy/ops/lattice/__init__.pyi +32 -32
- bpy/ops/marker/__init__.pyi +44 -44
- bpy/ops/mask/__init__.pyi +156 -156
- bpy/ops/material/__init__.pyi +12 -12
- bpy/ops/mball/__init__.pyi +32 -32
- bpy/ops/mesh/__init__.pyi +652 -652
- bpy/ops/nla/__init__.pyi +156 -156
- bpy/ops/node/__init__.pyi +450 -404
- bpy/ops/object/__init__.pyi +984 -987
- bpy/ops/outliner/__init__.pyi +284 -284
- bpy/ops/paint/__init__.pyi +220 -220
- bpy/ops/paintcurve/__init__.pyi +32 -32
- bpy/ops/palette/__init__.pyi +28 -28
- bpy/ops/particle/__init__.pyi +144 -144
- bpy/ops/pose/__init__.pyi +156 -156
- bpy/ops/poselib/__init__.pyi +36 -36
- bpy/ops/preferences/__init__.pyi +151 -148
- bpy/ops/ptcache/__init__.pyi +28 -28
- bpy/ops/render/__init__.pyi +48 -48
- bpy/ops/rigidbody/__init__.pyi +52 -52
- bpy/ops/scene/__init__.pyi +156 -156
- bpy/ops/screen/__init__.pyi +156 -156
- bpy/ops/script/__init__.pyi +12 -12
- bpy/ops/sculpt/__init__.pyi +144 -144
- bpy/ops/sculpt_curves/__init__.pyi +16 -16
- bpy/ops/sequencer/__init__.pyi +364 -340
- bpy/ops/sound/__init__.pyi +28 -28
- bpy/ops/spreadsheet/__init__.pyi +16 -16
- bpy/ops/surface/__init__.pyi +24 -24
- bpy/ops/text/__init__.pyi +172 -172
- bpy/ops/text_editor/__init__.pyi +4 -4
- bpy/ops/texture/__init__.pyi +16 -16
- bpy/ops/transform/__init__.pyi +111 -108
- bpy/ops/ui/__init__.pyi +132 -132
- bpy/ops/uilist/__init__.pyi +12 -12
- bpy/ops/uv/__init__.pyi +196 -196
- bpy/ops/view2d/__init__.pyi +56 -56
- bpy/ops/view3d/__init__.pyi +268 -268
- bpy/ops/wm/__init__.pyi +475 -448
- bpy/ops/workspace/__init__.pyi +28 -28
- bpy/ops/world/__init__.pyi +8 -8
- bpy/path/__init__.pyi +18 -18
- bpy/props/__init__.pyi +11 -11
- bpy/types/__init__.pyi +2136 -1798
- bpy/utils/__init__.pyi +4 -4
- bpy_extras/anim_utils/__init__.pyi +4 -4
- bpy_extras/io_utils/__init__.pyi +4 -4
- bpy_extras/mesh_utils/__init__.pyi +4 -4
- bpy_extras/view3d_utils/__init__.pyi +24 -20
- bpy_types/__init__.pyi +12 -7
- {fake_bpy_module-20240531.dist-info → fake_bpy_module-20240604.dist-info}/METADATA +1 -1
- {fake_bpy_module-20240531.dist-info → fake_bpy_module-20240604.dist-info}/RECORD +107 -107
- freestyle/types/__init__.pyi +64 -64
- freestyle/utils/__init__.pyi +2 -2
- gpu/matrix/__init__.pyi +15 -6
- gpu/state/__init__.pyi +2 -2
- gpu/types/__init__.pyi +6 -4
- gpu_extras/presets/__init__.pyi +8 -4
- imbuf/__init__.pyi +4 -4
- mathutils/__init__.pyi +292 -187
- mathutils/geometry/__init__.pyi +2 -5
- {fake_bpy_module-20240531.dist-info → fake_bpy_module-20240604.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240531.dist-info → fake_bpy_module-20240604.dist-info}/top_level.txt +0 -0
bpy/ops/sequencer/__init__.pyi
CHANGED
|
@@ -7,16 +7,16 @@ GenericType1 = typing.TypeVar("GenericType1")
|
|
|
7
7
|
GenericType2 = typing.TypeVar("GenericType2")
|
|
8
8
|
|
|
9
9
|
def change_effect_input(
|
|
10
|
-
override_context: dict[str, typing.Any] |
|
|
11
|
-
execution_context:
|
|
10
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
11
|
+
execution_context: int | str | None = None,
|
|
12
12
|
undo: bool | None = None,
|
|
13
13
|
*,
|
|
14
14
|
swap: str | None = "A_B",
|
|
15
15
|
):
|
|
16
16
|
"""Undocumented, consider contributing.
|
|
17
17
|
|
|
18
|
-
:type override_context: dict[str, typing.Any] |
|
|
19
|
-
:type execution_context:
|
|
18
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
19
|
+
:type execution_context: int | str | None
|
|
20
20
|
:type undo: bool | None
|
|
21
21
|
:param swap: Swap, The effect inputs to swap
|
|
22
22
|
:type swap: str | None
|
|
@@ -25,16 +25,16 @@ def change_effect_input(
|
|
|
25
25
|
...
|
|
26
26
|
|
|
27
27
|
def change_effect_type(
|
|
28
|
-
override_context: dict[str, typing.Any] |
|
|
29
|
-
execution_context:
|
|
28
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
29
|
+
execution_context: int | str | None = None,
|
|
30
30
|
undo: bool | None = None,
|
|
31
31
|
*,
|
|
32
32
|
type: str | None = "CROSS",
|
|
33
33
|
):
|
|
34
34
|
"""Undocumented, consider contributing.
|
|
35
35
|
|
|
36
|
-
:type override_context: dict[str, typing.Any] |
|
|
37
|
-
:type execution_context:
|
|
36
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
37
|
+
:type execution_context: int | str | None
|
|
38
38
|
:type undo: bool | None
|
|
39
39
|
:param type: Type, Sequencer effect type
|
|
40
40
|
|
|
@@ -97,8 +97,8 @@ def change_effect_type(
|
|
|
97
97
|
...
|
|
98
98
|
|
|
99
99
|
def change_path(
|
|
100
|
-
override_context: dict[str, typing.Any] |
|
|
101
|
-
execution_context:
|
|
100
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
101
|
+
execution_context: int | str | None = None,
|
|
102
102
|
undo: bool | None = None,
|
|
103
103
|
*,
|
|
104
104
|
filepath: str | typing.Any = "",
|
|
@@ -132,8 +132,8 @@ def change_path(
|
|
|
132
132
|
):
|
|
133
133
|
"""Undocumented, consider contributing.
|
|
134
134
|
|
|
135
|
-
:type override_context: dict[str, typing.Any] |
|
|
136
|
-
:type execution_context:
|
|
135
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
136
|
+
:type execution_context: int | str | None
|
|
137
137
|
:type undo: bool | None
|
|
138
138
|
:param filepath: File Path, Path to file
|
|
139
139
|
:type filepath: str | typing.Any
|
|
@@ -206,16 +206,16 @@ def change_path(
|
|
|
206
206
|
...
|
|
207
207
|
|
|
208
208
|
def change_scene(
|
|
209
|
-
override_context: dict[str, typing.Any] |
|
|
210
|
-
execution_context:
|
|
209
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
210
|
+
execution_context: int | str | None = None,
|
|
211
211
|
undo: bool | None = None,
|
|
212
212
|
*,
|
|
213
213
|
scene: str | None = "",
|
|
214
214
|
):
|
|
215
215
|
"""Change Scene assigned to Strip
|
|
216
216
|
|
|
217
|
-
:type override_context: dict[str, typing.Any] |
|
|
218
|
-
:type execution_context:
|
|
217
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
218
|
+
:type execution_context: int | str | None
|
|
219
219
|
:type undo: bool | None
|
|
220
220
|
:param scene: Scene
|
|
221
221
|
:type scene: str | None
|
|
@@ -224,44 +224,44 @@ def change_scene(
|
|
|
224
224
|
...
|
|
225
225
|
|
|
226
226
|
def copy(
|
|
227
|
-
override_context: dict[str, typing.Any] |
|
|
228
|
-
execution_context:
|
|
227
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
228
|
+
execution_context: int | str | None = None,
|
|
229
229
|
undo: bool | None = None,
|
|
230
230
|
):
|
|
231
231
|
"""Copy the selected strips to the internal clipboard
|
|
232
232
|
|
|
233
|
-
:type override_context: dict[str, typing.Any] |
|
|
234
|
-
:type execution_context:
|
|
233
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
234
|
+
:type execution_context: int | str | None
|
|
235
235
|
:type undo: bool | None
|
|
236
236
|
"""
|
|
237
237
|
|
|
238
238
|
...
|
|
239
239
|
|
|
240
240
|
def crossfade_sounds(
|
|
241
|
-
override_context: dict[str, typing.Any] |
|
|
242
|
-
execution_context:
|
|
241
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
242
|
+
execution_context: int | str | None = None,
|
|
243
243
|
undo: bool | None = None,
|
|
244
244
|
):
|
|
245
245
|
"""Do cross-fading volume animation of two selected sound strips
|
|
246
246
|
|
|
247
|
-
:type override_context: dict[str, typing.Any] |
|
|
248
|
-
:type execution_context:
|
|
247
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
248
|
+
:type execution_context: int | str | None
|
|
249
249
|
:type undo: bool | None
|
|
250
250
|
"""
|
|
251
251
|
|
|
252
252
|
...
|
|
253
253
|
|
|
254
254
|
def cursor_set(
|
|
255
|
-
override_context: dict[str, typing.Any] |
|
|
256
|
-
execution_context:
|
|
255
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
256
|
+
execution_context: int | str | None = None,
|
|
257
257
|
undo: bool | None = None,
|
|
258
258
|
*,
|
|
259
259
|
location: typing.Any | None = (0.0, 0.0),
|
|
260
260
|
):
|
|
261
261
|
"""Set 2D cursor location
|
|
262
262
|
|
|
263
|
-
:type override_context: dict[str, typing.Any] |
|
|
264
|
-
:type execution_context:
|
|
263
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
264
|
+
:type execution_context: int | str | None
|
|
265
265
|
:type undo: bool | None
|
|
266
266
|
:param location: Location, Cursor location in normalized preview coordinates
|
|
267
267
|
:type location: typing.Any | None
|
|
@@ -270,22 +270,22 @@ def cursor_set(
|
|
|
270
270
|
...
|
|
271
271
|
|
|
272
272
|
def deinterlace_selected_movies(
|
|
273
|
-
override_context: dict[str, typing.Any] |
|
|
274
|
-
execution_context:
|
|
273
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
274
|
+
execution_context: int | str | None = None,
|
|
275
275
|
undo: bool | None = None,
|
|
276
276
|
):
|
|
277
277
|
"""Deinterlace all selected movie sources
|
|
278
278
|
|
|
279
|
-
:type override_context: dict[str, typing.Any] |
|
|
280
|
-
:type execution_context:
|
|
279
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
280
|
+
:type execution_context: int | str | None
|
|
281
281
|
:type undo: bool | None
|
|
282
282
|
"""
|
|
283
283
|
|
|
284
284
|
...
|
|
285
285
|
|
|
286
286
|
def delete(
|
|
287
|
-
override_context: dict[str, typing.Any] |
|
|
288
|
-
execution_context:
|
|
287
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
288
|
+
execution_context: int | str | None = None,
|
|
289
289
|
undo: bool | None = None,
|
|
290
290
|
*,
|
|
291
291
|
delete_data: bool | typing.Any | None = False,
|
|
@@ -293,8 +293,8 @@ def delete(
|
|
|
293
293
|
):
|
|
294
294
|
"""Delete selected strips from the sequencer
|
|
295
295
|
|
|
296
|
-
:type override_context: dict[str, typing.Any] |
|
|
297
|
-
:type execution_context:
|
|
296
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
297
|
+
:type execution_context: int | str | None
|
|
298
298
|
:type undo: bool | None
|
|
299
299
|
:param delete_data: Delete Data, After removing the Strip, delete the associated data also
|
|
300
300
|
:type delete_data: bool | typing.Any | None
|
|
@@ -305,22 +305,22 @@ def delete(
|
|
|
305
305
|
...
|
|
306
306
|
|
|
307
307
|
def duplicate(
|
|
308
|
-
override_context: dict[str, typing.Any] |
|
|
309
|
-
execution_context:
|
|
308
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
309
|
+
execution_context: int | str | None = None,
|
|
310
310
|
undo: bool | None = None,
|
|
311
311
|
):
|
|
312
312
|
"""Duplicate the selected strips
|
|
313
313
|
|
|
314
|
-
:type override_context: dict[str, typing.Any] |
|
|
315
|
-
:type execution_context:
|
|
314
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
315
|
+
:type execution_context: int | str | None
|
|
316
316
|
:type undo: bool | None
|
|
317
317
|
"""
|
|
318
318
|
|
|
319
319
|
...
|
|
320
320
|
|
|
321
321
|
def duplicate_move(
|
|
322
|
-
override_context: dict[str, typing.Any] |
|
|
323
|
-
execution_context:
|
|
322
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
323
|
+
execution_context: int | str | None = None,
|
|
324
324
|
undo: bool | None = None,
|
|
325
325
|
*,
|
|
326
326
|
SEQUENCER_OT_duplicate: duplicate | None = None,
|
|
@@ -328,8 +328,8 @@ def duplicate_move(
|
|
|
328
328
|
):
|
|
329
329
|
"""Duplicate selected strips and move them
|
|
330
330
|
|
|
331
|
-
:type override_context: dict[str, typing.Any] |
|
|
332
|
-
:type execution_context:
|
|
331
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
332
|
+
:type execution_context: int | str | None
|
|
333
333
|
:type undo: bool | None
|
|
334
334
|
:param SEQUENCER_OT_duplicate: Duplicate Strips, Duplicate the selected strips
|
|
335
335
|
:type SEQUENCER_OT_duplicate: duplicate | None
|
|
@@ -340,8 +340,8 @@ def duplicate_move(
|
|
|
340
340
|
...
|
|
341
341
|
|
|
342
342
|
def effect_strip_add(
|
|
343
|
-
override_context: dict[str, typing.Any] |
|
|
344
|
-
execution_context:
|
|
343
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
344
|
+
execution_context: int | str | None = None,
|
|
345
345
|
undo: bool | None = None,
|
|
346
346
|
*,
|
|
347
347
|
type: str | None = "CROSS",
|
|
@@ -355,8 +355,8 @@ def effect_strip_add(
|
|
|
355
355
|
):
|
|
356
356
|
"""Add an effect to the sequencer, most are applied on top of existing strips
|
|
357
357
|
|
|
358
|
-
:type override_context: dict[str, typing.Any] |
|
|
359
|
-
:type execution_context:
|
|
358
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
359
|
+
:type execution_context: int | str | None
|
|
360
360
|
:type undo: bool | None
|
|
361
361
|
:param type: Type, Sequencer effect type
|
|
362
362
|
|
|
@@ -433,8 +433,8 @@ def effect_strip_add(
|
|
|
433
433
|
...
|
|
434
434
|
|
|
435
435
|
def enable_proxies(
|
|
436
|
-
override_context: dict[str, typing.Any] |
|
|
437
|
-
execution_context:
|
|
436
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
437
|
+
execution_context: int | str | None = None,
|
|
438
438
|
undo: bool | None = None,
|
|
439
439
|
*,
|
|
440
440
|
proxy_25: bool | typing.Any | None = False,
|
|
@@ -445,8 +445,8 @@ def enable_proxies(
|
|
|
445
445
|
):
|
|
446
446
|
"""Enable selected proxies on all selected Movie and Image strips
|
|
447
447
|
|
|
448
|
-
:type override_context: dict[str, typing.Any] |
|
|
449
|
-
:type execution_context:
|
|
448
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
449
|
+
:type execution_context: int | str | None
|
|
450
450
|
:type undo: bool | None
|
|
451
451
|
:param proxy_25: 25%
|
|
452
452
|
:type proxy_25: bool | typing.Any | None
|
|
@@ -463,8 +463,8 @@ def enable_proxies(
|
|
|
463
463
|
...
|
|
464
464
|
|
|
465
465
|
def export_subtitles(
|
|
466
|
-
override_context: dict[str, typing.Any] |
|
|
467
|
-
execution_context:
|
|
466
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
467
|
+
execution_context: int | str | None = None,
|
|
468
468
|
undo: bool | None = None,
|
|
469
469
|
*,
|
|
470
470
|
filepath: str | typing.Any = "",
|
|
@@ -493,8 +493,8 @@ def export_subtitles(
|
|
|
493
493
|
):
|
|
494
494
|
"""Export .srt file containing text strips
|
|
495
495
|
|
|
496
|
-
:type override_context: dict[str, typing.Any] |
|
|
497
|
-
:type execution_context:
|
|
496
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
497
|
+
:type execution_context: int | str | None
|
|
498
498
|
:type undo: bool | None
|
|
499
499
|
:param filepath: File Path, Path to file
|
|
500
500
|
:type filepath: str | typing.Any
|
|
@@ -559,8 +559,8 @@ def export_subtitles(
|
|
|
559
559
|
...
|
|
560
560
|
|
|
561
561
|
def fades_add(
|
|
562
|
-
override_context: dict[str, typing.Any] |
|
|
563
|
-
execution_context:
|
|
562
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
563
|
+
execution_context: int | str | None = None,
|
|
564
564
|
undo: bool | None = None,
|
|
565
565
|
*,
|
|
566
566
|
duration_seconds: typing.Any | None = 1.0,
|
|
@@ -568,8 +568,8 @@ def fades_add(
|
|
|
568
568
|
):
|
|
569
569
|
"""Adds or updates a fade animation for either visual or audio strips
|
|
570
570
|
|
|
571
|
-
:type override_context: dict[str, typing.Any] |
|
|
572
|
-
:type execution_context:
|
|
571
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
572
|
+
:type execution_context: int | str | None
|
|
573
573
|
:type undo: bool | None
|
|
574
574
|
:param duration_seconds: Fade Duration, Duration of the fade in seconds
|
|
575
575
|
:type duration_seconds: typing.Any | None
|
|
@@ -595,30 +595,30 @@ def fades_add(
|
|
|
595
595
|
...
|
|
596
596
|
|
|
597
597
|
def fades_clear(
|
|
598
|
-
override_context: dict[str, typing.Any] |
|
|
599
|
-
execution_context:
|
|
598
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
599
|
+
execution_context: int | str | None = None,
|
|
600
600
|
undo: bool | None = None,
|
|
601
601
|
):
|
|
602
602
|
"""Removes fade animation from selected sequences
|
|
603
603
|
|
|
604
|
-
:type override_context: dict[str, typing.Any] |
|
|
605
|
-
:type execution_context:
|
|
604
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
605
|
+
:type execution_context: int | str | None
|
|
606
606
|
:type undo: bool | None
|
|
607
607
|
"""
|
|
608
608
|
|
|
609
609
|
...
|
|
610
610
|
|
|
611
611
|
def gap_insert(
|
|
612
|
-
override_context: dict[str, typing.Any] |
|
|
613
|
-
execution_context:
|
|
612
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
613
|
+
execution_context: int | str | None = None,
|
|
614
614
|
undo: bool | None = None,
|
|
615
615
|
*,
|
|
616
616
|
frames: typing.Any | None = 10,
|
|
617
617
|
):
|
|
618
618
|
"""Insert gap at current frame to first strips at the right, independent of selection or locked state of strips
|
|
619
619
|
|
|
620
|
-
:type override_context: dict[str, typing.Any] |
|
|
621
|
-
:type execution_context:
|
|
620
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
621
|
+
:type execution_context: int | str | None
|
|
622
622
|
:type undo: bool | None
|
|
623
623
|
:param frames: Frames, Frames to insert after current strip
|
|
624
624
|
:type frames: typing.Any | None
|
|
@@ -627,16 +627,16 @@ def gap_insert(
|
|
|
627
627
|
...
|
|
628
628
|
|
|
629
629
|
def gap_remove(
|
|
630
|
-
override_context: dict[str, typing.Any] |
|
|
631
|
-
execution_context:
|
|
630
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
631
|
+
execution_context: int | str | None = None,
|
|
632
632
|
undo: bool | None = None,
|
|
633
633
|
*,
|
|
634
634
|
all: bool | typing.Any | None = False,
|
|
635
635
|
):
|
|
636
636
|
"""Remove gap at current frame to first strip at the right, independent of selection or locked state of strips
|
|
637
637
|
|
|
638
|
-
:type override_context: dict[str, typing.Any] |
|
|
639
|
-
:type execution_context:
|
|
638
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
639
|
+
:type execution_context: int | str | None
|
|
640
640
|
:type undo: bool | None
|
|
641
641
|
:param all: All Gaps, Do all gaps to right of current frame
|
|
642
642
|
:type all: bool | typing.Any | None
|
|
@@ -645,8 +645,8 @@ def gap_remove(
|
|
|
645
645
|
...
|
|
646
646
|
|
|
647
647
|
def image_strip_add(
|
|
648
|
-
override_context: dict[str, typing.Any] |
|
|
649
|
-
execution_context:
|
|
648
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
649
|
+
execution_context: int | str | None = None,
|
|
650
650
|
undo: bool | None = None,
|
|
651
651
|
*,
|
|
652
652
|
directory: str | typing.Any = "",
|
|
@@ -688,8 +688,8 @@ def image_strip_add(
|
|
|
688
688
|
):
|
|
689
689
|
"""Add an image or image sequence to the sequencer
|
|
690
690
|
|
|
691
|
-
:type override_context: dict[str, typing.Any] |
|
|
692
|
-
:type execution_context:
|
|
691
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
692
|
+
:type execution_context: int | str | None
|
|
693
693
|
:type undo: bool | None
|
|
694
694
|
:param directory: Directory, Directory of the file
|
|
695
695
|
:type directory: str | typing.Any
|
|
@@ -805,16 +805,16 @@ def image_strip_add(
|
|
|
805
805
|
...
|
|
806
806
|
|
|
807
807
|
def images_separate(
|
|
808
|
-
override_context: dict[str, typing.Any] |
|
|
809
|
-
execution_context:
|
|
808
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
809
|
+
execution_context: int | str | None = None,
|
|
810
810
|
undo: bool | None = None,
|
|
811
811
|
*,
|
|
812
812
|
length: typing.Any | None = 1,
|
|
813
813
|
):
|
|
814
814
|
"""On image sequence strips, it returns a strip for each image
|
|
815
815
|
|
|
816
|
-
:type override_context: dict[str, typing.Any] |
|
|
817
|
-
:type execution_context:
|
|
816
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
817
|
+
:type execution_context: int | str | None
|
|
818
818
|
:type undo: bool | None
|
|
819
819
|
:param length: Length, Length of each frame
|
|
820
820
|
:type length: typing.Any | None
|
|
@@ -823,22 +823,22 @@ def images_separate(
|
|
|
823
823
|
...
|
|
824
824
|
|
|
825
825
|
def lock(
|
|
826
|
-
override_context: dict[str, typing.Any] |
|
|
827
|
-
execution_context:
|
|
826
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
827
|
+
execution_context: int | str | None = None,
|
|
828
828
|
undo: bool | None = None,
|
|
829
829
|
):
|
|
830
830
|
"""Lock strips so they can't be transformed
|
|
831
831
|
|
|
832
|
-
:type override_context: dict[str, typing.Any] |
|
|
833
|
-
:type execution_context:
|
|
832
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
833
|
+
:type execution_context: int | str | None
|
|
834
834
|
:type undo: bool | None
|
|
835
835
|
"""
|
|
836
836
|
|
|
837
837
|
...
|
|
838
838
|
|
|
839
839
|
def mask_strip_add(
|
|
840
|
-
override_context: dict[str, typing.Any] |
|
|
841
|
-
execution_context:
|
|
840
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
841
|
+
execution_context: int | str | None = None,
|
|
842
842
|
undo: bool | None = None,
|
|
843
843
|
*,
|
|
844
844
|
frame_start: typing.Any | None = 0,
|
|
@@ -850,8 +850,8 @@ def mask_strip_add(
|
|
|
850
850
|
):
|
|
851
851
|
"""Add a mask strip to the sequencer
|
|
852
852
|
|
|
853
|
-
:type override_context: dict[str, typing.Any] |
|
|
854
|
-
:type execution_context:
|
|
853
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
854
|
+
:type execution_context: int | str | None
|
|
855
855
|
:type undo: bool | None
|
|
856
856
|
:param frame_start: Start Frame, Start frame of the sequence strip
|
|
857
857
|
:type frame_start: typing.Any | None
|
|
@@ -870,50 +870,50 @@ def mask_strip_add(
|
|
|
870
870
|
...
|
|
871
871
|
|
|
872
872
|
def meta_make(
|
|
873
|
-
override_context: dict[str, typing.Any] |
|
|
874
|
-
execution_context:
|
|
873
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
874
|
+
execution_context: int | str | None = None,
|
|
875
875
|
undo: bool | None = None,
|
|
876
876
|
):
|
|
877
877
|
"""Group selected strips into a meta-strip
|
|
878
878
|
|
|
879
|
-
:type override_context: dict[str, typing.Any] |
|
|
880
|
-
:type execution_context:
|
|
879
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
880
|
+
:type execution_context: int | str | None
|
|
881
881
|
:type undo: bool | None
|
|
882
882
|
"""
|
|
883
883
|
|
|
884
884
|
...
|
|
885
885
|
|
|
886
886
|
def meta_separate(
|
|
887
|
-
override_context: dict[str, typing.Any] |
|
|
888
|
-
execution_context:
|
|
887
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
888
|
+
execution_context: int | str | None = None,
|
|
889
889
|
undo: bool | None = None,
|
|
890
890
|
):
|
|
891
891
|
"""Put the contents of a meta-strip back in the sequencer
|
|
892
892
|
|
|
893
|
-
:type override_context: dict[str, typing.Any] |
|
|
894
|
-
:type execution_context:
|
|
893
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
894
|
+
:type execution_context: int | str | None
|
|
895
895
|
:type undo: bool | None
|
|
896
896
|
"""
|
|
897
897
|
|
|
898
898
|
...
|
|
899
899
|
|
|
900
900
|
def meta_toggle(
|
|
901
|
-
override_context: dict[str, typing.Any] |
|
|
902
|
-
execution_context:
|
|
901
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
902
|
+
execution_context: int | str | None = None,
|
|
903
903
|
undo: bool | None = None,
|
|
904
904
|
):
|
|
905
905
|
"""Toggle a meta-strip (to edit enclosed strips)
|
|
906
906
|
|
|
907
|
-
:type override_context: dict[str, typing.Any] |
|
|
908
|
-
:type execution_context:
|
|
907
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
908
|
+
:type execution_context: int | str | None
|
|
909
909
|
:type undo: bool | None
|
|
910
910
|
"""
|
|
911
911
|
|
|
912
912
|
...
|
|
913
913
|
|
|
914
914
|
def movie_strip_add(
|
|
915
|
-
override_context: dict[str, typing.Any] |
|
|
916
|
-
execution_context:
|
|
915
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
916
|
+
execution_context: int | str | None = None,
|
|
917
917
|
undo: bool | None = None,
|
|
918
918
|
*,
|
|
919
919
|
filepath: str | typing.Any = "",
|
|
@@ -957,8 +957,8 @@ def movie_strip_add(
|
|
|
957
957
|
):
|
|
958
958
|
"""Add a movie strip to the sequencer
|
|
959
959
|
|
|
960
|
-
:type override_context: dict[str, typing.Any] |
|
|
961
|
-
:type execution_context:
|
|
960
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
961
|
+
:type execution_context: int | str | None
|
|
962
962
|
:type undo: bool | None
|
|
963
963
|
:param filepath: File Path, Path to file
|
|
964
964
|
:type filepath: str | typing.Any
|
|
@@ -1078,8 +1078,8 @@ def movie_strip_add(
|
|
|
1078
1078
|
...
|
|
1079
1079
|
|
|
1080
1080
|
def movieclip_strip_add(
|
|
1081
|
-
override_context: dict[str, typing.Any] |
|
|
1082
|
-
execution_context:
|
|
1081
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1082
|
+
execution_context: int | str | None = None,
|
|
1083
1083
|
undo: bool | None = None,
|
|
1084
1084
|
*,
|
|
1085
1085
|
frame_start: typing.Any | None = 0,
|
|
@@ -1091,8 +1091,8 @@ def movieclip_strip_add(
|
|
|
1091
1091
|
):
|
|
1092
1092
|
"""Add a movieclip strip to the sequencer
|
|
1093
1093
|
|
|
1094
|
-
:type override_context: dict[str, typing.Any] |
|
|
1095
|
-
:type execution_context:
|
|
1094
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1095
|
+
:type execution_context: int | str | None
|
|
1096
1096
|
:type undo: bool | None
|
|
1097
1097
|
:param frame_start: Start Frame, Start frame of the sequence strip
|
|
1098
1098
|
:type frame_start: typing.Any | None
|
|
@@ -1111,16 +1111,16 @@ def movieclip_strip_add(
|
|
|
1111
1111
|
...
|
|
1112
1112
|
|
|
1113
1113
|
def mute(
|
|
1114
|
-
override_context: dict[str, typing.Any] |
|
|
1115
|
-
execution_context:
|
|
1114
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1115
|
+
execution_context: int | str | None = None,
|
|
1116
1116
|
undo: bool | None = None,
|
|
1117
1117
|
*,
|
|
1118
1118
|
unselected: bool | typing.Any | None = False,
|
|
1119
1119
|
):
|
|
1120
1120
|
"""Mute (un)selected strips
|
|
1121
1121
|
|
|
1122
|
-
:type override_context: dict[str, typing.Any] |
|
|
1123
|
-
:type execution_context:
|
|
1122
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1123
|
+
:type execution_context: int | str | None
|
|
1124
1124
|
:type undo: bool | None
|
|
1125
1125
|
:param unselected: Unselected, Mute unselected rather than selected strips
|
|
1126
1126
|
:type unselected: bool | typing.Any | None
|
|
@@ -1129,30 +1129,30 @@ def mute(
|
|
|
1129
1129
|
...
|
|
1130
1130
|
|
|
1131
1131
|
def offset_clear(
|
|
1132
|
-
override_context: dict[str, typing.Any] |
|
|
1133
|
-
execution_context:
|
|
1132
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1133
|
+
execution_context: int | str | None = None,
|
|
1134
1134
|
undo: bool | None = None,
|
|
1135
1135
|
):
|
|
1136
1136
|
"""Clear strip offsets from the start and end frames
|
|
1137
1137
|
|
|
1138
|
-
:type override_context: dict[str, typing.Any] |
|
|
1139
|
-
:type execution_context:
|
|
1138
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1139
|
+
:type execution_context: int | str | None
|
|
1140
1140
|
:type undo: bool | None
|
|
1141
1141
|
"""
|
|
1142
1142
|
|
|
1143
1143
|
...
|
|
1144
1144
|
|
|
1145
1145
|
def paste(
|
|
1146
|
-
override_context: dict[str, typing.Any] |
|
|
1147
|
-
execution_context:
|
|
1146
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1147
|
+
execution_context: int | str | None = None,
|
|
1148
1148
|
undo: bool | None = None,
|
|
1149
1149
|
*,
|
|
1150
1150
|
keep_offset: bool | typing.Any | None = False,
|
|
1151
1151
|
):
|
|
1152
1152
|
"""Paste strips from the internal clipboard
|
|
1153
1153
|
|
|
1154
|
-
:type override_context: dict[str, typing.Any] |
|
|
1155
|
-
:type execution_context:
|
|
1154
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1155
|
+
:type execution_context: int | str | None
|
|
1156
1156
|
:type undo: bool | None
|
|
1157
1157
|
:param keep_offset: Keep Offset, Keep strip offset relative to the current frame when pasting
|
|
1158
1158
|
:type keep_offset: bool | typing.Any | None
|
|
@@ -1161,58 +1161,58 @@ def paste(
|
|
|
1161
1161
|
...
|
|
1162
1162
|
|
|
1163
1163
|
def reassign_inputs(
|
|
1164
|
-
override_context: dict[str, typing.Any] |
|
|
1165
|
-
execution_context:
|
|
1164
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1165
|
+
execution_context: int | str | None = None,
|
|
1166
1166
|
undo: bool | None = None,
|
|
1167
1167
|
):
|
|
1168
1168
|
"""Reassign the inputs for the effect strip
|
|
1169
1169
|
|
|
1170
|
-
:type override_context: dict[str, typing.Any] |
|
|
1171
|
-
:type execution_context:
|
|
1170
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1171
|
+
:type execution_context: int | str | None
|
|
1172
1172
|
:type undo: bool | None
|
|
1173
1173
|
"""
|
|
1174
1174
|
|
|
1175
1175
|
...
|
|
1176
1176
|
|
|
1177
1177
|
def rebuild_proxy(
|
|
1178
|
-
override_context: dict[str, typing.Any] |
|
|
1179
|
-
execution_context:
|
|
1178
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1179
|
+
execution_context: int | str | None = None,
|
|
1180
1180
|
undo: bool | None = None,
|
|
1181
1181
|
):
|
|
1182
1182
|
"""Rebuild all selected proxies and timecode indices using the job system
|
|
1183
1183
|
|
|
1184
|
-
:type override_context: dict[str, typing.Any] |
|
|
1185
|
-
:type execution_context:
|
|
1184
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1185
|
+
:type execution_context: int | str | None
|
|
1186
1186
|
:type undo: bool | None
|
|
1187
1187
|
"""
|
|
1188
1188
|
|
|
1189
1189
|
...
|
|
1190
1190
|
|
|
1191
1191
|
def refresh_all(
|
|
1192
|
-
override_context: dict[str, typing.Any] |
|
|
1193
|
-
execution_context:
|
|
1192
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1193
|
+
execution_context: int | str | None = None,
|
|
1194
1194
|
undo: bool | None = None,
|
|
1195
1195
|
):
|
|
1196
1196
|
"""Refresh the sequencer editor
|
|
1197
1197
|
|
|
1198
|
-
:type override_context: dict[str, typing.Any] |
|
|
1199
|
-
:type execution_context:
|
|
1198
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1199
|
+
:type execution_context: int | str | None
|
|
1200
1200
|
:type undo: bool | None
|
|
1201
1201
|
"""
|
|
1202
1202
|
|
|
1203
1203
|
...
|
|
1204
1204
|
|
|
1205
1205
|
def reload(
|
|
1206
|
-
override_context: dict[str, typing.Any] |
|
|
1207
|
-
execution_context:
|
|
1206
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1207
|
+
execution_context: int | str | None = None,
|
|
1208
1208
|
undo: bool | None = None,
|
|
1209
1209
|
*,
|
|
1210
1210
|
adjust_length: bool | typing.Any | None = False,
|
|
1211
1211
|
):
|
|
1212
1212
|
"""Reload strips in the sequencer
|
|
1213
1213
|
|
|
1214
|
-
:type override_context: dict[str, typing.Any] |
|
|
1215
|
-
:type execution_context:
|
|
1214
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1215
|
+
:type execution_context: int | str | None
|
|
1216
1216
|
:type undo: bool | None
|
|
1217
1217
|
:param adjust_length: Adjust Length, Adjust length of strips to their data length
|
|
1218
1218
|
:type adjust_length: bool | typing.Any | None
|
|
@@ -1221,36 +1221,36 @@ def reload(
|
|
|
1221
1221
|
...
|
|
1222
1222
|
|
|
1223
1223
|
def rename_channel(
|
|
1224
|
-
override_context: dict[str, typing.Any] |
|
|
1225
|
-
execution_context:
|
|
1224
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1225
|
+
execution_context: int | str | None = None,
|
|
1226
1226
|
undo: bool | None = None,
|
|
1227
1227
|
):
|
|
1228
1228
|
"""Undocumented, consider contributing.
|
|
1229
1229
|
|
|
1230
|
-
:type override_context: dict[str, typing.Any] |
|
|
1231
|
-
:type execution_context:
|
|
1230
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1231
|
+
:type execution_context: int | str | None
|
|
1232
1232
|
:type undo: bool | None
|
|
1233
1233
|
"""
|
|
1234
1234
|
|
|
1235
1235
|
...
|
|
1236
1236
|
|
|
1237
1237
|
def rendersize(
|
|
1238
|
-
override_context: dict[str, typing.Any] |
|
|
1239
|
-
execution_context:
|
|
1238
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1239
|
+
execution_context: int | str | None = None,
|
|
1240
1240
|
undo: bool | None = None,
|
|
1241
1241
|
):
|
|
1242
1242
|
"""Set render size and aspect from active sequence
|
|
1243
1243
|
|
|
1244
|
-
:type override_context: dict[str, typing.Any] |
|
|
1245
|
-
:type execution_context:
|
|
1244
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1245
|
+
:type execution_context: int | str | None
|
|
1246
1246
|
:type undo: bool | None
|
|
1247
1247
|
"""
|
|
1248
1248
|
|
|
1249
1249
|
...
|
|
1250
1250
|
|
|
1251
1251
|
def retiming_add_freeze_frame_slide(
|
|
1252
|
-
override_context: dict[str, typing.Any] |
|
|
1253
|
-
execution_context:
|
|
1252
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1253
|
+
execution_context: int | str | None = None,
|
|
1254
1254
|
undo: bool | None = None,
|
|
1255
1255
|
*,
|
|
1256
1256
|
SEQUENCER_OT_retiming_freeze_frame_add: retiming_freeze_frame_add | None = None,
|
|
@@ -1258,8 +1258,8 @@ def retiming_add_freeze_frame_slide(
|
|
|
1258
1258
|
):
|
|
1259
1259
|
"""Add freeze frame and move it
|
|
1260
1260
|
|
|
1261
|
-
:type override_context: dict[str, typing.Any] |
|
|
1262
|
-
:type execution_context:
|
|
1261
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1262
|
+
:type execution_context: int | str | None
|
|
1263
1263
|
:type undo: bool | None
|
|
1264
1264
|
:param SEQUENCER_OT_retiming_freeze_frame_add: Add Freeze Frame, Add freeze frame
|
|
1265
1265
|
:type SEQUENCER_OT_retiming_freeze_frame_add: retiming_freeze_frame_add | None
|
|
@@ -1270,8 +1270,8 @@ def retiming_add_freeze_frame_slide(
|
|
|
1270
1270
|
...
|
|
1271
1271
|
|
|
1272
1272
|
def retiming_add_transition_slide(
|
|
1273
|
-
override_context: dict[str, typing.Any] |
|
|
1274
|
-
execution_context:
|
|
1273
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1274
|
+
execution_context: int | str | None = None,
|
|
1275
1275
|
undo: bool | None = None,
|
|
1276
1276
|
*,
|
|
1277
1277
|
SEQUENCER_OT_retiming_transition_add: retiming_transition_add | None = None,
|
|
@@ -1279,8 +1279,8 @@ def retiming_add_transition_slide(
|
|
|
1279
1279
|
):
|
|
1280
1280
|
"""Add smooth transition between 2 retimed segments and change its duration
|
|
1281
1281
|
|
|
1282
|
-
:type override_context: dict[str, typing.Any] |
|
|
1283
|
-
:type execution_context:
|
|
1282
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1283
|
+
:type execution_context: int | str | None
|
|
1284
1284
|
:type undo: bool | None
|
|
1285
1285
|
:param SEQUENCER_OT_retiming_transition_add: Add Speed Transition, Add smooth transition between 2 retimed segments
|
|
1286
1286
|
:type SEQUENCER_OT_retiming_transition_add: retiming_transition_add | None
|
|
@@ -1291,16 +1291,16 @@ def retiming_add_transition_slide(
|
|
|
1291
1291
|
...
|
|
1292
1292
|
|
|
1293
1293
|
def retiming_freeze_frame_add(
|
|
1294
|
-
override_context: dict[str, typing.Any] |
|
|
1295
|
-
execution_context:
|
|
1294
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1295
|
+
execution_context: int | str | None = None,
|
|
1296
1296
|
undo: bool | None = None,
|
|
1297
1297
|
*,
|
|
1298
1298
|
duration: typing.Any | None = 0,
|
|
1299
1299
|
):
|
|
1300
1300
|
"""Add freeze frame
|
|
1301
1301
|
|
|
1302
|
-
:type override_context: dict[str, typing.Any] |
|
|
1303
|
-
:type execution_context:
|
|
1302
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1303
|
+
:type execution_context: int | str | None
|
|
1304
1304
|
:type undo: bool | None
|
|
1305
1305
|
:param duration: Duration, Duration of freeze frame segment
|
|
1306
1306
|
:type duration: typing.Any | None
|
|
@@ -1309,16 +1309,16 @@ def retiming_freeze_frame_add(
|
|
|
1309
1309
|
...
|
|
1310
1310
|
|
|
1311
1311
|
def retiming_key_add(
|
|
1312
|
-
override_context: dict[str, typing.Any] |
|
|
1313
|
-
execution_context:
|
|
1312
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1313
|
+
execution_context: int | str | None = None,
|
|
1314
1314
|
undo: bool | None = None,
|
|
1315
1315
|
*,
|
|
1316
1316
|
timeline_frame: typing.Any | None = 0,
|
|
1317
1317
|
):
|
|
1318
1318
|
"""Add retiming Key
|
|
1319
1319
|
|
|
1320
|
-
:type override_context: dict[str, typing.Any] |
|
|
1321
|
-
:type execution_context:
|
|
1320
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1321
|
+
:type execution_context: int | str | None
|
|
1322
1322
|
:type undo: bool | None
|
|
1323
1323
|
:param timeline_frame: Timeline Frame, Frame where key will be added
|
|
1324
1324
|
:type timeline_frame: typing.Any | None
|
|
@@ -1327,22 +1327,22 @@ def retiming_key_add(
|
|
|
1327
1327
|
...
|
|
1328
1328
|
|
|
1329
1329
|
def retiming_reset(
|
|
1330
|
-
override_context: dict[str, typing.Any] |
|
|
1331
|
-
execution_context:
|
|
1330
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1331
|
+
execution_context: int | str | None = None,
|
|
1332
1332
|
undo: bool | None = None,
|
|
1333
1333
|
):
|
|
1334
1334
|
"""Reset strip retiming
|
|
1335
1335
|
|
|
1336
|
-
:type override_context: dict[str, typing.Any] |
|
|
1337
|
-
:type execution_context:
|
|
1336
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1337
|
+
:type execution_context: int | str | None
|
|
1338
1338
|
:type undo: bool | None
|
|
1339
1339
|
"""
|
|
1340
1340
|
|
|
1341
1341
|
...
|
|
1342
1342
|
|
|
1343
1343
|
def retiming_segment_speed_set(
|
|
1344
|
-
override_context: dict[str, typing.Any] |
|
|
1345
|
-
execution_context:
|
|
1344
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1345
|
+
execution_context: int | str | None = None,
|
|
1346
1346
|
undo: bool | None = None,
|
|
1347
1347
|
*,
|
|
1348
1348
|
speed: typing.Any | None = 100.0,
|
|
@@ -1350,8 +1350,8 @@ def retiming_segment_speed_set(
|
|
|
1350
1350
|
):
|
|
1351
1351
|
"""Set speed of retimed segment
|
|
1352
1352
|
|
|
1353
|
-
:type override_context: dict[str, typing.Any] |
|
|
1354
|
-
:type execution_context:
|
|
1353
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1354
|
+
:type execution_context: int | str | None
|
|
1355
1355
|
:type undo: bool | None
|
|
1356
1356
|
:param speed: Speed, New speed of retimed segment
|
|
1357
1357
|
:type speed: typing.Any | None
|
|
@@ -1362,30 +1362,30 @@ def retiming_segment_speed_set(
|
|
|
1362
1362
|
...
|
|
1363
1363
|
|
|
1364
1364
|
def retiming_show(
|
|
1365
|
-
override_context: dict[str, typing.Any] |
|
|
1366
|
-
execution_context:
|
|
1365
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1366
|
+
execution_context: int | str | None = None,
|
|
1367
1367
|
undo: bool | None = None,
|
|
1368
1368
|
):
|
|
1369
1369
|
"""Show retiming keys in selected strips
|
|
1370
1370
|
|
|
1371
|
-
:type override_context: dict[str, typing.Any] |
|
|
1372
|
-
:type execution_context:
|
|
1371
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1372
|
+
:type execution_context: int | str | None
|
|
1373
1373
|
:type undo: bool | None
|
|
1374
1374
|
"""
|
|
1375
1375
|
|
|
1376
1376
|
...
|
|
1377
1377
|
|
|
1378
1378
|
def retiming_transition_add(
|
|
1379
|
-
override_context: dict[str, typing.Any] |
|
|
1380
|
-
execution_context:
|
|
1379
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1380
|
+
execution_context: int | str | None = None,
|
|
1381
1381
|
undo: bool | None = None,
|
|
1382
1382
|
*,
|
|
1383
1383
|
duration: typing.Any | None = 0,
|
|
1384
1384
|
):
|
|
1385
1385
|
"""Add smooth transition between 2 retimed segments
|
|
1386
1386
|
|
|
1387
|
-
:type override_context: dict[str, typing.Any] |
|
|
1388
|
-
:type execution_context:
|
|
1387
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1388
|
+
:type execution_context: int | str | None
|
|
1389
1389
|
:type undo: bool | None
|
|
1390
1390
|
:param duration: Duration, Duration of freeze frame segment
|
|
1391
1391
|
:type duration: typing.Any | None
|
|
@@ -1394,16 +1394,16 @@ def retiming_transition_add(
|
|
|
1394
1394
|
...
|
|
1395
1395
|
|
|
1396
1396
|
def sample(
|
|
1397
|
-
override_context: dict[str, typing.Any] |
|
|
1398
|
-
execution_context:
|
|
1397
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1398
|
+
execution_context: int | str | None = None,
|
|
1399
1399
|
undo: bool | None = None,
|
|
1400
1400
|
*,
|
|
1401
1401
|
size: typing.Any | None = 1,
|
|
1402
1402
|
):
|
|
1403
1403
|
"""Use mouse to sample color in current frame
|
|
1404
1404
|
|
|
1405
|
-
:type override_context: dict[str, typing.Any] |
|
|
1406
|
-
:type execution_context:
|
|
1405
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1406
|
+
:type execution_context: int | str | None
|
|
1407
1407
|
:type undo: bool | None
|
|
1408
1408
|
:param size: Sample Size
|
|
1409
1409
|
:type size: typing.Any | None
|
|
@@ -1412,22 +1412,22 @@ def sample(
|
|
|
1412
1412
|
...
|
|
1413
1413
|
|
|
1414
1414
|
def scene_frame_range_update(
|
|
1415
|
-
override_context: dict[str, typing.Any] |
|
|
1416
|
-
execution_context:
|
|
1415
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1416
|
+
execution_context: int | str | None = None,
|
|
1417
1417
|
undo: bool | None = None,
|
|
1418
1418
|
):
|
|
1419
1419
|
"""Update frame range of scene strip
|
|
1420
1420
|
|
|
1421
|
-
:type override_context: dict[str, typing.Any] |
|
|
1422
|
-
:type execution_context:
|
|
1421
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1422
|
+
:type execution_context: int | str | None
|
|
1423
1423
|
:type undo: bool | None
|
|
1424
1424
|
"""
|
|
1425
1425
|
|
|
1426
1426
|
...
|
|
1427
1427
|
|
|
1428
1428
|
def scene_strip_add(
|
|
1429
|
-
override_context: dict[str, typing.Any] |
|
|
1430
|
-
execution_context:
|
|
1429
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1430
|
+
execution_context: int | str | None = None,
|
|
1431
1431
|
undo: bool | None = None,
|
|
1432
1432
|
*,
|
|
1433
1433
|
frame_start: typing.Any | None = 0,
|
|
@@ -1439,8 +1439,8 @@ def scene_strip_add(
|
|
|
1439
1439
|
):
|
|
1440
1440
|
"""Add a strip to the sequencer using a Blender scene as a source
|
|
1441
1441
|
|
|
1442
|
-
:type override_context: dict[str, typing.Any] |
|
|
1443
|
-
:type execution_context:
|
|
1442
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1443
|
+
:type execution_context: int | str | None
|
|
1444
1444
|
:type undo: bool | None
|
|
1445
1445
|
:param frame_start: Start Frame, Start frame of the sequence strip
|
|
1446
1446
|
:type frame_start: typing.Any | None
|
|
@@ -1459,8 +1459,8 @@ def scene_strip_add(
|
|
|
1459
1459
|
...
|
|
1460
1460
|
|
|
1461
1461
|
def scene_strip_add_new(
|
|
1462
|
-
override_context: dict[str, typing.Any] |
|
|
1463
|
-
execution_context:
|
|
1462
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1463
|
+
execution_context: int | str | None = None,
|
|
1464
1464
|
undo: bool | None = None,
|
|
1465
1465
|
*,
|
|
1466
1466
|
frame_start: typing.Any | None = 0,
|
|
@@ -1472,8 +1472,8 @@ def scene_strip_add_new(
|
|
|
1472
1472
|
):
|
|
1473
1473
|
"""Create a new Strip and assign a new Scene as source
|
|
1474
1474
|
|
|
1475
|
-
:type override_context: dict[str, typing.Any] |
|
|
1476
|
-
:type execution_context:
|
|
1475
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1476
|
+
:type execution_context: int | str | None
|
|
1477
1477
|
:type undo: bool | None
|
|
1478
1478
|
:param frame_start: Start Frame, Start frame of the sequence strip
|
|
1479
1479
|
:type frame_start: typing.Any | None
|
|
@@ -1504,8 +1504,8 @@ def scene_strip_add_new(
|
|
|
1504
1504
|
...
|
|
1505
1505
|
|
|
1506
1506
|
def select(
|
|
1507
|
-
override_context: dict[str, typing.Any] |
|
|
1508
|
-
execution_context:
|
|
1507
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1508
|
+
execution_context: int | str | None = None,
|
|
1509
1509
|
undo: bool | None = None,
|
|
1510
1510
|
*,
|
|
1511
1511
|
wait_to_deselect_others: bool | typing.Any | None = False,
|
|
@@ -1523,8 +1523,8 @@ def select(
|
|
|
1523
1523
|
):
|
|
1524
1524
|
"""Select a strip (last selected becomes the "active strip")
|
|
1525
1525
|
|
|
1526
|
-
:type override_context: dict[str, typing.Any] |
|
|
1527
|
-
:type execution_context:
|
|
1526
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1527
|
+
:type execution_context: int | str | None
|
|
1528
1528
|
:type undo: bool | None
|
|
1529
1529
|
:param wait_to_deselect_others: Wait to Deselect Others
|
|
1530
1530
|
:type wait_to_deselect_others: bool | typing.Any | None
|
|
@@ -1555,16 +1555,16 @@ def select(
|
|
|
1555
1555
|
...
|
|
1556
1556
|
|
|
1557
1557
|
def select_all(
|
|
1558
|
-
override_context: dict[str, typing.Any] |
|
|
1559
|
-
execution_context:
|
|
1558
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1559
|
+
execution_context: int | str | None = None,
|
|
1560
1560
|
undo: bool | None = None,
|
|
1561
1561
|
*,
|
|
1562
1562
|
action: str | None = "TOGGLE",
|
|
1563
1563
|
):
|
|
1564
1564
|
"""Select or deselect all strips
|
|
1565
1565
|
|
|
1566
|
-
:type override_context: dict[str, typing.Any] |
|
|
1567
|
-
:type execution_context:
|
|
1566
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1567
|
+
:type execution_context: int | str | None
|
|
1568
1568
|
:type undo: bool | None
|
|
1569
1569
|
:param action: Action, Selection action to execute
|
|
1570
1570
|
|
|
@@ -1585,8 +1585,8 @@ def select_all(
|
|
|
1585
1585
|
...
|
|
1586
1586
|
|
|
1587
1587
|
def select_box(
|
|
1588
|
-
override_context: dict[str, typing.Any] |
|
|
1589
|
-
execution_context:
|
|
1588
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1589
|
+
execution_context: int | str | None = None,
|
|
1590
1590
|
undo: bool | None = None,
|
|
1591
1591
|
*,
|
|
1592
1592
|
xmin: typing.Any | None = 0,
|
|
@@ -1600,8 +1600,8 @@ def select_box(
|
|
|
1600
1600
|
):
|
|
1601
1601
|
"""Select strips using box selection
|
|
1602
1602
|
|
|
1603
|
-
:type override_context: dict[str, typing.Any] |
|
|
1604
|
-
:type execution_context:
|
|
1603
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1604
|
+
:type execution_context: int | str | None
|
|
1605
1605
|
:type undo: bool | None
|
|
1606
1606
|
:param xmin: X Min
|
|
1607
1607
|
:type xmin: typing.Any | None
|
|
@@ -1633,8 +1633,8 @@ def select_box(
|
|
|
1633
1633
|
...
|
|
1634
1634
|
|
|
1635
1635
|
def select_grouped(
|
|
1636
|
-
override_context: dict[str, typing.Any] |
|
|
1637
|
-
execution_context:
|
|
1636
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1637
|
+
execution_context: int | str | None = None,
|
|
1638
1638
|
undo: bool | None = None,
|
|
1639
1639
|
*,
|
|
1640
1640
|
type: str | None = "TYPE",
|
|
@@ -1643,8 +1643,8 @@ def select_grouped(
|
|
|
1643
1643
|
):
|
|
1644
1644
|
"""Select all strips grouped by various properties
|
|
1645
1645
|
|
|
1646
|
-
:type override_context: dict[str, typing.Any] |
|
|
1647
|
-
:type execution_context:
|
|
1646
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1647
|
+
:type execution_context: int | str | None
|
|
1648
1648
|
:type undo: bool | None
|
|
1649
1649
|
:param type: Type
|
|
1650
1650
|
|
|
@@ -1677,17 +1677,41 @@ def select_grouped(
|
|
|
1677
1677
|
|
|
1678
1678
|
...
|
|
1679
1679
|
|
|
1680
|
+
def select_handle(
|
|
1681
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1682
|
+
execution_context: int | str | None = None,
|
|
1683
|
+
undo: bool | None = None,
|
|
1684
|
+
*,
|
|
1685
|
+
wait_to_deselect_others: bool | typing.Any | None = False,
|
|
1686
|
+
mouse_x: typing.Any | None = 0,
|
|
1687
|
+
mouse_y: typing.Any | None = 0,
|
|
1688
|
+
):
|
|
1689
|
+
"""Select strip handle
|
|
1690
|
+
|
|
1691
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1692
|
+
:type execution_context: int | str | None
|
|
1693
|
+
:type undo: bool | None
|
|
1694
|
+
:param wait_to_deselect_others: Wait to Deselect Others
|
|
1695
|
+
:type wait_to_deselect_others: bool | typing.Any | None
|
|
1696
|
+
:param mouse_x: Mouse X
|
|
1697
|
+
:type mouse_x: typing.Any | None
|
|
1698
|
+
:param mouse_y: Mouse Y
|
|
1699
|
+
:type mouse_y: typing.Any | None
|
|
1700
|
+
"""
|
|
1701
|
+
|
|
1702
|
+
...
|
|
1703
|
+
|
|
1680
1704
|
def select_handles(
|
|
1681
|
-
override_context: dict[str, typing.Any] |
|
|
1682
|
-
execution_context:
|
|
1705
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1706
|
+
execution_context: int | str | None = None,
|
|
1683
1707
|
undo: bool | None = None,
|
|
1684
1708
|
*,
|
|
1685
1709
|
side: str | None = "BOTH",
|
|
1686
1710
|
):
|
|
1687
1711
|
"""Select gizmo handles on the sides of the selected strip
|
|
1688
1712
|
|
|
1689
|
-
:type override_context: dict[str, typing.Any] |
|
|
1690
|
-
:type execution_context:
|
|
1713
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1714
|
+
:type execution_context: int | str | None
|
|
1691
1715
|
:type undo: bool | None
|
|
1692
1716
|
:param side: Side, The side of the handle that is selected
|
|
1693
1717
|
:type side: str | None
|
|
@@ -1696,44 +1720,44 @@ def select_handles(
|
|
|
1696
1720
|
...
|
|
1697
1721
|
|
|
1698
1722
|
def select_less(
|
|
1699
|
-
override_context: dict[str, typing.Any] |
|
|
1700
|
-
execution_context:
|
|
1723
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1724
|
+
execution_context: int | str | None = None,
|
|
1701
1725
|
undo: bool | None = None,
|
|
1702
1726
|
):
|
|
1703
1727
|
"""Shrink the current selection of adjacent selected strips
|
|
1704
1728
|
|
|
1705
|
-
:type override_context: dict[str, typing.Any] |
|
|
1706
|
-
:type execution_context:
|
|
1729
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1730
|
+
:type execution_context: int | str | None
|
|
1707
1731
|
:type undo: bool | None
|
|
1708
1732
|
"""
|
|
1709
1733
|
|
|
1710
1734
|
...
|
|
1711
1735
|
|
|
1712
1736
|
def select_linked(
|
|
1713
|
-
override_context: dict[str, typing.Any] |
|
|
1714
|
-
execution_context:
|
|
1737
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1738
|
+
execution_context: int | str | None = None,
|
|
1715
1739
|
undo: bool | None = None,
|
|
1716
1740
|
):
|
|
1717
1741
|
"""Select all strips adjacent to the current selection
|
|
1718
1742
|
|
|
1719
|
-
:type override_context: dict[str, typing.Any] |
|
|
1720
|
-
:type execution_context:
|
|
1743
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1744
|
+
:type execution_context: int | str | None
|
|
1721
1745
|
:type undo: bool | None
|
|
1722
1746
|
"""
|
|
1723
1747
|
|
|
1724
1748
|
...
|
|
1725
1749
|
|
|
1726
1750
|
def select_linked_pick(
|
|
1727
|
-
override_context: dict[str, typing.Any] |
|
|
1728
|
-
execution_context:
|
|
1751
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1752
|
+
execution_context: int | str | None = None,
|
|
1729
1753
|
undo: bool | None = None,
|
|
1730
1754
|
*,
|
|
1731
1755
|
extend: bool | typing.Any | None = False,
|
|
1732
1756
|
):
|
|
1733
1757
|
"""Select a chain of linked strips nearest to the mouse pointer
|
|
1734
1758
|
|
|
1735
|
-
:type override_context: dict[str, typing.Any] |
|
|
1736
|
-
:type execution_context:
|
|
1759
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1760
|
+
:type execution_context: int | str | None
|
|
1737
1761
|
:type undo: bool | None
|
|
1738
1762
|
:param extend: Extend, Extend the selection
|
|
1739
1763
|
:type extend: bool | typing.Any | None
|
|
@@ -1742,30 +1766,30 @@ def select_linked_pick(
|
|
|
1742
1766
|
...
|
|
1743
1767
|
|
|
1744
1768
|
def select_more(
|
|
1745
|
-
override_context: dict[str, typing.Any] |
|
|
1746
|
-
execution_context:
|
|
1769
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1770
|
+
execution_context: int | str | None = None,
|
|
1747
1771
|
undo: bool | None = None,
|
|
1748
1772
|
):
|
|
1749
1773
|
"""Select more strips adjacent to the current selection
|
|
1750
1774
|
|
|
1751
|
-
:type override_context: dict[str, typing.Any] |
|
|
1752
|
-
:type execution_context:
|
|
1775
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1776
|
+
:type execution_context: int | str | None
|
|
1753
1777
|
:type undo: bool | None
|
|
1754
1778
|
"""
|
|
1755
1779
|
|
|
1756
1780
|
...
|
|
1757
1781
|
|
|
1758
1782
|
def select_side(
|
|
1759
|
-
override_context: dict[str, typing.Any] |
|
|
1760
|
-
execution_context:
|
|
1783
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1784
|
+
execution_context: int | str | None = None,
|
|
1761
1785
|
undo: bool | None = None,
|
|
1762
1786
|
*,
|
|
1763
1787
|
side: str | None = "BOTH",
|
|
1764
1788
|
):
|
|
1765
1789
|
"""Select strips on the nominated side of the selected strips
|
|
1766
1790
|
|
|
1767
|
-
:type override_context: dict[str, typing.Any] |
|
|
1768
|
-
:type execution_context:
|
|
1791
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1792
|
+
:type execution_context: int | str | None
|
|
1769
1793
|
:type undo: bool | None
|
|
1770
1794
|
:param side: Side, The side to which the selection is applied
|
|
1771
1795
|
:type side: str | None
|
|
@@ -1774,8 +1798,8 @@ def select_side(
|
|
|
1774
1798
|
...
|
|
1775
1799
|
|
|
1776
1800
|
def select_side_of_frame(
|
|
1777
|
-
override_context: dict[str, typing.Any] |
|
|
1778
|
-
execution_context:
|
|
1801
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1802
|
+
execution_context: int | str | None = None,
|
|
1779
1803
|
undo: bool | None = None,
|
|
1780
1804
|
*,
|
|
1781
1805
|
extend: bool | typing.Any | None = False,
|
|
@@ -1783,8 +1807,8 @@ def select_side_of_frame(
|
|
|
1783
1807
|
):
|
|
1784
1808
|
"""Select strips relative to the current frame
|
|
1785
1809
|
|
|
1786
|
-
:type override_context: dict[str, typing.Any] |
|
|
1787
|
-
:type execution_context:
|
|
1810
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1811
|
+
:type execution_context: int | str | None
|
|
1788
1812
|
:type undo: bool | None
|
|
1789
1813
|
:param extend: Extend, Extend the selection
|
|
1790
1814
|
:type extend: bool | typing.Any | None
|
|
@@ -1804,16 +1828,16 @@ def select_side_of_frame(
|
|
|
1804
1828
|
...
|
|
1805
1829
|
|
|
1806
1830
|
def set_range_to_strips(
|
|
1807
|
-
override_context: dict[str, typing.Any] |
|
|
1808
|
-
execution_context:
|
|
1831
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1832
|
+
execution_context: int | str | None = None,
|
|
1809
1833
|
undo: bool | None = None,
|
|
1810
1834
|
*,
|
|
1811
1835
|
preview: bool | typing.Any | None = False,
|
|
1812
1836
|
):
|
|
1813
1837
|
"""Set the frame range to the selected strips start and end
|
|
1814
1838
|
|
|
1815
|
-
:type override_context: dict[str, typing.Any] |
|
|
1816
|
-
:type execution_context:
|
|
1839
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1840
|
+
:type execution_context: int | str | None
|
|
1817
1841
|
:type undo: bool | None
|
|
1818
1842
|
:param preview: Preview, Set the preview range instead
|
|
1819
1843
|
:type preview: bool | typing.Any | None
|
|
@@ -1822,16 +1846,16 @@ def set_range_to_strips(
|
|
|
1822
1846
|
...
|
|
1823
1847
|
|
|
1824
1848
|
def slip(
|
|
1825
|
-
override_context: dict[str, typing.Any] |
|
|
1826
|
-
execution_context:
|
|
1849
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1850
|
+
execution_context: int | str | None = None,
|
|
1827
1851
|
undo: bool | None = None,
|
|
1828
1852
|
*,
|
|
1829
1853
|
offset: typing.Any | None = 0,
|
|
1830
1854
|
):
|
|
1831
1855
|
"""Slip the contents of selected strips
|
|
1832
1856
|
|
|
1833
|
-
:type override_context: dict[str, typing.Any] |
|
|
1834
|
-
:type execution_context:
|
|
1857
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1858
|
+
:type execution_context: int | str | None
|
|
1835
1859
|
:type undo: bool | None
|
|
1836
1860
|
:param offset: Offset, Offset to the data of the strip
|
|
1837
1861
|
:type offset: typing.Any | None
|
|
@@ -1840,16 +1864,16 @@ def slip(
|
|
|
1840
1864
|
...
|
|
1841
1865
|
|
|
1842
1866
|
def snap(
|
|
1843
|
-
override_context: dict[str, typing.Any] |
|
|
1844
|
-
execution_context:
|
|
1867
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1868
|
+
execution_context: int | str | None = None,
|
|
1845
1869
|
undo: bool | None = None,
|
|
1846
1870
|
*,
|
|
1847
1871
|
frame: typing.Any | None = 0,
|
|
1848
1872
|
):
|
|
1849
1873
|
"""Frame where selected strips will be snapped
|
|
1850
1874
|
|
|
1851
|
-
:type override_context: dict[str, typing.Any] |
|
|
1852
|
-
:type execution_context:
|
|
1875
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1876
|
+
:type execution_context: int | str | None
|
|
1853
1877
|
:type undo: bool | None
|
|
1854
1878
|
:param frame: Frame, Frame where selected strips will be snapped
|
|
1855
1879
|
:type frame: typing.Any | None
|
|
@@ -1858,8 +1882,8 @@ def snap(
|
|
|
1858
1882
|
...
|
|
1859
1883
|
|
|
1860
1884
|
def sound_strip_add(
|
|
1861
|
-
override_context: dict[str, typing.Any] |
|
|
1862
|
-
execution_context:
|
|
1885
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1886
|
+
execution_context: int | str | None = None,
|
|
1863
1887
|
undo: bool | None = None,
|
|
1864
1888
|
*,
|
|
1865
1889
|
filepath: str | typing.Any = "",
|
|
@@ -1898,8 +1922,8 @@ def sound_strip_add(
|
|
|
1898
1922
|
):
|
|
1899
1923
|
"""Add a sound strip to the sequencer
|
|
1900
1924
|
|
|
1901
|
-
:type override_context: dict[str, typing.Any] |
|
|
1902
|
-
:type execution_context:
|
|
1925
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1926
|
+
:type execution_context: int | str | None
|
|
1903
1927
|
:type undo: bool | None
|
|
1904
1928
|
:param filepath: File Path, Path to file
|
|
1905
1929
|
:type filepath: str | typing.Any
|
|
@@ -1997,8 +2021,8 @@ def sound_strip_add(
|
|
|
1997
2021
|
...
|
|
1998
2022
|
|
|
1999
2023
|
def split(
|
|
2000
|
-
override_context: dict[str, typing.Any] |
|
|
2001
|
-
execution_context:
|
|
2024
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
2025
|
+
execution_context: int | str | None = None,
|
|
2002
2026
|
undo: bool | None = None,
|
|
2003
2027
|
*,
|
|
2004
2028
|
frame: typing.Any | None = 0,
|
|
@@ -2010,8 +2034,8 @@ def split(
|
|
|
2010
2034
|
):
|
|
2011
2035
|
"""Split the selected strips in two
|
|
2012
2036
|
|
|
2013
|
-
:type override_context: dict[str, typing.Any] |
|
|
2014
|
-
:type execution_context:
|
|
2037
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
2038
|
+
:type execution_context: int | str | None
|
|
2015
2039
|
:type undo: bool | None
|
|
2016
2040
|
:param frame: Frame, Frame where selected strips will be split
|
|
2017
2041
|
:type frame: typing.Any | None
|
|
@@ -2030,16 +2054,16 @@ def split(
|
|
|
2030
2054
|
...
|
|
2031
2055
|
|
|
2032
2056
|
def split_multicam(
|
|
2033
|
-
override_context: dict[str, typing.Any] |
|
|
2034
|
-
execution_context:
|
|
2057
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
2058
|
+
execution_context: int | str | None = None,
|
|
2035
2059
|
undo: bool | None = None,
|
|
2036
2060
|
*,
|
|
2037
2061
|
camera: typing.Any | None = 1,
|
|
2038
2062
|
):
|
|
2039
2063
|
"""Split multicam strip and select camera
|
|
2040
2064
|
|
|
2041
|
-
:type override_context: dict[str, typing.Any] |
|
|
2042
|
-
:type execution_context:
|
|
2065
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
2066
|
+
:type execution_context: int | str | None
|
|
2043
2067
|
:type undo: bool | None
|
|
2044
2068
|
:param camera: Camera
|
|
2045
2069
|
:type camera: typing.Any | None
|
|
@@ -2048,16 +2072,16 @@ def split_multicam(
|
|
|
2048
2072
|
...
|
|
2049
2073
|
|
|
2050
2074
|
def strip_color_tag_set(
|
|
2051
|
-
override_context: dict[str, typing.Any] |
|
|
2052
|
-
execution_context:
|
|
2075
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
2076
|
+
execution_context: int | str | None = None,
|
|
2053
2077
|
undo: bool | None = None,
|
|
2054
2078
|
*,
|
|
2055
2079
|
color: str | None = "NONE",
|
|
2056
2080
|
):
|
|
2057
2081
|
"""Set a color tag for the selected strips
|
|
2058
2082
|
|
|
2059
|
-
:type override_context: dict[str, typing.Any] |
|
|
2060
|
-
:type execution_context:
|
|
2083
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
2084
|
+
:type execution_context: int | str | None
|
|
2061
2085
|
:type undo: bool | None
|
|
2062
2086
|
:param color: Color Tag
|
|
2063
2087
|
:type color: str | None
|
|
@@ -2066,8 +2090,8 @@ def strip_color_tag_set(
|
|
|
2066
2090
|
...
|
|
2067
2091
|
|
|
2068
2092
|
def strip_jump(
|
|
2069
|
-
override_context: dict[str, typing.Any] |
|
|
2070
|
-
execution_context:
|
|
2093
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
2094
|
+
execution_context: int | str | None = None,
|
|
2071
2095
|
undo: bool | None = None,
|
|
2072
2096
|
*,
|
|
2073
2097
|
next: bool | typing.Any | None = True,
|
|
@@ -2075,8 +2099,8 @@ def strip_jump(
|
|
|
2075
2099
|
):
|
|
2076
2100
|
"""Move frame to previous edit point
|
|
2077
2101
|
|
|
2078
|
-
:type override_context: dict[str, typing.Any] |
|
|
2079
|
-
:type execution_context:
|
|
2102
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
2103
|
+
:type execution_context: int | str | None
|
|
2080
2104
|
:type undo: bool | None
|
|
2081
2105
|
:param next: Next Strip
|
|
2082
2106
|
:type next: bool | typing.Any | None
|
|
@@ -2087,16 +2111,16 @@ def strip_jump(
|
|
|
2087
2111
|
...
|
|
2088
2112
|
|
|
2089
2113
|
def strip_modifier_add(
|
|
2090
|
-
override_context: dict[str, typing.Any] |
|
|
2091
|
-
execution_context:
|
|
2114
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
2115
|
+
execution_context: int | str | None = None,
|
|
2092
2116
|
undo: bool | None = None,
|
|
2093
2117
|
*,
|
|
2094
2118
|
type: str | None = "",
|
|
2095
2119
|
):
|
|
2096
2120
|
"""Add a modifier to the strip
|
|
2097
2121
|
|
|
2098
|
-
:type override_context: dict[str, typing.Any] |
|
|
2099
|
-
:type execution_context:
|
|
2122
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
2123
|
+
:type execution_context: int | str | None
|
|
2100
2124
|
:type undo: bool | None
|
|
2101
2125
|
:param type: Type
|
|
2102
2126
|
:type type: str | None
|
|
@@ -2105,16 +2129,16 @@ def strip_modifier_add(
|
|
|
2105
2129
|
...
|
|
2106
2130
|
|
|
2107
2131
|
def strip_modifier_copy(
|
|
2108
|
-
override_context: dict[str, typing.Any] |
|
|
2109
|
-
execution_context:
|
|
2132
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
2133
|
+
execution_context: int | str | None = None,
|
|
2110
2134
|
undo: bool | None = None,
|
|
2111
2135
|
*,
|
|
2112
2136
|
type: str | None = "REPLACE",
|
|
2113
2137
|
):
|
|
2114
2138
|
"""Copy modifiers of the active strip to all selected strips
|
|
2115
2139
|
|
|
2116
|
-
:type override_context: dict[str, typing.Any] |
|
|
2117
|
-
:type execution_context:
|
|
2140
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
2141
|
+
:type execution_context: int | str | None
|
|
2118
2142
|
:type undo: bool | None
|
|
2119
2143
|
:param type: Type
|
|
2120
2144
|
|
|
@@ -2129,8 +2153,8 @@ def strip_modifier_copy(
|
|
|
2129
2153
|
...
|
|
2130
2154
|
|
|
2131
2155
|
def strip_modifier_equalizer_redefine(
|
|
2132
|
-
override_context: dict[str, typing.Any] |
|
|
2133
|
-
execution_context:
|
|
2156
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
2157
|
+
execution_context: int | str | None = None,
|
|
2134
2158
|
undo: bool | None = None,
|
|
2135
2159
|
*,
|
|
2136
2160
|
graphs: str | None = "SIMPLE",
|
|
@@ -2138,8 +2162,8 @@ def strip_modifier_equalizer_redefine(
|
|
|
2138
2162
|
):
|
|
2139
2163
|
"""Redefine equalizer graphs
|
|
2140
2164
|
|
|
2141
|
-
:type override_context: dict[str, typing.Any] |
|
|
2142
|
-
:type execution_context:
|
|
2165
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
2166
|
+
:type execution_context: int | str | None
|
|
2143
2167
|
:type undo: bool | None
|
|
2144
2168
|
:param graphs: Graphs, Number of graphs
|
|
2145
2169
|
|
|
@@ -2159,8 +2183,8 @@ def strip_modifier_equalizer_redefine(
|
|
|
2159
2183
|
...
|
|
2160
2184
|
|
|
2161
2185
|
def strip_modifier_move(
|
|
2162
|
-
override_context: dict[str, typing.Any] |
|
|
2163
|
-
execution_context:
|
|
2186
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
2187
|
+
execution_context: int | str | None = None,
|
|
2164
2188
|
undo: bool | None = None,
|
|
2165
2189
|
*,
|
|
2166
2190
|
name: str | typing.Any = "Name",
|
|
@@ -2168,8 +2192,8 @@ def strip_modifier_move(
|
|
|
2168
2192
|
):
|
|
2169
2193
|
"""Move modifier up and down in the stack
|
|
2170
2194
|
|
|
2171
|
-
:type override_context: dict[str, typing.Any] |
|
|
2172
|
-
:type execution_context:
|
|
2195
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
2196
|
+
:type execution_context: int | str | None
|
|
2173
2197
|
:type undo: bool | None
|
|
2174
2198
|
:param name: Name, Name of modifier to remove
|
|
2175
2199
|
:type name: str | typing.Any
|
|
@@ -2186,16 +2210,16 @@ def strip_modifier_move(
|
|
|
2186
2210
|
...
|
|
2187
2211
|
|
|
2188
2212
|
def strip_modifier_remove(
|
|
2189
|
-
override_context: dict[str, typing.Any] |
|
|
2190
|
-
execution_context:
|
|
2213
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
2214
|
+
execution_context: int | str | None = None,
|
|
2191
2215
|
undo: bool | None = None,
|
|
2192
2216
|
*,
|
|
2193
2217
|
name: str | typing.Any = "Name",
|
|
2194
2218
|
):
|
|
2195
2219
|
"""Remove a modifier from the strip
|
|
2196
2220
|
|
|
2197
|
-
:type override_context: dict[str, typing.Any] |
|
|
2198
|
-
:type execution_context:
|
|
2221
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
2222
|
+
:type execution_context: int | str | None
|
|
2199
2223
|
:type undo: bool | None
|
|
2200
2224
|
:param name: Name, Name of modifier to remove
|
|
2201
2225
|
:type name: str | typing.Any
|
|
@@ -2204,16 +2228,16 @@ def strip_modifier_remove(
|
|
|
2204
2228
|
...
|
|
2205
2229
|
|
|
2206
2230
|
def strip_transform_clear(
|
|
2207
|
-
override_context: dict[str, typing.Any] |
|
|
2208
|
-
execution_context:
|
|
2231
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
2232
|
+
execution_context: int | str | None = None,
|
|
2209
2233
|
undo: bool | None = None,
|
|
2210
2234
|
*,
|
|
2211
2235
|
property: str | None = "ALL",
|
|
2212
2236
|
):
|
|
2213
2237
|
"""Reset image transformation to default value
|
|
2214
2238
|
|
|
2215
|
-
:type override_context: dict[str, typing.Any] |
|
|
2216
|
-
:type execution_context:
|
|
2239
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
2240
|
+
:type execution_context: int | str | None
|
|
2217
2241
|
:type undo: bool | None
|
|
2218
2242
|
:param property: Property, Strip transform property to be reset
|
|
2219
2243
|
|
|
@@ -2234,16 +2258,16 @@ def strip_transform_clear(
|
|
|
2234
2258
|
...
|
|
2235
2259
|
|
|
2236
2260
|
def strip_transform_fit(
|
|
2237
|
-
override_context: dict[str, typing.Any] |
|
|
2238
|
-
execution_context:
|
|
2261
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
2262
|
+
execution_context: int | str | None = None,
|
|
2239
2263
|
undo: bool | None = None,
|
|
2240
2264
|
*,
|
|
2241
2265
|
fit_method: str | None = "FIT",
|
|
2242
2266
|
):
|
|
2243
2267
|
"""Undocumented, consider contributing.
|
|
2244
2268
|
|
|
2245
|
-
:type override_context: dict[str, typing.Any] |
|
|
2246
|
-
:type execution_context:
|
|
2269
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
2270
|
+
:type execution_context: int | str | None
|
|
2247
2271
|
:type undo: bool | None
|
|
2248
2272
|
:param fit_method: Fit Method, Scale fit fit_method
|
|
2249
2273
|
|
|
@@ -2261,16 +2285,16 @@ def strip_transform_fit(
|
|
|
2261
2285
|
...
|
|
2262
2286
|
|
|
2263
2287
|
def swap(
|
|
2264
|
-
override_context: dict[str, typing.Any] |
|
|
2265
|
-
execution_context:
|
|
2288
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
2289
|
+
execution_context: int | str | None = None,
|
|
2266
2290
|
undo: bool | None = None,
|
|
2267
2291
|
*,
|
|
2268
2292
|
side: str | None = "RIGHT",
|
|
2269
2293
|
):
|
|
2270
2294
|
"""Swap active strip with strip to the right or left
|
|
2271
2295
|
|
|
2272
|
-
:type override_context: dict[str, typing.Any] |
|
|
2273
|
-
:type execution_context:
|
|
2296
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
2297
|
+
:type execution_context: int | str | None
|
|
2274
2298
|
:type undo: bool | None
|
|
2275
2299
|
:param side: Side, Side of the strip to swap
|
|
2276
2300
|
:type side: str | None
|
|
@@ -2279,58 +2303,58 @@ def swap(
|
|
|
2279
2303
|
...
|
|
2280
2304
|
|
|
2281
2305
|
def swap_data(
|
|
2282
|
-
override_context: dict[str, typing.Any] |
|
|
2283
|
-
execution_context:
|
|
2306
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
2307
|
+
execution_context: int | str | None = None,
|
|
2284
2308
|
undo: bool | None = None,
|
|
2285
2309
|
):
|
|
2286
2310
|
"""Swap 2 sequencer strips
|
|
2287
2311
|
|
|
2288
|
-
:type override_context: dict[str, typing.Any] |
|
|
2289
|
-
:type execution_context:
|
|
2312
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
2313
|
+
:type execution_context: int | str | None
|
|
2290
2314
|
:type undo: bool | None
|
|
2291
2315
|
"""
|
|
2292
2316
|
|
|
2293
2317
|
...
|
|
2294
2318
|
|
|
2295
2319
|
def swap_inputs(
|
|
2296
|
-
override_context: dict[str, typing.Any] |
|
|
2297
|
-
execution_context:
|
|
2320
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
2321
|
+
execution_context: int | str | None = None,
|
|
2298
2322
|
undo: bool | None = None,
|
|
2299
2323
|
):
|
|
2300
2324
|
"""Swap the first two inputs for the effect strip
|
|
2301
2325
|
|
|
2302
|
-
:type override_context: dict[str, typing.Any] |
|
|
2303
|
-
:type execution_context:
|
|
2326
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
2327
|
+
:type execution_context: int | str | None
|
|
2304
2328
|
:type undo: bool | None
|
|
2305
2329
|
"""
|
|
2306
2330
|
|
|
2307
2331
|
...
|
|
2308
2332
|
|
|
2309
2333
|
def unlock(
|
|
2310
|
-
override_context: dict[str, typing.Any] |
|
|
2311
|
-
execution_context:
|
|
2334
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
2335
|
+
execution_context: int | str | None = None,
|
|
2312
2336
|
undo: bool | None = None,
|
|
2313
2337
|
):
|
|
2314
2338
|
"""Unlock strips so they can be transformed
|
|
2315
2339
|
|
|
2316
|
-
:type override_context: dict[str, typing.Any] |
|
|
2317
|
-
:type execution_context:
|
|
2340
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
2341
|
+
:type execution_context: int | str | None
|
|
2318
2342
|
:type undo: bool | None
|
|
2319
2343
|
"""
|
|
2320
2344
|
|
|
2321
2345
|
...
|
|
2322
2346
|
|
|
2323
2347
|
def unmute(
|
|
2324
|
-
override_context: dict[str, typing.Any] |
|
|
2325
|
-
execution_context:
|
|
2348
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
2349
|
+
execution_context: int | str | None = None,
|
|
2326
2350
|
undo: bool | None = None,
|
|
2327
2351
|
*,
|
|
2328
2352
|
unselected: bool | typing.Any | None = False,
|
|
2329
2353
|
):
|
|
2330
2354
|
"""Unmute (un)selected strips
|
|
2331
2355
|
|
|
2332
|
-
:type override_context: dict[str, typing.Any] |
|
|
2333
|
-
:type execution_context:
|
|
2356
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
2357
|
+
:type execution_context: int | str | None
|
|
2334
2358
|
:type undo: bool | None
|
|
2335
2359
|
:param unselected: Unselected, Unmute unselected rather than selected strips
|
|
2336
2360
|
:type unselected: bool | typing.Any | None
|
|
@@ -2339,50 +2363,50 @@ def unmute(
|
|
|
2339
2363
|
...
|
|
2340
2364
|
|
|
2341
2365
|
def view_all(
|
|
2342
|
-
override_context: dict[str, typing.Any] |
|
|
2343
|
-
execution_context:
|
|
2366
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
2367
|
+
execution_context: int | str | None = None,
|
|
2344
2368
|
undo: bool | None = None,
|
|
2345
2369
|
):
|
|
2346
2370
|
"""View all the strips in the sequencer
|
|
2347
2371
|
|
|
2348
|
-
:type override_context: dict[str, typing.Any] |
|
|
2349
|
-
:type execution_context:
|
|
2372
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
2373
|
+
:type execution_context: int | str | None
|
|
2350
2374
|
:type undo: bool | None
|
|
2351
2375
|
"""
|
|
2352
2376
|
|
|
2353
2377
|
...
|
|
2354
2378
|
|
|
2355
2379
|
def view_all_preview(
|
|
2356
|
-
override_context: dict[str, typing.Any] |
|
|
2357
|
-
execution_context:
|
|
2380
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
2381
|
+
execution_context: int | str | None = None,
|
|
2358
2382
|
undo: bool | None = None,
|
|
2359
2383
|
):
|
|
2360
2384
|
"""Zoom preview to fit in the area
|
|
2361
2385
|
|
|
2362
|
-
:type override_context: dict[str, typing.Any] |
|
|
2363
|
-
:type execution_context:
|
|
2386
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
2387
|
+
:type execution_context: int | str | None
|
|
2364
2388
|
:type undo: bool | None
|
|
2365
2389
|
"""
|
|
2366
2390
|
|
|
2367
2391
|
...
|
|
2368
2392
|
|
|
2369
2393
|
def view_frame(
|
|
2370
|
-
override_context: dict[str, typing.Any] |
|
|
2371
|
-
execution_context:
|
|
2394
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
2395
|
+
execution_context: int | str | None = None,
|
|
2372
2396
|
undo: bool | None = None,
|
|
2373
2397
|
):
|
|
2374
2398
|
"""Move the view to the current frame
|
|
2375
2399
|
|
|
2376
|
-
:type override_context: dict[str, typing.Any] |
|
|
2377
|
-
:type execution_context:
|
|
2400
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
2401
|
+
:type execution_context: int | str | None
|
|
2378
2402
|
:type undo: bool | None
|
|
2379
2403
|
"""
|
|
2380
2404
|
|
|
2381
2405
|
...
|
|
2382
2406
|
|
|
2383
2407
|
def view_ghost_border(
|
|
2384
|
-
override_context: dict[str, typing.Any] |
|
|
2385
|
-
execution_context:
|
|
2408
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
2409
|
+
execution_context: int | str | None = None,
|
|
2386
2410
|
undo: bool | None = None,
|
|
2387
2411
|
*,
|
|
2388
2412
|
xmin: typing.Any | None = 0,
|
|
@@ -2393,8 +2417,8 @@ def view_ghost_border(
|
|
|
2393
2417
|
):
|
|
2394
2418
|
"""Set the boundaries of the border used for offset view
|
|
2395
2419
|
|
|
2396
|
-
:type override_context: dict[str, typing.Any] |
|
|
2397
|
-
:type execution_context:
|
|
2420
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
2421
|
+
:type execution_context: int | str | None
|
|
2398
2422
|
:type undo: bool | None
|
|
2399
2423
|
:param xmin: X Min
|
|
2400
2424
|
:type xmin: typing.Any | None
|
|
@@ -2411,30 +2435,30 @@ def view_ghost_border(
|
|
|
2411
2435
|
...
|
|
2412
2436
|
|
|
2413
2437
|
def view_selected(
|
|
2414
|
-
override_context: dict[str, typing.Any] |
|
|
2415
|
-
execution_context:
|
|
2438
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
2439
|
+
execution_context: int | str | None = None,
|
|
2416
2440
|
undo: bool | None = None,
|
|
2417
2441
|
):
|
|
2418
2442
|
"""Zoom the sequencer on the selected strips
|
|
2419
2443
|
|
|
2420
|
-
:type override_context: dict[str, typing.Any] |
|
|
2421
|
-
:type execution_context:
|
|
2444
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
2445
|
+
:type execution_context: int | str | None
|
|
2422
2446
|
:type undo: bool | None
|
|
2423
2447
|
"""
|
|
2424
2448
|
|
|
2425
2449
|
...
|
|
2426
2450
|
|
|
2427
2451
|
def view_zoom_ratio(
|
|
2428
|
-
override_context: dict[str, typing.Any] |
|
|
2429
|
-
execution_context:
|
|
2452
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
2453
|
+
execution_context: int | str | None = None,
|
|
2430
2454
|
undo: bool | None = None,
|
|
2431
2455
|
*,
|
|
2432
2456
|
ratio: typing.Any | None = 1.0,
|
|
2433
2457
|
):
|
|
2434
2458
|
"""Change zoom ratio of sequencer preview
|
|
2435
2459
|
|
|
2436
|
-
:type override_context: dict[str, typing.Any] |
|
|
2437
|
-
:type execution_context:
|
|
2460
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
2461
|
+
:type execution_context: int | str | None
|
|
2438
2462
|
:type undo: bool | None
|
|
2439
2463
|
:param ratio: Ratio, Zoom ratio, 1.0 is 1:1, higher is zoomed in, lower is zoomed out
|
|
2440
2464
|
:type ratio: typing.Any | None
|