fake-bpy-module 20250604__py3-none-any.whl → 20250607__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 +25 -58
  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 -50
  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 -75
  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 -307
  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 +15 -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 -20
  161. bpy/ops/boid/__init__.pyi +18 -8
  162. bpy/ops/brush/__init__.pyi +19 -16
  163. bpy/ops/buttons/__init__.pyi +14 -12
  164. bpy/ops/cachefile/__init__.pyi +9 -11
  165. bpy/ops/camera/__init__.pyi +2 -2
  166. bpy/ops/clip/__init__.pyi +112 -95
  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 -16
  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 -43
  180. bpy/ops/fluid/__init__.pyi +36 -14
  181. bpy/ops/font/__init__.pyi +41 -29
  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 -68
  186. bpy/ops/grease_pencil/__init__.pyi +159 -115
  187. bpy/ops/image/__init__.pyi +63 -61
  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 -150
  200. bpy/ops/object/__init__.pyi +262 -251
  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 -38
  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 -45
  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 -115
  219. bpy/ops/sound/__init__.pyi +7 -16
  220. bpy/ops/spreadsheet/__init__.pyi +13 -7
  221. bpy/ops/surface/__init__.pyi +6 -6
  222. bpy/ops/text/__init__.pyi +73 -49
  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 +136 -574
  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 +1237 -1281
  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-20250607.dist-info}/METADATA +1 -1
  252. fake_bpy_module-20250607.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-20250607.dist-info}/WHEEL +0 -0
  284. {fake_bpy_module-20250604.dist-info → fake_bpy_module-20250607.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
@@ -113,7 +113,6 @@ def change_path(
113
113
  filter_text: bool | None = False,
114
114
  filter_archive: bool | None = False,
115
115
  filter_btx: bool | None = False,
116
- filter_collada: bool | None = False,
117
116
  filter_alembic: bool | None = False,
118
117
  filter_usd: bool | None = False,
119
118
  filter_obj: bool | None = False,
@@ -128,7 +127,7 @@ def change_path(
128
127
  | None = "DEFAULT",
129
128
  sort_method: str | None = "",
130
129
  use_placeholders: bool | None = False,
131
- ):
130
+ ) -> None:
132
131
  """Undocumented, consider contributing.
133
132
 
134
133
  :type execution_context: int | str | None
@@ -163,8 +162,6 @@ def change_path(
163
162
  :type filter_archive: bool | None
164
163
  :param filter_btx: Filter btx files
165
164
  :type filter_btx: bool | None
166
- :param filter_collada: Filter COLLADA files
167
- :type filter_collada: bool | None
168
165
  :param filter_alembic: Filter Alembic files
169
166
  :type filter_alembic: bool | None
170
167
  :param filter_usd: Filter USD files
@@ -207,7 +204,7 @@ def change_scene(
207
204
  /,
208
205
  *,
209
206
  scene: str | None = "",
210
- ):
207
+ ) -> None:
211
208
  """Change Scene assigned to Strip
212
209
 
213
210
  :type execution_context: int | str | None
@@ -222,7 +219,7 @@ def connect(
222
219
  /,
223
220
  *,
224
221
  toggle: bool | None = True,
225
- ):
222
+ ) -> None:
226
223
  """Link selected strips together for simplified group selection
227
224
 
228
225
  :type execution_context: int | str | None
@@ -231,7 +228,7 @@ def connect(
231
228
  :type toggle: bool | None
232
229
  """
233
230
 
234
- def copy(execution_context: int | str | None = None, undo: bool | None = None):
231
+ def copy(execution_context: int | str | None = None, undo: bool | None = None) -> None:
235
232
  """Copy the selected strips to the internal clipboard
236
233
 
237
234
  :type execution_context: int | str | None
@@ -240,7 +237,7 @@ def copy(execution_context: int | str | None = None, undo: bool | None = None):
240
237
 
241
238
  def crossfade_sounds(
242
239
  execution_context: int | str | None = None, undo: bool | None = None
243
- ):
240
+ ) -> None:
244
241
  """Do cross-fading volume animation of two selected sound strips
245
242
 
246
243
  :type execution_context: int | str | None
@@ -253,7 +250,7 @@ def cursor_set(
253
250
  /,
254
251
  *,
255
252
  location: collections.abc.Sequence[float] | mathutils.Vector | None = (0.0, 0.0),
256
- ):
253
+ ) -> None:
257
254
  """Set 2D cursor location
258
255
 
259
256
  :type execution_context: int | str | None
@@ -264,7 +261,7 @@ def cursor_set(
264
261
 
265
262
  def deinterlace_selected_movies(
266
263
  execution_context: int | str | None = None, undo: bool | None = None
267
- ):
264
+ ) -> None:
268
265
  """Deinterlace all selected movie sources
269
266
 
270
267
  :type execution_context: int | str | None
@@ -277,7 +274,7 @@ def delete(
277
274
  /,
278
275
  *,
279
276
  delete_data: bool | None = False,
280
- ):
277
+ ) -> None:
281
278
  """Delete selected strips from the sequencer
282
279
 
283
280
  :type execution_context: int | str | None
@@ -286,14 +283,18 @@ def delete(
286
283
  :type delete_data: bool | None
287
284
  """
288
285
 
289
- def disconnect(execution_context: int | str | None = None, undo: bool | None = None):
286
+ def disconnect(
287
+ execution_context: int | str | None = None, undo: bool | None = None
288
+ ) -> None:
290
289
  """Unlink selected strips so that they can be selected individually
291
290
 
292
291
  :type execution_context: int | str | None
293
292
  :type undo: bool | None
294
293
  """
295
294
 
