fake-bpy-module 20250604__py3-none-any.whl → 20250606__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 (284) hide show
  1. _bpy_internal/addons/cli/__init__.pyi +1 -1
  2. _bpy_internal/extensions/junction_module/__init__.pyi +7 -7
  3. _bpy_internal/extensions/stale_file_manager/__init__.pyi +8 -8
  4. _bpy_internal/extensions/wheel_manager/__init__.pyi +3 -3
  5. _bpy_internal/freedesktop/__init__.pyi +16 -16
  6. _bpy_internal/grease_pencil/stroke/__init__.pyi +4 -4
  7. _bpy_internal/system_info/text_generate_runtime/__init__.pyi +1 -1
  8. _bpy_internal/system_info/url_prefill_runtime/__init__.pyi +1 -1
  9. _bpy_internal/system_info/url_prefill_startup/__init__.pyi +2 -2
  10. addon_utils/__init__.pyi +12 -12
  11. animsys_refactor/__init__.pyi +6 -6
  12. aud/__init__.pyi +11 -11
  13. bgl/__init__.pyi +272 -252
  14. bl_app_override/__init__.pyi +3 -3
  15. bl_app_override/helpers/__init__.pyi +2 -2
  16. bl_app_template_utils/__init__.pyi +4 -4
  17. bl_console_utils/autocomplete/complete_namespace/__init__.pyi +2 -2
  18. bl_i18n_utils/bl_extract_messages/__init__.pyi +18 -16
  19. bl_i18n_utils/merge_po/__init__.pyi +1 -1
  20. bl_i18n_utils/settings/__init__.pyi +6 -6
  21. bl_i18n_utils/utils/__init__.pyi +48 -46
  22. bl_i18n_utils/utils_cli/__init__.pyi +6 -6
  23. bl_i18n_utils/utils_languages_menu/__init__.pyi +1 -1
  24. bl_i18n_utils/utils_rtl/__init__.pyi +2 -2
  25. bl_keymap_utils/io/__init__.pyi +9 -9
  26. bl_keymap_utils/keymap_from_toolbar/__init__.pyi +1 -1
  27. bl_keymap_utils/keymap_hierarchy/__init__.pyi +1 -1
  28. bl_keymap_utils/platform_helpers/__init__.pyi +2 -2
  29. bl_keymap_utils/versioning/__init__.pyi +1 -1
  30. bl_operators/__init__.pyi +2 -2
  31. bl_operators/add_mesh_torus/__init__.pyi +6 -6
  32. bl_operators/anim/__init__.pyi +24 -24
  33. bl_operators/assets/__init__.pyi +9 -9
  34. bl_operators/bmesh/find_adjacent/__init__.pyi +11 -9
  35. bl_operators/bone_selection_sets/__init__.pyi +18 -18
  36. bl_operators/clip/__init__.pyi +26 -26
  37. bl_operators/connect_to_output/__init__.pyi +17 -15
  38. bl_operators/console/__init__.pyi +10 -10
  39. bl_operators/constraint/__init__.pyi +8 -8
  40. bl_operators/file/__init__.pyi +6 -6
  41. bl_operators/freestyle/__init__.pyi +9 -9
  42. bl_operators/geometry_nodes/__init__.pyi +24 -24
  43. bl_operators/grease_pencil/__init__.pyi +2 -2
  44. bl_operators/image/__init__.pyi +7 -7
  45. bl_operators/image_as_planes/__init__.pyi +32 -32
  46. bl_operators/mesh/__init__.pyi +7 -7
  47. bl_operators/node/__init__.pyi +31 -31
  48. bl_operators/node_editor/node_functions/__init__.pyi +9 -9
  49. bl_operators/object/__init__.pyi +31 -31
  50. bl_operators/object_align/__init__.pyi +5 -5
  51. bl_operators/object_quick_effects/__init__.pyi +9 -9
  52. bl_operators/object_randomize_transform/__init__.pyi +3 -3
  53. bl_operators/presets/__init__.pyi +18 -18
  54. bl_operators/rigidbody/__init__.pyi +7 -7
  55. bl_operators/screen_play_rendered_anim/__init__.pyi +2 -2
  56. bl_operators/sequencer/__init__.pyi +19 -19
  57. bl_operators/spreadsheet/__init__.pyi +4 -4
  58. bl_operators/userpref/__init__.pyi +42 -42
  59. bl_operators/uvcalc_follow_active/__init__.pyi +5 -5
  60. bl_operators/uvcalc_lightmap/__init__.pyi +8 -8
  61. bl_operators/uvcalc_transform/__init__.pyi +20 -20
  62. bl_operators/vertexpaint_dirt/__init__.pyi +4 -4
  63. bl_operators/view3d/__init__.pyi +21 -19
  64. bl_operators/wm/__init__.pyi +88 -88
  65. bl_operators/world/__init__.pyi +2 -2
  66. bl_previews_utils/bl_previews_render/__init__.pyi +9 -7
  67. bl_rna_utils/data_path/__init__.pyi +2 -2
  68. bl_text_utils/external_editor/__init__.pyi +1 -1
  69. bl_ui/__init__.pyi +10 -10
  70. bl_ui/anim/__init__.pyi +2 -2
  71. bl_ui/asset_shelf/__init__.pyi +2 -2
  72. bl_ui/generic_ui_list/__init__.pyi +6 -6
  73. bl_ui/node_add_menu/__init__.pyi +15 -13
  74. bl_ui/node_add_menu_compositor/__init__.pyi +18 -18
  75. bl_ui/node_add_menu_geometry/__init__.pyi +54 -54
  76. bl_ui/node_add_menu_shader/__init__.pyi +16 -16
  77. bl_ui/node_add_menu_texture/__init__.pyi +9 -9
  78. bl_ui/properties_animviz/__init__.pyi +2 -2
  79. bl_ui/properties_collection/__init__.pyi +10 -8
  80. bl_ui/properties_constraint/__init__.pyi +125 -125
  81. bl_ui/properties_data_armature/__init__.pyi +22 -22
  82. bl_ui/properties_data_bone/__init__.pyi +20 -20
  83. bl_ui/properties_data_camera/__init__.pyi +19 -19
  84. bl_ui/properties_data_curve/__init__.pyi +23 -23
  85. bl_ui/properties_data_curves/__init__.pyi +9 -9
  86. bl_ui/properties_data_empty/__init__.pyi +4 -4
  87. bl_ui/properties_data_grease_pencil/__init__.pyi +25 -25
  88. bl_ui/properties_data_lattice/__init__.pyi +4 -4
  89. bl_ui/properties_data_light/__init__.pyi +14 -14
  90. bl_ui/properties_data_lightprobe/__init__.pyi +18 -18
  91. bl_ui/properties_data_mesh/__init__.pyi +26 -26
  92. bl_ui/properties_data_metaball/__init__.pyi +6 -6
  93. bl_ui/properties_data_modifier/__init__.pyi +12 -12
  94. bl_ui/properties_data_pointcloud/__init__.pyi +8 -8
  95. bl_ui/properties_data_shaderfx/__init__.pyi +1 -1
  96. bl_ui/properties_data_speaker/__init__.pyi +5 -5
  97. bl_ui/properties_data_volume/__init__.pyi +9 -9
  98. bl_ui/properties_freestyle/__init__.pyi +51 -51
  99. bl_ui/properties_grease_pencil_common/__init__.pyi +30 -30
  100. bl_ui/properties_mask_common/__init__.pyi +24 -24
  101. bl_ui/properties_material/__init__.pyi +27 -27
  102. bl_ui/properties_material_gpencil/__init__.pyi +12 -12
  103. bl_ui/properties_object/__init__.pyi +29 -29
  104. bl_ui/properties_output/__init__.pyi +29 -29
  105. bl_ui/properties_paint_common/__init__.pyi +59 -49
  106. bl_ui/properties_particle/__init__.pyi +101 -101
  107. bl_ui/properties_physics_cloth/__init__.pyi +20 -20
  108. bl_ui/properties_physics_common/__init__.pyi +8 -8
  109. bl_ui/properties_physics_dynamicpaint/__init__.pyi +57 -57
  110. bl_ui/properties_physics_field/__init__.pyi +23 -23
  111. bl_ui/properties_physics_fluid/__init__.pyi +76 -76
  112. bl_ui/properties_physics_geometry_nodes/__init__.pyi +3 -3
  113. bl_ui/properties_physics_rigidbody/__init__.pyi +18 -18
  114. bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +29 -29
  115. bl_ui/properties_physics_softbody/__init__.pyi +21 -21
  116. bl_ui/properties_render/__init__.pyi +81 -81
  117. bl_ui/properties_scene/__init__.pyi +22 -22
  118. bl_ui/properties_texture/__init__.pyi +39 -39
  119. bl_ui/properties_view_layer/__init__.pyi +12 -12
  120. bl_ui/properties_workspace/__init__.pyi +5 -5
  121. bl_ui/properties_world/__init__.pyi +18 -18
  122. bl_ui/space_clip/__init__.pyi +81 -81
  123. bl_ui/space_console/__init__.pyi +6 -6
  124. bl_ui/space_dopesheet/__init__.pyi +32 -32
  125. bl_ui/space_filebrowser/__init__.pyi +45 -45
  126. bl_ui/space_graph/__init__.pyi +21 -21
  127. bl_ui/space_image/__init__.pyi +73 -73
  128. bl_ui/space_info/__init__.pyi +6 -6
  129. bl_ui/space_nla/__init__.pyi +18 -18
  130. bl_ui/space_node/__init__.pyi +42 -42
  131. bl_ui/space_outliner/__init__.pyi +21 -21
  132. bl_ui/space_properties/__init__.pyi +6 -6
  133. bl_ui/space_sequencer/__init__.pyi +133 -133
  134. bl_ui/space_spreadsheet/__init__.pyi +4 -4
  135. bl_ui/space_statusbar/__init__.pyi +1 -1
  136. bl_ui/space_text/__init__.pyi +17 -17
  137. bl_ui/space_time/__init__.pyi +12 -12
  138. bl_ui/space_toolsystem_common/__init__.pyi +28 -26
  139. bl_ui/space_toolsystem_toolbar/__init__.pyi +36 -36
  140. bl_ui/space_topbar/__init__.pyi +32 -32
  141. bl_ui/space_userpref/__init__.pyi +132 -132
  142. bl_ui/space_view3d/__init__.pyi +297 -297
  143. bl_ui/space_view3d_toolbar/__init__.pyi +148 -149
  144. bl_ui/utils/__init__.pyi +5 -5
  145. bl_ui_utils/layout/__init__.pyi +1 -1
  146. blend_render_info/__init__.pyi +2 -2
  147. blf/__init__.pyi +15 -15
  148. bmesh/__init__.pyi +1 -1
  149. bmesh/ops/__init__.pyi +366 -357
  150. bmesh/types/__init__.pyi +59 -57
  151. bmesh/utils/__init__.pyi +2 -2
  152. bpy/app/__init__.pyi +3 -3
  153. bpy/app/icons/__init__.pyi +1 -1
  154. bpy/app/timers/__init__.pyi +2 -2
  155. bpy/app/translations/__init__.pyi +9 -9
  156. bpy/msgbus/__init__.pyi +3 -3
  157. bpy/ops/action/__init__.pyi +62 -38
  158. bpy/ops/anim/__init__.pyi +63 -61
  159. bpy/ops/armature/__init__.pyi +58 -48
  160. bpy/ops/asset/__init__.pyi +31 -17
  161. bpy/ops/boid/__init__.pyi +18 -8
  162. bpy/ops/brush/__init__.pyi +19 -13
  163. bpy/ops/buttons/__init__.pyi +14 -6
  164. bpy/ops/cachefile/__init__.pyi +9 -5
  165. bpy/ops/camera/__init__.pyi +2 -2
  166. bpy/ops/clip/__init__.pyi +112 -92
  167. bpy/ops/cloth/__init__.pyi +1 -1
  168. bpy/ops/collection/__init__.pyi +11 -9
  169. bpy/ops/console/__init__.pyi +37 -21
  170. bpy/ops/constraint/__init__.pyi +20 -18
  171. bpy/ops/curve/__init__.pyi +81 -51
  172. bpy/ops/curves/__init__.pyi +50 -30
  173. bpy/ops/cycles/__init__.pyi +3 -3
  174. bpy/ops/dpaint/__init__.pyi +5 -5
  175. bpy/ops/ed/__init__.pyi +19 -13
  176. bpy/ops/export_anim/__init__.pyi +1 -1
  177. bpy/ops/export_scene/__init__.pyi +2 -2
  178. bpy/ops/extensions/__init__.pyi +38 -32
  179. bpy/ops/file/__init__.pyi +72 -40
  180. bpy/ops/fluid/__init__.pyi +36 -14
  181. bpy/ops/font/__init__.pyi +41 -23
  182. bpy/ops/geometry/__init__.pyi +10 -10
  183. bpy/ops/gizmogroup/__init__.pyi +4 -2
  184. bpy/ops/gpencil/__init__.pyi +12 -8
  185. bpy/ops/graph/__init__.pyi +81 -65
  186. bpy/ops/grease_pencil/__init__.pyi +159 -115
  187. bpy/ops/image/__init__.pyi +63 -49
  188. bpy/ops/import_anim/__init__.pyi +1 -1
  189. bpy/ops/import_curve/__init__.pyi +1 -1
  190. bpy/ops/import_scene/__init__.pyi +2 -2
  191. bpy/ops/info/__init__.pyi +13 -7
  192. bpy/ops/lattice/__init__.pyi +14 -8
  193. bpy/ops/marker/__init__.pyi +13 -11
  194. bpy/ops/mask/__init__.pyi +59 -39
  195. bpy/ops/material/__init__.pyi +3 -3
  196. bpy/ops/mball/__init__.pyi +8 -8
  197. bpy/ops/mesh/__init__.pyi +182 -164
  198. bpy/ops/nla/__init__.pyi +65 -39
  199. bpy/ops/node/__init__.pyi +181 -147
  200. bpy/ops/object/__init__.pyi +262 -242
  201. bpy/ops/outliner/__init__.pyi +98 -72
  202. bpy/ops/paint/__init__.pyi +58 -54
  203. bpy/ops/paintcurve/__init__.pyi +12 -8
  204. bpy/ops/palette/__init__.pyi +11 -7
  205. bpy/ops/particle/__init__.pyi +58 -36
  206. bpy/ops/pointcloud/__init__.pyi +13 -7
  207. bpy/ops/pose/__init__.pyi +65 -51
  208. bpy/ops/poselib/__init__.pyi +17 -11
  209. bpy/ops/preferences/__init__.pyi +41 -35
  210. bpy/ops/ptcache/__init__.pyi +13 -7
  211. bpy/ops/render/__init__.pyi +17 -13
  212. bpy/ops/rigidbody/__init__.pyi +19 -13
  213. bpy/ops/scene/__init__.pyi +39 -37
  214. bpy/ops/screen/__init__.pyi +59 -39
  215. bpy/ops/script/__init__.pyi +5 -3
  216. bpy/ops/sculpt/__init__.pyi +44 -40
  217. bpy/ops/sculpt_curves/__init__.pyi +4 -4
  218. bpy/ops/sequencer/__init__.pyi +142 -100
  219. bpy/ops/sound/__init__.pyi +7 -7
  220. bpy/ops/spreadsheet/__init__.pyi +13 -7
  221. bpy/ops/surface/__init__.pyi +6 -6
  222. bpy/ops/text/__init__.pyi +73 -43
  223. bpy/ops/text_editor/__init__.pyi +1 -1
  224. bpy/ops/texture/__init__.pyi +8 -4
  225. bpy/ops/transform/__init__.pyi +29 -27
  226. bpy/ops/ui/__init__.pyi +42 -34
  227. bpy/ops/uilist/__init__.pyi +3 -3
  228. bpy/ops/uv/__init__.pyi +59 -49
  229. bpy/ops/view2d/__init__.pyi +14 -14
  230. bpy/ops/view3d/__init__.pyi +87 -67
  231. bpy/ops/wm/__init__.pyi +138 -116
  232. bpy/ops/workspace/__init__.pyi +11 -7
  233. bpy/ops/world/__init__.pyi +2 -2
  234. bpy/props/__init__.pyi +16 -13
  235. bpy/types/__init__.pyi +1206 -1157
  236. bpy/utils/__init__.pyi +23 -23
  237. bpy/utils/previews/__init__.pyi +3 -3
  238. bpy_extras/anim_utils/__init__.pyi +7 -7
  239. bpy_extras/bmesh_utils/__init__.pyi +1 -1
  240. bpy_extras/id_map_utils/__init__.pyi +3 -3
  241. bpy_extras/io_utils/__init__.pyi +14 -12
  242. bpy_extras/keyconfig_utils/__init__.pyi +3 -3
  243. bpy_extras/mesh_utils/__init__.pyi +2 -2
  244. bpy_extras/node_shader_utils/__init__.pyi +63 -63
  245. bpy_extras/node_utils/__init__.pyi +3 -3
  246. bpy_extras/object_utils/__init__.pyi +4 -4
  247. bpy_extras/wm_utils/progress_report/__init__.pyi +10 -10
  248. bpy_types/__init__.pyi +4 -4
  249. console_python/__init__.pyi +7 -7
  250. console_shell/__init__.pyi +5 -5
  251. {fake_bpy_module-20250604.dist-info → fake_bpy_module-20250606.dist-info}/METADATA +1 -1
  252. fake_bpy_module-20250606.dist-info/RECORD +367 -0
  253. freestyle/chainingiterators/__init__.pyi +35 -33
  254. freestyle/functions/__init__.pyi +55 -55
  255. freestyle/predicates/__init__.pyi +8 -8
  256. freestyle/shaders/__init__.pyi +79 -75
  257. freestyle/types/__init__.pyi +146 -142
  258. freestyle/utils/ContextFunctions/__init__.pyi +3 -1
  259. freestyle/utils/__init__.pyi +25 -25
  260. gpu/matrix/__init__.pyi +14 -14
  261. gpu/select/__init__.pyi +1 -1
  262. gpu/shader/__init__.pyi +1 -1
  263. gpu/state/__init__.pyi +19 -19
  264. gpu/types/__init__.pyi +50 -44
  265. gpu_extras/presets/__init__.pyi +2 -2
  266. graphviz_export/__init__.pyi +2 -2
  267. idprop/types/__init__.pyi +9 -9
  268. imbuf/__init__.pyi +3 -1
  269. imbuf/types/__init__.pyi +3 -3
  270. keyingsets_builtins/__init__.pyi +26 -26
  271. keyingsets_utils/__init__.pyi +14 -14
  272. mathutils/__init__.pyi +61 -53
  273. mathutils/bvhtree/__init__.pyi +4 -4
  274. mathutils/kdtree/__init__.pyi +3 -3
  275. mathutils/noise/__init__.pyi +1 -1
  276. nodeitems_builtins/__init__.pyi +4 -4
  277. nodeitems_utils/__init__.pyi +9 -9
  278. rna_info/__init__.pyi +25 -25
  279. rna_keymap_ui/__init__.pyi +6 -6
  280. rna_prop_ui/__init__.pyi +12 -12
  281. rna_xml/__init__.pyi +6 -6
  282. fake_bpy_module-20250604.dist-info/RECORD +0 -367
  283. {fake_bpy_module-20250604.dist-info → fake_bpy_module-20250606.dist-info}/WHEEL +0 -0
  284. {fake_bpy_module-20250604.dist-info → fake_bpy_module-20250606.dist-info}/top_level.txt +0 -0
