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