296
- def duplicate(execution_context: int | str | None = None, undo: bool | None = None):
295
+ def duplicate(
296
+ execution_context: int | str | None = None, undo: bool | None = None
297
+ ) -> None:
297
298
  """Duplicate the selected strips
298
299
 
299
300
  :type execution_context: int | str | None
@@ -307,7 +308,7 @@ def duplicate_move(
307
308
  *,
308
309
  SEQUENCER_OT_duplicate: duplicate | None = None,
309
310
  TRANSFORM_OT_seq_slide: bpy.ops.transform.seq_slide | None = None,
310
- ):
311
+ ) -> None:
311
312
  """Duplicate selected strips and move them
312
313
 
313
314
  :type execution_context: int | str | None
@@ -351,7 +352,7 @@ def effect_strip_add(
351
352
  overlap_shuffle_override: bool | None = False,
352
353
  skip_locked_or_muted_channels: bool | None = True,
353
354
  color: collections.abc.Sequence[float] | mathutils.Color | None = (0.0, 0.0, 0.0),
354
- ):
355
+ ) -> None:
355
356
  """Add an effect to the sequencer, most are applied on top of existing strips
356
357
 
357
358
  :type execution_context: int | str | None
@@ -437,7 +438,7 @@ def enable_proxies(
437
438
  proxy_75: bool | None = False,
438
439
  proxy_100: bool | None = False,
439
440
  overwrite: bool | None = False,
440
- ):
441
+ ) -> None:
441
442
  """Enable selected proxies on all selected Movie and Image strips
442
443
 
443
444
  :type execution_context: int | str | None
@@ -472,7 +473,6 @@ def export_subtitles(
472
473
  filter_text: bool | None = False,
473
474
  filter_archive: bool | None = False,
474
475
  filter_btx: bool | None = False,
475
- filter_collada: bool | None = False,
476
476
  filter_alembic: bool | None = False,
477
477
  filter_usd: bool | None = False,
478
478
  filter_obj: bool | None = False,
@@ -485,7 +485,7 @@ def export_subtitles(
485
485
  ]
486
486
  | None = "DEFAULT",
487
487
  sort_method: str | None = "",
488
- ):
488
+ ) -> None:
489
489
  """Export .srt file containing text strips
490
490
 
491
491
  :type execution_context: int | str | None
@@ -516,8 +516,6 @@ def export_subtitles(
516
516
  :type filter_archive: bool | None
517
517
  :param filter_btx: Filter btx files
518
518
  :type filter_btx: bool | None
519
- :param filter_collada: Filter COLLADA files
520
- :type filter_collada: bool | None
521
519
  :param filter_alembic: Filter Alembic files
522
520
  :type filter_alembic: bool | None
523
521
  :param filter_usd: Filter USD files
@@ -558,7 +556,7 @@ def fades_add(
558
556
  duration_seconds: float | None = 1.0,
559
557
  type: typing.Literal["IN_OUT", "IN", "OUT", "CURSOR_FROM", "CURSOR_TO"]
560
558
  | None = "IN_OUT",
561
- ):
559
+ ) -> None:
562
560
  """Adds or updates a fade animation for either visual or audio strips
563
561
 
564
562
  :type execution_context: int | str | None
@@ -584,7 +582,9 @@ def fades_add(
584
582
  :type type: typing.Literal['IN_OUT','IN','OUT','CURSOR_FROM','CURSOR_TO'] | None
585
583
  """
586
584
 
587
- def fades_clear(execution_context: int | str | None = None, undo: bool | None = None):
585
+ def fades_clear(
586
+ execution_context: int | str | None = None, undo: bool | None = None
587
+ ) -> None:
588
588
  """Removes fade animation from selected strips
589
589
 
590
590
  :type execution_context: int | str | None
@@ -597,7 +597,7 @@ def gap_insert(
597
597
  /,
598
598
  *,
599
599
  frames: int | None = 10,
600
- ):
600
+ ) -> None:
601
601
  """Insert gap at current frame to first strips at the right, independent of selection or locked state of strips
602
602
 
603
603
  :type execution_context: int | str | None
@@ -612,7 +612,7 @@ def gap_remove(
612
612
  /,
613
613
  *,
614
614
  all: bool | None = False,
615
- ):
615
+ ) -> None:
616
616
  """Remove gap at current frame to first strip at the right, independent of selection or locked state of strips
617
617
 
618
618
  :type execution_context: int | str | None
@@ -640,7 +640,6 @@ def image_strip_add(
640
640
  filter_text: bool | None = False,
641
641
  filter_archive: bool | None = False,
642
642
  filter_btx: bool | None = False,
643
- filter_collada: bool | None = False,
644
643
  filter_alembic: bool | None = False,
645
644
  filter_usd: bool | None = False,
646
645
  filter_obj: bool | None = False,
@@ -674,7 +673,7 @@ def image_strip_add(
674
673
  fit_method: typing.Literal["FIT", "FILL", "STRETCH", "ORIGINAL"] | None = "FIT",
675
674
  set_view_transform: bool | None = True,
676
675
  use_placeholders: bool | None = False,
677
- ):
676
+ ) -> None:
678
677
  """Add an image or image sequence to the sequencer
679
678
 
680
679
  :type execution_context: int | str | None
@@ -705,8 +704,6 @@ def image_strip_add(
705
704
  :type filter_archive: bool | None
706
705
  :param filter_btx: Filter btx files
707
706
  :type filter_btx: bool | None
708
- :param filter_collada: Filter COLLADA files
709
- :type filter_collada: bool | None
710
707
  :param filter_alembic: Filter Alembic files
711
708
  :type filter_alembic: bool | None
712
709
  :param filter_usd: Filter USD files
@@ -801,7 +798,7 @@ def images_separate(
801
798
  /,
802
799
  *,
803
800
  length: int | None = 1,
804
- ):
801
+ ) -> None:
805
802
  """On image sequence strips, it returns a strip for each image