@@ -32,7 +32,7 @@ def change_effect_type(
32
32
  "COLORMIX",
33
33
  ]
34
34
  | None = "CROSS",
35
- ):
35
+ ) -> None:
36
36
  """Replace effect strip with another that takes the same number of inputs
37
37
 
38
38
  :type execution_context: int | str | None
@@ -128,7 +128,7 @@ def change_path(
128
128
  | None = "DEFAULT",
129
129
  sort_method: str | None = "",
130
130
  use_placeholders: bool | None = False,
131
- ):
131
+ ) -> None:
132
132
  """Undocumented, consider contributing.
133
133
 
134
134
  :type execution_context: int | str | None
@@ -207,7 +207,7 @@ def change_scene(
207
207
  /,
208
208
  *,
209
209
  scene: str | None = "",
210
- ):
210
+ ) -> None:
211
211
  """Change Scene assigned to Strip
212
212
 
213
213
  :type execution_context: int | str | None
@@ -222,7 +222,7 @@ def connect(
222
222
  /,
223
223
  *,
224
224
  toggle: bool | None = True,
225
- ):
225
+ ) -> None:
226
226
  """Link selected strips together for simplified group selection
227
227
 
228
228
  :type execution_context: int | str | None
@@ -231,7 +231,7 @@ def connect(
231
231
  :type toggle: bool | None
232
232
  """
233
233
 
234
- def copy(execution_context: int | str | None = None, undo: bool | None = None):
234
+ def copy(execution_context: int | str | None = None, undo: bool | None = None) -> None:
235
235
  """Copy the selected strips to the internal clipboard
236
236
 
237
237
  :type execution_context: int | str | None
@@ -240,7 +240,7 @@ def copy(execution_context: int | str | None = None, undo: bool | None = None):
240
240
 
241
241
  def crossfade_sounds(
242
242
  execution_context: int | str | None = None, undo: bool | None = None
243
- ):
243
+ ) -> None:
244
244
  """Do cross-fading volume animation of two selected sound strips
245
245
 
246
246
  :type execution_context: int | str | None
@@ -253,7 +253,7 @@ def cursor_set(
253
253
  /,
254
254
  *,
255
255
  location: collections.abc.Sequence[float] | mathutils.Vector | None = (0.0, 0.0),
256
- ):
256
+ ) -> None:
257
257
  """Set 2D cursor location
