fake-bpy-module 20240327__py3-none-any.whl → 20240329__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.

Files changed (114) hide show
  1. aud/__init__.pyi +34 -96
  2. bgl/__init__.pyi +1265 -2417
  3. bl_math/__init__.pyi +3 -14
  4. bl_ui/space_toolsystem_toolbar/__init__.pyi +3 -0
  5. blf/__init__.pyi +13 -50
  6. bmesh/ops/__init__.pyi +68 -142
  7. bmesh/types/__init__.pyi +18 -44
  8. bmesh/utils/__init__.pyi +2 -6
  9. bpy/app/icons/__init__.pyi +2 -4
  10. bpy/app/timers/__init__.pyi +2 -6
  11. bpy/ops/action/__init__.pyi +92 -93
  12. bpy/ops/anim/__init__.pyi +104 -104
  13. bpy/ops/armature/__init__.pyi +108 -112
  14. bpy/ops/asset/__init__.pyi +32 -32
  15. bpy/ops/boid/__init__.pyi +18 -18
  16. bpy/ops/brush/__init__.pyi +18 -18
  17. bpy/ops/buttons/__init__.pyi +12 -12
  18. bpy/ops/cachefile/__init__.pyi +10 -10
  19. bpy/ops/camera/__init__.pyi +4 -4
  20. bpy/ops/clip/__init__.pyi +194 -195
  21. bpy/ops/cloth/__init__.pyi +2 -2
  22. bpy/ops/collection/__init__.pyi +10 -10
  23. bpy/ops/console/__init__.pyi +42 -42
  24. bpy/ops/constraint/__init__.pyi +36 -36
  25. bpy/ops/curve/__init__.pyi +114 -118
  26. bpy/ops/curves/__init__.pyi +55 -53
  27. bpy/ops/cycles/__init__.pyi +6 -6
  28. bpy/ops/dpaint/__init__.pyi +12 -12
  29. bpy/ops/ed/__init__.pyi +24 -24
  30. bpy/ops/export_anim/__init__.pyi +2 -2
  31. bpy/ops/export_mesh/__init__.pyi +2 -2
  32. bpy/ops/export_scene/__init__.pyi +7 -7
  33. bpy/ops/file/__init__.pyi +80 -83
  34. bpy/ops/fluid/__init__.pyi +28 -28
  35. bpy/ops/font/__init__.pyi +46 -46
  36. bpy/ops/geometry/__init__.pyi +38 -38
  37. bpy/ops/gizmogroup/__init__.pyi +4 -4
  38. bpy/ops/gpencil/__init__.pyi +308 -309
  39. bpy/ops/graph/__init__.pyi +150 -151
  40. bpy/ops/grease_pencil/__init__.pyi +114 -115
  41. bpy/ops/image/__init__.pyi +100 -100
  42. bpy/ops/import_anim/__init__.pyi +2 -2
  43. bpy/ops/import_curve/__init__.pyi +2 -2
  44. bpy/ops/import_mesh/__init__.pyi +2 -2
  45. bpy/ops/import_scene/__init__.pyi +6 -6
  46. bpy/ops/info/__init__.pyi +14 -14
  47. bpy/ops/lattice/__init__.pyi +16 -16
  48. bpy/ops/marker/__init__.pyi +22 -22
  49. bpy/ops/mask/__init__.pyi +90 -91
  50. bpy/ops/material/__init__.pyi +6 -6
  51. bpy/ops/mball/__init__.pyi +20 -21
  52. bpy/ops/mesh/__init__.pyi +429 -427
  53. bpy/ops/nla/__init__.pyi +90 -91
  54. bpy/ops/node/__init__.pyi +242 -243
  55. bpy/ops/object/__init__.pyi +572 -567
  56. bpy/ops/outliner/__init__.pyi +142 -142
  57. bpy/ops/paint/__init__.pyi +182 -126
  58. bpy/ops/paintcurve/__init__.pyi +20 -20
  59. bpy/ops/palette/__init__.pyi +14 -14
  60. bpy/ops/particle/__init__.pyi +72 -72
  61. bpy/ops/pose/__init__.pyi +90 -90
  62. bpy/ops/poselib/__init__.pyi +18 -18
  63. bpy/ops/preferences/__init__.pyi +76 -76
  64. bpy/ops/ptcache/__init__.pyi +14 -14
  65. bpy/ops/render/__init__.pyi +24 -24
  66. bpy/ops/rigidbody/__init__.pyi +34 -34
  67. bpy/ops/scene/__init__.pyi +86 -86
  68. bpy/ops/screen/__init__.pyi +84 -84
  69. bpy/ops/script/__init__.pyi +6 -6
  70. bpy/ops/sculpt/__init__.pyi +62 -62
  71. bpy/ops/sculpt_curves/__init__.pyi +8 -8
  72. bpy/ops/sequencer/__init__.pyi +184 -185
  73. bpy/ops/sound/__init__.pyi +16 -16
  74. bpy/ops/spreadsheet/__init__.pyi +8 -8
  75. bpy/ops/surface/__init__.pyi +12 -12
  76. bpy/ops/text/__init__.pyi +86 -86
  77. bpy/ops/text_editor/__init__.pyi +2 -2
  78. bpy/ops/texture/__init__.pyi +8 -8
  79. bpy/ops/transform/__init__.pyi +112 -112
  80. bpy/ops/ui/__init__.pyi +64 -64
  81. bpy/ops/uilist/__init__.pyi +6 -6
  82. bpy/ops/uv/__init__.pyi +104 -105
  83. bpy/ops/view2d/__init__.pyi +28 -28
  84. bpy/ops/view3d/__init__.pyi +134 -134
  85. bpy/ops/wm/__init__.pyi +232 -232
  86. bpy/ops/workspace/__init__.pyi +14 -14
  87. bpy/ops/world/__init__.pyi +2 -2
  88. bpy/props/__init__.pyi +29 -52
  89. bpy/types/__init__.pyi +5257 -3766
  90. bpy/utils/__init__.pyi +3 -6
  91. bpy/utils/units/__init__.pyi +3 -6
  92. bpy_extras/io_utils/__init__.pyi +8 -0
  93. {fake_bpy_module-20240327.dist-info → fake_bpy_module-20240329.dist-info}/METADATA +1 -1
  94. {fake_bpy_module-20240327.dist-info → fake_bpy_module-20240329.dist-info}/RECORD +114 -114
  95. freestyle/chainingiterators/__init__.pyi +5 -12
  96. freestyle/functions/__init__.pyi +19 -73
  97. freestyle/predicates/__init__.pyi +8 -21
  98. freestyle/shaders/__init__.pyi +32 -81
  99. freestyle/types/__init__.pyi +100 -270
  100. freestyle/utils/ContextFunctions/__init__.pyi +7 -27
  101. freestyle/utils/__init__.pyi +1 -2
  102. gpu/capabilities/__init__.pyi +15 -32
  103. gpu/matrix/__init__.pyi +1 -2
  104. gpu/state/__init__.pyi +4 -10
  105. gpu/types/__init__.pyi +29 -87
  106. gpu_extras/presets/__init__.pyi +4 -16
  107. imbuf/types/__init__.pyi +4 -10
  108. mathutils/__init__.pyi +106 -257
  109. mathutils/bvhtree/__init__.pyi +7 -15
  110. mathutils/geometry/__init__.pyi +9 -18
  111. mathutils/kdtree/__init__.pyi +4 -11
  112. mathutils/noise/__init__.pyi +41 -82
  113. {fake_bpy_module-20240327.dist-info → fake_bpy_module-20240329.dist-info}/WHEEL +0 -0
  114. {fake_bpy_module-20240327.dist-info → fake_bpy_module-20240329.dist-info}/top_level.txt +0 -0
@@ -1,19 +1,18 @@
1
1
  import typing
2
- import bpy.ops.transform
3
2
  import bpy.types
4
3
 
5
4
  GenericType = typing.TypeVar("GenericType")
6
5
 
7
6
  def change_effect_input(
8
7
  override_context: typing.Union[dict, bpy.types.Context] = None,
9
- execution_context: typing.Union[str, int] = None,
8
+ execution_context: str = None,
10
9
  undo: bool = None,
11
10
  swap: typing.Any = "A_B",
12
11
  ):
13
12
  """Undocumented, consider contributing.
14
13
 
15
14
  :type override_context: typing.Union[dict, bpy.types.Context]
16
- :type execution_context: typing.Union[str, int]
15
+ :type execution_context: str
17
16
  :type undo: bool
18
17
  :param swap: Swap, The effect inputs to swap
19
18
  :type swap: typing.Any
@@ -23,14 +22,14 @@ def change_effect_input(
23
22
 
24
23
  def change_effect_type(
25
24
  override_context: typing.Union[dict, bpy.types.Context] = None,
26
- execution_context: typing.Union[str, int] = None,
25
+ execution_context: str = None,
27
26
  undo: bool = None,
28
27
  type: typing.Any = "CROSS",
29
28
  ):
30
29
  """Undocumented, consider contributing.
31
30
 
32
31
  :type override_context: typing.Union[dict, bpy.types.Context]
33
- :type execution_context: typing.Union[str, int]
32
+ :type execution_context: str
34
33
  :type undo: bool
35
34
  :param type: Type, Sequencer effect type
36
35
 