806
803
 
807
804
  :type execution_context: int | str | None
@@ -810,7 +807,7 @@ def images_separate(
810
807
  :type length: int | None
811
808
  """
812
809
 
813
- def lock(execution_context: int | str | None = None, undo: bool | None = None):
810
+ def lock(execution_context: int | str | None = None, undo: bool | None = None) -> None:
814
811
  """Lock strips so they can't be transformed
815
812
 
816
813
  :type execution_context: int | str | None
@@ -829,7 +826,7 @@ def mask_strip_add(
829
826
  overlap_shuffle_override: bool | None = False,
830
827
  skip_locked_or_muted_channels: bool | None = True,
831
828
  mask: str | None = "",
832
- ):
829
+ ) -> None:
833
830
  """Add a mask strip to the sequencer
834
831
 
835
832
  :type execution_context: int | str | None
@@ -850,21 +847,27 @@ def mask_strip_add(
850
847
  :type mask: str | None
851
848
  """
852
849
 
853
- def meta_make(execution_context: int | str | None = None, undo: bool | None = None):
850
+ def meta_make(
851
+ execution_context: int | str | None = None, undo: bool | None = None
852
+ ) -> None:
854
853
  """Group selected strips into a meta-strip
855
854
 
856
855
  :type execution_context: int | str | None
857
856
  :type undo: bool | None
858
857
  """
859
858
 
860
- def meta_separate(execution_context: int | str | None = None, undo: bool | None = None):
859
+ def meta_separate(
860
+ execution_context: int | str | None = None, undo: bool | None = None
861
+ ) -> None:
861
862
  """Put the contents of a meta-strip back in the sequencer
862
863
 
863
864
  :type execution_context: int | str | None
864
865
  :type undo: bool | None
865
866
  """
866
867
 
867
- def meta_toggle(execution_context: int | str | None = None, undo: bool | None = None):
868
+ def meta_toggle(
869
+ execution_context: int | str | None = None, undo: bool | None = None
870
+ ) -> None:
868
871
  """Toggle a meta-strip (to edit enclosed strips)
869
872
 
870
873
  :type execution_context: int | str | None
@@ -891,7 +894,6 @@ def movie_strip_add(
891
894
  filter_text: bool | None = False,
892
895
  filter_archive: bool | None = False,
893
896
  filter_btx: bool | None = False,
894
- filter_collada: bool | None = False,
895
897
  filter_alembic: bool | None = False,
896
898
  filter_usd: bool | None = False,
897
899
  filter_obj: bool | None = False,
@@ -926,7 +928,7 @@ def movie_strip_add(
926
928
  adjust_playback_rate: bool | None = True,
927
929
  sound: bool | None = True,
928
930
  use_framerate: bool | None = True,
929
- ):
931
+ ) -> None:
930
932
  """Add a movie strip to the sequencer
931
933
 
932
934
  :type execution_context: int | str | None
@@ -959,8 +961,6 @@ def movie_strip_add(
959
961
  :type filter_archive: bool | None
960
962
  :param filter_btx: Filter btx files
961
963
  :type filter_btx: bool | None
962
- :param filter_collada: Filter COLLADA files
963
- :type filter_collada: bool | None
964
964
  :param filter_alembic: Filter Alembic files
965
965
  :type filter_alembic: bool | None
966
966
  :param filter_usd: Filter USD files
@@ -1063,7 +1063,7 @@ def movieclip_strip_add(
1063
1063
  overlap_shuffle_override: bool | None = False,
1064
1064
  skip_locked_or_muted_channels: bool | None = True,
1065
1065
  clip: str | None = "",
1066
- ):
1066
+ ) -> None:
1067
1067
  """Add a movieclip strip to the sequencer
1068
1068
 
1069
1069
  :type execution_context: int | str | None
@@ -1090,7 +1090,7 @@ def mute(
1090
1090
  /,
1091
1091
  *,
1092
1092
  unselected: bool | None = False,
1093
- ):
1093
+ ) -> None:
1094
1094
  """Mute (un)selected strips
1095
1095
 
1096
1096
  :type execution_context: int | str | None
@@ -1099,7 +1099,9 @@ def mute(
1099
1099
  :type unselected: bool | None
1100
1100
  """
1101
1101
 
1102
- def offset_clear(execution_context: int | str | None = None, undo: bool | None = None):
1102
+ def offset_clear(
1103
+ execution_context: int | str | None = None, undo: bool | None = None
1104
+ ) -> None:
1103
1105
  """Clear strip offsets from the start and end frames
1104
1106
 
1105
1107
  :type execution_context: int | str | None
@@ -1112,7 +1114,7 @@ def paste(
1112
1114
  /,
1113
1115
  *,
1114
1116
  keep_offset: bool | None = False,
1115
- ):
1117
+ ) -> None:
1116
1118
  """Paste strips from the internal clipboard
1117
1119
 
1118
1120
  :type execution_context: int | str | None
@@ -1128,7 +1130,7 @@ def preview_duplicate_move(
1128
1130
  *,
1129
1131
  SEQUENCER_OT_duplicate: duplicate | None = None,
1130
1132
  TRANSFORM_OT_translate: bpy.ops.transform.translate | None = None,
1131
- ):
1133
+ ) -> None:
1132
1134
  """Duplicate selected strips and move them
1133
1135
 
1134
1136
  :type execution_context: int | str | None