258
258
 
259
259
  :type execution_context: int | str | None
@@ -264,7 +264,7 @@ def cursor_set(
264
264
 
265
265
  def deinterlace_selected_movies(
266
266
  execution_context: int | str | None = None, undo: bool | None = None
267
- ):
267
+ ) -> None:
268
268
  """Deinterlace all selected movie sources
269
269
 
270
270
  :type execution_context: int | str | None
@@ -277,7 +277,7 @@ def delete(
277
277
  /,
278
278
  *,
279
279
  delete_data: bool | None = False,
280
- ):
280
+ ) -> None:
281
281
  """Delete selected strips from the sequencer
282
282
 
283
283
  :type execution_context: int | str | None
@@ -286,14 +286,18 @@ def delete(
286
286
  :type delete_data: bool | None
287
287
  """
288
288
 
289
- def disconnect(execution_context: int | str | None = None, undo: bool | None = None):
289
+ def disconnect(
290
+ execution_context: int | str | None = None, undo: bool | None = None
291
+ ) -> None:
290
292
  """Unlink selected strips so that they can be selected individually
291
293
 
292
294
  :type execution_context: int | str | None
293
295
  :type undo: bool | None
294
296
  """
295
297
 
296
- def duplicate(execution_context: int | str | None = None, undo: bool | None = None):
298
+ def duplicate(
299
+ execution_context: int | str | None = None, undo: bool | None = None
300
+ ) -> None:
297
301
  """Duplicate the selected strips
298
302
 
299
303
  :type execution_context: int | str | None
@@ -307,7 +311,7 @@ def duplicate_move(
307
311
  *,
308
312
  SEQUENCER_OT_duplicate: duplicate | None = None,
309
313
  TRANSFORM_OT_seq_slide: bpy.ops.transform.seq_slide | None = None,
310
- ):
314
+ ) -> None:
311
315
  """Duplicate selected strips and move them
312
316
 
313
317
  :type execution_context: int | str | None
@@ -351,7 +355,7 @@ def effect_strip_add(
351
355
  overlap_shuffle_override: bool | None = False,
352
356
  skip_locked_or_muted_channels: bool | None = True,
353
357
  color: collections.abc.Sequence[float] | mathutils.Color | None = (0.0, 0.0, 0.0),
354
- ):
358
+ ) -> None:
355
359
  """Add an effect to the sequencer, most are applied on top of existing strips