@@ -94,7 +93,7 @@ def change_effect_type(
94
93
 
95
94
  def change_path(
96
95
  override_context: typing.Union[dict, bpy.types.Context] = None,
97
- execution_context: typing.Union[str, int] = None,
96
+ execution_context: str = None,
98
97
  undo: bool = None,
99
98
  filepath: typing.Union[str, typing.Any] = "",
100
99
  directory: typing.Union[str, typing.Any] = "",
@@ -127,7 +126,7 @@ def change_path(
127
126
  """Undocumented, consider contributing.
128
127
 
129
128
  :type override_context: typing.Union[dict, bpy.types.Context]
130
- :type execution_context: typing.Union[str, int]
129
+ :type execution_context: str
131
130
  :type undo: bool
132
131
  :param filepath: File Path, Path to file
133
132
  :type filepath: typing.Union[str, typing.Any]
@@ -201,14 +200,14 @@ def change_path(
201
200
 
202
201
  def change_scene(
203
202
  override_context: typing.Union[dict, bpy.types.Context] = None,
204
- execution_context: typing.Union[str, int] = None,
203
+ execution_context: str = None,
205
204
  undo: bool = None,
206
205
  scene: typing.Union[str, int, typing.Any] = "",
207
206
  ):
208
207
  """Change Scene assigned to Strip
209
208
 
210
209
  :type override_context: typing.Union[dict, bpy.types.Context]
211
- :type execution_context: typing.Union[str, int]
210
+ :type execution_context: str
212
211
  :type undo: bool
213
212
  :param scene: Scene
214
213
  :type scene: typing.Union[str, int, typing.Any]
@@ -218,13 +217,13 @@ def change_scene(
218
217
 
219
218
  def copy(
220
219
  override_context: typing.Union[dict, bpy.types.Context] = None,
221
- execution_context: typing.Union[str, int] = None,
220
+ execution_context: str = None,
222
221
  undo: bool = None,
223
222
  ):
224
223
  """Copy the selected strips to the internal clipboard
225
224
 
226
225
  :type override_context: typing.Union[dict, bpy.types.Context]
227
- :type execution_context: typing.Union[str, int]
226
+ :type execution_context: str
228
227
  :type undo: bool
229
228
  """
230
229
 
@@ -232,13 +231,13 @@ def copy(
232
231
 
233
232
  def crossfade_sounds(
234
233
  override_context: typing.Union[dict, bpy.types.Context] = None,
235
- execution_context: typing.Union[str, int] = None,
234
+ execution_context: str = None,
236
235
  undo: bool = None,
237
236
  ):
238
237
  """Do cross-fading volume animation of two selected sound strips
239
238
 
240
239
  :type override_context: typing.Union[dict, bpy.types.Context]
241
- :type execution_context: typing.Union[str, int]
240
+ :type execution_context: str
242
241
  :type undo: bool
243
242
  """
244
243
 
@@ -246,14 +245,14 @@ def crossfade_sounds(
246
245
 
247
246
  def cursor_set(
248
247
  override_context: typing.Union[dict, bpy.types.Context] = None,
249
- execution_context: typing.Union[str, int] = None,
248
+ execution_context: str = None,
250
249
  undo: bool = None,
251
250
  location: typing.Any = (0.0, 0.0),
252
251
  ):
253
252
  """Set 2D cursor location
254
253
 
255
254
  :type override_context: typing.Union[dict, bpy.types.Context]
256
- :type execution_context: typing.Union[str, int]
255
+ :type execution_context: str
257
256
  :type undo: bool
258
257
  :param location: Location, Cursor location in normalized preview coordinates
259
258
  :type location: typing.Any
@@ -263,13 +262,13 @@ def cursor_set(
263
262
 
264
263
  def deinterlace_selected_movies(
265
264
  override_context: typing.Union[dict, bpy.types.Context] = None,
266
- execution_context: typing.Union[str, int] = None,
265
+ execution_context: str = None,
267
266
  undo: bool = None,
268
267
  ):
269
268
  """Deinterlace all selected movie sources
270
269
 
271
270
  :type override_context: typing.Union[dict, bpy.types.Context]
272
- :type execution_context: typing.Union[str, int]
271
+ :type execution_context: str
273
272
  :type undo: bool
274
273
  """
275
274
 
@@ -277,7 +276,7 @@ def deinterlace_selected_movies(
277
276
 
278
277
  def delete(
279
278
  override_context: typing.Union[dict, bpy.types.Context] = None,
280
- execution_context: typing.Union[str, int] = None,
279
+ execution_context: str = None,
281
280
  undo: bool = None,
282
281
  delete_data: typing.Union[bool, typing.Any] = False,
283
282
  use_retiming_mode: typing.Union[bool, typing.Any] = False,
@@ -285,7 +284,7 @@ def delete(
285
284
  """Delete selected strips from the sequencer
286
285
 
287
286
  :type override_context: typing.Union[dict, bpy.types.Context]
288
- :type execution_context: typing.Union[str, int]
287
+ :type execution_context: str
289
288
  :type undo: bool
290
289
  :param delete_data: Delete Data, After removing the Strip, delete the associated data also
291
290
  :type delete_data: typing.Union[bool, typing.Any]
@@ -297,13 +296,13 @@ def delete(
297
296
 
298
297
  def duplicate(
299
298
  override_context: typing.Union[dict, bpy.types.Context] = None,
300
- execution_context: typing.Union[str, int] = None,
299
+ execution_context: str = None,
301
300
  undo: bool = None,
302
301
  ):
303
302
  """Duplicate the selected strips
304
303
 
305
304
  :type override_context: typing.Union[dict, bpy.types.Context]
306
- :type execution_context: typing.Union[str, int]
305
+ :type execution_context: str
307
306
  :type undo: bool
308
307
  """
309
308
 
@@ -311,27 +310,27 @@ def duplicate(
311
310
 
312
311
  def duplicate_move(
313
312
  override_context: typing.Union[dict, bpy.types.Context] = None,
314
- execution_context: typing.Union[str, int] = None,
313
+ execution_context: str = None,
315
314
  undo: bool = None,
316
- SEQUENCER_OT_duplicate: duplicate = None,
317
- TRANSFORM_OT_seq_slide: bpy.ops.transform.seq_slide = None,
315
+ SEQUENCER_OT_duplicate: typing.Any = None,
316
+ TRANSFORM_OT_seq_slide: typing.Any = None,
318
317
  ):
319
318
  """Duplicate selected strips and move them
320
319
 
321
320
  :type override_context: typing.Union[dict, bpy.types.Context]
322
- :type execution_context: typing.Union[str, int]
321
+ :type execution_context: str
323
322
  :type undo: bool
324
323
  :param SEQUENCER_OT_duplicate: Duplicate Strips, Duplicate the selected strips
325
- :type SEQUENCER_OT_duplicate: duplicate
324
+ :type SEQUENCER_OT_duplicate: typing.Any
326
325
  :param TRANSFORM_OT_seq_slide: Sequence Slide, Slide a sequence strip in time
327
- :type TRANSFORM_OT_seq_slide: bpy.ops.transform.seq_slide
326
+ :type TRANSFORM_OT_seq_slide: typing.Any
328
327
  """
329
328
 
330
329
  ...
331
330
 
332
331
  def effect_strip_add(
333
332
  override_context: typing.Union[dict, bpy.types.Context] = None,
334
- execution_context: typing.Union[str, int] = None,
333
+ execution_context: str = None,
335
334
  undo: bool = None,
336
335
  type: typing.Any = "CROSS",
337
336
  frame_start: typing.Any = 0,
@@ -345,7 +344,7 @@ def effect_strip_add(
345
344
  """Add an effect to the sequencer, most are applied on top of existing strips
346
345
 
347
346
  :type override_context: typing.Union[dict, bpy.types.Context]
348
- :type execution_context: typing.Union[str, int]
347
+ :type execution_context: str
349
348
  :type undo: bool
350
349
  :param type: Type, Sequencer effect type
351
350
 
@@ -423,7 +422,7 @@ def effect_strip_add(
423
422
 
424
423
  def enable_proxies(
425
424
  override_context: typing.Union[dict, bpy.types.Context] = None,
426
- execution_context: typing.Union[str, int] = None,
425
+ execution_context: str = None,
427
426
  undo: bool = None,
428
427
  proxy_25: typing.Union[bool, typing.Any] = False,
429
428
  proxy_50: typing.Union[bool, typing.Any] = False,
@@ -434,7 +433,7 @@ def enable_proxies(
434
433
  """Enable selected proxies on all selected Movie and Image strips
435
434
 
436
435
  :type override_context: typing.Union[dict, bpy.types.Context]
437
- :type execution_context: typing.Union[str, int]
436
+ :type execution_context: str
438
437
  :type undo: bool
439
438
  :param proxy_25: 25%
440
439
  :type proxy_25: typing.Union[bool, typing.Any]
@@ -452,7 +451,7 @@ def enable_proxies(
452
451
 
453
452
  def export_subtitles(
454
453
  override_context: typing.Union[dict, bpy.types.Context] = None,
455
- execution_context: typing.Union[str, int] = None,
454
+ execution_context: str = None,
456
455
  undo: bool = None,
457
456
  filepath: typing.Union[str, typing.Any] = "",
458
457
  hide_props_region: typing.Union[bool, typing.Any] = True,
@@ -481,7 +480,7 @@ def export_subtitles(
481
480
  """Export .srt file containing text strips
482
481
 
483
482
  :type override_context: typing.Union[dict, bpy.types.Context]
484
- :type execution_context: typing.Union[str, int]
483
+ :type execution_context: str
485
484
  :type undo: bool
486
485
  :param filepath: File Path, Path to file
487
486
  :type filepath: typing.Union[str, typing.Any]
@@ -547,7 +546,7 @@ def export_subtitles(
547
546
 
548
547
  def fades_add(
549
548
  override_context: typing.Union[dict, bpy.types.Context] = None,
550
- execution_context: typing.Union[str, int] = None,
549
+ execution_context: str = None,
551
550
  undo: bool = None,
552
551
  duration_seconds: typing.Any = 1.0,
553
552
  type: typing.Any = "IN_OUT",
@@ -555,7 +554,7 @@ def fades_add(
555
554
  """Adds or updates a fade animation for either visual or audio strips
556
555
 
557
556
  :type override_context: typing.Union[dict, bpy.types.Context]
558
- :type execution_context: typing.Union[str, int]
557
+ :type execution_context: str
559
558
  :type undo: bool
560
559
  :param duration_seconds: Fade Duration, Duration of the fade in seconds
561
560
  :type duration_seconds: typing.Any
@@ -582,13 +581,13 @@ def fades_add(
582
581
 
583
582
  def fades_clear(
584
583
  override_context: typing.Union[dict, bpy.types.Context] = None,
585
- execution_context: typing.Union[str, int] = None,
584
+ execution_context: str = None,
586
585
  undo: bool = None,
587
586
  ):
588
587
  """Removes fade animation from selected sequences
589
588
 
590
589
  :type override_context: typing.Union[dict, bpy.types.Context]
591
- :type execution_context: typing.Union[str, int]
590
+ :type execution_context: str
592
591
  :type undo: bool
593
592
  """
594
593
 
@@ -596,14 +595,14 @@ def fades_clear(
596
595
 
597
596
  def gap_insert(
598
597
  override_context: typing.Union[dict, bpy.types.Context] = None,
599
- execution_context: typing.Union[str, int] = None,
598
+ execution_context: str = None,
600
599
  undo: bool = None,
601
600
  frames: typing.Any = 10,
602
601
  ):
603
602
  """Insert gap at current frame to first strips at the right, independent of selection or locked state of strips
604
603
 
605
604
  :type override_context: typing.Union[dict, bpy.types.Context]
606
- :type execution_context: typing.Union[str, int]
605
+ :type execution_context: str
607
606
  :type undo: bool
608
607
  :param frames: Frames, Frames to insert after current strip
609
608
  :type frames: typing.Any
@@ -613,14 +612,14 @@ def gap_insert(
613
612
 
614
613
  def gap_remove(
615
614
  override_context: typing.Union[dict, bpy.types.Context] = None,
616
- execution_context: typing.Union[str, int] = None,
615
+ execution_context: str = None,
617
616
  undo: bool = None,
618
617
  all: typing.Union[bool, typing.Any] = False,
619
618
  ):
620
619
  """Remove gap at current frame to first strip at the right, independent of selection or locked state of strips
621
620
 
622
621
  :type override_context: typing.Union[dict, bpy.types.Context]
623
- :type execution_context: typing.Union[str, int]
622
+ :type execution_context: str
624
623
  :type undo: bool
625
624
  :param all: All Gaps, Do all gaps to right of current frame
626
625
  :type all: typing.Union[bool, typing.Any]
@@ -630,7 +629,7 @@ def gap_remove(
630
629
 
631
630
  def image_strip_add(
632
631
  override_context: typing.Union[dict, bpy.types.Context] = None,
633
- execution_context: typing.Union[str, int] = None,
632
+ execution_context: str = None,
634
633
  undo: bool = None,
635
634
  directory: typing.Union[str, typing.Any] = "",
636
635
  files: bpy.types.bpy_prop_collection[bpy.types.OperatorFileListElement] = None,
@@ -671,7 +670,7 @@ def image_strip_add(
671
670
  """Add an image or image sequence to the sequencer
672
671
 
673
672
  :type override_context: typing.Union[dict, bpy.types.Context]
674
- :type execution_context: typing.Union[str, int]
673
+ :type execution_context: str
675
674
  :type undo: bool
676
675
  :param directory: Directory, Directory of the file
677
676
  :type directory: typing.Union[str, typing.Any]
@@ -788,14 +787,14 @@ def image_strip_add(
788
787
 
789
788
  def images_separate(
790
789
  override_context: typing.Union[dict, bpy.types.Context] = None,
791
- execution_context: typing.Union[str, int] = None,
790
+ execution_context: str = None,
792
791
  undo: bool = None,
793
792
  length: typing.Any = 1,
794
793
  ):
795
794
  """On image sequence strips, it returns a strip for each image
796
795
 
797
796
  :type override_context: typing.Union[dict, bpy.types.Context]
798
- :type execution_context: typing.Union[str, int]
797
+ :type execution_context: str
799
798
  :type undo: bool
800
799
  :param length: Length, Length of each frame
801
800
  :type length: typing.Any
@@ -805,13 +804,13 @@ def images_separate(
805
804
 
806
805
  def lock(
807
806
  override_context: typing.Union[dict, bpy.types.Context] = None,
808
- execution_context: typing.Union[str, int] = None,
807
+ execution_context: str = None,
809
808
  undo: bool = None,
810
809
  ):
811
810
  """Lock strips so they can't be transformed
812
811
 
813
812
  :type override_context: typing.Union[dict, bpy.types.Context]
814
- :type execution_context: typing.Union[str, int]
813
+ :type execution_context: str
815
814
  :type undo: bool
816
815
  """
817
816
 
@@ -819,7 +818,7 @@ def lock(
819
818
 
820
819
  def mask_strip_add(
821
820
  override_context: typing.Union[dict, bpy.types.Context] = None,
822
- execution_context: typing.Union[str, int] = None,
821
+ execution_context: str = None,
823
822
  undo: bool = None,
824
823
  frame_start: typing.Any = 0,
825
824
  channel: typing.Any = 1,
@@ -831,7 +830,7 @@ def mask_strip_add(
831
830
  """Add a mask strip to the sequencer
832
831
 
833
832
  :type override_context: typing.Union[dict, bpy.types.Context]
834
- :type execution_context: typing.Union[str, int]
833
+ :type execution_context: str
835
834
  :type undo: bool
836
835
  :param frame_start: Start Frame, Start frame of the sequence strip
837
836
  :type frame_start: typing.Any
@@ -851,13 +850,13 @@ def mask_strip_add(
851
850
 
852
851
  def meta_make(
853
852
  override_context: typing.Union[dict, bpy.types.Context] = None,
854
- execution_context: typing.Union[str, int] = None,
853
+ execution_context: str = None,
855
854
  undo: bool = None,
856
855
  ):
857
856
  """Group selected strips into a meta-strip
858
857
 
859
858
  :type override_context: typing.Union[dict, bpy.types.Context]
860
- :type execution_context: typing.Union[str, int]
859
+ :type execution_context: str
861
860
  :type undo: bool
862
861
  """
863
862
 
@@ -865,13 +864,13 @@ def meta_make(
865
864
 
866
865
  def meta_separate(
867
866
  override_context: typing.Union[dict, bpy.types.Context] = None,
868
- execution_context: typing.Union[str, int] = None,
867
+ execution_context: str = None,
869
868
  undo: bool = None,
870
869
  ):
871
870
  """Put the contents of a meta-strip back in the sequencer
872
871
 
873
872
  :type override_context: typing.Union[dict, bpy.types.Context]
874
- :type execution_context: typing.Union[str, int]
873
+ :type execution_context: str
875
874
  :type undo: bool
876
875
  """
877
876
 
@@ -879,13 +878,13 @@ def meta_separate(
879
878
 
880
879
  def meta_toggle(
881
880
  override_context: typing.Union[dict, bpy.types.Context] = None,
882
- execution_context: typing.Union[str, int] = None,
881
+ execution_context: str = None,
883
882
  undo: bool = None,
884
883
  ):
885
884
  """Toggle a meta-strip (to edit enclosed strips)
886
885
 
887
886
  :type override_context: typing.Union[dict, bpy.types.Context]
888
- :type execution_context: typing.Union[str, int]
887
+ :type execution_context: str
889
888
  :type undo: bool
890
889
  """
891
890
 
@@ -893,7 +892,7 @@ def meta_toggle(
893
892
 
894
893
  def movie_strip_add(
895
894
  override_context: typing.Union[dict, bpy.types.Context] = None,
896
- execution_context: typing.Union[str, int] = None,
895
+ execution_context: str = None,
897
896
  undo: bool = None,
898
897
  filepath: typing.Union[str, typing.Any] = "",
899
898
  directory: typing.Union[str, typing.Any] = "",
@@ -936,7 +935,7 @@ def movie_strip_add(
936
935
  """Add a movie strip to the sequencer
937
936
 
938
937
  :type override_context: typing.Union[dict, bpy.types.Context]
939
- :type execution_context: typing.Union[str, int]
938
+ :type execution_context: str
940
939
  :type undo: bool
941
940
  :param filepath: File Path, Path to file
942
941
  :type filepath: typing.Union[str, typing.Any]
@@ -1057,7 +1056,7 @@ def movie_strip_add(
1057
1056
 
1058
1057
  def movieclip_strip_add(
1059
1058
  override_context: typing.Union[dict, bpy.types.Context] = None,
1060
- execution_context: typing.Union[str, int] = None,
1059
+ execution_context: str = None,
1061
1060
  undo: bool = None,
1062
1061
  frame_start: typing.Any = 0,
1063
1062
  channel: typing.Any = 1,
@@ -1069,7 +1068,7 @@ def movieclip_strip_add(
1069
1068
  """Add a movieclip strip to the sequencer
1070
1069
 
1071
1070
  :type override_context: typing.Union[dict, bpy.types.Context]
1072
- :type execution_context: typing.Union[str, int]
1071
+ :type execution_context: str
1073
1072
  :type undo: bool
1074
1073
  :param frame_start: Start Frame, Start frame of the sequence strip
1075
1074
  :type frame_start: typing.Any
@@ -1089,14 +1088,14 @@ def movieclip_strip_add(
1089
1088
 
1090
1089
  def mute(
1091
1090
  override_context: typing.Union[dict, bpy.types.Context] = None,
1092
- execution_context: typing.Union[str, int] = None,
1091
+ execution_context: str = None,
1093
1092
  undo: bool = None,
1094
1093
  unselected: typing.Union[bool, typing.Any] = False,
1095
1094
  ):
1096
1095
  """Mute (un)selected strips
1097
1096
 
1098
1097
  :type override_context: typing.Union[dict, bpy.types.Context]
1099
- :type execution_context: typing.Union[str, int]
1098
+ :type execution_context: str
1100
1099
  :type undo: bool
1101
1100
  :param unselected: Unselected, Mute unselected rather than selected strips
1102
1101
  :type unselected: typing.Union[bool, typing.Any]
@@ -1106,13 +1105,13 @@ def mute(
1106
1105
 
1107
1106
  def offset_clear(
1108
1107
  override_context: typing.Union[dict, bpy.types.Context] = None,
1109
- execution_context: typing.Union[str, int] = None,
1108
+ execution_context: str = None,
1110
1109
  undo: bool = None,
1111
1110
  ):
1112
1111
  """Clear strip offsets from the start and end frames
1113
1112
 
1114
1113
  :type override_context: typing.Union[dict, bpy.types.Context]
1115
- :type execution_context: typing.Union[str, int]
1114
+ :type execution_context: str
1116
1115
  :type undo: bool
1117
1116
  """
1118
1117
 
@@ -1120,14 +1119,14 @@ def offset_clear(
1120
1119
 
1121
1120
  def paste(
1122
1121
  override_context: typing.Union[dict, bpy.types.Context] = None,
1123
- execution_context: typing.Union[str, int] = None,
1122
+ execution_context: str = None,
1124
1123
  undo: bool = None,
1125
1124
  keep_offset: typing.Union[bool, typing.Any] = False,
1126
1125
  ):
1127
1126
  """Paste strips from the internal clipboard
1128
1127
 
1129
1128
  :type override_context: typing.Union[dict, bpy.types.Context]
1130
- :type execution_context: typing.Union[str, int]
1129
+ :type execution_context: str
1131
1130
  :type undo: bool
1132
1131
  :param keep_offset: Keep Offset, Keep strip offset relative to the current frame when pasting
1133
1132
  :type keep_offset: typing.Union[bool, typing.Any]
@@ -1137,13 +1136,13 @@ def paste(
1137
1136
 
1138
1137
  def reassign_inputs(
1139
1138
  override_context: typing.Union[dict, bpy.types.Context] = None,
1140
- execution_context: typing.Union[str, int] = None,
1139
+ execution_context: str = None,
1141
1140
  undo: bool = None,
1142
1141
  ):
1143
1142
  """Reassign the inputs for the effect strip
1144
1143
 
1145
1144
  :type override_context: typing.Union[dict, bpy.types.Context]
1146
- :type execution_context: typing.Union[str, int]
1145
+ :type execution_context: str
1147
1146
  :type undo: bool
1148
1147
  """
1149
1148
 
@@ -1151,13 +1150,13 @@ def reassign_inputs(
1151
1150
 
1152
1151
  def rebuild_proxy(
1153
1152
  override_context: typing.Union[dict, bpy.types.Context] = None,
1154
- execution_context: typing.Union[str, int] = None,
1153
+ execution_context: str = None,
1155
1154
  undo: bool = None,
1156
1155
  ):
1157
1156
  """Rebuild all selected proxies and timecode indices using the job system
1158
1157
 
1159
1158
  :type override_context: typing.Union[dict, bpy.types.Context]
1160
- :type execution_context: typing.Union[str, int]
1159
+ :type execution_context: str
1161
1160
  :type undo: bool
1162
1161
  """
1163
1162
 
@@ -1165,13 +1164,13 @@ def rebuild_proxy(
1165
1164
 
1166
1165
  def refresh_all(
1167
1166
  override_context: typing.Union[dict, bpy.types.Context] = None,
1168
- execution_context: typing.Union[str, int] = None,
1167
+ execution_context: str = None,
1169
1168
  undo: bool = None,
1170
1169
  ):
1171
1170
  """Refresh the sequencer editor
1172
1171
 
1173
1172
  :type override_context: typing.Union[dict, bpy.types.Context]
1174
- :type execution_context: typing.Union[str, int]
1173
+ :type execution_context: str
1175
1174
  :type undo: bool
1176
1175
  """
1177
1176
 
@@ -1179,14 +1178,14 @@ def refresh_all(
1179
1178
 
1180
1179
  def reload(
1181
1180
  override_context: typing.Union[dict, bpy.types.Context] = None,
1182
- execution_context: typing.Union[str, int] = None,
1181
+ execution_context: str = None,
1183
1182
  undo: bool = None,
1184
1183
  adjust_length: typing.Union[bool, typing.Any] = False,
1185
1184
  ):
1186
1185
  """Reload strips in the sequencer
1187
1186
 
1188
1187
  :type override_context: typing.Union[dict, bpy.types.Context]
1189
- :type execution_context: typing.Union[str, int]
1188
+ :type execution_context: str
1190
1189
  :type undo: bool
1191
1190
  :param adjust_length: Adjust Length, Adjust length of strips to their data length
1192
1191
  :type adjust_length: typing.Union[bool, typing.Any]
@@ -1196,13 +1195,13 @@ def reload(
1196
1195
 
1197
1196
  def rename_channel(
1198
1197
  override_context: typing.Union[dict, bpy.types.Context] = None,
1199
- execution_context: typing.Union[str, int] = None,
1198
+ execution_context: str = None,
1200
1199
  undo: bool = None,
1201
1200
  ):
1202
1201
  """Undocumented, consider contributing.
1203
1202
 
1204
1203
  :type override_context: typing.Union[dict, bpy.types.Context]
1205
- :type execution_context: typing.Union[str, int]
1204
+ :type execution_context: str
1206
1205
  :type undo: bool
1207
1206
  """
1208
1207
 
@@ -1210,13 +1209,13 @@ def rename_channel(
1210
1209
 
1211
1210
  def rendersize(
1212
1211
  override_context: typing.Union[dict, bpy.types.Context] = None,
1213
- execution_context: typing.Union[str, int] = None,
1212
+ execution_context: str = None,
1214
1213
  undo: bool = None,
1215
1214
  ):
1216
1215
  """Set render size and aspect from active sequence
1217
1216
 
1218
1217
  :type override_context: typing.Union[dict, bpy.types.Context]
1219
- :type execution_context: typing.Union[str, int]
1218
+ :type execution_context: str
1220
1219
  :type undo: bool
1221
1220
  """
1222
1221
 
@@ -1224,54 +1223,54 @@ def rendersize(
1224
1223
 
1225
1224
  def retiming_add_freeze_frame_slide(
1226
1225
  override_context: typing.Union[dict, bpy.types.Context] = None,
1227
- execution_context: typing.Union[str, int] = None,
1226
+ execution_context: str = None,
1228
1227
  undo: bool = None,
1229
- SEQUENCER_OT_retiming_freeze_frame_add: retiming_freeze_frame_add = None,
1230
- TRANSFORM_OT_seq_slide: bpy.ops.transform.seq_slide = None,
1228
+ SEQUENCER_OT_retiming_freeze_frame_add: typing.Any = None,
1229
+ TRANSFORM_OT_seq_slide: typing.Any = None,
1231
1230
  ):
1232
1231
  """Add freeze frame and move it
1233
1232
 
1234
1233
  :type override_context: typing.Union[dict, bpy.types.Context]
1235
- :type execution_context: typing.Union[str, int]
1234
+ :type execution_context: str
1236
1235
  :type undo: bool
1237
1236
  :param SEQUENCER_OT_retiming_freeze_frame_add: Add Freeze Frame, Add freeze frame
1238
- :type SEQUENCER_OT_retiming_freeze_frame_add: retiming_freeze_frame_add
1237
+ :type SEQUENCER_OT_retiming_freeze_frame_add: typing.Any
1239
1238
  :param TRANSFORM_OT_seq_slide: Sequence Slide, Slide a sequence strip in time
1240
- :type TRANSFORM_OT_seq_slide: bpy.ops.transform.seq_slide
1239
+ :type TRANSFORM_OT_seq_slide: typing.Any
1241
1240
  """
1242
1241
 
1243
1242
  ...
1244
1243
 
1245
1244
  def retiming_add_transition_slide(
1246
1245
  override_context: typing.Union[dict, bpy.types.Context] = None,
1247
- execution_context: typing.Union[str, int] = None,
1246
+ execution_context: str = None,
1248
1247
  undo: bool = None,
1249
- SEQUENCER_OT_retiming_transition_add: retiming_transition_add = None,
1250
- TRANSFORM_OT_seq_slide: bpy.ops.transform.seq_slide = None,
1248
+ SEQUENCER_OT_retiming_transition_add: typing.Any = None,
1249
+ TRANSFORM_OT_seq_slide: typing.Any = None,
1251
1250
  ):
1252
1251
  """Add smooth transition between 2 retimed segments and change its duration
1253
1252
 
1254
1253
  :type override_context: typing.Union[dict, bpy.types.Context]
1255
- :type execution_context: typing.Union[str, int]
1254
+ :type execution_context: str
1256
1255
  :type undo: bool
1257
1256
  :param SEQUENCER_OT_retiming_transition_add: Add Speed Transition, Add smooth transition between 2 retimed segments
1258
- :type SEQUENCER_OT_retiming_transition_add: retiming_transition_add
1257
+ :type SEQUENCER_OT_retiming_transition_add: typing.Any
1259
1258
  :param TRANSFORM_OT_seq_slide: Sequence Slide, Slide a sequence strip in time
1260
- :type TRANSFORM_OT_seq_slide: bpy.ops.transform.seq_slide
1259
+ :type TRANSFORM_OT_seq_slide: typing.Any
1261
1260
  """
1262
1261
 
1263
1262
  ...
1264
1263
 
1265
1264
  def retiming_freeze_frame_add(
1266
1265
  override_context: typing.Union[dict, bpy.types.Context] = None,
1267
- execution_context: typing.Union[str, int] = None,
1266
+ execution_context: str = None,
1268
1267
  undo: bool = None,
1269
1268
  duration: typing.Any = 0,
1270
1269
  ):
1271
1270
  """Add freeze frame
1272
1271
 
1273
1272
  :type override_context: typing.Union[dict, bpy.types.Context]
1274
- :type execution_context: typing.Union[str, int]
1273
+ :type execution_context: str
1275
1274
  :type undo: bool
1276
1275
  :param duration: Duration, Duration of freeze frame segment
1277
1276
  :type duration: typing.Any
@@ -1281,14 +1280,14 @@ def retiming_freeze_frame_add(
1281
1280
 
1282
1281
  def retiming_key_add(
1283
1282
  override_context: typing.Union[dict, bpy.types.Context] = None,
1284
- execution_context: typing.Union[str, int] = None,
1283
+ execution_context: str = None,
1285
1284
  undo: bool = None,
1286
1285
  timeline_frame: typing.Any = 0,
1287
1286
  ):
1288
1287
  """Add retiming Key
1289
1288
 
1290
1289
  :type override_context: typing.Union[dict, bpy.types.Context]
1291
- :type execution_context: typing.Union[str, int]
1290
+ :type execution_context: str
1292
1291
  :type undo: bool
1293
1292
  :param timeline_frame: Timeline Frame, Frame where key will be added
1294
1293
  :type timeline_frame: typing.Any
@@ -1298,13 +1297,13 @@ def retiming_key_add(
1298
1297
 
1299
1298
  def retiming_reset(
1300
1299
  override_context: typing.Union[dict, bpy.types.Context] = None,
1301
- execution_context: typing.Union[str, int] = None,
1300
+ execution_context: str = None,
1302
1301
  undo: bool = None,
1303
1302
  ):
1304
1303
  """Reset strip retiming
1305
1304
 
1306
1305
  :type override_context: typing.Union[dict, bpy.types.Context]
1307
- :type execution_context: typing.Union[str, int]
1306
+ :type execution_context: str
1308
1307
  :type undo: bool
1309
1308
  """
1310
1309
 
@@ -1312,7 +1311,7 @@ def retiming_reset(
1312
1311
 
1313
1312
  def retiming_segment_speed_set(
1314
1313
  override_context: typing.Union[dict, bpy.types.Context] = None,
1315
- execution_context: typing.Union[str, int] = None,
1314
+ execution_context: str = None,
1316
1315
  undo: bool = None,
1317
1316
  speed: typing.Any = 100.0,
1318
1317
  keep_retiming: typing.Union[bool, typing.Any] = True,
@@ -1320,7 +1319,7 @@ def retiming_segment_speed_set(
1320
1319
  """Set speed of retimed segment
1321
1320
 
1322
1321
  :type override_context: typing.Union[dict, bpy.types.Context]
1323
- :type execution_context: typing.Union[str, int]
1322
+ :type execution_context: str
1324
1323
  :type undo: bool
1325
1324
  :param speed: Speed, New speed of retimed segment
1326
1325
  :type speed: typing.Any
@@ -1332,13 +1331,13 @@ def retiming_segment_speed_set(
1332
1331
 
1333
1332
  def retiming_show(
1334
1333
  override_context: typing.Union[dict, bpy.types.Context] = None,
1335
- execution_context: typing.Union[str, int] = None,
1334
+ execution_context: str = None,
1336
1335
  undo: bool = None,
1337
1336
  ):
1338
1337
  """Show retiming keys in selected strips
1339
1338
 
1340
1339
  :type override_context: typing.Union[dict, bpy.types.Context]
1341
- :type execution_context: typing.Union[str, int]
1340
+ :type execution_context: str
1342
1341
  :type undo: bool
1343
1342
  """
1344
1343
 
@@ -1346,14 +1345,14 @@ def retiming_show(
1346
1345
 
1347
1346
  def retiming_transition_add(
1348
1347
  override_context: typing.Union[dict, bpy.types.Context] = None,
1349
- execution_context: typing.Union[str, int] = None,
1348
+ execution_context: str = None,
1350
1349
  undo: bool = None,
1351
1350
  duration: typing.Any = 0,
1352
1351
  ):
1353
1352
  """Add smooth transition between 2 retimed segments
1354
1353
 
1355
1354
  :type override_context: typing.Union[dict, bpy.types.Context]
1356
- :type execution_context: typing.Union[str, int]
1355
+ :type execution_context: str
1357
1356
  :type undo: bool
1358
1357
  :param duration: Duration, Duration of freeze frame segment
1359
1358
  :type duration: typing.Any
@@ -1363,14 +1362,14 @@ def retiming_transition_add(
1363
1362
 
1364
1363
  def sample(
1365
1364
  override_context: typing.Union[dict, bpy.types.Context] = None,
1366
- execution_context: typing.Union[str, int] = None,
1365
+ execution_context: str = None,
1367
1366
  undo: bool = None,
1368
1367
  size: typing.Any = 1,
1369
1368
  ):
1370
1369
  """Use mouse to sample color in current frame
1371
1370
 
1372
1371
  :type override_context: typing.Union[dict, bpy.types.Context]
1373
- :type execution_context: typing.Union[str, int]
1372
+ :type execution_context: str
1374
1373
  :type undo: bool
1375
1374
  :param size: Sample Size
1376
1375
  :type size: typing.Any
@@ -1380,13 +1379,13 @@ def sample(
1380
1379
 
1381
1380
  def scene_frame_range_update(
1382
1381
  override_context: typing.Union[dict, bpy.types.Context] = None,
1383
- execution_context: typing.Union[str, int] = None,
1382
+ execution_context: str = None,
1384
1383
  undo: bool = None,
1385
1384
  ):
1386
1385
  """Update frame range of scene strip
1387
1386
 
1388
1387
  :type override_context: typing.Union[dict, bpy.types.Context]
1389
- :type execution_context: typing.Union[str, int]
1388
+ :type execution_context: str
1390
1389
  :type undo: bool
1391
1390
  """
1392
1391
 
@@ -1394,7 +1393,7 @@ def scene_frame_range_update(
1394
1393
 
1395
1394
  def scene_strip_add(
1396
1395
  override_context: typing.Union[dict, bpy.types.Context] = None,
1397
- execution_context: typing.Union[str, int] = None,
1396
+ execution_context: str = None,
1398
1397
  undo: bool = None,
1399
1398
  frame_start: typing.Any = 0,
1400
1399
  channel: typing.Any = 1,
@@ -1406,7 +1405,7 @@ def scene_strip_add(
1406
1405
  """Add a strip to the sequencer using a Blender scene as a source
1407
1406
 
1408
1407
  :type override_context: typing.Union[dict, bpy.types.Context]
1409
- :type execution_context: typing.Union[str, int]
1408
+ :type execution_context: str
1410
1409
  :type undo: bool
1411
1410
  :param frame_start: Start Frame, Start frame of the sequence strip
1412
1411
  :type frame_start: typing.Any
@@ -1426,7 +1425,7 @@ def scene_strip_add(
1426
1425
 
1427
1426
  def scene_strip_add_new(
1428
1427
  override_context: typing.Union[dict, bpy.types.Context] = None,
1429
- execution_context: typing.Union[str, int] = None,
1428
+ execution_context: str = None,
1430
1429
  undo: bool = None,
1431
1430
  frame_start: typing.Any = 0,
1432
1431
  channel: typing.Any = 1,
@@ -1438,7 +1437,7 @@ def scene_strip_add_new(
1438
1437
  """Create a new Strip and assign a new Scene as source
1439
1438
 
1440
1439
  :type override_context: typing.Union[dict, bpy.types.Context]
1441
- :type execution_context: typing.Union[str, int]
1440
+ :type execution_context: str
1442
1441
  :type undo: bool
1443
1442
  :param frame_start: Start Frame, Start frame of the sequence strip
1444
1443
  :type frame_start: typing.Any
@@ -1470,7 +1469,7 @@ def scene_strip_add_new(
1470
1469
 
1471
1470
  def select(
1472
1471
  override_context: typing.Union[dict, bpy.types.Context] = None,
1473
- execution_context: typing.Union[str, int] = None,
1472
+ execution_context: str = None,
1474
1473
  undo: bool = None,
1475
1474
  wait_to_deselect_others: typing.Union[bool, typing.Any] = False,
1476
1475
  mouse_x: typing.Any = 0,
@@ -1488,7 +1487,7 @@ def select(
1488
1487
  """Select a strip (last selected becomes the "active strip")
1489
1488
 
1490
1489
  :type override_context: typing.Union[dict, bpy.types.Context]
1491
- :type execution_context: typing.Union[str, int]
1490
+ :type execution_context: str
1492
1491
  :type undo: bool
1493
1492
  :param wait_to_deselect_others: Wait to Deselect Others
1494
1493
  :type wait_to_deselect_others: typing.Union[bool, typing.Any]
@@ -1520,14 +1519,14 @@ def select(
1520
1519
 
1521
1520
  def select_all(
1522
1521
  override_context: typing.Union[dict, bpy.types.Context] = None,
1523
- execution_context: typing.Union[str, int] = None,
1522
+ execution_context: str = None,
1524
1523
  undo: bool = None,
1525
1524
  action: typing.Any = "TOGGLE",
1526
1525
  ):
1527
1526
  """Select or deselect all strips
1528
1527
 
1529
1528
  :type override_context: typing.Union[dict, bpy.types.Context]
1530
- :type execution_context: typing.Union[str, int]
1529
+ :type execution_context: str
1531
1530
  :type undo: bool
1532
1531
  :param action: Action, Selection action to execute
1533
1532
 
@@ -1549,7 +1548,7 @@ def select_all(
1549
1548
 
1550
1549
  def select_box(
1551
1550
  override_context: typing.Union[dict, bpy.types.Context] = None,
1552
- execution_context: typing.Union[str, int] = None,
1551
+ execution_context: str = None,
1553
1552
  undo: bool = None,
1554
1553
  xmin: typing.Any = 0,
1555
1554
  xmax: typing.Any = 0,
@@ -1563,7 +1562,7 @@ def select_box(
1563
1562
  """Select strips using box selection
1564
1563
 
1565
1564
  :type override_context: typing.Union[dict, bpy.types.Context]
1566
- :type execution_context: typing.Union[str, int]
1565
+ :type execution_context: str
1567
1566
  :type undo: bool
1568
1567
  :param xmin: X Min
1569
1568
  :type xmin: typing.Any
@@ -1596,7 +1595,7 @@ def select_box(
1596
1595
 
1597
1596
  def select_grouped(
1598
1597
  override_context: typing.Union[dict, bpy.types.Context] = None,
1599
- execution_context: typing.Union[str, int] = None,
1598
+ execution_context: str = None,
1600
1599
  undo: bool = None,
1601
1600
  type: typing.Any = "TYPE",
1602
1601
  extend: typing.Union[bool, typing.Any] = False,
@@ -1605,7 +1604,7 @@ def select_grouped(
1605
1604
  """Select all strips grouped by various properties
1606
1605
 
1607
1606
  :type override_context: typing.Union[dict, bpy.types.Context]
1608
- :type execution_context: typing.Union[str, int]
1607
+ :type execution_context: str
1609
1608
  :type undo: bool
1610
1609
  :param type: Type
1611
1610
 
@@ -1640,14 +1639,14 @@ def select_grouped(
1640
1639
 
1641
1640
  def select_handles(
1642
1641
  override_context: typing.Union[dict, bpy.types.Context] = None,
1643
- execution_context: typing.Union[str, int] = None,
1642
+ execution_context: str = None,
1644
1643
  undo: bool = None,
1645
1644
  side: typing.Any = "BOTH",
1646
1645
  ):
1647
1646
  """Select gizmo handles on the sides of the selected strip
1648
1647
 
1649
1648
  :type override_context: typing.Union[dict, bpy.types.Context]
1650
- :type execution_context: typing.Union[str, int]
1649
+ :type execution_context: str
1651
1650
  :type undo: bool
1652
1651
  :param side: Side, The side of the handle that is selected
1653
1652
  :type side: typing.Any
@@ -1657,13 +1656,13 @@ def select_handles(
1657
1656
 
1658
1657
  def select_less(
1659
1658
  override_context: typing.Union[dict, bpy.types.Context] = None,
1660
- execution_context: typing.Union[str, int] = None,
1659
+ execution_context: str = None,
1661
1660
  undo: bool = None,
1662
1661
  ):
1663
1662
  """Shrink the current selection of adjacent selected strips
1664
1663
 
1665
1664
  :type override_context: typing.Union[dict, bpy.types.Context]
1666
- :type execution_context: typing.Union[str, int]
1665
+ :type execution_context: str
1667
1666
  :type undo: bool
1668
1667
  """
1669
1668
 
@@ -1671,13 +1670,13 @@ def select_less(
1671
1670
 
1672
1671
  def select_linked(
1673
1672
  override_context: typing.Union[dict, bpy.types.Context] = None,
1674
- execution_context: typing.Union[str, int] = None,
1673
+ execution_context: str = None,
1675
1674
  undo: bool = None,
1676
1675
  ):
1677
1676
  """Select all strips adjacent to the current selection
1678
1677
 
1679
1678
  :type override_context: typing.Union[dict, bpy.types.Context]
1680
- :type execution_context: typing.Union[str, int]
1679
+ :type execution_context: str
1681
1680
  :type undo: bool
1682
1681
  """
1683
1682
 
@@ -1685,14 +1684,14 @@ def select_linked(
1685
1684
 
1686
1685
  def select_linked_pick(
1687
1686
  override_context: typing.Union[dict, bpy.types.Context] = None,
1688
- execution_context: typing.Union[str, int] = None,
1687
+ execution_context: str = None,
1689
1688
  undo: bool = None,
1690
1689
  extend: typing.Union[bool, typing.Any] = False,
1691
1690
  ):
1692
1691
  """Select a chain of linked strips nearest to the mouse pointer
1693
1692
 
1694
1693
  :type override_context: typing.Union[dict, bpy.types.Context]
1695
- :type execution_context: typing.Union[str, int]
1694
+ :type execution_context: str
1696
1695
  :type undo: bool
1697
1696
  :param extend: Extend, Extend the selection
1698
1697
  :type extend: typing.Union[bool, typing.Any]
@@ -1702,13 +1701,13 @@ def select_linked_pick(
1702
1701
 
1703
1702
  def select_more(
1704
1703
  override_context: typing.Union[dict, bpy.types.Context] = None,
1705
- execution_context: typing.Union[str, int] = None,
1704
+ execution_context: str = None,
1706
1705
  undo: bool = None,
1707
1706
  ):
1708
1707
  """Select more strips adjacent to the current selection
1709
1708
 
1710
1709
  :type override_context: typing.Union[dict, bpy.types.Context]
1711
- :type execution_context: typing.Union[str, int]
1710
+ :type execution_context: str
1712
1711
  :type undo: bool
1713
1712
  """
1714
1713
 
@@ -1716,14 +1715,14 @@ def select_more(
1716
1715
 
1717
1716
  def select_side(
1718
1717
  override_context: typing.Union[dict, bpy.types.Context] = None,
1719
- execution_context: typing.Union[str, int] = None,
1718
+ execution_context: str = None,
1720
1719
  undo: bool = None,
1721
1720
  side: typing.Any = "BOTH",
1722
1721
  ):
1723
1722
  """Select strips on the nominated side of the selected strips
1724
1723
 
1725
1724
  :type override_context: typing.Union[dict, bpy.types.Context]
1726
- :type execution_context: typing.Union[str, int]
1725
+ :type execution_context: str
1727
1726
  :type undo: bool
1728
1727
  :param side: Side, The side to which the selection is applied
1729
1728
  :type side: typing.Any
@@ -1733,7 +1732,7 @@ def select_side(
1733
1732
 
1734
1733
  def select_side_of_frame(
1735
1734
  override_context: typing.Union[dict, bpy.types.Context] = None,
1736
- execution_context: typing.Union[str, int] = None,
1735
+ execution_context: str = None,
1737
1736
  undo: bool = None,
1738
1737
  extend: typing.Union[bool, typing.Any] = False,
1739
1738
  side: typing.Any = "LEFT",
@@ -1741,7 +1740,7 @@ def select_side_of_frame(
1741
1740
  """Select strips relative to the current frame
1742
1741
 
1743
1742
  :type override_context: typing.Union[dict, bpy.types.Context]
1744
- :type execution_context: typing.Union[str, int]
1743
+ :type execution_context: str
1745
1744
  :type undo: bool
1746
1745
  :param extend: Extend, Extend the selection
1747
1746
  :type extend: typing.Union[bool, typing.Any]
@@ -1762,14 +1761,14 @@ def select_side_of_frame(
1762
1761
 
1763
1762
  def set_range_to_strips(
1764
1763
  override_context: typing.Union[dict, bpy.types.Context] = None,
1765
- execution_context: typing.Union[str, int] = None,
1764
+ execution_context: str = None,
1766
1765
  undo: bool = None,
1767
1766
  preview: typing.Union[bool, typing.Any] = False,
1768
1767
  ):
1769
1768
  """Set the frame range to the selected strips start and end
1770
1769
 
1771
1770
  :type override_context: typing.Union[dict, bpy.types.Context]
1772
- :type execution_context: typing.Union[str, int]
1771
+ :type execution_context: str
1773
1772
  :type undo: bool
1774
1773
  :param preview: Preview, Set the preview range instead
1775
1774
  :type preview: typing.Union[bool, typing.Any]
@@ -1779,14 +1778,14 @@ def set_range_to_strips(
1779
1778
 
1780
1779
  def slip(
1781
1780
  override_context: typing.Union[dict, bpy.types.Context] = None,
1782
- execution_context: typing.Union[str, int] = None,
1781
+ execution_context: str = None,
1783
1782
  undo: bool = None,
1784
1783
  offset: typing.Any = 0,
1785
1784
  ):
1786
1785
  """Slip the contents of selected strips
1787
1786
 
1788
1787
  :type override_context: typing.Union[dict, bpy.types.Context]
1789
- :type execution_context: typing.Union[str, int]
1788
+ :type execution_context: str
1790
1789
  :type undo: bool
1791
1790
  :param offset: Offset, Offset to the data of the strip
1792
1791
  :type offset: typing.Any
@@ -1796,14 +1795,14 @@ def slip(
1796
1795
 
1797
1796
  def snap(
1798
1797
  override_context: typing.Union[dict, bpy.types.Context] = None,
1799
- execution_context: typing.Union[str, int] = None,
1798
+ execution_context: str = None,
1800
1799
  undo: bool = None,
1801
1800
  frame: typing.Any = 0,
1802
1801
  ):
1803
1802
  """Frame where selected strips will be snapped
1804
1803
 
1805
1804
  :type override_context: typing.Union[dict, bpy.types.Context]
1806
- :type execution_context: typing.Union[str, int]
1805
+ :type execution_context: str
1807
1806
  :type undo: bool
1808
1807
  :param frame: Frame, Frame where selected strips will be snapped
1809
1808
  :type frame: typing.Any
@@ -1813,7 +1812,7 @@ def snap(
1813
1812
 
1814
1813
  def sound_strip_add(
1815
1814
  override_context: typing.Union[dict, bpy.types.Context] = None,
1816
- execution_context: typing.Union[str, int] = None,
1815
+ execution_context: str = None,
1817
1816
  undo: bool = None,
1818
1817
  filepath: typing.Union[str, typing.Any] = "",
1819
1818
  directory: typing.Union[str, typing.Any] = "",
@@ -1851,7 +1850,7 @@ def sound_strip_add(
1851
1850
  """Add a sound strip to the sequencer
1852
1851
 
1853
1852
  :type override_context: typing.Union[dict, bpy.types.Context]
1854
- :type execution_context: typing.Union[str, int]
1853
+ :type execution_context: str
1855
1854
  :type undo: bool
1856
1855
  :param filepath: File Path, Path to file
1857
1856
  :type filepath: typing.Union[str, typing.Any]
@@ -1950,7 +1949,7 @@ def sound_strip_add(
1950
1949
 
1951
1950
  def split(
1952
1951
  override_context: typing.Union[dict, bpy.types.Context] = None,
1953
- execution_context: typing.Union[str, int] = None,
1952
+ execution_context: str = None,
1954
1953
  undo: bool = None,
1955
1954
  frame: typing.Any = 0,
1956
1955
  channel: typing.Any = 0,
@@ -1962,7 +1961,7 @@ def split(
1962
1961
  """Split the selected strips in two
1963
1962
 
1964
1963
  :type override_context: typing.Union[dict, bpy.types.Context]
1965
- :type execution_context: typing.Union[str, int]
1964
+ :type execution_context: str
1966
1965
  :type undo: bool
1967
1966
  :param frame: Frame, Frame where selected strips will be split
1968
1967
  :type frame: typing.Any
@@ -1982,14 +1981,14 @@ def split(
1982
1981
 
1983
1982
  def split_multicam(
1984
1983
  override_context: typing.Union[dict, bpy.types.Context] = None,
1985
- execution_context: typing.Union[str, int] = None,
1984
+ execution_context: str = None,
1986
1985
  undo: bool = None,
1987
1986
  camera: typing.Any = 1,
1988
1987
  ):
1989
1988
  """Split multicam strip and select camera
1990
1989
 
1991
1990
  :type override_context: typing.Union[dict, bpy.types.Context]
1992
- :type execution_context: typing.Union[str, int]
1991
+ :type execution_context: str
1993
1992
  :type undo: bool
1994
1993
  :param camera: Camera
1995
1994
  :type camera: typing.Any
@@ -1999,24 +1998,24 @@ def split_multicam(
1999
1998
 
2000
1999
  def strip_color_tag_set(
2001
2000
  override_context: typing.Union[dict, bpy.types.Context] = None,
2002
- execution_context: typing.Union[str, int] = None,
2001
+ execution_context: str = None,
2003
2002
  undo: bool = None,
2004
- color: typing.Any = "NONE",
2003
+ color: typing.Union[str, int] = "NONE",
2005
2004
  ):
2006
2005
  """Set a color tag for the selected strips
2007
2006
 
2008
2007
  :type override_context: typing.Union[dict, bpy.types.Context]
2009
- :type execution_context: typing.Union[str, int]
2008
+ :type execution_context: str
2010
2009
  :type undo: bool
2011
2010
  :param color: Color Tag
2012
- :type color: typing.Any
2011
+ :type color: typing.Union[str, int]
2013
2012
  """
2014
2013
 
2015
2014
  ...
2016
2015
 
2017
2016
  def strip_jump(
2018
2017
  override_context: typing.Union[dict, bpy.types.Context] = None,
2019
- execution_context: typing.Union[str, int] = None,
2018
+ execution_context: str = None,
2020
2019
  undo: bool = None,
2021
2020
  next: typing.Union[bool, typing.Any] = True,
2022
2021
  center: typing.Union[bool, typing.Any] = True,
@@ -2024,7 +2023,7 @@ def strip_jump(
2024
2023
  """Move frame to previous edit point
2025
2024
 
2026
2025
  :type override_context: typing.Union[dict, bpy.types.Context]
2027
- :type execution_context: typing.Union[str, int]
2026
+ :type execution_context: str
2028
2027
  :type undo: bool
2029
2028
  :param next: Next Strip
2030
2029
  :type next: typing.Union[bool, typing.Any]
@@ -2036,14 +2035,14 @@ def strip_jump(
2036
2035
 
2037
2036
  def strip_modifier_add(
2038
2037
  override_context: typing.Union[dict, bpy.types.Context] = None,
2039
- execution_context: typing.Union[str, int] = None,
2038
+ execution_context: str = None,
2040
2039
  undo: bool = None,
2041
2040
  type: typing.Union[str, int, typing.Any] = "",
2042
2041
  ):
2043
2042
  """Add a modifier to the strip
2044
2043
 
2045
2044
  :type override_context: typing.Union[dict, bpy.types.Context]
2046
- :type execution_context: typing.Union[str, int]
2045
+ :type execution_context: str
2047
2046
  :type undo: bool
2048
2047
  :param type: Type
2049
2048
  :type type: typing.Union[str, int, typing.Any]
@@ -2053,14 +2052,14 @@ def strip_modifier_add(
2053
2052
 
2054
2053
  def strip_modifier_copy(
2055
2054
  override_context: typing.Union[dict, bpy.types.Context] = None,
2056
- execution_context: typing.Union[str, int] = None,
2055
+ execution_context: str = None,
2057
2056
  undo: bool = None,
2058
2057
  type: typing.Any = "REPLACE",
2059
2058
  ):
2060
2059
  """Copy modifiers of the active strip to all selected strips
2061
2060
 
2062
2061
  :type override_context: typing.Union[dict, bpy.types.Context]
2063
- :type execution_context: typing.Union[str, int]
2062
+ :type execution_context: str
2064
2063
  :type undo: bool
2065
2064
  :param type: Type
2066
2065
 
@@ -2076,7 +2075,7 @@ def strip_modifier_copy(
2076
2075
 
2077
2076
  def strip_modifier_equalizer_redefine(
2078
2077
  override_context: typing.Union[dict, bpy.types.Context] = None,
2079
- execution_context: typing.Union[str, int] = None,
2078
+ execution_context: str = None,
2080
2079
  undo: bool = None,
2081
2080
  graphs: typing.Any = "SIMPLE",
2082
2081
  name: typing.Union[str, typing.Any] = "Name",
@@ -2084,7 +2083,7 @@ def strip_modifier_equalizer_redefine(
2084
2083
  """Redefine equalizer graphs
2085
2084
 
2086
2085
  :type override_context: typing.Union[dict, bpy.types.Context]
2087
- :type execution_context: typing.Union[str, int]
2086
+ :type execution_context: str
2088
2087
  :type undo: bool
2089
2088
  :param graphs: Graphs, Number of graphs
2090
2089
 
@@ -2105,7 +2104,7 @@ def strip_modifier_equalizer_redefine(
2105
2104
 
2106
2105
  def strip_modifier_move(
2107
2106
  override_context: typing.Union[dict, bpy.types.Context] = None,
2108
- execution_context: typing.Union[str, int] = None,
2107
+ execution_context: str = None,
2109
2108
  undo: bool = None,
2110
2109
  name: typing.Union[str, typing.Any] = "Name",
2111
2110
  direction: typing.Any = "UP",
@@ -2113,7 +2112,7 @@ def strip_modifier_move(
2113
2112
  """Move modifier up and down in the stack
2114
2113
 
2115
2114
  :type override_context: typing.Union[dict, bpy.types.Context]
2116
- :type execution_context: typing.Union[str, int]
2115
+ :type execution_context: str
2117
2116
  :type undo: bool
2118
2117
  :param name: Name, Name of modifier to remove
2119
2118
  :type name: typing.Union[str, typing.Any]
@@ -2131,14 +2130,14 @@ def strip_modifier_move(
2131
2130
 
2132
2131
  def strip_modifier_remove(
2133
2132
  override_context: typing.Union[dict, bpy.types.Context] = None,
2134
- execution_context: typing.Union[str, int] = None,
2133
+ execution_context: str = None,
2135
2134
  undo: bool = None,
2136
2135
  name: typing.Union[str, typing.Any] = "Name",
2137
2136
  ):
2138
2137
  """Remove a modifier from the strip
2139
2138
 
2140
2139
  :type override_context: typing.Union[dict, bpy.types.Context]
2141
- :type execution_context: typing.Union[str, int]
2140
+ :type execution_context: str
2142
2141
  :type undo: bool
2143
2142
  :param name: Name, Name of modifier to remove
2144
2143
  :type name: typing.Union[str, typing.Any]
@@ -2148,14 +2147,14 @@ def strip_modifier_remove(
2148
2147
 
2149
2148
  def strip_transform_clear(
2150
2149
  override_context: typing.Union[dict, bpy.types.Context] = None,
2151
- execution_context: typing.Union[str, int] = None,
2150
+ execution_context: str = None,
2152
2151
  undo: bool = None,
2153
2152
  property: typing.Any = "ALL",
2154
2153
  ):
2155
2154
  """Reset image transformation to default value
2156
2155
 
2157
2156
  :type override_context: typing.Union[dict, bpy.types.Context]
2158
- :type execution_context: typing.Union[str, int]
2157
+ :type execution_context: str
2159
2158
  :type undo: bool
2160
2159
  :param property: Property, Strip transform property to be reset
2161
2160
 
@@ -2177,14 +2176,14 @@ def strip_transform_clear(
2177
2176
 
2178
2177
  def strip_transform_fit(
2179
2178
  override_context: typing.Union[dict, bpy.types.Context] = None,
2180
- execution_context: typing.Union[str, int] = None,
2179
+ execution_context: str = None,
2181
2180
  undo: bool = None,
2182
2181
  fit_method: typing.Any = "FIT",
2183
2182
  ):
2184
2183
  """Undocumented, consider contributing.
2185
2184
 
2186
2185
  :type override_context: typing.Union[dict, bpy.types.Context]
2187
- :type execution_context: typing.Union[str, int]
2186
+ :type execution_context: str
2188
2187
  :type undo: bool
2189
2188
  :param fit_method: Fit Method, Scale fit fit_method
2190
2189
 
@@ -2203,14 +2202,14 @@ def strip_transform_fit(
2203
2202
 
2204
2203
  def swap(
2205
2204
  override_context: typing.Union[dict, bpy.types.Context] = None,
2206
- execution_context: typing.Union[str, int] = None,
2205
+ execution_context: str = None,
2207
2206
  undo: bool = None,
2208
2207
  side: typing.Any = "RIGHT",
2209
2208
  ):
2210
2209
  """Swap active strip with strip to the right or left
2211
2210
 
2212
2211
  :type override_context: typing.Union[dict, bpy.types.Context]
2213
- :type execution_context: typing.Union[str, int]
2212
+ :type execution_context: str
2214
2213
  :type undo: bool
2215
2214
  :param side: Side, Side of the strip to swap
2216
2215
  :type side: typing.Any
@@ -2220,13 +2219,13 @@ def swap(
2220
2219
 
2221
2220
  def swap_data(
2222
2221
  override_context: typing.Union[dict, bpy.types.Context] = None,
2223
- execution_context: typing.Union[str, int] = None,
2222
+ execution_context: str = None,
2224
2223
  undo: bool = None,
2225
2224
  ):
2226
2225
  """Swap 2 sequencer strips
2227
2226
 
2228
2227
  :type override_context: typing.Union[dict, bpy.types.Context]
2229
- :type execution_context: typing.Union[str, int]
2228
+ :type execution_context: str
2230
2229
  :type undo: bool
2231
2230
  """
2232
2231
 
@@ -2234,13 +2233,13 @@ def swap_data(
2234
2233
 
2235
2234
  def swap_inputs(
2236
2235
  override_context: typing.Union[dict, bpy.types.Context] = None,
2237
- execution_context: typing.Union[str, int] = None,
2236
+ execution_context: str = None,
2238
2237
  undo: bool = None,
2239
2238
  ):
2240
2239
  """Swap the first two inputs for the effect strip
2241
2240
 
2242
2241
  :type override_context: typing.Union[dict, bpy.types.Context]
2243
- :type execution_context: typing.Union[str, int]
2242
+ :type execution_context: str
2244
2243
  :type undo: bool
2245
2244
  """
2246
2245
 
@@ -2248,13 +2247,13 @@ def swap_inputs(
2248
2247
 
2249
2248
  def unlock(
2250
2249
  override_context: typing.Union[dict, bpy.types.Context] = None,
2251
- execution_context: typing.Union[str, int] = None,
2250
+ execution_context: str = None,
2252
2251
  undo: bool = None,
2253
2252
  ):
2254
2253
  """Unlock strips so they can be transformed
2255
2254
 
2256
2255
  :type override_context: typing.Union[dict, bpy.types.Context]
2257
- :type execution_context: typing.Union[str, int]
2256
+ :type execution_context: str
2258
2257
  :type undo: bool
2259
2258
  """
2260
2259
 
@@ -2262,14 +2261,14 @@ def unlock(
2262
2261
 
2263
2262
  def unmute(
2264
2263
  override_context: typing.Union[dict, bpy.types.Context] = None,
2265
- execution_context: typing.Union[str, int] = None,
2264
+ execution_context: str = None,
2266
2265
  undo: bool = None,
2267
2266
  unselected: typing.Union[bool, typing.Any] = False,
2268
2267
  ):
2269
2268
  """Unmute (un)selected strips
2270
2269
 
2271
2270
  :type override_context: typing.Union[dict, bpy.types.Context]
2272
- :type execution_context: typing.Union[str, int]
2271
+ :type execution_context: str
2273
2272
  :type undo: bool
2274
2273
  :param unselected: Unselected, Unmute unselected rather than selected strips
2275
2274
  :type unselected: typing.Union[bool, typing.Any]
@@ -2279,13 +2278,13 @@ def unmute(
2279
2278
 
2280
2279
  def view_all(
2281
2280
  override_context: typing.Union[dict, bpy.types.Context] = None,
2282
- execution_context: typing.Union[str, int] = None,
2281
+ execution_context: str = None,
2283
2282
  undo: bool = None,
2284
2283
  ):
2285
2284
  """View all the strips in the sequencer
2286
2285
 
2287
2286
  :type override_context: typing.Union[dict, bpy.types.Context]
2288
- :type execution_context: typing.Union[str, int]
2287
+ :type execution_context: str
2289
2288
  :type undo: bool
2290
2289
  """
2291
2290
 
@@ -2293,13 +2292,13 @@ def view_all(
2293
2292
 
2294
2293
  def view_all_preview(
2295
2294
  override_context: typing.Union[dict, bpy.types.Context] = None,
2296
- execution_context: typing.Union[str, int] = None,
2295
+ execution_context: str = None,
2297
2296
  undo: bool = None,
2298
2297
  ):
2299
2298
  """Zoom preview to fit in the area
2300
2299
 
2301
2300
  :type override_context: typing.Union[dict, bpy.types.Context]
2302
- :type execution_context: typing.Union[str, int]
2301
+ :type execution_context: str
2303
2302
  :type undo: bool
2304
2303
  """
2305
2304
 
@@ -2307,13 +2306,13 @@ def view_all_preview(
2307
2306
 
2308
2307
  def view_frame(
2309
2308
  override_context: typing.Union[dict, bpy.types.Context] = None,
2310
- execution_context: typing.Union[str, int] = None,
2309
+ execution_context: str = None,
2311
2310
  undo: bool = None,
2312
2311
  ):
2313
2312
  """Move the view to the current frame
2314
2313
 
2315
2314
  :type override_context: typing.Union[dict, bpy.types.Context]
2316
- :type execution_context: typing.Union[str, int]
2315
+ :type execution_context: str
2317
2316
  :type undo: bool
2318
2317
  """
2319
2318
 
@@ -2321,7 +2320,7 @@ def view_frame(
2321
2320
 
2322
2321
  def view_ghost_border(
2323
2322
  override_context: typing.Union[dict, bpy.types.Context] = None,
2324
- execution_context: typing.Union[str, int] = None,
2323
+ execution_context: str = None,
2325
2324
  undo: bool = None,
2326
2325
  xmin: typing.Any = 0,
2327
2326
  xmax: typing.Any = 0,
@@ -2332,7 +2331,7 @@ def view_ghost_border(
2332
2331
  """Set the boundaries of the border used for offset view
2333
2332
 
2334
2333
  :type override_context: typing.Union[dict, bpy.types.Context]
2335
- :type execution_context: typing.Union[str, int]
2334
+ :type execution_context: str
2336
2335
  :type undo: bool
2337
2336
  :param xmin: X Min
2338
2337
  :type xmin: typing.Any
@@ -2350,13 +2349,13 @@ def view_ghost_border(
2350
2349
 
2351
2350
  def view_selected(
2352
2351
  override_context: typing.Union[dict, bpy.types.Context] = None,
2353
- execution_context: typing.Union[str, int] = None,
2352
+ execution_context: str = None,
2354
2353
  undo: bool = None,
2355
2354
  ):
2356
2355
  """Zoom the sequencer on the selected strips
2357
2356
 
2358
2357
  :type override_context: typing.Union[dict, bpy.types.Context]
2359
- :type execution_context: typing.Union[str, int]
2358
+ :type execution_context: str
2360
2359
  :type undo: bool
2361
2360
  """
2362
2361
 
@@ -2364,14 +2363,14 @@ def view_selected(
2364
2363
 
2365
2364
  def view_zoom_ratio(
2366
2365
  override_context: typing.Union[dict, bpy.types.Context] = None,
2367
- execution_context: typing.Union[str, int] = None,
2366
+ execution_context: str = None,
2368
2367
  undo: bool = None,
2369
2368
  ratio: typing.Any = 1.0,
2370
2369
  ):
2371
2370
  """Change zoom ratio of sequencer preview
2372
2371
 
2373
2372
  :type override_context: typing.Union[dict, bpy.types.Context]
2374
- :type execution_context: typing.Union[str, int]
2373
+ :type execution_context: str
2375
2374
  :type undo: bool
2376
2375
  :param ratio: Ratio, Zoom ratio, 1.0 is 1:1, higher is zoomed in, lower is zoomed out
2377
2376
  :type ratio: typing.Any