@@ -1141,21 +1143,25 @@ def preview_duplicate_move(
1141
1143
 
1142
1144
  def reassign_inputs(
1143
1145
  execution_context: int | str | None = None, undo: bool | None = None
1144
- ):
1146
+ ) -> None:
1145
1147
  """Reassign the inputs for the effect strip
1146
1148
 
1147
1149
  :type execution_context: int | str | None
1148
1150
  :type undo: bool | None
1149
1151
  """
1150
1152
 
1151
- def rebuild_proxy(execution_context: int | str | None = None, undo: bool | None = None):
1153
+ def rebuild_proxy(
1154
+ execution_context: int | str | None = None, undo: bool | None = None
1155
+ ) -> None:
1152
1156
  """Rebuild all selected proxies and timecode indices
1153
1157
 
1154
1158
  :type execution_context: int | str | None
1155
1159
  :type undo: bool | None
1156
1160
  """
1157
1161
 
1158
- def refresh_all(execution_context: int | str | None = None, undo: bool | None = None):
1162
+ def refresh_all(
1163
+ execution_context: int | str | None = None, undo: bool | None = None
1164
+ ) -> None:
1159
1165
  """Refresh the sequencer editor
1160
1166
 
1161
1167
  :type execution_context: int | str | None
@@ -1168,7 +1174,7 @@ def reload(
1168
1174
  /,
1169
1175
  *,
1170
1176
  adjust_length: bool | None = False,
1171
- ):
1177
+ ) -> None:
1172
1178
  """Reload strips in the sequencer
1173
1179
 
1174
1180
  :type execution_context: int | str | None
@@ -1179,14 +1185,16 @@ def reload(
1179
1185
 
1180
1186
  def rename_channel(
1181
1187
  execution_context: int | str | None = None, undo: bool | None = None
1182
- ):
1188
+ ) -> None:
1183
1189
  """Undocumented, consider contributing.
1184
1190
 
1185
1191
  :type execution_context: int | str | None
1186
1192
  :type undo: bool | None
1187
1193
  """
1188
1194
 
1189
- def rendersize(execution_context: int | str | None = None, undo: bool | None = None):
1195
+ def rendersize(
1196
+ execution_context: int | str | None = None, undo: bool | None = None
1197
+ ) -> None:
1190
1198
  """Set render size and aspect from active strip
1191
1199
 
1192
1200
  :type execution_context: int | str | None
@@ -1200,7 +1208,7 @@ def retiming_add_freeze_frame_slide(
1200
1208
  *,
1201
1209
  SEQUENCER_OT_retiming_freeze_frame_add: retiming_freeze_frame_add | None = None,
1202
1210
  TRANSFORM_OT_seq_slide: bpy.ops.transform.seq_slide | None = None,
1203
- ):
1211
+ ) -> None:
1204
1212
  """Add freeze frame and move it
1205
1213
 
1206
1214
  :type execution_context: int | str | None
@@ -1218,7 +1226,7 @@ def retiming_add_transition_slide(
1218
1226
  *,
1219
1227
  SEQUENCER_OT_retiming_transition_add: retiming_transition_add | None = None,
1220
1228
  TRANSFORM_OT_seq_slide: bpy.ops.transform.seq_slide | None = None,
1221
- ):
1229
+ ) -> None:
1222
1230
  """Add smooth transition between 2 retimed segments and change its duration
1223
1231
 
1224
1232
  :type execution_context: int | str | None
@@ -1235,7 +1243,7 @@ def retiming_freeze_frame_add(
1235
1243
  /,
1236
1244
  *,
1237
1245
  duration: int | None = 0,
1238
- ):
1246
+ ) -> None:
1239
1247
  """Add freeze frame
1240
1248
 
1241
1249
  :type execution_context: int | str | None
@@ -1250,7 +1258,7 @@ def retiming_key_add(
1250
1258
  /,
1251
1259
  *,
1252
1260
  timeline_frame: int | None = 0,
1253
- ):
1261
+ ) -> None:
1254
1262
  """Add retiming Key
1255
1263
 
1256
1264
  :type execution_context: int | str | None
@@ -1261,7 +1269,7 @@ def retiming_key_add(
1261
1269
 
1262
1270
  def retiming_key_delete(
1263
1271
  execution_context: int | str | None = None, undo: bool | None = None
1264
- ):
1272
+ ) -> None:
1265
1273
  """Delete selected retiming keys from the sequencer
1266
1274
 
1267
1275
  :type execution_context: int | str | None
@@ -1270,7 +1278,7 @@ def retiming_key_delete(
1270
1278
 
1271
1279
  def retiming_reset(
1272
1280
  execution_context: int | str | None = None, undo: bool | None = None
1273
- ):
1281
+ ) -> None:
1274
1282
  """Reset strip retiming
1275
1283
 
1276
1284
  :type execution_context: int | str | None
@@ -1284,7 +1292,7 @@ def retiming_segment_speed_set(
1284
1292
  *,
1285
1293
  speed: float | None = 100.0,
1286
1294
  keep_retiming: bool | None = True,
1287
- ):
1295
+ ) -> None:
1288
1296
  """Set speed of retimed segment
1289
1297
 
1290
1298
  :type execution_context: int | str | None