356
360
 
357
361
  :type execution_context: int | str | None
@@ -437,7 +441,7 @@ def enable_proxies(
437
441
  proxy_75: bool | None = False,
438
442
  proxy_100: bool | None = False,
439
443
  overwrite: bool | None = False,
440
- ):
444
+ ) -> None:
441
445
  """Enable selected proxies on all selected Movie and Image strips
442
446
 
443
447
  :type execution_context: int | str | None
@@ -485,7 +489,7 @@ def export_subtitles(
485
489
  ]
486
490
  | None = "DEFAULT",
487
491
  sort_method: str | None = "",
488
- ):
492
+ ) -> None:
489
493
  """Export .srt file containing text strips
490
494
 
491
495
  :type execution_context: int | str | None
@@ -558,7 +562,7 @@ def fades_add(
558
562
  duration_seconds: float | None = 1.0,
559
563
  type: typing.Literal["IN_OUT", "IN", "OUT", "CURSOR_FROM", "CURSOR_TO"]
560
564
  | None = "IN_OUT",
561
- ):
565
+ ) -> None:
562
566
  """Adds or updates a fade animation for either visual or audio strips
563
567
 
564
568
  :type execution_context: int | str | None
@@ -584,7 +588,9 @@ def fades_add(
584
588
  :type type: typing.Literal['IN_OUT','IN','OUT','CURSOR_FROM','CURSOR_TO'] | None
585
589
  """
586
590
 
587
- def fades_clear(execution_context: int | str | None = None, undo: bool | None = None):
591
+ def fades_clear(
592
+ execution_context: int | str | None = None, undo: bool | None = None
593
+ ) -> None:
588
594
  """Removes fade animation from selected strips
589
595
 
590
596
  :type execution_context: int | str | None
@@ -597,7 +603,7 @@ def gap_insert(
597
603
  /,
598
604
  *,
599
605
  frames: int | None = 10,
600
- ):
606
+ ) -> None:
601
607
  """Insert gap at current frame to first strips at the right, independent of selection or locked state of strips
602
608
 
603
609
  :type execution_context: int | str | None
@@ -612,7 +618,7 @@ def gap_remove(
612
618
  /,
613
619
  *,
614
620
  all: bool | None = False,
615
- ):
621
+ ) -> None:
616
622
  """Remove gap at current frame to first strip at the right, independent of selection or locked state of strips
617
623
 
618
624
  :type execution_context: int | str | None
@@ -674,7 +680,7 @@ def image_strip_add(
674
680
  fit_method: typing.Literal["FIT", "FILL", "STRETCH", "ORIGINAL"] | None = "FIT",
675
681
  set_view_transform: bool | None = True,
676
682
  use_placeholders: bool | None = False,
677
- ):
683
+ ) -> None:
678
684
  """Add an image or image sequence to the sequencer
679
685
 
680
686
  :type execution_context: int | str | None
@@ -801,7 +807,7 @@ def images_separate(
801
807
  /,
802
808
  *,
803
809
  length: int | None = 1,
804
- ):
810
+ ) -> None:
805
811
  """On image sequence strips, it returns a strip for each image
806
812
 
807
813
  :type execution_context: int | str | None
@@ -810,7 +816,7 @@ def images_separate(
810
816
  :type length: int | None
811
817
  """
812
818
 
813
- def lock(execution_context: int | str | None = None, undo: bool | None = None):
819
+ def lock(execution_context: int | str | None = None, undo: bool | None = None) -> None:
814
820
  """Lock strips so they can't be transformed
815
821
 
816
822
  :type execution_context: int | str | None
@@ -829,7 +835,7 @@ def mask_strip_add(
829
835
  overlap_shuffle_override: bool | None = False,
830
836
  skip_locked_or_muted_channels: bool | None = True,
831
837
  mask: str | None = "",
832
- ):
838
+ ) -> None:
833
839
  """Add a mask strip to the sequencer
834
840
 
835
841
  :type execution_context: int | str | None
@@ -850,21 +856,27 @@ def mask_strip_add(
850
856
  :type mask: str | None
851
857
  """
852
858
 
853
- def meta_make(execution_context: int | str | None = None, undo: bool | None = None):
859
+ def meta_make(
860
+ execution_context: int | str | None = None, undo: bool | None = None
861
+ ) -> None:
854
862
  """Group selected strips into a meta-strip
855
863
 
856
864
  :type execution_context: int | str | None
857
865
  :type undo: bool | None
858
866
  """
859
867
 
860
- def meta_separate(execution_context: int | str | None = None, undo: bool | None = None):
868
+ def meta_separate(
869
+ execution_context: int | str | None = None, undo: bool | None = None
870
+ ) -> None:
861
871
  """Put the contents of a meta-strip back in the sequencer
862
872
 
863
873
  :type execution_context: int | str | None
864
874
  :type undo: bool | None
865
875
  """
866
876
 
867
- def meta_toggle(execution_context: int | str | None = None, undo: bool | None = None):
877
+ def meta_toggle(
878
+ execution_context: int | str | None = None, undo: bool | None = None
879
+ ) -> None:
868
880
  """Toggle a meta-strip (to edit enclosed strips)
869
881
 
870
882
  :type execution_context: int | str | None
@@ -926,7 +938,7 @@ def movie_strip_add(
926
938
  adjust_playback_rate: bool | None = True,
927
939
  sound: bool | None = True,
928
940
  use_framerate: bool | None = True,
929
- ):
941
+ ) -> None:
930
942
  """Add a movie strip to the sequencer
931
943
 
932
944
  :type execution_context: int | str | None
@@ -1063,7 +1075,7 @@ def movieclip_strip_add(
1063
1075
  overlap_shuffle_override: bool | None = False,
1064
1076
  skip_locked_or_muted_channels: bool | None = True,
1065
1077
  clip: str | None = "",
1066
- ):
1078
+ ) -> None:
1067
1079
  """Add a movieclip strip to the sequencer
