fake-bpy-module 20240812__py3-none-any.whl → 20240813__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.
- bl_ui/space_view3d/__init__.pyi +31 -0
- bpy/ops/action/__init__.pyi +76 -76
- bpy/ops/anim/__init__.pyi +110 -110
- bpy/ops/armature/__init__.pyi +96 -96
- bpy/ops/asset/__init__.pyi +32 -32
- bpy/ops/boid/__init__.pyi +16 -16
- bpy/ops/brush/__init__.pyi +26 -26
- bpy/ops/buttons/__init__.pyi +12 -12
- bpy/ops/cachefile/__init__.pyi +10 -10
- bpy/ops/camera/__init__.pyi +4 -4
- bpy/ops/clip/__init__.pyi +184 -184
- bpy/ops/cloth/__init__.pyi +2 -2
- bpy/ops/collection/__init__.pyi +18 -18
- bpy/ops/console/__init__.pyi +42 -42
- bpy/ops/constraint/__init__.pyi +36 -36
- bpy/ops/curve/__init__.pyi +102 -102
- bpy/ops/curves/__init__.pyi +54 -54
- bpy/ops/cycles/__init__.pyi +6 -6
- bpy/ops/dpaint/__init__.pyi +10 -10
- bpy/ops/ed/__init__.pyi +24 -24
- bpy/ops/export_anim/__init__.pyi +2 -2
- bpy/ops/export_scene/__init__.pyi +4 -4
- bpy/ops/extensions/__init__.pyi +68 -68
- bpy/ops/file/__init__.pyi +80 -80
- bpy/ops/fluid/__init__.pyi +28 -28
- bpy/ops/font/__init__.pyi +46 -46
- bpy/ops/geometry/__init__.pyi +20 -20
- bpy/ops/gizmogroup/__init__.pyi +4 -4
- bpy/ops/gpencil/__init__.pyi +284 -284
- bpy/ops/graph/__init__.pyi +130 -130
- bpy/ops/grease_pencil/__init__.pyi +166 -166
- bpy/ops/image/__init__.pyi +98 -98
- bpy/ops/import_anim/__init__.pyi +2 -2
- bpy/ops/import_curve/__init__.pyi +2 -2
- bpy/ops/import_scene/__init__.pyi +4 -4
- bpy/ops/info/__init__.pyi +14 -14
- bpy/ops/lattice/__init__.pyi +16 -16
- bpy/ops/marker/__init__.pyi +22 -22
- bpy/ops/mask/__init__.pyi +78 -78
- bpy/ops/material/__init__.pyi +6 -6
- bpy/ops/mball/__init__.pyi +16 -16
- bpy/ops/mesh/__init__.pyi +326 -326
- bpy/ops/nla/__init__.pyi +78 -78
- bpy/ops/node/__init__.pyi +208 -208
- bpy/ops/object/__init__.pyi +473 -473
- bpy/ops/outliner/__init__.pyi +142 -142
- bpy/ops/paint/__init__.pyi +108 -108
- bpy/ops/paintcurve/__init__.pyi +16 -16
- bpy/ops/palette/__init__.pyi +14 -14
- bpy/ops/particle/__init__.pyi +72 -72
- bpy/ops/pose/__init__.pyi +102 -102
- bpy/ops/poselib/__init__.pyi +18 -18
- bpy/ops/preferences/__init__.pyi +70 -70
- bpy/ops/ptcache/__init__.pyi +14 -14
- bpy/ops/render/__init__.pyi +26 -26
- bpy/ops/rigidbody/__init__.pyi +26 -26
- bpy/ops/scene/__init__.pyi +74 -74
- bpy/ops/screen/__init__.pyi +78 -78
- bpy/ops/script/__init__.pyi +6 -6
- bpy/ops/sculpt/__init__.pyi +72 -72
- bpy/ops/sculpt_curves/__init__.pyi +8 -8
- bpy/ops/sequencer/__init__.pyi +174 -174
- bpy/ops/sound/__init__.pyi +14 -14
- bpy/ops/spreadsheet/__init__.pyi +8 -8
- bpy/ops/surface/__init__.pyi +12 -12
- bpy/ops/text/__init__.pyi +86 -86
- bpy/ops/text_editor/__init__.pyi +2 -2
- bpy/ops/texture/__init__.pyi +8 -8
- bpy/ops/transform/__init__.pyi +54 -54
- bpy/ops/ui/__init__.pyi +64 -64
- bpy/ops/uilist/__init__.pyi +6 -6
- bpy/ops/uv/__init__.pyi +98 -98
- bpy/ops/view2d/__init__.pyi +28 -28
- bpy/ops/view3d/__init__.pyi +134 -134
- bpy/ops/wm/__init__.pyi +226 -226
- bpy/ops/workspace/__init__.pyi +14 -14
- bpy/ops/world/__init__.pyi +4 -4
- bpy/types/__init__.pyi +44 -34
- {fake_bpy_module-20240812.dist-info → fake_bpy_module-20240813.dist-info}/METADATA +1 -1
- {fake_bpy_module-20240812.dist-info → fake_bpy_module-20240813.dist-info}/RECORD +83 -83
- freestyle/utils/__init__.pyi +1 -1
- {fake_bpy_module-20240812.dist-info → fake_bpy_module-20240813.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240812.dist-info → fake_bpy_module-20240813.dist-info}/top_level.txt +0 -0
bpy/ops/sequencer/__init__.pyi
CHANGED
|
@@ -9,7 +9,7 @@ GenericType1 = typing.TypeVar("GenericType1")
|
|
|
9
9
|
GenericType2 = typing.TypeVar("GenericType2")
|
|
10
10
|
|
|
11
11
|
def change_effect_input(
|
|
12
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
12
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
13
13
|
execution_context: int | str | None = None,
|
|
14
14
|
undo: bool | None = None,
|
|
15
15
|
*,
|
|
@@ -17,7 +17,7 @@ def change_effect_input(
|
|
|
17
17
|
):
|
|
18
18
|
"""Undocumented, consider contributing.
|
|
19
19
|
|
|
20
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
20
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
21
21
|
:type execution_context: int | str | None
|
|
22
22
|
:type undo: bool | None
|
|
23
23
|
:param swap: Swap, The effect inputs to swap
|
|
@@ -27,7 +27,7 @@ def change_effect_input(
|
|
|
27
27
|
...
|
|
28
28
|
|
|
29
29
|
def change_effect_type(
|
|
30
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
30
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
31
31
|
execution_context: int | str | None = None,
|
|
32
32
|
undo: bool | None = None,
|
|
33
33
|
*,
|
|
@@ -55,7 +55,7 @@ def change_effect_type(
|
|
|
55
55
|
):
|
|
56
56
|
"""Undocumented, consider contributing.
|
|
57
57
|
|
|
58
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
58
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
59
59
|
:type execution_context: int | str | None
|
|
60
60
|
:type undo: bool | None
|
|
61
61
|
:param type: Type, Sequencer effect type
|
|
@@ -119,7 +119,7 @@ def change_effect_type(
|
|
|
119
119
|
...
|
|
120
120
|
|
|
121
121
|
def change_path(
|
|
122
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
122
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
123
123
|
execution_context: int | str | None = None,
|
|
124
124
|
undo: bool | None = None,
|
|
125
125
|
*,
|
|
@@ -157,7 +157,7 @@ def change_path(
|
|
|
157
157
|
):
|
|
158
158
|
"""Undocumented, consider contributing.
|
|
159
159
|
|
|
160
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
160
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
161
161
|
:type execution_context: int | str | None
|
|
162
162
|
:type undo: bool | None
|
|
163
163
|
:param filepath: File Path, Path to file
|
|
@@ -231,7 +231,7 @@ def change_path(
|
|
|
231
231
|
...
|
|
232
232
|
|
|
233
233
|
def change_scene(
|
|
234
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
234
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
235
235
|
execution_context: int | str | None = None,
|
|
236
236
|
undo: bool | None = None,
|
|
237
237
|
*,
|
|
@@ -239,7 +239,7 @@ def change_scene(
|
|
|
239
239
|
):
|
|
240
240
|
"""Change Scene assigned to Strip
|
|
241
241
|
|
|
242
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
242
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
243
243
|
:type execution_context: int | str | None
|
|
244
244
|
:type undo: bool | None
|
|
245
245
|
:param scene: Scene
|
|
@@ -249,13 +249,13 @@ def change_scene(
|
|
|
249
249
|
...
|
|
250
250
|
|
|
251
251
|
def copy(
|
|
252
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
252
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
253
253
|
execution_context: int | str | None = None,
|
|
254
254
|
undo: bool | None = None,
|
|
255
255
|
):
|
|
256
256
|
"""Copy the selected strips to the internal clipboard
|
|
257
257
|
|
|
258
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
258
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
259
259
|
:type execution_context: int | str | None
|
|
260
260
|
:type undo: bool | None
|
|
261
261
|
"""
|
|
@@ -263,13 +263,13 @@ def copy(
|
|
|
263
263
|
...
|
|
264
264
|
|
|
265
265
|
def crossfade_sounds(
|
|
266
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
266
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
267
267
|
execution_context: int | str | None = None,
|
|
268
268
|
undo: bool | None = None,
|
|
269
269
|
):
|
|
270
270
|
"""Do cross-fading volume animation of two selected sound strips
|
|
271
271
|
|
|
272
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
272
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
273
273
|
:type execution_context: int | str | None
|
|
274
274
|
:type undo: bool | None
|
|
275
275
|
"""
|
|
@@ -277,7 +277,7 @@ def crossfade_sounds(
|
|
|
277
277
|
...
|
|
278
278
|
|
|
279
279
|
def cursor_set(
|
|
280
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
280
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
281
281
|
execution_context: int | str | None = None,
|
|
282
282
|
undo: bool | None = None,
|
|
283
283
|
*,
|
|
@@ -285,7 +285,7 @@ def cursor_set(
|
|
|
285
285
|
):
|
|
286
286
|
"""Set 2D cursor location
|
|
287
287
|
|
|
288
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
288
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
289
289
|
:type execution_context: int | str | None
|
|
290
290
|
:type undo: bool | None
|
|
291
291
|
:param location: Location, Cursor location in normalized preview coordinates
|
|
@@ -295,13 +295,13 @@ def cursor_set(
|
|
|
295
295
|
...
|
|
296
296
|
|
|
297
297
|
def deinterlace_selected_movies(
|
|
298
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
298
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
299
299
|
execution_context: int | str | None = None,
|
|
300
300
|
undo: bool | None = None,
|
|
301
301
|
):
|
|
302
302
|
"""Deinterlace all selected movie sources
|
|
303
303
|
|
|
304
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
304
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
305
305
|
:type execution_context: int | str | None
|
|
306
306
|
:type undo: bool | None
|
|
307
307
|
"""
|
|
@@ -309,7 +309,7 @@ def deinterlace_selected_movies(
|
|
|
309
309
|
...
|
|
310
310
|
|
|
311
311
|
def delete(
|
|
312
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
312
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
313
313
|
execution_context: int | str | None = None,
|
|
314
314
|
undo: bool | None = None,
|
|
315
315
|
*,
|
|
@@ -317,7 +317,7 @@ def delete(
|
|
|
317
317
|
):
|
|
318
318
|
"""Delete selected strips from the sequencer
|
|
319
319
|
|
|
320
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
320
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
321
321
|
:type execution_context: int | str | None
|
|
322
322
|
:type undo: bool | None
|
|
323
323
|
:param delete_data: Delete Data, After removing the Strip, delete the associated data also
|
|
@@ -327,13 +327,13 @@ def delete(
|
|
|
327
327
|
...
|
|
328
328
|
|
|
329
329
|
def duplicate(
|
|
330
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
330
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
331
331
|
execution_context: int | str | None = None,
|
|
332
332
|
undo: bool | None = None,
|
|
333
333
|
):
|
|
334
334
|
"""Duplicate the selected strips
|
|
335
335
|
|
|
336
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
336
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
337
337
|
:type execution_context: int | str | None
|
|
338
338
|
:type undo: bool | None
|
|
339
339
|
"""
|
|
@@ -341,7 +341,7 @@ def duplicate(
|
|
|
341
341
|
...
|
|
342
342
|
|
|
343
343
|
def duplicate_move(
|
|
344
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
344
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
345
345
|
execution_context: int | str | None = None,
|
|
346
346
|
undo: bool | None = None,
|
|
347
347
|
*,
|
|
@@ -350,7 +350,7 @@ def duplicate_move(
|
|
|
350
350
|
):
|
|
351
351
|
"""Duplicate selected strips and move them
|
|
352
352
|
|
|
353
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
353
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
354
354
|
:type execution_context: int | str | None
|
|
355
355
|
:type undo: bool | None
|
|
356
356
|
:param SEQUENCER_OT_duplicate: Duplicate Strips, Duplicate the selected strips
|
|
@@ -362,7 +362,7 @@ def duplicate_move(
|
|
|
362
362
|
...
|
|
363
363
|
|
|
364
364
|
def effect_strip_add(
|
|
365
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
365
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
366
366
|
execution_context: int | str | None = None,
|
|
367
367
|
undo: bool | None = None,
|
|
368
368
|
*,
|
|
@@ -397,7 +397,7 @@ def effect_strip_add(
|
|
|
397
397
|
):
|
|
398
398
|
"""Add an effect to the sequencer, most are applied on top of existing strips
|
|
399
399
|
|
|
400
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
400
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
401
401
|
:type execution_context: int | str | None
|
|
402
402
|
:type undo: bool | None
|
|
403
403
|
:param type: Type, Sequencer effect type
|
|
@@ -475,7 +475,7 @@ def effect_strip_add(
|
|
|
475
475
|
...
|
|
476
476
|
|
|
477
477
|
def enable_proxies(
|
|
478
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
478
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
479
479
|
execution_context: int | str | None = None,
|
|
480
480
|
undo: bool | None = None,
|
|
481
481
|
*,
|
|
@@ -487,7 +487,7 @@ def enable_proxies(
|
|
|
487
487
|
):
|
|
488
488
|
"""Enable selected proxies on all selected Movie and Image strips
|
|
489
489
|
|
|
490
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
490
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
491
491
|
:type execution_context: int | str | None
|
|
492
492
|
:type undo: bool | None
|
|
493
493
|
:param proxy_25: 25%
|
|
@@ -505,7 +505,7 @@ def enable_proxies(
|
|
|
505
505
|
...
|
|
506
506
|
|
|
507
507
|
def export_subtitles(
|
|
508
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
508
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
509
509
|
execution_context: int | str | None = None,
|
|
510
510
|
undo: bool | None = None,
|
|
511
511
|
*,
|
|
@@ -538,7 +538,7 @@ def export_subtitles(
|
|
|
538
538
|
):
|
|
539
539
|
"""Export .srt file containing text strips
|
|
540
540
|
|
|
541
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
541
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
542
542
|
:type execution_context: int | str | None
|
|
543
543
|
:type undo: bool | None
|
|
544
544
|
:param filepath: File Path, Path to file
|
|
@@ -604,7 +604,7 @@ def export_subtitles(
|
|
|
604
604
|
...
|
|
605
605
|
|
|
606
606
|
def fades_add(
|
|
607
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
607
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
608
608
|
execution_context: int | str | None = None,
|
|
609
609
|
undo: bool | None = None,
|
|
610
610
|
*,
|
|
@@ -614,7 +614,7 @@ def fades_add(
|
|
|
614
614
|
):
|
|
615
615
|
"""Adds or updates a fade animation for either visual or audio strips
|
|
616
616
|
|
|
617
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
617
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
618
618
|
:type execution_context: int | str | None
|
|
619
619
|
:type undo: bool | None
|
|
620
620
|
:param duration_seconds: Fade Duration, Duration of the fade in seconds
|
|
@@ -641,13 +641,13 @@ def fades_add(
|
|
|
641
641
|
...
|
|
642
642
|
|
|
643
643
|
def fades_clear(
|
|
644
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
644
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
645
645
|
execution_context: int | str | None = None,
|
|
646
646
|
undo: bool | None = None,
|
|
647
647
|
):
|
|
648
648
|
"""Removes fade animation from selected sequences
|
|
649
649
|
|
|
650
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
650
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
651
651
|
:type execution_context: int | str | None
|
|
652
652
|
:type undo: bool | None
|
|
653
653
|
"""
|
|
@@ -655,7 +655,7 @@ def fades_clear(
|
|
|
655
655
|
...
|
|
656
656
|
|
|
657
657
|
def gap_insert(
|
|
658
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
658
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
659
659
|
execution_context: int | str | None = None,
|
|
660
660
|
undo: bool | None = None,
|
|
661
661
|
*,
|
|
@@ -663,7 +663,7 @@ def gap_insert(
|
|
|
663
663
|
):
|
|
664
664
|
"""Insert gap at current frame to first strips at the right, independent of selection or locked state of strips
|
|
665
665
|
|
|
666
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
666
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
667
667
|
:type execution_context: int | str | None
|
|
668
668
|
:type undo: bool | None
|
|
669
669
|
:param frames: Frames, Frames to insert after current strip
|
|
@@ -673,7 +673,7 @@ def gap_insert(
|
|
|
673
673
|
...
|
|
674
674
|
|
|
675
675
|
def gap_remove(
|
|
676
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
676
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
677
677
|
execution_context: int | str | None = None,
|
|
678
678
|
undo: bool | None = None,
|
|
679
679
|
*,
|
|
@@ -681,7 +681,7 @@ def gap_remove(
|
|
|
681
681
|
):
|
|
682
682
|
"""Remove gap at current frame to first strip at the right, independent of selection or locked state of strips
|
|
683
683
|
|
|
684
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
684
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
685
685
|
:type execution_context: int | str | None
|
|
686
686
|
:type undo: bool | None
|
|
687
687
|
:param all: All Gaps, Do all gaps to right of current frame
|
|
@@ -691,7 +691,7 @@ def gap_remove(
|
|
|
691
691
|
...
|
|
692
692
|
|
|
693
693
|
def image_strip_add(
|
|
694
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
694
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
695
695
|
execution_context: int | str | None = None,
|
|
696
696
|
undo: bool | None = None,
|
|
697
697
|
*,
|
|
@@ -744,7 +744,7 @@ def image_strip_add(
|
|
|
744
744
|
):
|
|
745
745
|
"""Add an image or image sequence to the sequencer
|
|
746
746
|
|
|
747
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
747
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
748
748
|
:type execution_context: int | str | None
|
|
749
749
|
:type undo: bool | None
|
|
750
750
|
:param directory: Directory, Directory of the file
|
|
@@ -861,7 +861,7 @@ def image_strip_add(
|
|
|
861
861
|
...
|
|
862
862
|
|
|
863
863
|
def images_separate(
|
|
864
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
864
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
865
865
|
execution_context: int | str | None = None,
|
|
866
866
|
undo: bool | None = None,
|
|
867
867
|
*,
|
|
@@ -869,7 +869,7 @@ def images_separate(
|
|
|
869
869
|
):
|
|
870
870
|
"""On image sequence strips, it returns a strip for each image
|
|
871
871
|
|
|
872
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
872
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
873
873
|
:type execution_context: int | str | None
|
|
874
874
|
:type undo: bool | None
|
|
875
875
|
:param length: Length, Length of each frame
|
|
@@ -879,13 +879,13 @@ def images_separate(
|
|
|
879
879
|
...
|
|
880
880
|
|
|
881
881
|
def lock(
|
|
882
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
882
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
883
883
|
execution_context: int | str | None = None,
|
|
884
884
|
undo: bool | None = None,
|
|
885
885
|
):
|
|
886
886
|
"""Lock strips so they can't be transformed
|
|
887
887
|
|
|
888
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
888
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
889
889
|
:type execution_context: int | str | None
|
|
890
890
|
:type undo: bool | None
|
|
891
891
|
"""
|
|
@@ -893,7 +893,7 @@ def lock(
|
|
|
893
893
|
...
|
|
894
894
|
|
|
895
895
|
def mask_strip_add(
|
|
896
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
896
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
897
897
|
execution_context: int | str | None = None,
|
|
898
898
|
undo: bool | None = None,
|
|
899
899
|
*,
|
|
@@ -906,7 +906,7 @@ def mask_strip_add(
|
|
|
906
906
|
):
|
|
907
907
|
"""Add a mask strip to the sequencer
|
|
908
908
|
|
|
909
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
909
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
910
910
|
:type execution_context: int | str | None
|
|
911
911
|
:type undo: bool | None
|
|
912
912
|
:param frame_start: Start Frame, Start frame of the sequence strip
|
|
@@ -926,13 +926,13 @@ def mask_strip_add(
|
|
|
926
926
|
...
|
|
927
927
|
|
|
928
928
|
def meta_make(
|
|
929
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
929
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
930
930
|
execution_context: int | str | None = None,
|
|
931
931
|
undo: bool | None = None,
|
|
932
932
|
):
|
|
933
933
|
"""Group selected strips into a meta-strip
|
|
934
934
|
|
|
935
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
935
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
936
936
|
:type execution_context: int | str | None
|
|
937
937
|
:type undo: bool | None
|
|
938
938
|
"""
|
|
@@ -940,13 +940,13 @@ def meta_make(
|
|
|
940
940
|
...
|
|
941
941
|
|
|
942
942
|
def meta_separate(
|
|
943
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
943
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
944
944
|
execution_context: int | str | None = None,
|
|
945
945
|
undo: bool | None = None,
|
|
946
946
|
):
|
|
947
947
|
"""Put the contents of a meta-strip back in the sequencer
|
|
948
948
|
|
|
949
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
949
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
950
950
|
:type execution_context: int | str | None
|
|
951
951
|
:type undo: bool | None
|
|
952
952
|
"""
|
|
@@ -954,13 +954,13 @@ def meta_separate(
|
|
|
954
954
|
...
|
|
955
955
|
|
|
956
956
|
def meta_toggle(
|
|
957
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
957
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
958
958
|
execution_context: int | str | None = None,
|
|
959
959
|
undo: bool | None = None,
|
|
960
960
|
):
|
|
961
961
|
"""Toggle a meta-strip (to edit enclosed strips)
|
|
962
962
|
|
|
963
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
963
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
964
964
|
:type execution_context: int | str | None
|
|
965
965
|
:type undo: bool | None
|
|
966
966
|
"""
|
|
@@ -968,7 +968,7 @@ def meta_toggle(
|
|
|
968
968
|
...
|
|
969
969
|
|
|
970
970
|
def movie_strip_add(
|
|
971
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
971
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
972
972
|
execution_context: int | str | None = None,
|
|
973
973
|
undo: bool | None = None,
|
|
974
974
|
*,
|
|
@@ -1023,7 +1023,7 @@ def movie_strip_add(
|
|
|
1023
1023
|
):
|
|
1024
1024
|
"""Add a movie strip to the sequencer
|
|
1025
1025
|
|
|
1026
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1026
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1027
1027
|
:type execution_context: int | str | None
|
|
1028
1028
|
:type undo: bool | None
|
|
1029
1029
|
:param filepath: File Path, Path to file
|
|
@@ -1144,7 +1144,7 @@ def movie_strip_add(
|
|
|
1144
1144
|
...
|
|
1145
1145
|
|
|
1146
1146
|
def movieclip_strip_add(
|
|
1147
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1147
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1148
1148
|
execution_context: int | str | None = None,
|
|
1149
1149
|
undo: bool | None = None,
|
|
1150
1150
|
*,
|
|
@@ -1157,7 +1157,7 @@ def movieclip_strip_add(
|
|
|
1157
1157
|
):
|
|
1158
1158
|
"""Add a movieclip strip to the sequencer
|
|
1159
1159
|
|
|
1160
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1160
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1161
1161
|
:type execution_context: int | str | None
|
|
1162
1162
|
:type undo: bool | None
|
|
1163
1163
|
:param frame_start: Start Frame, Start frame of the sequence strip
|
|
@@ -1177,7 +1177,7 @@ def movieclip_strip_add(
|
|
|
1177
1177
|
...
|
|
1178
1178
|
|
|
1179
1179
|
def mute(
|
|
1180
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1180
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1181
1181
|
execution_context: int | str | None = None,
|
|
1182
1182
|
undo: bool | None = None,
|
|
1183
1183
|
*,
|
|
@@ -1185,7 +1185,7 @@ def mute(
|
|
|
1185
1185
|
):
|
|
1186
1186
|
"""Mute (un)selected strips
|
|
1187
1187
|
|
|
1188
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1188
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1189
1189
|
:type execution_context: int | str | None
|
|
1190
1190
|
:type undo: bool | None
|
|
1191
1191
|
:param unselected: Unselected, Mute unselected rather than selected strips
|
|
@@ -1195,13 +1195,13 @@ def mute(
|
|
|
1195
1195
|
...
|
|
1196
1196
|
|
|
1197
1197
|
def offset_clear(
|
|
1198
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1198
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1199
1199
|
execution_context: int | str | None = None,
|
|
1200
1200
|
undo: bool | None = None,
|
|
1201
1201
|
):
|
|
1202
1202
|
"""Clear strip offsets from the start and end frames
|
|
1203
1203
|
|
|
1204
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1204
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1205
1205
|
:type execution_context: int | str | None
|
|
1206
1206
|
:type undo: bool | None
|
|
1207
1207
|
"""
|
|
@@ -1209,7 +1209,7 @@ def offset_clear(
|
|
|
1209
1209
|
...
|
|
1210
1210
|
|
|
1211
1211
|
def paste(
|
|
1212
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1212
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1213
1213
|
execution_context: int | str | None = None,
|
|
1214
1214
|
undo: bool | None = None,
|
|
1215
1215
|
*,
|
|
@@ -1217,7 +1217,7 @@ def paste(
|
|
|
1217
1217
|
):
|
|
1218
1218
|
"""Paste strips from the internal clipboard
|
|
1219
1219
|
|
|
1220
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1220
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1221
1221
|
:type execution_context: int | str | None
|
|
1222
1222
|
:type undo: bool | None
|
|
1223
1223
|
:param keep_offset: Keep Offset, Keep strip offset relative to the current frame when pasting
|
|
@@ -1227,13 +1227,13 @@ def paste(
|
|
|
1227
1227
|
...
|
|
1228
1228
|
|
|
1229
1229
|
def reassign_inputs(
|
|
1230
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1230
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1231
1231
|
execution_context: int | str | None = None,
|
|
1232
1232
|
undo: bool | None = None,
|
|
1233
1233
|
):
|
|
1234
1234
|
"""Reassign the inputs for the effect strip
|
|
1235
1235
|
|
|
1236
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1236
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1237
1237
|
:type execution_context: int | str | None
|
|
1238
1238
|
:type undo: bool | None
|
|
1239
1239
|
"""
|
|
@@ -1241,13 +1241,13 @@ def reassign_inputs(
|
|
|
1241
1241
|
...
|
|
1242
1242
|
|
|
1243
1243
|
def rebuild_proxy(
|
|
1244
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1244
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1245
1245
|
execution_context: int | str | None = None,
|
|
1246
1246
|
undo: bool | None = None,
|
|
1247
1247
|
):
|
|
1248
1248
|
"""Rebuild all selected proxies and timecode indices using the job system
|
|
1249
1249
|
|
|
1250
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1250
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1251
1251
|
:type execution_context: int | str | None
|
|
1252
1252
|
:type undo: bool | None
|
|
1253
1253
|
"""
|
|
@@ -1255,13 +1255,13 @@ def rebuild_proxy(
|
|
|
1255
1255
|
...
|
|
1256
1256
|
|
|
1257
1257
|
def refresh_all(
|
|
1258
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1258
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1259
1259
|
execution_context: int | str | None = None,
|
|
1260
1260
|
undo: bool | None = None,
|
|
1261
1261
|
):
|
|
1262
1262
|
"""Refresh the sequencer editor
|
|
1263
1263
|
|
|
1264
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1264
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1265
1265
|
:type execution_context: int | str | None
|
|
1266
1266
|
:type undo: bool | None
|
|
1267
1267
|
"""
|
|
@@ -1269,7 +1269,7 @@ def refresh_all(
|
|
|
1269
1269
|
...
|
|
1270
1270
|
|
|
1271
1271
|
def reload(
|
|
1272
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1272
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1273
1273
|
execution_context: int | str | None = None,
|
|
1274
1274
|
undo: bool | None = None,
|
|
1275
1275
|
*,
|
|
@@ -1277,7 +1277,7 @@ def reload(
|
|
|
1277
1277
|
):
|
|
1278
1278
|
"""Reload strips in the sequencer
|
|
1279
1279
|
|
|
1280
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1280
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1281
1281
|
:type execution_context: int | str | None
|
|
1282
1282
|
:type undo: bool | None
|
|
1283
1283
|
:param adjust_length: Adjust Length, Adjust length of strips to their data length
|
|
@@ -1287,13 +1287,13 @@ def reload(
|
|
|
1287
1287
|
...
|
|
1288
1288
|
|
|
1289
1289
|
def rename_channel(
|
|
1290
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1290
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1291
1291
|
execution_context: int | str | None = None,
|
|
1292
1292
|
undo: bool | None = None,
|
|
1293
1293
|
):
|
|
1294
1294
|
"""Undocumented, consider contributing.
|
|
1295
1295
|
|
|
1296
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1296
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1297
1297
|
:type execution_context: int | str | None
|
|
1298
1298
|
:type undo: bool | None
|
|
1299
1299
|
"""
|
|
@@ -1301,13 +1301,13 @@ def rename_channel(
|
|
|
1301
1301
|
...
|
|
1302
1302
|
|
|
1303
1303
|
def rendersize(
|
|
1304
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1304
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1305
1305
|
execution_context: int | str | None = None,
|
|
1306
1306
|
undo: bool | None = None,
|
|
1307
1307
|
):
|
|
1308
1308
|
"""Set render size and aspect from active sequence
|
|
1309
1309
|
|
|
1310
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1310
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1311
1311
|
:type execution_context: int | str | None
|
|
1312
1312
|
:type undo: bool | None
|
|
1313
1313
|
"""
|
|
@@ -1315,7 +1315,7 @@ def rendersize(
|
|
|
1315
1315
|
...
|
|
1316
1316
|
|
|
1317
1317
|
def retiming_add_freeze_frame_slide(
|
|
1318
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1318
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1319
1319
|
execution_context: int | str | None = None,
|
|
1320
1320
|
undo: bool | None = None,
|
|
1321
1321
|
*,
|
|
@@ -1324,7 +1324,7 @@ def retiming_add_freeze_frame_slide(
|
|
|
1324
1324
|
):
|
|
1325
1325
|
"""Add freeze frame and move it
|
|
1326
1326
|
|
|
1327
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1327
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1328
1328
|
:type execution_context: int | str | None
|
|
1329
1329
|
:type undo: bool | None
|
|
1330
1330
|
:param SEQUENCER_OT_retiming_freeze_frame_add: Add Freeze Frame, Add freeze frame
|
|
@@ -1336,7 +1336,7 @@ def retiming_add_freeze_frame_slide(
|
|
|
1336
1336
|
...
|
|
1337
1337
|
|
|
1338
1338
|
def retiming_add_transition_slide(
|
|
1339
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1339
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1340
1340
|
execution_context: int | str | None = None,
|
|
1341
1341
|
undo: bool | None = None,
|
|
1342
1342
|
*,
|
|
@@ -1345,7 +1345,7 @@ def retiming_add_transition_slide(
|
|
|
1345
1345
|
):
|
|
1346
1346
|
"""Add smooth transition between 2 retimed segments and change its duration
|
|
1347
1347
|
|
|
1348
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1348
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1349
1349
|
:type execution_context: int | str | None
|
|
1350
1350
|
:type undo: bool | None
|
|
1351
1351
|
:param SEQUENCER_OT_retiming_transition_add: Add Speed Transition, Add smooth transition between 2 retimed segments
|
|
@@ -1357,7 +1357,7 @@ def retiming_add_transition_slide(
|
|
|
1357
1357
|
...
|
|
1358
1358
|
|
|
1359
1359
|
def retiming_freeze_frame_add(
|
|
1360
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1360
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1361
1361
|
execution_context: int | str | None = None,
|
|
1362
1362
|
undo: bool | None = None,
|
|
1363
1363
|
*,
|
|
@@ -1365,7 +1365,7 @@ def retiming_freeze_frame_add(
|
|
|
1365
1365
|
):
|
|
1366
1366
|
"""Add freeze frame
|
|
1367
1367
|
|
|
1368
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1368
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1369
1369
|
:type execution_context: int | str | None
|
|
1370
1370
|
:type undo: bool | None
|
|
1371
1371
|
:param duration: Duration, Duration of freeze frame segment
|
|
@@ -1375,7 +1375,7 @@ def retiming_freeze_frame_add(
|
|
|
1375
1375
|
...
|
|
1376
1376
|
|
|
1377
1377
|
def retiming_key_add(
|
|
1378
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1378
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1379
1379
|
execution_context: int | str | None = None,
|
|
1380
1380
|
undo: bool | None = None,
|
|
1381
1381
|
*,
|
|
@@ -1383,7 +1383,7 @@ def retiming_key_add(
|
|
|
1383
1383
|
):
|
|
1384
1384
|
"""Add retiming Key
|
|
1385
1385
|
|
|
1386
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1386
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1387
1387
|
:type execution_context: int | str | None
|
|
1388
1388
|
:type undo: bool | None
|
|
1389
1389
|
:param timeline_frame: Timeline Frame, Frame where key will be added
|
|
@@ -1393,13 +1393,13 @@ def retiming_key_add(
|
|
|
1393
1393
|
...
|
|
1394
1394
|
|
|
1395
1395
|
def retiming_key_delete(
|
|
1396
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1396
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1397
1397
|
execution_context: int | str | None = None,
|
|
1398
1398
|
undo: bool | None = None,
|
|
1399
1399
|
):
|
|
1400
1400
|
"""Delete selected strips from the sequencer
|
|
1401
1401
|
|
|
1402
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1402
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1403
1403
|
:type execution_context: int | str | None
|
|
1404
1404
|
:type undo: bool | None
|
|
1405
1405
|
"""
|
|
@@ -1407,13 +1407,13 @@ def retiming_key_delete(
|
|
|
1407
1407
|
...
|
|
1408
1408
|
|
|
1409
1409
|
def retiming_reset(
|
|
1410
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1410
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1411
1411
|
execution_context: int | str | None = None,
|
|
1412
1412
|
undo: bool | None = None,
|
|
1413
1413
|
):
|
|
1414
1414
|
"""Reset strip retiming
|
|
1415
1415
|
|
|
1416
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1416
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1417
1417
|
:type execution_context: int | str | None
|
|
1418
1418
|
:type undo: bool | None
|
|
1419
1419
|
"""
|
|
@@ -1421,7 +1421,7 @@ def retiming_reset(
|
|
|
1421
1421
|
...
|
|
1422
1422
|
|
|
1423
1423
|
def retiming_segment_speed_set(
|
|
1424
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1424
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1425
1425
|
execution_context: int | str | None = None,
|
|
1426
1426
|
undo: bool | None = None,
|
|
1427
1427
|
*,
|
|
@@ -1430,7 +1430,7 @@ def retiming_segment_speed_set(
|
|
|
1430
1430
|
):
|
|
1431
1431
|
"""Set speed of retimed segment
|
|
1432
1432
|
|
|
1433
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1433
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1434
1434
|
:type execution_context: int | str | None
|
|
1435
1435
|
:type undo: bool | None
|
|
1436
1436
|
:param speed: Speed, New speed of retimed segment
|
|
@@ -1442,13 +1442,13 @@ def retiming_segment_speed_set(
|
|
|
1442
1442
|
...
|
|
1443
1443
|
|
|
1444
1444
|
def retiming_show(
|
|
1445
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1445
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1446
1446
|
execution_context: int | str | None = None,
|
|
1447
1447
|
undo: bool | None = None,
|
|
1448
1448
|
):
|
|
1449
1449
|
"""Show retiming keys in selected strips
|
|
1450
1450
|
|
|
1451
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1451
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1452
1452
|
:type execution_context: int | str | None
|
|
1453
1453
|
:type undo: bool | None
|
|
1454
1454
|
"""
|
|
@@ -1456,7 +1456,7 @@ def retiming_show(
|
|
|
1456
1456
|
...
|
|
1457
1457
|
|
|
1458
1458
|
def retiming_transition_add(
|
|
1459
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1459
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1460
1460
|
execution_context: int | str | None = None,
|
|
1461
1461
|
undo: bool | None = None,
|
|
1462
1462
|
*,
|
|
@@ -1464,7 +1464,7 @@ def retiming_transition_add(
|
|
|
1464
1464
|
):
|
|
1465
1465
|
"""Add smooth transition between 2 retimed segments
|
|
1466
1466
|
|
|
1467
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1467
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1468
1468
|
:type execution_context: int | str | None
|
|
1469
1469
|
:type undo: bool | None
|
|
1470
1470
|
:param duration: Duration, Duration of freeze frame segment
|
|
@@ -1474,7 +1474,7 @@ def retiming_transition_add(
|
|
|
1474
1474
|
...
|
|
1475
1475
|
|
|
1476
1476
|
def sample(
|
|
1477
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1477
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1478
1478
|
execution_context: int | str | None = None,
|
|
1479
1479
|
undo: bool | None = None,
|
|
1480
1480
|
*,
|
|
@@ -1482,7 +1482,7 @@ def sample(
|
|
|
1482
1482
|
):
|
|
1483
1483
|
"""Use mouse to sample color in current frame
|
|
1484
1484
|
|
|
1485
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1485
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1486
1486
|
:type execution_context: int | str | None
|
|
1487
1487
|
:type undo: bool | None
|
|
1488
1488
|
:param size: Sample Size
|
|
@@ -1492,13 +1492,13 @@ def sample(
|
|
|
1492
1492
|
...
|
|
1493
1493
|
|
|
1494
1494
|
def scene_frame_range_update(
|
|
1495
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1495
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1496
1496
|
execution_context: int | str | None = None,
|
|
1497
1497
|
undo: bool | None = None,
|
|
1498
1498
|
):
|
|
1499
1499
|
"""Update frame range of scene strip
|
|
1500
1500
|
|
|
1501
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1501
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1502
1502
|
:type execution_context: int | str | None
|
|
1503
1503
|
:type undo: bool | None
|
|
1504
1504
|
"""
|
|
@@ -1506,7 +1506,7 @@ def scene_frame_range_update(
|
|
|
1506
1506
|
...
|
|
1507
1507
|
|
|
1508
1508
|
def scene_strip_add(
|
|
1509
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1509
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1510
1510
|
execution_context: int | str | None = None,
|
|
1511
1511
|
undo: bool | None = None,
|
|
1512
1512
|
*,
|
|
@@ -1519,7 +1519,7 @@ def scene_strip_add(
|
|
|
1519
1519
|
):
|
|
1520
1520
|
"""Add a strip to the sequencer using a Blender scene as a source
|
|
1521
1521
|
|
|
1522
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1522
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1523
1523
|
:type execution_context: int | str | None
|
|
1524
1524
|
:type undo: bool | None
|
|
1525
1525
|
:param frame_start: Start Frame, Start frame of the sequence strip
|
|
@@ -1539,7 +1539,7 @@ def scene_strip_add(
|
|
|
1539
1539
|
...
|
|
1540
1540
|
|
|
1541
1541
|
def scene_strip_add_new(
|
|
1542
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1542
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1543
1543
|
execution_context: int | str | None = None,
|
|
1544
1544
|
undo: bool | None = None,
|
|
1545
1545
|
*,
|
|
@@ -1552,7 +1552,7 @@ def scene_strip_add_new(
|
|
|
1552
1552
|
):
|
|
1553
1553
|
"""Create a new Strip and assign a new Scene as source
|
|
1554
1554
|
|
|
1555
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1555
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1556
1556
|
:type execution_context: int | str | None
|
|
1557
1557
|
:type undo: bool | None
|
|
1558
1558
|
:param frame_start: Start Frame, Start frame of the sequence strip
|
|
@@ -1584,7 +1584,7 @@ def scene_strip_add_new(
|
|
|
1584
1584
|
...
|
|
1585
1585
|
|
|
1586
1586
|
def select(
|
|
1587
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1587
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1588
1588
|
execution_context: int | str | None = None,
|
|
1589
1589
|
undo: bool | None = None,
|
|
1590
1590
|
*,
|
|
@@ -1603,7 +1603,7 @@ def select(
|
|
|
1603
1603
|
):
|
|
1604
1604
|
"""Select a strip (last selected becomes the "active strip")
|
|
1605
1605
|
|
|
1606
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1606
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1607
1607
|
:type execution_context: int | str | None
|
|
1608
1608
|
:type undo: bool | None
|
|
1609
1609
|
:param wait_to_deselect_others: Wait to Deselect Others
|
|
@@ -1635,7 +1635,7 @@ def select(
|
|
|
1635
1635
|
...
|
|
1636
1636
|
|
|
1637
1637
|
def select_all(
|
|
1638
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1638
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1639
1639
|
execution_context: int | str | None = None,
|
|
1640
1640
|
undo: bool | None = None,
|
|
1641
1641
|
*,
|
|
@@ -1643,7 +1643,7 @@ def select_all(
|
|
|
1643
1643
|
):
|
|
1644
1644
|
"""Select or deselect all strips
|
|
1645
1645
|
|
|
1646
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1646
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1647
1647
|
:type execution_context: int | str | None
|
|
1648
1648
|
:type undo: bool | None
|
|
1649
1649
|
:param action: Action, Selection action to execute
|
|
@@ -1665,7 +1665,7 @@ def select_all(
|
|
|
1665
1665
|
...
|
|
1666
1666
|
|
|
1667
1667
|
def select_box(
|
|
1668
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1668
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1669
1669
|
execution_context: int | str | None = None,
|
|
1670
1670
|
undo: bool | None = None,
|
|
1671
1671
|
*,
|
|
@@ -1680,7 +1680,7 @@ def select_box(
|
|
|
1680
1680
|
):
|
|
1681
1681
|
"""Select strips using box selection
|
|
1682
1682
|
|
|
1683
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1683
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1684
1684
|
:type execution_context: int | str | None
|
|
1685
1685
|
:type undo: bool | None
|
|
1686
1686
|
:param xmin: X Min
|
|
@@ -1713,7 +1713,7 @@ def select_box(
|
|
|
1713
1713
|
...
|
|
1714
1714
|
|
|
1715
1715
|
def select_grouped(
|
|
1716
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1716
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1717
1717
|
execution_context: int | str | None = None,
|
|
1718
1718
|
undo: bool | None = None,
|
|
1719
1719
|
*,
|
|
@@ -1726,7 +1726,7 @@ def select_grouped(
|
|
|
1726
1726
|
):
|
|
1727
1727
|
"""Select all strips grouped by various properties
|
|
1728
1728
|
|
|
1729
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1729
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1730
1730
|
:type execution_context: int | str | None
|
|
1731
1731
|
:type undo: bool | None
|
|
1732
1732
|
:param type: Type
|
|
@@ -1761,7 +1761,7 @@ def select_grouped(
|
|
|
1761
1761
|
...
|
|
1762
1762
|
|
|
1763
1763
|
def select_handle(
|
|
1764
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1764
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1765
1765
|
execution_context: int | str | None = None,
|
|
1766
1766
|
undo: bool | None = None,
|
|
1767
1767
|
*,
|
|
@@ -1771,7 +1771,7 @@ def select_handle(
|
|
|
1771
1771
|
):
|
|
1772
1772
|
"""Select strip handle
|
|
1773
1773
|
|
|
1774
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1774
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1775
1775
|
:type execution_context: int | str | None
|
|
1776
1776
|
:type undo: bool | None
|
|
1777
1777
|
:param wait_to_deselect_others: Wait to Deselect Others
|
|
@@ -1785,7 +1785,7 @@ def select_handle(
|
|
|
1785
1785
|
...
|
|
1786
1786
|
|
|
1787
1787
|
def select_handles(
|
|
1788
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1788
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1789
1789
|
execution_context: int | str | None = None,
|
|
1790
1790
|
undo: bool | None = None,
|
|
1791
1791
|
*,
|
|
@@ -1796,7 +1796,7 @@ def select_handles(
|
|
|
1796
1796
|
):
|
|
1797
1797
|
"""Select gizmo handles on the sides of the selected strip
|
|
1798
1798
|
|
|
1799
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1799
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1800
1800
|
:type execution_context: int | str | None
|
|
1801
1801
|
:type undo: bool | None
|
|
1802
1802
|
:param side: Side, The side of the handle that is selected
|
|
@@ -1806,13 +1806,13 @@ def select_handles(
|
|
|
1806
1806
|
...
|
|
1807
1807
|
|
|
1808
1808
|
def select_less(
|
|
1809
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1809
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1810
1810
|
execution_context: int | str | None = None,
|
|
1811
1811
|
undo: bool | None = None,
|
|
1812
1812
|
):
|
|
1813
1813
|
"""Shrink the current selection of adjacent selected strips
|
|
1814
1814
|
|
|
1815
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1815
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1816
1816
|
:type execution_context: int | str | None
|
|
1817
1817
|
:type undo: bool | None
|
|
1818
1818
|
"""
|
|
@@ -1820,13 +1820,13 @@ def select_less(
|
|
|
1820
1820
|
...
|
|
1821
1821
|
|
|
1822
1822
|
def select_linked(
|
|
1823
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1823
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1824
1824
|
execution_context: int | str | None = None,
|
|
1825
1825
|
undo: bool | None = None,
|
|
1826
1826
|
):
|
|
1827
1827
|
"""Select all strips adjacent to the current selection
|
|
1828
1828
|
|
|
1829
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1829
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1830
1830
|
:type execution_context: int | str | None
|
|
1831
1831
|
:type undo: bool | None
|
|
1832
1832
|
"""
|
|
@@ -1834,7 +1834,7 @@ def select_linked(
|
|
|
1834
1834
|
...
|
|
1835
1835
|
|
|
1836
1836
|
def select_linked_pick(
|
|
1837
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1837
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1838
1838
|
execution_context: int | str | None = None,
|
|
1839
1839
|
undo: bool | None = None,
|
|
1840
1840
|
*,
|
|
@@ -1842,7 +1842,7 @@ def select_linked_pick(
|
|
|
1842
1842
|
):
|
|
1843
1843
|
"""Select a chain of linked strips nearest to the mouse pointer
|
|
1844
1844
|
|
|
1845
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1845
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1846
1846
|
:type execution_context: int | str | None
|
|
1847
1847
|
:type undo: bool | None
|
|
1848
1848
|
:param extend: Extend, Extend the selection
|
|
@@ -1852,13 +1852,13 @@ def select_linked_pick(
|
|
|
1852
1852
|
...
|
|
1853
1853
|
|
|
1854
1854
|
def select_more(
|
|
1855
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1855
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1856
1856
|
execution_context: int | str | None = None,
|
|
1857
1857
|
undo: bool | None = None,
|
|
1858
1858
|
):
|
|
1859
1859
|
"""Select more strips adjacent to the current selection
|
|
1860
1860
|
|
|
1861
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1861
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1862
1862
|
:type execution_context: int | str | None
|
|
1863
1863
|
:type undo: bool | None
|
|
1864
1864
|
"""
|
|
@@ -1866,7 +1866,7 @@ def select_more(
|
|
|
1866
1866
|
...
|
|
1867
1867
|
|
|
1868
1868
|
def select_side(
|
|
1869
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1869
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1870
1870
|
execution_context: int | str | None = None,
|
|
1871
1871
|
undo: bool | None = None,
|
|
1872
1872
|
*,
|
|
@@ -1874,7 +1874,7 @@ def select_side(
|
|
|
1874
1874
|
):
|
|
1875
1875
|
"""Select strips on the nominated side of the selected strips
|
|
1876
1876
|
|
|
1877
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1877
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1878
1878
|
:type execution_context: int | str | None
|
|
1879
1879
|
:type undo: bool | None
|
|
1880
1880
|
:param side: Side, The side to which the selection is applied
|
|
@@ -1884,7 +1884,7 @@ def select_side(
|
|
|
1884
1884
|
...
|
|
1885
1885
|
|
|
1886
1886
|
def select_side_of_frame(
|
|
1887
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1887
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1888
1888
|
execution_context: int | str | None = None,
|
|
1889
1889
|
undo: bool | None = None,
|
|
1890
1890
|
*,
|
|
@@ -1893,7 +1893,7 @@ def select_side_of_frame(
|
|
|
1893
1893
|
):
|
|
1894
1894
|
"""Select strips relative to the current frame
|
|
1895
1895
|
|
|
1896
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1896
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1897
1897
|
:type execution_context: int | str | None
|
|
1898
1898
|
:type undo: bool | None
|
|
1899
1899
|
:param extend: Extend, Extend the selection
|
|
@@ -1914,7 +1914,7 @@ def select_side_of_frame(
|
|
|
1914
1914
|
...
|
|
1915
1915
|
|
|
1916
1916
|
def set_range_to_strips(
|
|
1917
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1917
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1918
1918
|
execution_context: int | str | None = None,
|
|
1919
1919
|
undo: bool | None = None,
|
|
1920
1920
|
*,
|
|
@@ -1922,7 +1922,7 @@ def set_range_to_strips(
|
|
|
1922
1922
|
):
|
|
1923
1923
|
"""Set the frame range to the selected strips start and end
|
|
1924
1924
|
|
|
1925
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1925
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1926
1926
|
:type execution_context: int | str | None
|
|
1927
1927
|
:type undo: bool | None
|
|
1928
1928
|
:param preview: Preview, Set the preview range instead
|
|
@@ -1932,7 +1932,7 @@ def set_range_to_strips(
|
|
|
1932
1932
|
...
|
|
1933
1933
|
|
|
1934
1934
|
def slip(
|
|
1935
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1935
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1936
1936
|
execution_context: int | str | None = None,
|
|
1937
1937
|
undo: bool | None = None,
|
|
1938
1938
|
*,
|
|
@@ -1940,7 +1940,7 @@ def slip(
|
|
|
1940
1940
|
):
|
|
1941
1941
|
"""Slip the contents of selected strips
|
|
1942
1942
|
|
|
1943
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1943
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1944
1944
|
:type execution_context: int | str | None
|
|
1945
1945
|
:type undo: bool | None
|
|
1946
1946
|
:param offset: Offset, Offset to the data of the strip
|
|
@@ -1950,7 +1950,7 @@ def slip(
|
|
|
1950
1950
|
...
|
|
1951
1951
|
|
|
1952
1952
|
def snap(
|
|
1953
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1953
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1954
1954
|
execution_context: int | str | None = None,
|
|
1955
1955
|
undo: bool | None = None,
|
|
1956
1956
|
*,
|
|
@@ -1958,7 +1958,7 @@ def snap(
|
|
|
1958
1958
|
):
|
|
1959
1959
|
"""Frame where selected strips will be snapped
|
|
1960
1960
|
|
|
1961
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1961
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1962
1962
|
:type execution_context: int | str | None
|
|
1963
1963
|
:type undo: bool | None
|
|
1964
1964
|
:param frame: Frame, Frame where selected strips will be snapped
|
|
@@ -1968,7 +1968,7 @@ def snap(
|
|
|
1968
1968
|
...
|
|
1969
1969
|
|
|
1970
1970
|
def sound_strip_add(
|
|
1971
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1971
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1972
1972
|
execution_context: int | str | None = None,
|
|
1973
1973
|
undo: bool | None = None,
|
|
1974
1974
|
*,
|
|
@@ -2018,7 +2018,7 @@ def sound_strip_add(
|
|
|
2018
2018
|
):
|
|
2019
2019
|
"""Add a sound strip to the sequencer
|
|
2020
2020
|
|
|
2021
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2021
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2022
2022
|
:type execution_context: int | str | None
|
|
2023
2023
|
:type undo: bool | None
|
|
2024
2024
|
:param filepath: File Path, Path to file
|
|
@@ -2117,7 +2117,7 @@ def sound_strip_add(
|
|
|
2117
2117
|
...
|
|
2118
2118
|
|
|
2119
2119
|
def split(
|
|
2120
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2120
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
2121
2121
|
execution_context: int | str | None = None,
|
|
2122
2122
|
undo: bool | None = None,
|
|
2123
2123
|
*,
|
|
@@ -2131,7 +2131,7 @@ def split(
|
|
|
2131
2131
|
):
|
|
2132
2132
|
"""Split the selected strips in two
|
|
2133
2133
|
|
|
2134
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2134
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2135
2135
|
:type execution_context: int | str | None
|
|
2136
2136
|
:type undo: bool | None
|
|
2137
2137
|
:param frame: Frame, Frame where selected strips will be split
|
|
@@ -2151,7 +2151,7 @@ def split(
|
|
|
2151
2151
|
...
|
|
2152
2152
|
|
|
2153
2153
|
def split_multicam(
|
|
2154
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2154
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
2155
2155
|
execution_context: int | str | None = None,
|
|
2156
2156
|
undo: bool | None = None,
|
|
2157
2157
|
*,
|
|
@@ -2159,7 +2159,7 @@ def split_multicam(
|
|
|
2159
2159
|
):
|
|
2160
2160
|
"""Split multicam strip and select camera
|
|
2161
2161
|
|
|
2162
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2162
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2163
2163
|
:type execution_context: int | str | None
|
|
2164
2164
|
:type undo: bool | None
|
|
2165
2165
|
:param camera: Camera
|
|
@@ -2169,7 +2169,7 @@ def split_multicam(
|
|
|
2169
2169
|
...
|
|
2170
2170
|
|
|
2171
2171
|
def strip_color_tag_set(
|
|
2172
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2172
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
2173
2173
|
execution_context: int | str | None = None,
|
|
2174
2174
|
undo: bool | None = None,
|
|
2175
2175
|
*,
|
|
@@ -2189,7 +2189,7 @@ def strip_color_tag_set(
|
|
|
2189
2189
|
):
|
|
2190
2190
|
"""Set a color tag for the selected strips
|
|
2191
2191
|
|
|
2192
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2192
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2193
2193
|
:type execution_context: int | str | None
|
|
2194
2194
|
:type undo: bool | None
|
|
2195
2195
|
:param color: Color Tag
|
|
@@ -2199,7 +2199,7 @@ def strip_color_tag_set(
|
|
|
2199
2199
|
...
|
|
2200
2200
|
|
|
2201
2201
|
def strip_jump(
|
|
2202
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2202
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
2203
2203
|
execution_context: int | str | None = None,
|
|
2204
2204
|
undo: bool | None = None,
|
|
2205
2205
|
*,
|
|
@@ -2208,7 +2208,7 @@ def strip_jump(
|
|
|
2208
2208
|
):
|
|
2209
2209
|
"""Move frame to previous edit point
|
|
2210
2210
|
|
|
2211
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2211
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2212
2212
|
:type execution_context: int | str | None
|
|
2213
2213
|
:type undo: bool | None
|
|
2214
2214
|
:param next: Next Strip
|
|
@@ -2220,7 +2220,7 @@ def strip_jump(
|
|
|
2220
2220
|
...
|
|
2221
2221
|
|
|
2222
2222
|
def strip_modifier_add(
|
|
2223
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2223
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
2224
2224
|
execution_context: int | str | None = None,
|
|
2225
2225
|
undo: bool | None = None,
|
|
2226
2226
|
*,
|
|
@@ -2228,7 +2228,7 @@ def strip_modifier_add(
|
|
|
2228
2228
|
):
|
|
2229
2229
|
"""Add a modifier to the strip
|
|
2230
2230
|
|
|
2231
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2231
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2232
2232
|
:type execution_context: int | str | None
|
|
2233
2233
|
:type undo: bool | None
|
|
2234
2234
|
:param type: Type
|
|
@@ -2238,7 +2238,7 @@ def strip_modifier_add(
|
|
|
2238
2238
|
...
|
|
2239
2239
|
|
|
2240
2240
|
def strip_modifier_copy(
|
|
2241
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2241
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
2242
2242
|
execution_context: int | str | None = None,
|
|
2243
2243
|
undo: bool | None = None,
|
|
2244
2244
|
*,
|
|
@@ -2246,7 +2246,7 @@ def strip_modifier_copy(
|
|
|
2246
2246
|
):
|
|
2247
2247
|
"""Copy modifiers of the active strip to all selected strips
|
|
2248
2248
|
|
|
2249
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2249
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2250
2250
|
:type execution_context: int | str | None
|
|
2251
2251
|
:type undo: bool | None
|
|
2252
2252
|
:param type: Type
|
|
@@ -2262,7 +2262,7 @@ def strip_modifier_copy(
|
|
|
2262
2262
|
...
|
|
2263
2263
|
|
|
2264
2264
|
def strip_modifier_equalizer_redefine(
|
|
2265
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2265
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
2266
2266
|
execution_context: int | str | None = None,
|
|
2267
2267
|
undo: bool | None = None,
|
|
2268
2268
|
*,
|
|
@@ -2271,7 +2271,7 @@ def strip_modifier_equalizer_redefine(
|
|
|
2271
2271
|
):
|
|
2272
2272
|
"""Redefine equalizer graphs
|
|
2273
2273
|
|
|
2274
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2274
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2275
2275
|
:type execution_context: int | str | None
|
|
2276
2276
|
:type undo: bool | None
|
|
2277
2277
|
:param graphs: Graphs, Number of graphs
|
|
@@ -2292,7 +2292,7 @@ def strip_modifier_equalizer_redefine(
|
|
|
2292
2292
|
...
|
|
2293
2293
|
|
|
2294
2294
|
def strip_modifier_move(
|
|
2295
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2295
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
2296
2296
|
execution_context: int | str | None = None,
|
|
2297
2297
|
undo: bool | None = None,
|
|
2298
2298
|
*,
|
|
@@ -2301,7 +2301,7 @@ def strip_modifier_move(
|
|
|
2301
2301
|
):
|
|
2302
2302
|
"""Move modifier up and down in the stack
|
|
2303
2303
|
|
|
2304
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2304
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2305
2305
|
:type execution_context: int | str | None
|
|
2306
2306
|
:type undo: bool | None
|
|
2307
2307
|
:param name: Name, Name of modifier to remove
|
|
@@ -2319,7 +2319,7 @@ def strip_modifier_move(
|
|
|
2319
2319
|
...
|
|
2320
2320
|
|
|
2321
2321
|
def strip_modifier_remove(
|
|
2322
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2322
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
2323
2323
|
execution_context: int | str | None = None,
|
|
2324
2324
|
undo: bool | None = None,
|
|
2325
2325
|
*,
|
|
@@ -2327,7 +2327,7 @@ def strip_modifier_remove(
|
|
|
2327
2327
|
):
|
|
2328
2328
|
"""Remove a modifier from the strip
|
|
2329
2329
|
|
|
2330
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2330
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2331
2331
|
:type execution_context: int | str | None
|
|
2332
2332
|
:type undo: bool | None
|
|
2333
2333
|
:param name: Name, Name of modifier to remove
|
|
@@ -2337,7 +2337,7 @@ def strip_modifier_remove(
|
|
|
2337
2337
|
...
|
|
2338
2338
|
|
|
2339
2339
|
def strip_transform_clear(
|
|
2340
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2340
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
2341
2341
|
execution_context: int | str | None = None,
|
|
2342
2342
|
undo: bool | None = None,
|
|
2343
2343
|
*,
|
|
@@ -2345,7 +2345,7 @@ def strip_transform_clear(
|
|
|
2345
2345
|
):
|
|
2346
2346
|
"""Reset image transformation to default value
|
|
2347
2347
|
|
|
2348
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2348
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2349
2349
|
:type execution_context: int | str | None
|
|
2350
2350
|
:type undo: bool | None
|
|
2351
2351
|
:param property: Property, Strip transform property to be reset
|
|
@@ -2367,7 +2367,7 @@ def strip_transform_clear(
|
|
|
2367
2367
|
...
|
|
2368
2368
|
|
|
2369
2369
|
def strip_transform_fit(
|
|
2370
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2370
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
2371
2371
|
execution_context: int | str | None = None,
|
|
2372
2372
|
undo: bool | None = None,
|
|
2373
2373
|
*,
|
|
@@ -2375,7 +2375,7 @@ def strip_transform_fit(
|
|
|
2375
2375
|
):
|
|
2376
2376
|
"""Undocumented, consider contributing.
|
|
2377
2377
|
|
|
2378
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2378
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2379
2379
|
:type execution_context: int | str | None
|
|
2380
2380
|
:type undo: bool | None
|
|
2381
2381
|
:param fit_method: Fit Method, Scale fit fit_method
|
|
@@ -2394,7 +2394,7 @@ def strip_transform_fit(
|
|
|
2394
2394
|
...
|
|
2395
2395
|
|
|
2396
2396
|
def swap(
|
|
2397
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2397
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
2398
2398
|
execution_context: int | str | None = None,
|
|
2399
2399
|
undo: bool | None = None,
|
|
2400
2400
|
*,
|
|
@@ -2402,7 +2402,7 @@ def swap(
|
|
|
2402
2402
|
):
|
|
2403
2403
|
"""Swap active strip with strip to the right or left
|
|
2404
2404
|
|
|
2405
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2405
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2406
2406
|
:type execution_context: int | str | None
|
|
2407
2407
|
:type undo: bool | None
|
|
2408
2408
|
:param side: Side, Side of the strip to swap
|
|
@@ -2412,13 +2412,13 @@ def swap(
|
|
|
2412
2412
|
...
|
|
2413
2413
|
|
|
2414
2414
|
def swap_data(
|
|
2415
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2415
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
2416
2416
|
execution_context: int | str | None = None,
|
|
2417
2417
|
undo: bool | None = None,
|
|
2418
2418
|
):
|
|
2419
2419
|
"""Swap 2 sequencer strips
|
|
2420
2420
|
|
|
2421
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2421
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2422
2422
|
:type execution_context: int | str | None
|
|
2423
2423
|
:type undo: bool | None
|
|
2424
2424
|
"""
|
|
@@ -2426,13 +2426,13 @@ def swap_data(
|
|
|
2426
2426
|
...
|
|
2427
2427
|
|
|
2428
2428
|
def swap_inputs(
|
|
2429
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2429
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
2430
2430
|
execution_context: int | str | None = None,
|
|
2431
2431
|
undo: bool | None = None,
|
|
2432
2432
|
):
|
|
2433
2433
|
"""Swap the first two inputs for the effect strip
|
|
2434
2434
|
|
|
2435
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2435
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2436
2436
|
:type execution_context: int | str | None
|
|
2437
2437
|
:type undo: bool | None
|
|
2438
2438
|
"""
|
|
@@ -2440,13 +2440,13 @@ def swap_inputs(
|
|
|
2440
2440
|
...
|
|
2441
2441
|
|
|
2442
2442
|
def unlock(
|
|
2443
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2443
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
2444
2444
|
execution_context: int | str | None = None,
|
|
2445
2445
|
undo: bool | None = None,
|
|
2446
2446
|
):
|
|
2447
2447
|
"""Unlock strips so they can be transformed
|
|
2448
2448
|
|
|
2449
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2449
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2450
2450
|
:type execution_context: int | str | None
|
|
2451
2451
|
:type undo: bool | None
|
|
2452
2452
|
"""
|
|
@@ -2454,7 +2454,7 @@ def unlock(
|
|
|
2454
2454
|
...
|
|
2455
2455
|
|
|
2456
2456
|
def unmute(
|
|
2457
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2457
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
2458
2458
|
execution_context: int | str | None = None,
|
|
2459
2459
|
undo: bool | None = None,
|
|
2460
2460
|
*,
|
|
@@ -2462,7 +2462,7 @@ def unmute(
|
|
|
2462
2462
|
):
|
|
2463
2463
|
"""Unmute (un)selected strips
|
|
2464
2464
|
|
|
2465
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2465
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2466
2466
|
:type execution_context: int | str | None
|
|
2467
2467
|
:type undo: bool | None
|
|
2468
2468
|
:param unselected: Unselected, Unmute unselected rather than selected strips
|
|
@@ -2472,13 +2472,13 @@ def unmute(
|
|
|
2472
2472
|
...
|
|
2473
2473
|
|
|
2474
2474
|
def view_all(
|
|
2475
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2475
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
2476
2476
|
execution_context: int | str | None = None,
|
|
2477
2477
|
undo: bool | None = None,
|
|
2478
2478
|
):
|
|
2479
2479
|
"""View all the strips in the sequencer
|
|
2480
2480
|
|
|
2481
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2481
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2482
2482
|
:type execution_context: int | str | None
|
|
2483
2483
|
:type undo: bool | None
|
|
2484
2484
|
"""
|
|
@@ -2486,13 +2486,13 @@ def view_all(
|
|
|
2486
2486
|
...
|
|
2487
2487
|
|
|
2488
2488
|
def view_all_preview(
|
|
2489
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2489
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
2490
2490
|
execution_context: int | str | None = None,
|
|
2491
2491
|
undo: bool | None = None,
|
|
2492
2492
|
):
|
|
2493
2493
|
"""Zoom preview to fit in the area
|
|
2494
2494
|
|
|
2495
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2495
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2496
2496
|
:type execution_context: int | str | None
|
|
2497
2497
|
:type undo: bool | None
|
|
2498
2498
|
"""
|
|
@@ -2500,13 +2500,13 @@ def view_all_preview(
|
|
|
2500
2500
|
...
|
|
2501
2501
|
|
|
2502
2502
|
def view_frame(
|
|
2503
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2503
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
2504
2504
|
execution_context: int | str | None = None,
|
|
2505
2505
|
undo: bool | None = None,
|
|
2506
2506
|
):
|
|
2507
2507
|
"""Move the view to the current frame
|
|
2508
2508
|
|
|
2509
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2509
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2510
2510
|
:type execution_context: int | str | None
|
|
2511
2511
|
:type undo: bool | None
|
|
2512
2512
|
"""
|
|
@@ -2514,7 +2514,7 @@ def view_frame(
|
|
|
2514
2514
|
...
|
|
2515
2515
|
|
|
2516
2516
|
def view_ghost_border(
|
|
2517
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2517
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
2518
2518
|
execution_context: int | str | None = None,
|
|
2519
2519
|
undo: bool | None = None,
|
|
2520
2520
|
*,
|
|
@@ -2526,7 +2526,7 @@ def view_ghost_border(
|
|
|
2526
2526
|
):
|
|
2527
2527
|
"""Set the boundaries of the border used for offset view
|
|
2528
2528
|
|
|
2529
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2529
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2530
2530
|
:type execution_context: int | str | None
|
|
2531
2531
|
:type undo: bool | None
|
|
2532
2532
|
:param xmin: X Min
|
|
@@ -2544,13 +2544,13 @@ def view_ghost_border(
|
|
|
2544
2544
|
...
|
|
2545
2545
|
|
|
2546
2546
|
def view_selected(
|
|
2547
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2547
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
2548
2548
|
execution_context: int | str | None = None,
|
|
2549
2549
|
undo: bool | None = None,
|
|
2550
2550
|
):
|
|
2551
2551
|
"""Zoom the sequencer on the selected strips
|
|
2552
2552
|
|
|
2553
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2553
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2554
2554
|
:type execution_context: int | str | None
|
|
2555
2555
|
:type undo: bool | None
|
|
2556
2556
|
"""
|
|
@@ -2558,7 +2558,7 @@ def view_selected(
|
|
|
2558
2558
|
...
|
|
2559
2559
|
|
|
2560
2560
|
def view_zoom_ratio(
|
|
2561
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2561
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
2562
2562
|
execution_context: int | str | None = None,
|
|
2563
2563
|
undo: bool | None = None,
|
|
2564
2564
|
*,
|
|
@@ -2566,7 +2566,7 @@ def view_zoom_ratio(
|
|
|
2566
2566
|
):
|
|
2567
2567
|
"""Change zoom ratio of sequencer preview
|
|
2568
2568
|
|
|
2569
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2569
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2570
2570
|
:type execution_context: int | str | None
|
|
2571
2571
|
:type undo: bool | None
|
|
2572
2572
|
:param ratio: Ratio, Zoom ratio, 1.0 is 1:1, higher is zoomed in, lower is zoomed out
|