@@ -1295,7 +1303,9 @@ def retiming_segment_speed_set(
1295
1303
  :type keep_retiming: bool | None
1296
1304
  """
1297
1305
 
1298
- def retiming_show(execution_context: int | str | None = None, undo: bool | None = None):
1306
+ def retiming_show(
1307
+ execution_context: int | str | None = None, undo: bool | None = None
1308
+ ) -> None:
1299
1309
  """Show retiming keys in selected strips
1300
1310
 
1301
1311
  :type execution_context: int | str | None
@@ -1308,7 +1318,7 @@ def retiming_transition_add(
1308
1318
  /,
1309
1319
  *,
1310
1320
  duration: int | None = 0,
1311
- ):
1321
+ ) -> None:
1312
1322
  """Add smooth transition between 2 retimed segments
1313
1323
 
1314
1324
  :type execution_context: int | str | None
@@ -1323,7 +1333,7 @@ def sample(
1323
1333
  /,
1324
1334
  *,
1325
1335
  size: int | None = 1,
1326
- ):
1336
+ ) -> None:
1327
1337
  """Use mouse to sample color in current frame
1328
1338
 
1329
1339
  :type execution_context: int | str | None
@@ -1334,7 +1344,7 @@ def sample(
1334
1344
 
1335
1345
  def scene_frame_range_update(
1336
1346
  execution_context: int | str | None = None, undo: bool | None = None
1337
- ):
1347
+ ) -> None:
1338
1348
  """Update frame range of scene strip
1339
1349
 
1340
1350
  :type execution_context: int | str | None
@@ -1353,7 +1363,7 @@ def scene_strip_add(
1353
1363
  overlap_shuffle_override: bool | None = False,
1354
1364
  skip_locked_or_muted_channels: bool | None = True,
1355
1365
  scene: str | None = "",
1356
- ):
1366
+ ) -> None:
1357
1367
  """Add a strip to the sequencer using a Blender scene as a source
1358
1368
 
1359
1369
  :type execution_context: int | str | None
@@ -1386,7 +1396,7 @@ def scene_strip_add_new(
1386
1396
  overlap_shuffle_override: bool | None = False,
1387
1397
  skip_locked_or_muted_channels: bool | None = True,
1388
1398
  type: typing.Literal["NEW", "EMPTY", "LINK_COPY", "FULL_COPY"] | None = "NEW",
1389
- ):
1399
+ ) -> None:
1390
1400
  """Create a new Strip and assign a new Scene as source
1391
1401
 
1392
1402
  :type execution_context: int | str | None
@@ -1437,7 +1447,7 @@ def select(
1437
1447
  linked_time: bool | None = False,
1438
1448
  side_of_frame: bool | None = False,
1439
1449
  ignore_connections: bool | None = False,
1440
- ):
1450
+ ) -> None:
1441
1451
  """Select a strip (last selected becomes the "active strip")
1442
1452
 
1443
1453
  :type execution_context: int | str | None
@@ -1476,7 +1486,7 @@ def select_all(
1476
1486
  /,
1477
1487
  *,
1478
1488
  action: typing.Literal["TOGGLE", "SELECT", "DESELECT", "INVERT"] | None = "TOGGLE",
1479
- ):
1489
+ ) -> None:
1480
1490
  """Select or deselect all strips
1481
1491
 
1482
1492
  :type execution_context: int | str | None
@@ -1511,7 +1521,7 @@ def select_box(
1511
1521
  tweak: bool | None = False,
1512
1522
  include_handles: bool | None = False,
1513
1523
  ignore_connections: bool | None = False,
1514
- ):
1524
+ ) -> None:
1515
1525
  """Select strips using box selection
1516
1526
 
1517
1527
  :type execution_context: int | str | None
@@ -1556,7 +1566,7 @@ def select_grouped(
1556
1566
  | None = "TYPE",
1557
1567
  extend: bool | None = False,
1558
1568
  use_active_channel: bool | None = False,
1559
- ):
1569
+ ) -> None:
1560
1570
  """Select all strips grouped by various properties
1561
1571
 
1562
1572
  :type execution_context: int | str | None
@@ -1599,7 +1609,7 @@ def select_handle(
1599
1609
  mouse_x: int | None = 0,
1600
1610
  mouse_y: int | None = 0,
1601
1611
  ignore_connections: bool | None = False,
1602
- ):
1612
+ ) -> None:
1603
1613
  """Select strip handle
1604
1614
 
1605
1615
  :type execution_context: int | str | None
@@ -1623,7 +1633,7 @@ def select_handles(
1623
1633
  "LEFT", "RIGHT", "BOTH", "LEFT_NEIGHBOR", "RIGHT_NEIGHBOR", "BOTH_NEIGHBORS"
1624
1634
  ]
1625
1635
  | None = "BOTH",
1626
- ):
1636
+ ) -> None:
1627
1637
  """Select gizmo handles on the sides of the selected strip
1628
1638
 
1629
1639
  :type execution_context: int | str | None
@@ -1632,14 +1642,18 @@ def select_handles(
1632
1642
  :type side: typing.Literal['LEFT','RIGHT','BOTH','LEFT_NEIGHBOR','RIGHT_NEIGHBOR','BOTH_NEIGHBORS'] | None
1633
1643
  """
1634
1644
 
1635
- def select_less(execution_context: int | str | None = None, undo: bool | None = None):
1645
+ def select_less(
1646
+ execution_context: int | str | None = None, undo: bool | None = None
1647
+ ) -> None:
1636
1648
  """Shrink the current selection of adjacent selected strips
1637
1649
 
1638
1650
  :type execution_context: int | str | None
1639
1651
  :type undo: bool | None
1640
1652
  """
1641
1653
 
1642
- def select_linked(execution_context: int | str | None = None, undo: bool | None = None):
1654
+ def select_linked(
1655
+ execution_context: int | str | None = None, undo: bool | None = None
1656
+ ) -> None:
1643
1657
  """Select all strips adjacent to the current selection
1644
1658
 
1645
1659
  :type execution_context: int | str | None
@@ -1652,7 +1666,7 @@ def select_linked_pick(
1652
1666
  /,
1653
1667
  *,
1654
1668
  extend: bool | None = False,
1655
- ):
1669
+ ) -> None:
1656
1670
  """Select a chain of linked strips nearest to the mouse pointer