1068
1080
 
1069
1081
  :type execution_context: int | str | None
@@ -1090,7 +1102,7 @@ def mute(
1090
1102
  /,
1091
1103
  *,
1092
1104
  unselected: bool | None = False,
1093
- ):
1105
+ ) -> None:
1094
1106
  """Mute (un)selected strips
1095
1107
 
1096
1108
  :type execution_context: int | str | None
@@ -1099,7 +1111,9 @@ def mute(
1099
1111
  :type unselected: bool | None
1100
1112
  """
1101
1113
 
1102
- def offset_clear(execution_context: int | str | None = None, undo: bool | None = None):
1114
+ def offset_clear(
1115
+ execution_context: int | str | None = None, undo: bool | None = None
1116
+ ) -> None:
1103
1117
  """Clear strip offsets from the start and end frames
1104
1118
 
1105
1119
  :type execution_context: int | str | None
@@ -1112,7 +1126,7 @@ def paste(
1112
1126
  /,
1113
1127
  *,
1114
1128
  keep_offset: bool | None = False,
1115
- ):
1129
+ ) -> None:
1116
1130
  """Paste strips from the internal clipboard
1117
1131
 
1118
1132
  :type execution_context: int | str | None
@@ -1128,7 +1142,7 @@ def preview_duplicate_move(
1128
1142
  *,
1129
1143
  SEQUENCER_OT_duplicate: duplicate | None = None,
1130
1144
  TRANSFORM_OT_translate: bpy.ops.transform.translate | None = None,
1131
- ):
1145
+ ) -> None:
1132
1146
  """Duplicate selected strips and move them
1133
1147
 
1134
1148
  :type execution_context: int | str | None
@@ -1141,21 +1155,25 @@ def preview_duplicate_move(
1141
1155
 
1142
1156
  def reassign_inputs(
1143
1157
  execution_context: int | str | None = None, undo: bool | None = None
1144
- ):
1158
+ ) -> None:
1145
1159
  """Reassign the inputs for the effect strip
1146
1160
 
1147
1161
  :type execution_context: int | str | None
1148
1162
  :type undo: bool | None
1149
1163
  """
1150
1164
 
1151
- def rebuild_proxy(execution_context: int | str | None = None, undo: bool | None = None):
1165
+ def rebuild_proxy(
1166
+ execution_context: int | str | None = None, undo: bool | None = None
1167
+ ) -> None:
1152
1168
  """Rebuild all selected proxies and timecode indices
1153
1169
 
1154
1170
  :type execution_context: int | str | None
1155
1171
  :type undo: bool | None
1156
1172
  """
1157
1173
 
1158
- def refresh_all(execution_context: int | str | None = None, undo: bool | None = None):
1174
+ def refresh_all(
1175
+ execution_context: int | str | None = None, undo: bool | None = None
1176
+ ) -> None:
1159
1177
  """Refresh the sequencer editor
1160
1178
 
1161
1179
  :type execution_context: int | str | None
@@ -1168,7 +1186,7 @@ def reload(
1168
1186
  /,
1169
1187
  *,
1170
1188
  adjust_length: bool | None = False,
1171
- ):
1189
+ ) -> None:
1172
1190
  """Reload strips in the sequencer
1173
1191
 
1174
1192
  :type execution_context: int | str | None
@@ -1179,14 +1197,16 @@ def reload(
1179
1197
 
1180
1198
  def rename_channel(
1181
1199
  execution_context: int | str | None = None, undo: bool | None = None
1182
- ):
1200
+ ) -> None:
1183
1201
  """Undocumented, consider contributing.
1184
1202
 
1185
1203
  :type execution_context: int | str | None
1186
1204
  :type undo: bool | None
1187
1205
  """
1188
1206
 
1189
- def rendersize(execution_context: int | str | None = None, undo: bool | None = None):
1207
+ def rendersize(
1208
+ execution_context: int | str | None = None, undo: bool | None = None
1209
+ ) -> None:
1190
1210
  """Set render size and aspect from active strip
1191
1211
 
1192
1212
  :type execution_context: int | str | None
@@ -1200,7 +1220,7 @@ def retiming_add_freeze_frame_slide(
1200
1220
  *,
1201
1221
  SEQUENCER_OT_retiming_freeze_frame_add: retiming_freeze_frame_add | None = None,
1202
1222
  TRANSFORM_OT_seq_slide: bpy.ops.transform.seq_slide | None = None,
1203
- ):
1223
+ ) -> None:
1204
1224
  """Add freeze frame and move it
1205
1225
 
1206
1226
  :type execution_context: int | str | None
@@ -1218,7 +1238,7 @@ def retiming_add_transition_slide(
1218
1238
  *,
1219
1239
  SEQUENCER_OT_retiming_transition_add: retiming_transition_add | None = None,
1220
1240
  TRANSFORM_OT_seq_slide: bpy.ops.transform.seq_slide | None = None,
1221
- ):
1241
+ ) -> None:
1222
1242
  """Add smooth transition between 2 retimed segments and change its duration
1223
1243
 
1224
1244
  :type execution_context: int | str | None
@@ -1235,7 +1255,7 @@ def retiming_freeze_frame_add(
1235
1255
  /,
1236
1256
  *,
1237
1257
  duration: int | None = 0,
1238
- ):
1258
+ ) -> None:
1239
1259
  """Add freeze frame
1240
1260
 
1241
1261
  :type execution_context: int | str | None
@@ -1250,7 +1270,7 @@ def retiming_key_add(
1250
1270
  /,
1251
1271
  *,
1252
1272
  timeline_frame: int | None = 0,
1253
- ):
1273
+ ) -> None:
1254
1274
  """Add retiming Key
1255
1275
 
1256
1276
  :type execution_context: int | str | None
@@ -1261,7 +1281,7 @@ def retiming_key_add(
1261
1281
 
1262
1282
  def retiming_key_delete(
1263
1283
  execution_context: int | str | None = None, undo: bool | None = None
1264
- ):
1284
+ ) -> None:
1265
1285
  """Delete selected retiming keys from the sequencer
1266
1286
 
1267
1287
  :type execution_context: int | str | None
@@ -1270,7 +1290,7 @@ def retiming_key_delete(
1270
1290
 
1271
1291
  def retiming_reset(
1272
1292
  execution_context: int | str | None = None, undo: bool | None = None
1273
- ):
1293
+ ) -> None:
1274
1294
  """Reset strip retiming
1275
1295
 
1276
1296
  :type execution_context: int | str | None
@@ -1284,7 +1304,7 @@ def retiming_segment_speed_set(
1284
1304
  *,
1285
1305
  speed: float | None = 100.0,
1286
1306
  keep_retiming: bool | None = True,
1287
- ):
1307
+ ) -> None:
1288
1308
  """Set speed of retimed segment
1289
1309
 
1290
1310
  :type execution_context: int | str | None
@@ -1295,7 +1315,9 @@ def retiming_segment_speed_set(
1295
1315
  :type keep_retiming: bool | None
1296
1316
  """
1297
1317
 
1298
- def retiming_show(execution_context: int | str | None = None, undo: bool | None = None):
1318
+ def retiming_show(
1319
+ execution_context: int | str | None = None, undo: bool | None = None
1320
+ ) -> None:
1299
1321
  """Show retiming keys in selected strips
1300
1322
 
1301
1323
  :type execution_context: int | str | None
@@ -1308,7 +1330,7 @@ def retiming_transition_add(
1308
1330
  /,
1309
1331
  *,
1310
1332
  duration: int | None = 0,
1311
- ):
1333
+ ) -> None:
1312
1334
  """Add smooth transition between 2 retimed segments
1313
1335
 
1314
1336
  :type execution_context: int | str | None
@@ -1323,7 +1345,7 @@ def sample(
1323
1345
  /,
1324
1346
  *,
1325
1347
  size: int | None = 1,
1326
- ):
1348
+ ) -> None:
1327
1349
  """Use mouse to sample color in current frame
1328
1350
 
1329
1351
  :type execution_context: int | str | None
@@ -1334,7 +1356,7 @@ def sample(
1334
1356
 
1335
1357
  def scene_frame_range_update(
1336
1358
  execution_context: int | str | None = None, undo: bool | None = None
1337
- ):
1359
+ ) -> None:
1338
1360
  """Update frame range of scene strip
1339
1361
 
1340
1362
  :type execution_context: int | str | None
@@ -1353,7 +1375,7 @@ def scene_strip_add(
1353
1375
  overlap_shuffle_override: bool | None = False,
1354
1376
  skip_locked_or_muted_channels: bool | None = True,
1355
1377
  scene: str | None = "",
1356
- ):
1378
+ ) -> None:
1357
1379
  """Add a strip to the sequencer using a Blender scene as a source
1358
1380
 
1359
1381
  :type execution_context: int | str | None
@@ -1386,7 +1408,7 @@ def scene_strip_add_new(
1386
1408
  overlap_shuffle_override: bool | None = False,
1387
1409
  skip_locked_or_muted_channels: bool | None = True,
1388
1410
  type: typing.Literal["NEW", "EMPTY", "LINK_COPY", "FULL_COPY"] | None = "NEW",
1389
- ):
1411
+ ) -> None:
1390
1412
  """Create a new Strip and assign a new Scene as source
1391
1413
 
1392
1414
  :type execution_context: int | str | None
@@ -1437,7 +1459,7 @@ def select(
1437
1459
  linked_time: bool | None = False,
1438
1460
  side_of_frame: bool | None = False,
1439
1461
  ignore_connections: bool | None = False,
1440
- ):
1462
+ ) -> None:
1441
1463
  """Select a strip (last selected becomes the "active strip")
1442
1464
 
1443
1465
  :type execution_context: int | str | None
@@ -1476,7 +1498,7 @@ def select_all(
1476
1498
  /,
1477
1499
  *,
1478
1500
  action: typing.Literal["TOGGLE", "SELECT", "DESELECT", "INVERT"] | None = "TOGGLE",
1479
- ):
1501
+ ) -> None:
1480
1502
  """Select or deselect all strips
1481
1503
 
1482
1504
  :type execution_context: int | str | None
@@ -1511,7 +1533,7 @@ def select_box(
1511
1533
  tweak: bool | None = False,
1512
1534
  include_handles: bool | None = False,
1513
1535
  ignore_connections: bool | None = False,
1514
- ):
1536
+ ) -> None:
1515
1537
  """Select strips using box selection
1516
1538
 
1517
1539
  :type execution_context: int | str | None
@@ -1556,7 +1578,7 @@ def select_grouped(
1556
1578
  | None = "TYPE",
1557
1579
  extend: bool | None = False,
1558
1580
  use_active_channel: bool | None = False,
1559
- ):
1581
+ ) -> None:
1560
1582
  """Select all strips grouped by various properties
1561
1583
 
1562
1584
  :type execution_context: int | str | None
@@ -1599,7 +1621,7 @@ def select_handle(
1599
1621
  mouse_x: int | None = 0,
1600
1622
  mouse_y: int | None = 0,
1601
1623
  ignore_connections: bool | None = False,
1602
- ):
1624
+ ) -> None:
1603
1625
  """Select strip handle
1604
1626
 
1605
1627
  :type execution_context: int | str | None
@@ -1623,7 +1645,7 @@ def select_handles(
1623
1645
  "LEFT", "RIGHT", "BOTH", "LEFT_NEIGHBOR", "RIGHT_NEIGHBOR", "BOTH_NEIGHBORS"
1624
1646
  ]
1625
1647
  | None = "BOTH",
1626
- ):
1648
+ ) -> None:
1627
1649
  """Select gizmo handles on the sides of the selected strip
1628
1650
 
1629
1651
  :type execution_context: int | str | None
@@ -1632,14 +1654,18 @@ def select_handles(
1632
1654
  :type side: typing.Literal['LEFT','RIGHT','BOTH','LEFT_NEIGHBOR','RIGHT_NEIGHBOR','BOTH_NEIGHBORS'] | None
1633
1655
  """
1634
1656
 
1635
- def select_less(execution_context: int | str | None = None, undo: bool | None = None):
1657
+ def select_less(
1658
+ execution_context: int | str | None = None, undo: bool | None = None
1659
+ ) -> None:
1636
1660
  """Shrink the current selection of adjacent selected strips
1637
1661
 
1638
1662
  :type execution_context: int | str | None
1639
1663
  :type undo: bool | None
1640
1664
  """
1641
1665
 
1642
- def select_linked(execution_context: int | str | None = None, undo: bool | None = None):
1666
+ def select_linked(
1667
+ execution_context: int | str | None = None, undo: bool | None = None
1668
+ ) -> None:
1643
1669
  """Select all strips adjacent to the current selection
1644
1670
 
1645
1671
  :type execution_context: int | str | None
@@ -1652,7 +1678,7 @@ def select_linked_pick(
1652
1678
  /,
1653
1679
  *,
1654
1680
  extend: bool | None = False,
1655
- ):
1681
+ ) -> None:
1656
1682
  """Select a chain of linked strips nearest to the mouse pointer
1657
1683
 
1658
1684
  :type execution_context: int | str | None
@@ -1661,7 +1687,9 @@ def select_linked_pick(
1661
1687
  :type extend: bool | None
1662
1688
  """
1663
1689
 
1664
- def select_more(execution_context: int | str | None = None, undo: bool | None = None):
1690
+ def select_more(
1691
+ execution_context: int | str | None = None, undo: bool | None = None
1692
+ ) -> None:
1665
1693
  """Select more strips adjacent to the current selection
1666
1694
 
1667
1695
  :type execution_context: int | str | None
@@ -1674,7 +1702,7 @@ def select_side(
1674
1702
  /,
1675
1703
  *,
1676
1704
  side: typing.Literal["MOUSE", "LEFT", "RIGHT", "BOTH", "NO_CHANGE"] | None = "BOTH",
1677
- ):
1705
+ ) -> None:
1678
1706
  """Select strips on the nominated side of the selected strips
1679
1707
 