1657
1671
 
1658
1672
  :type execution_context: int | str | None
@@ -1661,7 +1675,9 @@ def select_linked_pick(
1661
1675
  :type extend: bool | None
1662
1676
  """
1663
1677
 
1664
- def select_more(execution_context: int | str | None = None, undo: bool | None = None):
1678
+ def select_more(
1679
+ execution_context: int | str | None = None, undo: bool | None = None
1680
+ ) -> None:
1665
1681
  """Select more strips adjacent to the current selection
1666
1682
 
1667
1683
  :type execution_context: int | str | None
@@ -1674,7 +1690,7 @@ def select_side(
1674
1690
  /,
1675
1691
  *,
1676
1692
  side: typing.Literal["MOUSE", "LEFT", "RIGHT", "BOTH", "NO_CHANGE"] | None = "BOTH",
1677
- ):
1693
+ ) -> None:
1678
1694
  """Select strips on the nominated side of the selected strips
1679
1695
 
1680
1696
  :type execution_context: int | str | None
@@ -1690,7 +1706,7 @@ def select_side_of_frame(
1690
1706
  *,
1691
1707
  extend: bool | None = False,
1692
1708
  side: typing.Literal["LEFT", "RIGHT", "CURRENT"] | None = "LEFT",
1693
- ):
1709
+ ) -> None:
1694
1710
  """Select strips relative to the current frame
1695
1711
 
1696
1712
  :type execution_context: int | str | None
@@ -1716,7 +1732,7 @@ def set_range_to_strips(
1716
1732
  /,
1717
1733
  *,
1718
1734
  preview: bool | None = False,
1719
- ):
1735
+ ) -> None:
1720
1736
  """Set the frame range to the selected strips start and end
1721
1737
 
1722
1738
  :type execution_context: int | str | None
@@ -1732,7 +1748,7 @@ def slip(
1732
1748
  *,
1733
1749
  offset: float | None = 0.0,
1734
1750
  slip_keyframes: bool | None = False,
1735
- ):
1751
+ ) -> None:
1736
1752
  """Slip the contents of selected strips
1737
1753
 
1738
1754
  :type execution_context: int | str | None
@@ -1749,7 +1765,7 @@ def snap(
1749
1765
  /,
1750
1766
  *,
1751
1767
  frame: int | None = 0,
1752
- ):
1768
+ ) -> None:
1753
1769
  """Frame where selected strips will be snapped
1754
1770
 
1755
1771
  :type execution_context: int | str | None
@@ -1778,7 +1794,6 @@ def sound_strip_add(
1778
1794
  filter_text: bool | None = False,
1779
1795
  filter_archive: bool | None = False,
1780
1796
  filter_btx: bool | None = False,
1781
- filter_collada: bool | None = False,
1782
1797
  filter_alembic: bool | None = False,
1783
1798
  filter_usd: bool | None = False,
1784
1799
  filter_obj: bool | None = False,
@@ -1808,7 +1823,7 @@ def sound_strip_add(
1808
1823
  skip_locked_or_muted_channels: bool | None = True,
1809
1824
  cache: bool | None = False,
1810
1825
  mono: bool | None = False,
1811
- ):
1826
+ ) -> None:
1812
1827
  """Add a sound strip to the sequencer
1813
1828
 
1814
1829
  :type execution_context: int | str | None
@@ -1841,8 +1856,6 @@ def sound_strip_add(
1841
1856
  :type filter_archive: bool | None
1842
1857
  :param filter_btx: Filter btx files
1843
1858
  :type filter_btx: bool | None
1844
- :param filter_collada: Filter COLLADA files
1845
- :type filter_collada: bool | None
1846
1859
  :param filter_alembic: Filter Alembic files
1847
1860
  :type filter_alembic: bool | None
1848
1861
  :param filter_usd: Filter USD files
@@ -1923,7 +1936,7 @@ def split(
1923
1936
  side: typing.Literal["MOUSE", "LEFT", "RIGHT", "BOTH", "NO_CHANGE"]
1924
1937
  | None = "MOUSE",
1925
1938
  ignore_selection: bool | None = False,
1926
- ):
1939
+ ) -> None:
1927
1940
  """Split the selected strips in two
1928
1941
 
1929
1942
  :type execution_context: int | str | None
@@ -1948,7 +1961,7 @@ def split_multicam(
1948
1961
  /,
1949
1962
  *,
1950
1963
  camera: int | None = 1,
1951
- ):
1964
+ ) -> None:
1952
1965
  """Split multicam strip and select camera
1953
1966
 
1954
1967
  :type execution_context: int | str | None
@@ -1963,7 +1976,7 @@ def strip_color_tag_set(
1963
1976
  /,
1964
1977
  *,
1965
1978
  color: bpy.stub_internal.rna_enums.StripColorItems | None = "NONE",
1966
- ):
1979
+ ) -> None:
1967
1980
  """Set a color tag for the selected strips
1968
1981
 
1969
1982
  :type execution_context: int | str | None
@@ -1979,7 +1992,7 @@ def strip_jump(
1979
1992
  *,
1980
1993
  next: bool | None = True,
1981
1994
  center: bool | None = True,
1982
- ):
1995
+ ) -> None:
1983
1996
  """Move frame to previous edit point
1984
1997
 
1985
1998
  :type execution_context: int | str | None
@@ -1996,7 +2009,7 @@ def strip_modifier_add(
1996
2009
  /,
1997
2010
  *,
1998
2011
  type: str | None = "",
1999
- ):
2012
+ ) -> None:
2000
2013
  """Add a modifier to the strip
2001
2014
 
2002
2015
  :type execution_context: int | str | None
@@ -2011,7 +2024,7 @@ def strip_modifier_copy(
2011
2024
  /,
2012
2025
  *,
2013
2026
  type: typing.Literal["REPLACE", "APPEND"] | None = "REPLACE",
2014
- ):
2027
+ ) -> None:
2015
2028
  """Copy modifiers of the active strip to all selected strips
2016
2029
 
2017
2030
  :type execution_context: int | str | None
@@ -2033,7 +2046,7 @@ def strip_modifier_equalizer_redefine(
2033
2046
  *,
2034
2047
  graphs: typing.Literal["SIMPLE", "DOUBLE", "TRIPLE"] | None = "SIMPLE",
2035
2048
  name: str = "Name",
2036
- ):
2049
+ ) -> None:
2037
2050
  """Redefine equalizer graphs
2038
2051
 
2039
2052
  :type execution_context: int | str | None
@@ -2060,7 +2073,7 @@ def strip_modifier_move(
2060
2073
  *,
2061
2074
  name: str = "Name",
2062
2075
  direction: typing.Literal["UP", "DOWN"] | None = "UP",
2063
- ):
2076
+ ) -> None:
2064
2077
  """Move modifier up and down in the stack
2065
2078
 
2066
2079
  :type execution_context: int | str | None
@@ -2083,7 +2096,7 @@ def strip_modifier_remove(
2083
2096
  /,
2084
2097
  *,
2085
2098
  name: str = "Name",
2086
- ):
2099
+ ) -> None:
2087
2100
  """Remove a modifier from the strip
2088
2101
 
2089
2102
  :type execution_context: int | str | None
@@ -2098,7 +2111,7 @@ def strip_transform_clear(
2098
2111
  /,
2099
2112
  *,
2100
2113
  property: typing.Literal["POSITION", "SCALE", "ROTATION", "ALL"] | None = "ALL",
2101
- ):
2114
+ ) -> None:
2102
2115
  """Reset image transformation to default value
2103
2116
 
2104
2117
  :type execution_context: int | str | None
@@ -2125,7 +2138,7 @@ def strip_transform_fit(
2125
2138
  /,
2126
2139
  *,
2127
2140
  fit_method: typing.Literal["FIT", "FILL", "STRETCH"] | None = "FIT",
2128
- ):
2141
+ ) -> None:
2129
2142
  """Undocumented, consider contributing.
2130
2143
 
2131
2144
  :type execution_context: int | str | None
@@ -2149,7 +2162,7 @@ def swap(
2149
2162
  /,
2150
2163
  *,
2151
2164
  side: typing.Literal["LEFT", "RIGHT"] | None = "RIGHT",
2152
- ):
2165
+ ) -> None:
2153
2166
  """Swap active strip with strip to the right or left
2154
2167
 
2155
2168
  :type execution_context: int | str | None
@@ -2158,14 +2171,18 @@ def swap(
2158
2171
  :type side: typing.Literal['LEFT','RIGHT'] | None
2159
2172
  """
2160
2173
 
2161
- def swap_data(execution_context: int | str | None = None, undo: bool | None = None):
2174
+ def swap_data(
2175
+ execution_context: int | str | None = None, undo: bool | None = None
2176
+ ) -> None:
2162
2177
  """Swap 2 sequencer strips
2163
2178
 
2164
2179
  :type execution_context: int | str | None
2165
2180
  :type undo: bool | None
2166
2181
  """
2167
2182
 
2168
- def swap_inputs(execution_context: int | str | None = None, undo: bool | None = None):
2183
+ def swap_inputs(
2184
+ execution_context: int | str | None = None, undo: bool | None = None
2185
+ ) -> None:
2169
2186
  """Swap the two inputs of the effect strip
2170
2187
 
2171
2188
  :type execution_context: int | str | None
@@ -2191,7 +2208,7 @@ def text_cursor_move(
2191
2208
  ]
2192
2209
  | None = "LINE_BEGIN",
2193
2210
  select_text: bool | None = False,
2194
- ):
2211
+ ) -> None:
2195
2212
  """Move cursor in text
2196
2213
 
2197
2214
  :type execution_context: int | str | None
@@ -2208,7 +2225,7 @@ def text_cursor_set(
2208
2225
  /,
2209
2226
  *,
2210
2227
  select_text: bool | None = False,
2211
- ):
2228
+ ) -> None:
2212
2229
  """Set cursor position in text
2213
2230
 
2214
2231
  :type execution_context: int | str | None
@@ -2224,7 +2241,7 @@ def text_delete(
2224
2241
  *,
2225
2242
  type: typing.Literal["NEXT_OR_SELECTION", "PREVIOUS_OR_SELECTION"]
2226
2243
  | None = "NEXT_OR_SELECTION",
2227
- ):
2244
+ ) -> None:
2228
2245
  """Delete text at cursor position
2229
2246
 
2230
2247
  :type execution_context: int | str | None
@@ -2235,7 +2252,7 @@ def text_delete(
2235
2252
 
2236
2253
  def text_deselect_all(
2237
2254
  execution_context: int | str | None = None, undo: bool | None = None
2238
- ):
2255
+ ) -> None:
2239
2256
  """Deselect all characters
2240
2257
 
2241
2258
  :type execution_context: int | str | None
@@ -2244,14 +2261,16 @@ def text_deselect_all(
2244
2261
 
2245
2262
  def text_edit_copy(
2246
2263
  execution_context: int | str | None = None, undo: bool | None = None
2247
- ):
2264
+ ) -> None:
2248
2265
  """Copy text to clipboard
2249
2266
 
2250
2267
  :type execution_context: int | str | None
2251
2268
  :type undo: bool | None
2252
2269
  """