1680
1708
  :type execution_context: int | str | None
@@ -1690,7 +1718,7 @@ def select_side_of_frame(
1690
1718
  *,
1691
1719
  extend: bool | None = False,
1692
1720
  side: typing.Literal["LEFT", "RIGHT", "CURRENT"] | None = "LEFT",
1693
- ):
1721
+ ) -> None:
1694
1722
  """Select strips relative to the current frame
1695
1723
 
1696
1724
  :type execution_context: int | str | None
@@ -1716,7 +1744,7 @@ def set_range_to_strips(
1716
1744
  /,
1717
1745
  *,
1718
1746
  preview: bool | None = False,
1719
- ):
1747
+ ) -> None:
1720
1748
  """Set the frame range to the selected strips start and end
1721
1749
 
1722
1750
  :type execution_context: int | str | None
@@ -1732,7 +1760,7 @@ def slip(
1732
1760
  *,
1733
1761
  offset: float | None = 0.0,
1734
1762
  slip_keyframes: bool | None = False,
1735
- ):
1763
+ ) -> None:
1736
1764
  """Slip the contents of selected strips
1737
1765
 
1738
1766
  :type execution_context: int | str | None
@@ -1749,7 +1777,7 @@ def snap(
1749
1777
  /,
1750
1778
  *,
1751
1779
  frame: int | None = 0,
1752
- ):
1780
+ ) -> None:
1753
1781
  """Frame where selected strips will be snapped
1754
1782
 
1755
1783
  :type execution_context: int | str | None
@@ -1808,7 +1836,7 @@ def sound_strip_add(
1808
1836
  skip_locked_or_muted_channels: bool | None = True,
1809
1837
  cache: bool | None = False,
1810
1838
  mono: bool | None = False,
1811
- ):
1839
+ ) -> None:
1812
1840
  """Add a sound strip to the sequencer
1813
1841
 
1814
1842
  :type execution_context: int | str | None
@@ -1923,7 +1951,7 @@ def split(
1923
1951
  side: typing.Literal["MOUSE", "LEFT", "RIGHT", "BOTH", "NO_CHANGE"]
1924
1952
  | None = "MOUSE",
1925
1953
  ignore_selection: bool | None = False,
1926
- ):
1954
+ ) -> None:
1927
1955
  """Split the selected strips in two
1928
1956
 
1929
1957
  :type execution_context: int | str | None
@@ -1948,7 +1976,7 @@ def split_multicam(
1948
1976
  /,
1949
1977
  *,
1950
1978
  camera: int | None = 1,
1951
- ):
1979
+ ) -> None:
1952
1980
  """Split multicam strip and select camera
1953
1981
 
1954
1982
  :type execution_context: int | str | None
@@ -1963,7 +1991,7 @@ def strip_color_tag_set(
1963
1991
  /,
1964
1992
  *,
1965
1993
  color: bpy.stub_internal.rna_enums.StripColorItems | None = "NONE",
1966
- ):
1994
+ ) -> None:
1967
1995
  """Set a color tag for the selected strips
1968
1996
 
1969
1997
  :type execution_context: int | str | None
@@ -1979,7 +2007,7 @@ def strip_jump(
1979
2007
  *,
1980
2008
  next: bool | None = True,
1981
2009
  center: bool | None = True,
1982
- ):
2010
+ ) -> None:
1983
2011
  """Move frame to previous edit point
1984
2012
 
1985
2013
  :type execution_context: int | str | None
@@ -1996,7 +2024,7 @@ def strip_modifier_add(
1996
2024
  /,
1997
2025
  *,
1998
2026
  type: str | None = "",
1999
- ):
2027
+ ) -> None:
2000
2028
  """Add a modifier to the strip
2001
2029
 
2002
2030
  :type execution_context: int | str | None
@@ -2011,7 +2039,7 @@ def strip_modifier_copy(
2011
2039
  /,
2012
2040
  *,
2013
2041
  type: typing.Literal["REPLACE", "APPEND"] | None = "REPLACE",
2014
- ):
2042
+ ) -> None:
2015
2043
  """Copy modifiers of the active strip to all selected strips
2016
2044
 
2017
2045
  :type execution_context: int | str | None
@@ -2033,7 +2061,7 @@ def strip_modifier_equalizer_redefine(
2033
2061
  *,
2034
2062
  graphs: typing.Literal["SIMPLE", "DOUBLE", "TRIPLE"] | None = "SIMPLE",
2035
2063
  name: str = "Name",
2036
- ):
2064
+ ) -> None:
2037
2065
  """Redefine equalizer graphs
2038
2066
 
2039
2067
  :type execution_context: int | str | None
@@ -2060,7 +2088,7 @@ def strip_modifier_move(
2060
2088
  *,
2061
2089
  name: str = "Name",
2062
2090
  direction: typing.Literal["UP", "DOWN"] | None = "UP",
2063
- ):
2091
+ ) -> None:
2064
2092
  """Move modifier up and down in the stack
2065
2093
 
2066
2094
  :type execution_context: int | str | None
@@ -2083,7 +2111,7 @@ def strip_modifier_remove(
2083
2111
  /,
2084
2112
  *,
2085
2113
  name: str = "Name",
2086
- ):
2114
+ ) -> None:
2087
2115
  """Remove a modifier from the strip
2088
2116
 
2089
2117
  :type execution_context: int | str | None
@@ -2098,7 +2126,7 @@ def strip_transform_clear(
2098
2126
  /,
2099
2127
  *,
2100
2128
  property: typing.Literal["POSITION", "SCALE", "ROTATION", "ALL"] | None = "ALL",
2101
- ):
2129
+ ) -> None:
2102
2130
  """Reset image transformation to default value
2103
2131
 
2104
2132
  :type execution_context: int | str | None
@@ -2125,7 +2153,7 @@ def strip_transform_fit(
2125
2153
  /,
2126
2154
  *,
2127
2155
  fit_method: typing.Literal["FIT", "FILL", "STRETCH"] | None = "FIT",
2128
- ):
2156
+ ) -> None:
2129
2157
  """Undocumented, consider contributing.
2130
2158
 
2131
2159
  :type execution_context: int | str | None
@@ -2149,7 +2177,7 @@ def swap(
2149
2177
  /,
2150
2178
  *,
2151
2179
  side: typing.Literal["LEFT", "RIGHT"] | None = "RIGHT",
2152
- ):
2180
+ ) -> None:
2153
2181
  """Swap active strip with strip to the right or left
2154
2182
 
2155
2183
  :type execution_context: int | str | None
@@ -2158,14 +2186,18 @@ def swap(
2158
2186
  :type side: typing.Literal['LEFT','RIGHT'] | None
2159
2187
  """
2160
2188
 
2161
- def swap_data(execution_context: int | str | None = None, undo: bool | None = None):
2189
+ def swap_data(
2190
+ execution_context: int | str | None = None, undo: bool | None = None
2191
+ ) -> None:
2162
2192
  """Swap 2 sequencer strips
2163
2193
 
2164
2194
  :type execution_context: int | str | None
2165
2195
  :type undo: bool | None
2166
2196
  """
2167
2197
 