2253
2270
 
2254
- def text_edit_cut(execution_context: int | str | None = None, undo: bool | None = None):
2271
+ def text_edit_cut(
2272
+ execution_context: int | str | None = None, undo: bool | None = None
2273
+ ) -> None:
2255
2274
  """Cut text to clipboard
2256
2275
 
2257
2276
  :type execution_context: int | str | None
@@ -2260,7 +2279,7 @@ def text_edit_cut(execution_context: int | str | None = None, undo: bool | None
2260
2279
 
2261
2280
  def text_edit_mode_toggle(
2262
2281
  execution_context: int | str | None = None, undo: bool | None = None
2263
- ):
2282
+ ) -> None:
2264
2283
  """Toggle text editing
2265
2284
 
2266
2285
  :type execution_context: int | str | None
@@ -2269,7 +2288,7 @@ def text_edit_mode_toggle(
2269
2288
 
2270
2289
  def text_edit_paste(
2271
2290
  execution_context: int | str | None = None, undo: bool | None = None
2272
- ):
2291
+ ) -> None:
2273
2292
  """Paste text from clipboard
2274
2293
 
2275
2294
  :type execution_context: int | str | None
@@ -2282,7 +2301,7 @@ def text_insert(
2282
2301
  /,
2283
2302
  *,
2284
2303
  string: str = "",
2285
- ):
2304
+ ) -> None:
2286
2305
  """Insert text at cursor position
2287
2306
 
2288
2307
  :type execution_context: int | str | None
@@ -2293,7 +2312,7 @@ def text_insert(
2293
2312
 
2294
2313
  def text_line_break(
2295
2314
  execution_context: int | str | None = None, undo: bool | None = None
2296
- ):
2315
+ ) -> None:
2297
2316
  """Insert line break at cursor position
2298
2317
 
2299
2318
  :type execution_context: int | str | None
@@ -2302,14 +2321,16 @@ def text_line_break(
2302
2321
 
2303
2322
  def text_select_all(
2304
2323
  execution_context: int | str | None = None, undo: bool | None = None
2305
- ):
2324
+ ) -> None:
2306
2325
  """Select all characters
2307
2326
 
2308
2327
  :type execution_context: int | str | None
2309
2328
  :type undo: bool | None
2310
2329
  """
2311
2330
 
2312
- def unlock(execution_context: int | str | None = None, undo: bool | None = None):
2331
+ def unlock(
2332
+ execution_context: int | str | None = None, undo: bool | None = None
2333
+ ) -> None:
2313
2334
  """Unlock strips so they can be transformed
2314
2335
 
2315
2336
  :type execution_context: int | str | None
@@ -2322,7 +2343,7 @@ def unmute(
2322
2343
  /,
2323
2344
  *,
2324
2345
  unselected: bool | None = False,
2325
- ):
2346
+ ) -> None:
2326
2347
  """Unmute (un)selected strips
2327
2348
 
2328
2349
  :type execution_context: int | str | None
@@ -2331,7 +2352,9 @@ def unmute(
2331
2352
  :type unselected: bool | None
2332
2353
  """
2333
2354
 
2334
- def view_all(execution_context: int | str | None = None, undo: bool | None = None):
2355
+ def view_all(
2356
+ execution_context: int | str | None = None, undo: bool | None = None
2357
+ ) -> None:
2335
2358
  """View all the strips in the sequencer
2336
2359
 
2337
2360
  :type execution_context: int | str | None
@@ -2340,14 +2363,16 @@ def view_all(execution_context: int | str | None = None, undo: bool | None = Non
2340
2363
 
2341
2364
  def view_all_preview(
2342
2365
  execution_context: int | str | None = None, undo: bool | None = None
2343
- ):
2366
+ ) -> None:
2344
2367
  """Zoom preview to fit in the area
2345
2368
 
2346
2369
  :type execution_context: int | str | None
2347
2370
  :type undo: bool | None
2348
2371
  """
2349
2372
 
2350
- def view_frame(execution_context: int | str | None = None, undo: bool | None = None):
2373
+ def view_frame(
2374
+ execution_context: int | str | None = None, undo: bool | None = None
2375
+ ) -> None:
2351
2376
  """Move the view to the current frame
2352
2377
 
2353
2378
  :type execution_context: int | str | None
@@ -2364,7 +2389,7 @@ def view_ghost_border(
2364
2389
  ymin: int | None = 0,
2365
2390
  ymax: int | None = 0,
2366
2391
  wait_for_input: bool | None = True,
2367
- ):
2392
+ ) -> None:
2368
2393
  """Set the boundaries of the border used for offset view
2369
2394
 
2370
2395
  :type execution_context: int | str | None
@@ -2381,7 +2406,9 @@ def view_ghost_border(
2381
2406
  :type wait_for_input: bool | None
2382
2407
  """
2383
2408
 
2384
- def view_selected(execution_context: int | str | None = None, undo: bool | None = None):
2409
+ def view_selected(
2410
+ execution_context: int | str | None = None, undo: bool | None = None
2411
+ ) -> None:
2385
2412
  """Zoom the sequencer on the selected strips
2386
2413
 
2387
2414
  :type execution_context: int | str | None
@@ -2394,7 +2421,7 @@ def view_zoom_ratio(
2394
2421
  /,
2395
2422
  *,
2396
2423
  ratio: float | None = 1.0,
2397
- ):
2424
+ ) -> None:
2398
2425
  """Change zoom ratio of sequencer preview
2399
2426
 
2400
2427
  :type execution_context: int | str | None