2168
- def swap_inputs(execution_context: int | str | None = None, undo: bool | None = None):
2198
+ def swap_inputs(
2199
+ execution_context: int | str | None = None, undo: bool | None = None
2200
+ ) -> None:
2169
2201
  """Swap the two inputs of the effect strip
2170
2202
 
2171
2203
  :type execution_context: int | str | None
@@ -2191,7 +2223,7 @@ def text_cursor_move(
2191
2223
  ]
2192
2224
  | None = "LINE_BEGIN",
2193
2225
  select_text: bool | None = False,
2194
- ):
2226
+ ) -> None:
2195
2227
  """Move cursor in text
2196
2228
 
2197
2229
  :type execution_context: int | str | None
@@ -2208,7 +2240,7 @@ def text_cursor_set(
2208
2240
  /,
2209
2241
  *,
2210
2242
  select_text: bool | None = False,
2211
- ):
2243
+ ) -> None:
2212
2244
  """Set cursor position in text
2213
2245
 
2214
2246
  :type execution_context: int | str | None
@@ -2224,7 +2256,7 @@ def text_delete(
2224
2256
  *,
2225
2257
  type: typing.Literal["NEXT_OR_SELECTION", "PREVIOUS_OR_SELECTION"]
2226
2258
  | None = "NEXT_OR_SELECTION",
2227
- ):
2259
+ ) -> None:
2228
2260
  """Delete text at cursor position
2229
2261
 
2230
2262
  :type execution_context: int | str | None
@@ -2235,7 +2267,7 @@ def text_delete(
2235
2267
 
2236
2268
  def text_deselect_all(
2237
2269
  execution_context: int | str | None = None, undo: bool | None = None
2238
- ):
2270
+ ) -> None:
2239
2271
  """Deselect all characters
2240
2272
 
2241
2273
  :type execution_context: int | str | None
@@ -2244,14 +2276,16 @@ def text_deselect_all(
2244
2276
 
2245
2277
  def text_edit_copy(
2246
2278
  execution_context: int | str | None = None, undo: bool | None = None
2247
- ):
2279
+ ) -> None:
2248
2280
  """Copy text to clipboard
2249
2281
 
2250
2282
  :type execution_context: int | str | None
2251
2283
  :type undo: bool | None
2252
2284
  """
2253
2285
 
2254
- def text_edit_cut(execution_context: int | str | None = None, undo: bool | None = None):
2286
+ def text_edit_cut(
2287
+ execution_context: int | str | None = None, undo: bool | None = None
2288
+ ) -> None:
2255
2289
  """Cut text to clipboard
2256
2290
 
2257
2291
  :type execution_context: int | str | None
@@ -2260,7 +2294,7 @@ def text_edit_cut(execution_context: int | str | None = None, undo: bool | None
2260
2294
 
2261
2295
  def text_edit_mode_toggle(
2262
2296
  execution_context: int | str | None = None, undo: bool | None = None
2263
- ):
2297
+ ) -> None:
2264
2298
  """Toggle text editing
2265
2299
 
2266
2300
  :type execution_context: int | str | None
@@ -2269,7 +2303,7 @@ def text_edit_mode_toggle(
2269
2303
 
2270
2304
  def text_edit_paste(
2271
2305
  execution_context: int | str | None = None, undo: bool | None = None
2272
- ):
2306
+ ) -> None:
2273
2307
  """Paste text from clipboard
2274
2308
 
2275
2309
  :type execution_context: int | str | None
@@ -2282,7 +2316,7 @@ def text_insert(
2282
2316
  /,
2283
2317
  *,
2284
2318
  string: str = "",
2285
- ):
2319
+ ) -> None:
2286
2320
  """Insert text at cursor position
2287
2321
 
2288
2322
  :type execution_context: int | str | None
@@ -2293,7 +2327,7 @@ def text_insert(
2293
2327
 
2294
2328
  def text_line_break(
2295
2329
  execution_context: int | str | None = None, undo: bool | None = None
2296
- ):
2330
+ ) -> None:
2297
2331
  """Insert line break at cursor position
2298
2332
 
2299
2333
  :type execution_context: int | str | None
@@ -2302,14 +2336,16 @@ def text_line_break(
2302
2336
 
2303
2337
  def text_select_all(
2304
2338
  execution_context: int | str | None = None, undo: bool | None = None
2305
- ):
2339
+ ) -> None:
2306
2340
  """Select all characters
2307
2341
 
2308
2342
  :type execution_context: int | str | None
2309
2343
  :type undo: bool | None
2310
2344
  """
2311
2345
 
2312
- def unlock(execution_context: int | str | None = None, undo: bool | None = None):
2346
+ def unlock(
2347
+ execution_context: int | str | None = None, undo: bool | None = None
2348
+ ) -> None:
2313
2349
  """Unlock strips so they can be transformed
2314
2350
 
2315
2351
  :type execution_context: int | str | None
@@ -2322,7 +2358,7 @@ def unmute(
2322
2358
  /,
2323
2359
  *,
2324
2360
  unselected: bool | None = False,
2325
- ):
2361
+ ) -> None:
2326
2362
  """Unmute (un)selected strips
2327
2363
 
2328
2364
  :type execution_context: int | str | None
@@ -2331,7 +2367,9 @@ def unmute(
2331
2367
  :type unselected: bool | None
2332
2368
  """
2333
2369
 
2334
- def view_all(execution_context: int | str | None = None, undo: bool | None = None):
2370
+ def view_all(
2371
+ execution_context: int | str | None = None, undo: bool | None = None
2372
+ ) -> None:
2335
2373
  """View all the strips in the sequencer
2336
2374
 
2337
2375
  :type execution_context: int | str | None
@@ -2340,14 +2378,16 @@ def view_all(execution_context: int | str | None = None, undo: bool | None = Non
2340
2378
 
2341
2379
  def view_all_preview(
2342
2380
  execution_context: int | str | None = None, undo: bool | None = None
2343
- ):
2381
+ ) -> None:
2344
2382
  """Zoom preview to fit in the area
2345
2383
 
2346
2384
  :type execution_context: int | str | None
2347
2385
  :type undo: bool | None
2348
2386
  """
2349
2387
 
2350
- def view_frame(execution_context: int | str | None = None, undo: bool | None = None):
2388
+ def view_frame(
2389
+ execution_context: int | str | None = None, undo: bool | None = None
2390
+ ) -> None:
2351
2391
  """Move the view to the current frame
2352
2392
 
2353
2393
  :type execution_context: int | str | None
@@ -2364,7 +2404,7 @@ def view_ghost_border(
2364
2404
  ymin: int | None = 0,
2365
2405
  ymax: int | None = 0,
2366
2406
  wait_for_input: bool | None = True,
2367
- ):
2407
+ ) -> None:
2368
2408
  """Set the boundaries of the border used for offset view
2369
2409
 
2370
2410
  :type execution_context: int | str | None
@@ -2381,7 +2421,9 @@ def view_ghost_border(
2381
2421
  :type wait_for_input: bool | None
2382
2422
  """
2383
2423
 
2384
- def view_selected(execution_context: int | str | None = None, undo: bool | None = None):
2424
+ def view_selected(
2425
+ execution_context: int | str | None = None, undo: bool | None = None
2426
+ ) -> None:
2385
2427
  """Zoom the sequencer on the selected strips
2386
2428
 
2387
2429
  :type execution_context: int | str | None
@@ -2394,7 +2436,7 @@ def view_zoom_ratio(
2394
2436
  /,
2395
2437
  *,
2396
2438
  ratio: float | None = 1.0,
2397
- ):
2439
+ ) -> None:
2398
2440
  """Change zoom ratio of sequencer preview
2399
2441
 
2400
2442
  :type execution_context: int | str | None