fake-bpy-module 20250629__py3-none-any.whl → 20250827__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 (246) hide show
  1. _bpy_internal/__init__.pyi +1 -0
  2. _bpy_internal/assets/__init__.pyi +5 -0
  3. _bpy_internal/assets/remote_library_listing/__init__.pyi +5 -0
  4. _bpy_internal/assets/remote_library_listing/blender_asset_library_openapi/__init__.pyi +13 -0
  5. _bpy_internal/extensions/wheel_manager/__init__.pyi +1 -1
  6. _bpy_internal/grease_pencil/stroke/__init__.pyi +2 -2
  7. _bpy_types/__init__.pyi +1594 -0
  8. aud/__init__.pyi +84 -31
  9. bl_i18n_utils/settings/__init__.pyi +1 -1
  10. bl_i18n_utils/utils/__init__.pyi +4 -4
  11. bl_math/__init__.pyi +1 -1
  12. bl_operators/add_mesh_torus/__init__.pyi +2 -1
  13. bl_operators/anim/__init__.pyi +15 -14
  14. bl_operators/assets/__init__.pyi +4 -3
  15. bl_operators/bone_selection_sets/__init__.pyi +15 -14
  16. bl_operators/clip/__init__.pyi +12 -11
  17. bl_operators/connect_to_output/__init__.pyi +2 -1
  18. bl_operators/console/__init__.pyi +6 -5
  19. bl_operators/constraint/__init__.pyi +6 -5
  20. bl_operators/file/__init__.pyi +6 -5
  21. bl_operators/freestyle/__init__.pyi +5 -4
  22. bl_operators/geometry_nodes/__init__.pyi +5 -4
  23. bl_operators/grease_pencil/__init__.pyi +2 -1
  24. bl_operators/image/__init__.pyi +6 -5
  25. bl_operators/image_as_planes/__init__.pyi +3 -2
  26. bl_operators/mesh/__init__.pyi +4 -3
  27. bl_operators/node/__init__.pyi +18 -17
  28. bl_operators/object/__init__.pyi +17 -16
  29. bl_operators/object_align/__init__.pyi +2 -1
  30. bl_operators/object_quick_effects/__init__.pyi +5 -4
  31. bl_operators/object_randomize_transform/__init__.pyi +2 -1
  32. bl_operators/presets/__init__.pyi +26 -25
  33. bl_operators/rigidbody/__init__.pyi +4 -3
  34. bl_operators/screen_play_rendered_anim/__init__.pyi +2 -1
  35. bl_operators/sequencer/__init__.pyi +12 -11
  36. bl_operators/spreadsheet/__init__.pyi +2 -1
  37. bl_operators/userpref/__init__.pyi +26 -25
  38. bl_operators/uvcalc_follow_active/__init__.pyi +2 -1
  39. bl_operators/uvcalc_lightmap/__init__.pyi +3 -2
  40. bl_operators/uvcalc_transform/__init__.pyi +5 -4
  41. bl_operators/vertexpaint_dirt/__init__.pyi +2 -1
  42. bl_operators/view3d/__init__.pyi +9 -8
  43. bl_operators/wm/__init__.pyi +48 -47
  44. bl_operators/world/__init__.pyi +3 -2
  45. bl_ui/__init__.pyi +4 -3
  46. bl_ui/anim/__init__.pyi +2 -1
  47. bl_ui/asset_shelf/__init__.pyi +2 -1
  48. bl_ui/generic_ui_list/__init__.pyi +6 -5
  49. bl_ui/node_add_menu/__init__.pyi +3 -2
  50. bl_ui/node_add_menu_compositor/__init__.pyi +19 -18
  51. bl_ui/node_add_menu_geometry/__init__.pyi +133 -54
  52. bl_ui/node_add_menu_shader/__init__.pyi +11 -10
  53. bl_ui/node_add_menu_texture/__init__.pyi +10 -9
  54. bl_ui/properties_collection/__init__.pyi +9 -8
  55. bl_ui/properties_constraint/__init__.pyi +78 -77
  56. bl_ui/properties_data_armature/__init__.pyi +22 -21
  57. bl_ui/properties_data_bone/__init__.pyi +12 -11
  58. bl_ui/properties_data_camera/__init__.pyi +18 -17
  59. bl_ui/properties_data_curve/__init__.pyi +18 -17
  60. bl_ui/properties_data_curves/__init__.pyi +11 -10
  61. bl_ui/properties_data_empty/__init__.pyi +3 -2
  62. bl_ui/properties_data_grease_pencil/__init__.pyi +23 -22
  63. bl_ui/properties_data_lattice/__init__.pyi +7 -6
  64. bl_ui/properties_data_light/__init__.pyi +13 -12
  65. bl_ui/properties_data_lightprobe/__init__.pyi +16 -15
  66. bl_ui/properties_data_mesh/__init__.pyi +48 -22
  67. bl_ui/properties_data_metaball/__init__.pyi +9 -8
  68. bl_ui/properties_data_modifier/__init__.pyi +10 -9
  69. bl_ui/properties_data_pointcloud/__init__.pyi +8 -7
  70. bl_ui/properties_data_shaderfx/__init__.pyi +2 -1
  71. bl_ui/properties_data_speaker/__init__.pyi +9 -8
  72. bl_ui/properties_data_volume/__init__.pyi +12 -11
  73. bl_ui/properties_freestyle/__init__.pyi +27 -26
  74. bl_ui/properties_grease_pencil_common/__init__.pyi +11 -10
  75. bl_ui/properties_mask_common/__init__.pyi +8 -7
  76. bl_ui/properties_material/__init__.pyi +19 -18
  77. bl_ui/properties_material_gpencil/__init__.pyi +14 -13
  78. bl_ui/properties_object/__init__.pyi +24 -23
  79. bl_ui/properties_output/__init__.pyi +21 -20
  80. bl_ui/properties_paint_common/__init__.pyi +8 -4
  81. bl_ui/properties_particle/__init__.pyi +58 -55
  82. bl_ui/properties_physics_cloth/__init__.pyi +15 -14
  83. bl_ui/properties_physics_common/__init__.pyi +2 -1
  84. bl_ui/properties_physics_dynamicpaint/__init__.pyi +23 -22
  85. bl_ui/properties_physics_field/__init__.pyi +11 -10
  86. bl_ui/properties_physics_fluid/__init__.pyi +29 -28
  87. bl_ui/properties_physics_geometry_nodes/__init__.pyi +2 -1
  88. bl_ui/properties_physics_rigidbody/__init__.pyi +9 -8
  89. bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +14 -13
  90. bl_ui/properties_physics_softbody/__init__.pyi +16 -15
  91. bl_ui/properties_render/__init__.pyi +44 -74
  92. bl_ui/properties_scene/__init__.pyi +48 -18
  93. bl_ui/properties_texture/__init__.pyi +30 -29
  94. bl_ui/properties_view_layer/__init__.pyi +52 -14
  95. bl_ui/properties_workspace/__init__.pyi +6 -5
  96. bl_ui/properties_world/__init__.pyi +14 -13
  97. bl_ui/space_clip/__init__.pyi +76 -73
  98. bl_ui/space_console/__init__.pyi +7 -6
  99. bl_ui/space_dopesheet/__init__.pyi +32 -31
  100. bl_ui/space_filebrowser/__init__.pyi +33 -30
  101. bl_ui/space_graph/__init__.pyi +24 -23
  102. bl_ui/space_image/__init__.pyi +88 -72
  103. bl_ui/space_info/__init__.pyi +7 -6
  104. bl_ui/space_nla/__init__.pyi +22 -19
  105. bl_ui/space_node/__init__.pyi +66 -31
  106. bl_ui/space_outliner/__init__.pyi +16 -15
  107. bl_ui/space_properties/__init__.pyi +5 -4
  108. bl_ui/space_sequencer/__init__.pyi +131 -91
  109. bl_ui/space_spreadsheet/__init__.pyi +4 -3
  110. bl_ui/space_statusbar/__init__.pyi +2 -1
  111. bl_ui/space_text/__init__.pyi +17 -16
  112. bl_ui/space_time/__init__.pyi +7 -6
  113. bl_ui/space_toolsystem_common/__init__.pyi +2 -2
  114. bl_ui/space_toolsystem_toolbar/__init__.pyi +23 -5
  115. bl_ui/space_topbar/__init__.pyi +28 -27
  116. bl_ui/space_userpref/__init__.pyi +103 -92
  117. bl_ui/space_view3d/__init__.pyi +268 -266
  118. bl_ui/space_view3d_toolbar/__init__.pyi +106 -99
  119. blf/__init__.pyi +3 -5
  120. bmesh/__init__.pyi +2 -2
  121. bmesh/geometry/__init__.pyi +1 -1
  122. bmesh/ops/__init__.pyi +29 -14
  123. bmesh/types/__init__.pyi +41 -46
  124. bmesh/utils/__init__.pyi +1 -0
  125. bpy/__init__.pyi +1 -1
  126. bpy/app/__init__.pyi +34 -37
  127. bpy/app/handlers/__init__.pyi +19 -19
  128. bpy/app/timers/__init__.pyi +2 -1
  129. bpy/app/translations/__init__.pyi +8 -8
  130. bpy/msgbus/__init__.pyi +3 -2
  131. bpy/ops/action/__init__.pyi +58 -20
  132. bpy/ops/anim/__init__.pyi +115 -31
  133. bpy/ops/armature/__init__.pyi +59 -19
  134. bpy/ops/asset/__init__.pyi +35 -11
  135. bpy/ops/boid/__init__.pyi +21 -7
  136. bpy/ops/brush/__init__.pyi +10 -4
  137. bpy/ops/buttons/__init__.pyi +12 -4
  138. bpy/ops/cachefile/__init__.pyi +6 -2
  139. bpy/ops/clip/__init__.pyi +132 -46
  140. bpy/ops/collection/__init__.pyi +23 -4
  141. bpy/ops/console/__init__.pyi +30 -10
  142. bpy/ops/constraint/__init__.pyi +12 -6
  143. bpy/ops/curve/__init__.pyi +72 -24
  144. bpy/ops/curves/__init__.pyi +47 -15
  145. bpy/ops/cycles/__init__.pyi +4 -2
  146. bpy/ops/dpaint/__init__.pyi +11 -3
  147. bpy/ops/ed/__init__.pyi +34 -10
  148. bpy/ops/export_scene/__init__.pyi +15 -15
  149. bpy/ops/extensions/__init__.pyi +45 -15
  150. bpy/ops/file/__init__.pyi +81 -30
  151. bpy/ops/fluid/__init__.pyi +39 -13
  152. bpy/ops/font/__init__.pyi +30 -10
  153. bpy/ops/geometry/__init__.pyi +9 -3
  154. bpy/ops/gizmogroup/__init__.pyi +3 -1
  155. bpy/ops/gpencil/__init__.pyi +20 -8
  156. bpy/ops/graph/__init__.pyi +67 -29
  157. bpy/ops/grease_pencil/__init__.pyi +148 -38
  158. bpy/ops/image/__init__.pyi +68 -58
  159. bpy/ops/import_anim/__init__.pyi +2 -2
  160. bpy/ops/import_curve/__init__.pyi +3 -0
  161. bpy/ops/import_scene/__init__.pyi +15 -2
  162. bpy/ops/info/__init__.pyi +12 -4
  163. bpy/ops/lattice/__init__.pyi +9 -3
  164. bpy/ops/marker/__init__.pyi +8 -2
  165. bpy/ops/mask/__init__.pyi +53 -19
  166. bpy/ops/material/__init__.pyi +15 -3
  167. bpy/ops/mball/__init__.pyi +3 -1
  168. bpy/ops/mesh/__init__.pyi +116 -45
  169. bpy/ops/nla/__init__.pyi +67 -25
  170. bpy/ops/node/__init__.pyi +285 -119
  171. bpy/ops/object/__init__.pyi +278 -116
  172. bpy/ops/outliner/__init__.pyi +145 -49
  173. bpy/ops/paint/__init__.pyi +65 -37
  174. bpy/ops/paintcurve/__init__.pyi +16 -4
  175. bpy/ops/palette/__init__.pyi +11 -3
  176. bpy/ops/particle/__init__.pyi +66 -24
  177. bpy/ops/pointcloud/__init__.pyi +9 -3
  178. bpy/ops/pose/__init__.pyi +80 -28
  179. bpy/ops/poselib/__init__.pyi +19 -7
  180. bpy/ops/preferences/__init__.pyi +29 -11
  181. bpy/ops/ptcache/__init__.pyi +17 -5
  182. bpy/ops/render/__init__.pyi +10 -4
  183. bpy/ops/rigidbody/__init__.pyi +19 -7
  184. bpy/ops/scene/__init__.pyi +93 -22
  185. bpy/ops/screen/__init__.pyi +58 -20
  186. bpy/ops/script/__init__.pyi +3 -1
  187. bpy/ops/sculpt/__init__.pyi +30 -14
  188. bpy/ops/sculpt_curves/__init__.pyi +4 -2
  189. bpy/ops/sequencer/__init__.pyi +262 -125
  190. bpy/ops/sound/__init__.pyi +13 -5
  191. bpy/ops/spreadsheet/__init__.pyi +15 -5
  192. bpy/ops/text/__init__.pyi +85 -25
  193. bpy/ops/texture/__init__.pyi +11 -3
  194. bpy/ops/transform/__init__.pyi +7 -3
  195. bpy/ops/ui/__init__.pyi +98 -53
  196. bpy/ops/uv/__init__.pyi +43 -17
  197. bpy/ops/view2d/__init__.pyi +13 -3
  198. bpy/ops/view3d/__init__.pyi +116 -38
  199. bpy/ops/wm/__init__.pyi +144 -86
  200. bpy/ops/workspace/__init__.pyi +31 -6
  201. bpy/ops/world/__init__.pyi +9 -3
  202. bpy/path/__init__.pyi +1 -1
  203. bpy/props/__init__.pyi +31 -31
  204. bpy/stub_internal/rna_enums/__init__.pyi +40 -25
  205. bpy/types/__init__.pyi +58124 -41707
  206. bpy/utils/__init__.pyi +8 -8
  207. bpy/utils/previews/__init__.pyi +2 -2
  208. bpy/utils/units/__init__.pyi +5 -3
  209. bpy_extras/anim_utils/__init__.pyi +1 -1
  210. bpy_extras/id_map_utils/__init__.pyi +1 -1
  211. bpy_extras/image_utils/__init__.pyi +2 -2
  212. bpy_extras/io_utils/__init__.pyi +5 -5
  213. bpy_extras/keyconfig_utils/__init__.pyi +1 -1
  214. bpy_extras/node_shader_utils/__init__.pyi +1 -1
  215. bpy_extras/object_utils/__init__.pyi +1 -1
  216. bpy_extras/wm_utils/progress_report/__init__.pyi +1 -1
  217. {fake_bpy_module-20250629.dist-info → fake_bpy_module-20250827.dist-info}/METADATA +1 -1
  218. fake_bpy_module-20250827.dist-info/RECORD +370 -0
  219. {fake_bpy_module-20250629.dist-info → fake_bpy_module-20250827.dist-info}/top_level.txt +1 -1
  220. freestyle/chainingiterators/__init__.pyi +5 -5
  221. freestyle/predicates/__init__.pyi +2 -2
  222. freestyle/shaders/__init__.pyi +16 -17
  223. freestyle/types/__init__.pyi +25 -27
  224. freestyle/utils/__init__.pyi +5 -5
  225. gpu/platform/__init__.pyi +2 -2
  226. gpu/shader/__init__.pyi +3 -3
  227. gpu/state/__init__.pyi +1 -1
  228. gpu/texture/__init__.pyi +3 -3
  229. gpu/types/__init__.pyi +25 -14
  230. gpu_extras/batch/__init__.pyi +1 -1
  231. idprop/types/__init__.pyi +2 -2
  232. imbuf/__init__.pyi +1 -1
  233. imbuf/types/__init__.pyi +12 -6
  234. keyingsets_builtins/__init__.pyi +23 -22
  235. mathutils/__init__.pyi +157 -61
  236. mathutils/bvhtree/__init__.pyi +20 -6
  237. mathutils/geometry/__init__.pyi +54 -12
  238. mathutils/interpolate/__init__.pyi +4 -2
  239. mathutils/kdtree/__init__.pyi +1 -0
  240. mathutils/noise/__init__.pyi +61 -44
  241. rna_info/__init__.pyi +4 -1
  242. rna_prop_ui/__init__.pyi +1 -1
  243. bpy_types/__init__.pyi +0 -30
  244. fake_bpy_module-20250629.dist-info/RECORD +0 -367
  245. {bpy_types → _bpy_types}/py.typed +0 -0
  246. {fake_bpy_module-20250629.dist-info → fake_bpy_module-20250827.dist-info}/WHEEL +0 -0
@@ -7,6 +7,49 @@ import bpy.stub_internal.rna_enums
7
7
  import bpy.types
8
8
  import mathutils
9
9
 
10
+ def add_scene_strip_from_scene_asset(
11
+ execution_context: int | str | None = None,
12
+ undo: bool | None = None,
13
+ /,
14
+ *,
15
+ move_strips: bool | None = True,
16
+ frame_start: int | None = 0,
17
+ channel: int | None = 1,
18
+ replace_sel: bool | None = True,
19
+ overlap: bool | None = False,
20
+ overlap_shuffle_override: bool | None = False,
21
+ skip_locked_or_muted_channels: bool | None = True,
22
+ asset_library_type: bpy.stub_internal.rna_enums.AssetLibraryTypeItems
23
+ | None = "LOCAL",
24
+ asset_library_identifier: str = "",
25
+ relative_asset_identifier: str = "",
26
+ ) -> None:
27
+ """Add a scene strip from a scene asset
28
+
29
+ :type execution_context: int | str | None
30
+ :type undo: bool | None
31
+ :param move_strips: Move Strips, Automatically begin translating strips with the mouse after adding them to the timeline
32
+ :type move_strips: bool | None
33
+ :param frame_start: Start Frame, Start frame of the strip
34
+ :type frame_start: int | None
35
+ :param channel: Channel, Channel to place this strip into
36
+ :type channel: int | None
37
+ :param replace_sel: Replace Selection, Deselect previously selected strips after add operation completes
38
+ :type replace_sel: bool | None
39
+ :param overlap: Allow Overlap, Dont correct overlap on new strips
40
+ :type overlap: bool | None
41
+ :param overlap_shuffle_override: Override Overlap Shuffle Behavior, Use the overlap_mode tool settings to determine how to shuffle overlapping strips
42
+ :type overlap_shuffle_override: bool | None
43
+ :param skip_locked_or_muted_channels: Skip Locked or Muted Channels, Add strips to muted or locked channels when adding movie strips
44
+ :type skip_locked_or_muted_channels: bool | None
45
+ :param asset_library_type: Asset Library Type
46
+ :type asset_library_type: bpy.stub_internal.rna_enums.AssetLibraryTypeItems | None
47
+ :param asset_library_identifier: Asset Library Identifier
48
+ :type asset_library_identifier: str
49
+ :param relative_asset_identifier: Relative Asset Identifier
50
+ :type relative_asset_identifier: str
51
+ """
52
+
10
53
  def change_effect_type(
11
54
  execution_context: int | str | None = None,
12
55
  undo: bool | None = None,
@@ -46,7 +89,7 @@ def change_effect_type(
46
89
  Add -- Add together color channels from two videos.
47
90
 
48
91
  SUBTRACT
49
- Subtract -- Subtract one strip's color from another.
92
+ Subtract -- Subtract one strips color from another.
50
93
 
51
94
  ALPHA_OVER
52
95
  Alpha Over -- Blend alpha on top of another video.
@@ -228,7 +271,11 @@ def connect(
228
271
  :type toggle: bool | None
229
272
  """
230
273
 
231
- def copy(execution_context: int | str | None = None, undo: bool | None = None) -> None:
274
+ def copy(
275
+ execution_context: int | str | None = None,
276
+ undo: bool | None = None,
277
+ /,
278
+ ) -> None:
232
279
  """Copy the selected strips to the internal clipboard
233
280
 
234
281
  :type execution_context: int | str | None
@@ -236,7 +283,9 @@ def copy(execution_context: int | str | None = None, undo: bool | None = None) -
236
283
  """
237
284
 
238
285
  def crossfade_sounds(
239
- execution_context: int | str | None = None, undo: bool | None = None
286
+ execution_context: int | str | None = None,
287
+ undo: bool | None = None,
288
+ /,
240
289
  ) -> None:
241
290
  """Do cross-fading volume animation of two selected sound strips
242
291
 
@@ -260,7 +309,9 @@ def cursor_set(
260
309
  """
261
310
 
262
311
  def deinterlace_selected_movies(
263
- execution_context: int | str | None = None, undo: bool | None = None
312
+ execution_context: int | str | None = None,
313
+ undo: bool | None = None,
314
+ /,
264
315
  ) -> None:
265
316
  """Deinterlace all selected movie sources
266
317
 
@@ -284,7 +335,9 @@ def delete(
284
335
  """
285
336
 
286
337
  def disconnect(
287
- execution_context: int | str | None = None, undo: bool | None = None
338
+ execution_context: int | str | None = None,
339
+ undo: bool | None = None,
340
+ /,
288
341
  ) -> None:
289
342
  """Unlink selected strips so that they can be selected individually
290
343
 
@@ -293,12 +346,18 @@ def disconnect(
293
346
  """
294
347
 
295
348
  def duplicate(
296
- execution_context: int | str | None = None, undo: bool | None = None
349
+ execution_context: int | str | None = None,
350
+ undo: bool | None = None,
351
+ /,
352
+ *,
353
+ linked: bool | None = False,
297
354
  ) -> None:
298
355
  """Duplicate the selected strips
299
356
 
300
357
  :type execution_context: int | str | None
301
358
  :type undo: bool | None
359
+ :param linked: Linked, Duplicate strip but not strip data, linking to the original data
360
+ :type linked: bool | None
302
361
  """
303
362
 
304
363
  def duplicate_move(
@@ -319,6 +378,24 @@ def duplicate_move(
319
378
  :type TRANSFORM_OT_seq_slide: bpy.ops.transform.seq_slide | None
320
379
  """
321
380
 
381
+ def duplicate_move_linked(
382
+ execution_context: int | str | None = None,
383
+ undo: bool | None = None,
384
+ /,
385
+ *,
386
+ SEQUENCER_OT_duplicate: duplicate | None = None,
387
+ TRANSFORM_OT_seq_slide: bpy.ops.transform.seq_slide | None = None,
388
+ ) -> None:
389
+ """Duplicate selected strips, but not their data, and move them
390
+
391
+ :type execution_context: int | str | None
392
+ :type undo: bool | None
393
+ :param SEQUENCER_OT_duplicate: Duplicate Strips, Duplicate the selected strips
394
+ :type SEQUENCER_OT_duplicate: duplicate | None
395
+ :param TRANSFORM_OT_seq_slide: Sequence Slide, Slide a sequence strip in time
396
+ :type TRANSFORM_OT_seq_slide: bpy.ops.transform.seq_slide | None
397
+ """
398
+
322
399
  def effect_strip_add(
323
400
  execution_context: int | str | None = None,
324
401
  undo: bool | None = None,
@@ -346,7 +423,7 @@ def effect_strip_add(
346
423
  | None = "CROSS",
347
424
  move_strips: bool | None = True,
348
425
  frame_start: int | None = 0,
349
- frame_end: int | None = 0,
426
+ length: int | None = 0,
350
427
  channel: int | None = 1,
351
428
  replace_sel: bool | None = True,
352
429
  overlap: bool | None = False,
@@ -367,7 +444,7 @@ def effect_strip_add(
367
444
  Add -- Add together color channels from two videos.
368
445
 
369
446
  SUBTRACT
370
- Subtract -- Subtract one strip's color from another.
447
+ Subtract -- Subtract one strips color from another.
371
448
 
372
449
  ALPHA_OVER
373
450
  Alpha Over -- Blend alpha on top of another video.
@@ -411,17 +488,17 @@ def effect_strip_add(
411
488
  COLORMIX
412
489
  Color Mix -- Combine two strips using blend modes.
413
490
  :type type: typing.Literal['CROSS','ADD','SUBTRACT','ALPHA_OVER','ALPHA_UNDER','GAMMA_CROSS','MULTIPLY','WIPE','GLOW','TRANSFORM','COLOR','SPEED','MULTICAM','ADJUSTMENT','GAUSSIAN_BLUR','TEXT','COLORMIX'] | None
414
- :param move_strips: Move Strips, Move strips after adding them to the timeline
491
+ :param move_strips: Move Strips, Automatically begin translating strips with the mouse after adding them to the timeline
415
492
  :type move_strips: bool | None
416
- :param frame_start: Start Frame, Start frame of the sequence strip
493
+ :param frame_start: Start Frame, Start frame of the strip
417
494
  :type frame_start: int | None
418
- :param frame_end: End Frame, End frame for the color strip
419
- :type frame_end: int | None
495
+ :param length: Length, Length of the strip in frames, or the length of each strip if multiple are added
496
+ :type length: int | None
420
497
  :param channel: Channel, Channel to place this strip into
421
498
  :type channel: int | None
422
- :param replace_sel: Replace Selection, Deselect previously selected strips
499
+ :param replace_sel: Replace Selection, Deselect previously selected strips after add operation completes
423
500
  :type replace_sel: bool | None
424
- :param overlap: Allow Overlap, Don't correct overlap on new sequence strips
501
+ :param overlap: Allow Overlap, Dont correct overlap on new strips
425
502
  :type overlap: bool | None
426
503
  :param overlap_shuffle_override: Override Overlap Shuffle Behavior, Use the overlap_mode tool settings to determine how to shuffle overlapping strips
427
504
  :type overlap_shuffle_override: bool | None
@@ -586,7 +663,9 @@ def fades_add(
586
663
  """
587
664
 
588
665
  def fades_clear(
589
- execution_context: int | str | None = None, undo: bool | None = None
666
+ execution_context: int | str | None = None,
667
+ undo: bool | None = None,
668
+ /,
590
669
  ) -> None:
591
670
  """Removes fade animation from selected strips
592
671
 
@@ -668,15 +747,16 @@ def image_strip_add(
668
747
  | None = "",
669
748
  move_strips: bool | None = True,
670
749
  frame_start: int | None = 0,
671
- frame_end: int | None = 0,
750
+ length: int | None = 0,
672
751
  channel: int | None = 1,
673
752
  replace_sel: bool | None = True,
674
753
  overlap: bool | None = False,
675
754
  overlap_shuffle_override: bool | None = False,
676
755
  skip_locked_or_muted_channels: bool | None = True,
677
- fit_method: typing.Literal["FIT", "FILL", "STRETCH", "ORIGINAL"] | None = "FIT",
756
+ fit_method: bpy.stub_internal.rna_enums.StripScaleMethodItems | None = "FIT",
678
757
  set_view_transform: bool | None = True,
679
758
  use_placeholders: bool | None = False,
759
+ use_sequence_detection: bool | None = True,
680
760
  ) -> None:
681
761
  """Add an image or image sequence to the sequencer
682
762
 
@@ -762,40 +842,30 @@ def image_strip_add(
762
842
  ASSET_CATALOG
763
843
  Asset Catalog -- Sort the asset list so that assets in the same catalog are kept together. Within a single catalog, assets are ordered by name. The catalogs are in order of the flattened catalog hierarchy..
764
844
  :type sort_method: typing.Literal['DEFAULT','FILE_SORT_ALPHA','FILE_SORT_EXTENSION','FILE_SORT_TIME','FILE_SORT_SIZE','ASSET_CATALOG'] | None
765
- :param move_strips: Move Strips, Move strips after adding them to the timeline
845
+ :param move_strips: Move Strips, Automatically begin translating strips with the mouse after adding them to the timeline
766
846
  :type move_strips: bool | None
767
- :param frame_start: Start Frame, Start frame of the sequence strip
847
+ :param frame_start: Start Frame, Start frame of the strip
768
848
  :type frame_start: int | None
769
- :param frame_end: End Frame, End frame for the color strip
770
- :type frame_end: int | None
849
+ :param length: Length, Length of the strip in frames, or the length of each strip if multiple are added
850
+ :type length: int | None
771
851
  :param channel: Channel, Channel to place this strip into
772
852
  :type channel: int | None
773
- :param replace_sel: Replace Selection, Deselect previously selected strips
853
+ :param replace_sel: Replace Selection, Deselect previously selected strips after add operation completes
774
854
  :type replace_sel: bool | None
775
- :param overlap: Allow Overlap, Don't correct overlap on new sequence strips
855
+ :param overlap: Allow Overlap, Dont correct overlap on new strips
776
856
  :type overlap: bool | None
777
857
  :param overlap_shuffle_override: Override Overlap Shuffle Behavior, Use the overlap_mode tool settings to determine how to shuffle overlapping strips
778
858
  :type overlap_shuffle_override: bool | None
779
859
  :param skip_locked_or_muted_channels: Skip Locked or Muted Channels, Add strips to muted or locked channels when adding movie strips
780
860
  :type skip_locked_or_muted_channels: bool | None
781
- :param fit_method: Fit Method, Scale fit method
782
-
783
- FIT
784
- Scale to Fit -- Scale image to fit within the canvas.
785
-
786
- FILL
787
- Scale to Fill -- Scale image to completely fill the canvas.
788
-
789
- STRETCH
790
- Stretch to Fill -- Stretch image to fill the canvas.
791
-
792
- ORIGINAL
793
- Use Original Size -- Keep image at its original size.
794
- :type fit_method: typing.Literal['FIT','FILL','STRETCH','ORIGINAL'] | None
861
+ :param fit_method: Fit Method, Mode for fitting the image to the canvas
862
+ :type fit_method: bpy.stub_internal.rna_enums.StripScaleMethodItems | None
795
863
  :param set_view_transform: Set View Transform, Set appropriate view transform based on media color space
796
864
  :type set_view_transform: bool | None
797
- :param use_placeholders: Use Placeholders, Use placeholders for missing frames of the strip
865
+ :param use_placeholders: Use Placeholders, Reserve placeholder frames for missing frames of the image sequence
798
866
  :type use_placeholders: bool | None
867
+ :param use_sequence_detection: Detect Sequences, Automatically detect animated sequences in selected images (based on file names)
868
+ :type use_sequence_detection: bool | None
799
869
  """
800
870
 
801
871
  def images_separate(
@@ -813,8 +883,12 @@ def images_separate(
813
883
  :type length: int | None
814
884
  """
815
885
 
816
- def lock(execution_context: int | str | None = None, undo: bool | None = None) -> None:
817
- """Lock strips so they can't be transformed
886
+ def lock(
887
+ execution_context: int | str | None = None,
888
+ undo: bool | None = None,
889
+ /,
890
+ ) -> None:
891
+ """Lock strips so they cannot be transformed
818
892
 
819
893
  :type execution_context: int | str | None
820
894
  :type undo: bool | None
@@ -838,15 +912,15 @@ def mask_strip_add(
838
912
 
839
913
  :type execution_context: int | str | None
840
914
  :type undo: bool | None
841
- :param move_strips: Move Strips, Move strips after adding them to the timeline
915
+ :param move_strips: Move Strips, Automatically begin translating strips with the mouse after adding them to the timeline
842
916
  :type move_strips: bool | None
843
- :param frame_start: Start Frame, Start frame of the sequence strip
917
+ :param frame_start: Start Frame, Start frame of the strip
844
918
  :type frame_start: int | None
845
919
  :param channel: Channel, Channel to place this strip into
846
920
  :type channel: int | None
847
- :param replace_sel: Replace Selection, Deselect previously selected strips
921
+ :param replace_sel: Replace Selection, Deselect previously selected strips after add operation completes
848
922
  :type replace_sel: bool | None
849
- :param overlap: Allow Overlap, Don't correct overlap on new sequence strips
923
+ :param overlap: Allow Overlap, Dont correct overlap on new strips
850
924
  :type overlap: bool | None
851
925
  :param overlap_shuffle_override: Override Overlap Shuffle Behavior, Use the overlap_mode tool settings to determine how to shuffle overlapping strips
852
926
  :type overlap_shuffle_override: bool | None
@@ -857,7 +931,9 @@ def mask_strip_add(
857
931
  """
858
932
 
859
933
  def meta_make(
860
- execution_context: int | str | None = None, undo: bool | None = None
934
+ execution_context: int | str | None = None,
935
+ undo: bool | None = None,
936
+ /,
861
937
  ) -> None:
862
938
  """Group selected strips into a meta-strip
863
939
 
@@ -866,7 +942,9 @@ def meta_make(
866
942
  """
867
943
 
868
944
  def meta_separate(
869
- execution_context: int | str | None = None, undo: bool | None = None
945
+ execution_context: int | str | None = None,
946
+ undo: bool | None = None,
947
+ /,
870
948
  ) -> None:
871
949
  """Put the contents of a meta-strip back in the sequencer
872
950
 
@@ -875,7 +953,9 @@ def meta_separate(
875
953
  """
876
954
 
877
955
  def meta_toggle(
878
- execution_context: int | str | None = None, undo: bool | None = None
956
+ execution_context: int | str | None = None,
957
+ undo: bool | None = None,
958
+ /,
879
959
  ) -> None:
880
960
  """Toggle a meta-strip (to edit enclosed strips)
881
961
 
@@ -933,7 +1013,7 @@ def movie_strip_add(
933
1013
  overlap: bool | None = False,
934
1014
  overlap_shuffle_override: bool | None = False,
935
1015
  skip_locked_or_muted_channels: bool | None = True,
936
- fit_method: typing.Literal["FIT", "FILL", "STRETCH", "ORIGINAL"] | None = "FIT",
1016
+ fit_method: bpy.stub_internal.rna_enums.StripScaleMethodItems | None = "FIT",
937
1017
  set_view_transform: bool | None = True,
938
1018
  adjust_playback_rate: bool | None = True,
939
1019
  sound: bool | None = True,
@@ -1025,34 +1105,22 @@ def movie_strip_add(
1025
1105
  ASSET_CATALOG
1026
1106
  Asset Catalog -- Sort the asset list so that assets in the same catalog are kept together. Within a single catalog, assets are ordered by name. The catalogs are in order of the flattened catalog hierarchy..
1027
1107
  :type sort_method: typing.Literal['DEFAULT','FILE_SORT_ALPHA','FILE_SORT_EXTENSION','FILE_SORT_TIME','FILE_SORT_SIZE','ASSET_CATALOG'] | None
1028
- :param move_strips: Move Strips, Move strips after adding them to the timeline
1108
+ :param move_strips: Move Strips, Automatically begin translating strips with the mouse after adding them to the timeline
1029
1109
  :type move_strips: bool | None
1030
- :param frame_start: Start Frame, Start frame of the sequence strip
1110
+ :param frame_start: Start Frame, Start frame of the strip
1031
1111
  :type frame_start: int | None
1032
1112
  :param channel: Channel, Channel to place this strip into
1033
1113
  :type channel: int | None
1034
- :param replace_sel: Replace Selection, Deselect previously selected strips
1114
+ :param replace_sel: Replace Selection, Deselect previously selected strips after add operation completes
1035
1115
  :type replace_sel: bool | None
1036
- :param overlap: Allow Overlap, Don't correct overlap on new sequence strips
1116
+ :param overlap: Allow Overlap, Dont correct overlap on new strips
1037
1117
  :type overlap: bool | None
1038
1118
  :param overlap_shuffle_override: Override Overlap Shuffle Behavior, Use the overlap_mode tool settings to determine how to shuffle overlapping strips
1039
1119
  :type overlap_shuffle_override: bool | None
1040
1120
  :param skip_locked_or_muted_channels: Skip Locked or Muted Channels, Add strips to muted or locked channels when adding movie strips
1041
1121
  :type skip_locked_or_muted_channels: bool | None
1042
- :param fit_method: Fit Method, Scale fit method
1043
-
1044
- FIT
1045
- Scale to Fit -- Scale image to fit within the canvas.
1046
-
1047
- FILL
1048
- Scale to Fill -- Scale image to completely fill the canvas.
1049
-
1050
- STRETCH
1051
- Stretch to Fill -- Stretch image to fill the canvas.
1052
-
1053
- ORIGINAL
1054
- Use Original Size -- Keep image at its original size.
1055
- :type fit_method: typing.Literal['FIT','FILL','STRETCH','ORIGINAL'] | None
1122
+ :param fit_method: Fit Method, Mode for fitting the image to the canvas
1123
+ :type fit_method: bpy.stub_internal.rna_enums.StripScaleMethodItems | None
1056
1124
  :param set_view_transform: Set View Transform, Set appropriate view transform based on media color space
1057
1125
  :type set_view_transform: bool | None
1058
1126
  :param adjust_playback_rate: Adjust Playback Rate, Play at normal speed regardless of scene FPS
@@ -1081,15 +1149,15 @@ def movieclip_strip_add(
1081
1149
 
1082
1150
  :type execution_context: int | str | None
1083
1151
  :type undo: bool | None
1084
- :param move_strips: Move Strips, Move strips after adding them to the timeline
1152
+ :param move_strips: Move Strips, Automatically begin translating strips with the mouse after adding them to the timeline
1085
1153
  :type move_strips: bool | None
1086
- :param frame_start: Start Frame, Start frame of the sequence strip
1154
+ :param frame_start: Start Frame, Start frame of the strip
1087
1155
  :type frame_start: int | None
1088
1156
  :param channel: Channel, Channel to place this strip into
1089
1157
  :type channel: int | None
1090
- :param replace_sel: Replace Selection, Deselect previously selected strips
1158
+ :param replace_sel: Replace Selection, Deselect previously selected strips after add operation completes
1091
1159
  :type replace_sel: bool | None
1092
- :param overlap: Allow Overlap, Don't correct overlap on new sequence strips
1160
+ :param overlap: Allow Overlap, Dont correct overlap on new strips
1093
1161
  :type overlap: bool | None
1094
1162
  :param overlap_shuffle_override: Override Overlap Shuffle Behavior, Use the overlap_mode tool settings to determine how to shuffle overlapping strips
1095
1163
  :type overlap_shuffle_override: bool | None
@@ -1115,9 +1183,11 @@ def mute(
1115
1183
  """
1116
1184
 
1117
1185
  def offset_clear(
1118
- execution_context: int | str | None = None, undo: bool | None = None
1186
+ execution_context: int | str | None = None,
1187
+ undo: bool | None = None,
1188
+ /,
1119
1189
  ) -> None:
1120
- """Clear strip offsets from the start and end frames
1190
+ """Clear strip in/out offsets from the start and end of content
1121
1191
 
1122
1192
  :type execution_context: int | str | None
1123
1193
  :type undo: bool | None
@@ -1156,8 +1226,28 @@ def preview_duplicate_move(
1156
1226
  :type TRANSFORM_OT_translate: bpy.ops.transform.translate | None
1157
1227
  """
1158
1228
 
1229
+ def preview_duplicate_move_linked(
1230
+ execution_context: int | str | None = None,
1231
+ undo: bool | None = None,
1232
+ /,
1233
+ *,
1234
+ SEQUENCER_OT_duplicate: duplicate | None = None,
1235
+ TRANSFORM_OT_translate: bpy.ops.transform.translate | None = None,
1236
+ ) -> None:
1237
+ """Duplicate selected strips, but not their data, and move them
1238
+
1239
+ :type execution_context: int | str | None
1240
+ :type undo: bool | None
1241
+ :param SEQUENCER_OT_duplicate: Duplicate Strips, Duplicate the selected strips
1242
+ :type SEQUENCER_OT_duplicate: duplicate | None
1243
+ :param TRANSFORM_OT_translate: Move, Move selected items
1244
+ :type TRANSFORM_OT_translate: bpy.ops.transform.translate | None
1245
+ """
1246
+
1159
1247
  def reassign_inputs(
1160
- execution_context: int | str | None = None, undo: bool | None = None
1248
+ execution_context: int | str | None = None,
1249
+ undo: bool | None = None,
1250
+ /,
1161
1251
  ) -> None:
1162
1252
  """Reassign the inputs for the effect strip
1163
1253
 
@@ -1166,7 +1256,9 @@ def reassign_inputs(
1166
1256
  """
1167
1257
 
1168
1258
  def rebuild_proxy(
1169
- execution_context: int | str | None = None, undo: bool | None = None
1259
+ execution_context: int | str | None = None,
1260
+ undo: bool | None = None,
1261
+ /,
1170
1262
  ) -> None:
1171
1263
  """Rebuild all selected proxies and timecode indices
1172
1264
 
@@ -1175,7 +1267,9 @@ def rebuild_proxy(
1175
1267
  """
1176
1268
 
1177
1269
  def refresh_all(
1178
- execution_context: int | str | None = None, undo: bool | None = None
1270
+ execution_context: int | str | None = None,
1271
+ undo: bool | None = None,
1272
+ /,
1179
1273
  ) -> None:
1180
1274
  """Refresh the sequencer editor
1181
1275
 
@@ -1199,7 +1293,9 @@ def reload(
1199
1293
  """
1200
1294
 
1201
1295
  def rename_channel(
1202
- execution_context: int | str | None = None, undo: bool | None = None
1296
+ execution_context: int | str | None = None,
1297
+ undo: bool | None = None,
1298
+ /,
1203
1299
  ) -> None:
1204
1300
  """Undocumented, consider contributing.
1205
1301
 
@@ -1208,7 +1304,9 @@ def rename_channel(
1208
1304
  """
1209
1305
 
1210
1306
  def rendersize(
1211
- execution_context: int | str | None = None, undo: bool | None = None
1307
+ execution_context: int | str | None = None,
1308
+ undo: bool | None = None,
1309
+ /,
1212
1310
  ) -> None:
1213
1311
  """Set render size and aspect from active strip
1214
1312
 
@@ -1283,7 +1381,9 @@ def retiming_key_add(
1283
1381
  """
1284
1382
 
1285
1383
  def retiming_key_delete(
1286
- execution_context: int | str | None = None, undo: bool | None = None
1384
+ execution_context: int | str | None = None,
1385
+ undo: bool | None = None,
1386
+ /,
1287
1387
  ) -> None:
1288
1388
  """Delete selected retiming keys from the sequencer
1289
1389
 
@@ -1292,7 +1392,9 @@ def retiming_key_delete(
1292
1392
  """
1293
1393
 
1294
1394
  def retiming_reset(
1295
- execution_context: int | str | None = None, undo: bool | None = None
1395
+ execution_context: int | str | None = None,
1396
+ undo: bool | None = None,
1397
+ /,
1296
1398
  ) -> None:
1297
1399
  """Reset strip retiming
1298
1400
 
@@ -1319,7 +1421,9 @@ def retiming_segment_speed_set(
1319
1421
  """
1320
1422
 
1321
1423
  def retiming_show(
1322
- execution_context: int | str | None = None, undo: bool | None = None
1424
+ execution_context: int | str | None = None,
1425
+ undo: bool | None = None,
1426
+ /,
1323
1427
  ) -> None:
1324
1428
  """Show retiming keys in selected strips
1325
1429
 
@@ -1358,7 +1462,9 @@ def sample(
1358
1462
  """
1359
1463
 
1360
1464
  def scene_frame_range_update(
1361
- execution_context: int | str | None = None, undo: bool | None = None
1465
+ execution_context: int | str | None = None,
1466
+ undo: bool | None = None,
1467
+ /,
1362
1468
  ) -> None:
1363
1469
  """Update frame range of scene strip
1364
1470
 
@@ -1384,15 +1490,15 @@ def scene_strip_add(
1384
1490
 
1385
1491
  :type execution_context: int | str | None
1386
1492
  :type undo: bool | None
1387
- :param move_strips: Move Strips, Move strips after adding them to the timeline
1493
+ :param move_strips: Move Strips, Automatically begin translating strips with the mouse after adding them to the timeline
1388
1494
  :type move_strips: bool | None
1389
- :param frame_start: Start Frame, Start frame of the sequence strip
1495
+ :param frame_start: Start Frame, Start frame of the strip
1390
1496
  :type frame_start: int | None
1391
1497
  :param channel: Channel, Channel to place this strip into
1392
1498
  :type channel: int | None
1393
- :param replace_sel: Replace Selection, Deselect previously selected strips
1499
+ :param replace_sel: Replace Selection, Deselect previously selected strips after add operation completes
1394
1500
  :type replace_sel: bool | None
1395
- :param overlap: Allow Overlap, Don't correct overlap on new sequence strips
1501
+ :param overlap: Allow Overlap, Dont correct overlap on new strips
1396
1502
  :type overlap: bool | None
1397
1503
  :param overlap_shuffle_override: Override Overlap Shuffle Behavior, Use the overlap_mode tool settings to determine how to shuffle overlapping strips
1398
1504
  :type overlap_shuffle_override: bool | None
@@ -1420,15 +1526,15 @@ def scene_strip_add_new(
1420
1526
 
1421
1527
  :type execution_context: int | str | None
1422
1528
  :type undo: bool | None
1423
- :param move_strips: Move Strips, Move strips after adding them to the timeline
1529
+ :param move_strips: Move Strips, Automatically begin translating strips with the mouse after adding them to the timeline
1424
1530
  :type move_strips: bool | None
1425
- :param frame_start: Start Frame, Start frame of the sequence strip
1531
+ :param frame_start: Start Frame, Start frame of the strip
1426
1532
  :type frame_start: int | None
1427
1533
  :param channel: Channel, Channel to place this strip into
1428
1534
  :type channel: int | None
1429
- :param replace_sel: Replace Selection, Deselect previously selected strips
1535
+ :param replace_sel: Replace Selection, Deselect previously selected strips after add operation completes
1430
1536
  :type replace_sel: bool | None
1431
- :param overlap: Allow Overlap, Don't correct overlap on new sequence strips
1537
+ :param overlap: Allow Overlap, Dont correct overlap on new strips
1432
1538
  :type overlap: bool | None
1433
1539
  :param overlap_shuffle_override: Override Overlap Shuffle Behavior, Use the overlap_mode tool settings to determine how to shuffle overlapping strips
1434
1540
  :type overlap_shuffle_override: bool | None
@@ -1664,7 +1770,9 @@ def select_handles(
1664
1770
  """
1665
1771
 
1666
1772
  def select_less(
1667
- execution_context: int | str | None = None, undo: bool | None = None
1773
+ execution_context: int | str | None = None,
1774
+ undo: bool | None = None,
1775
+ /,
1668
1776
  ) -> None:
1669
1777
  """Shrink the current selection of adjacent selected strips
1670
1778
 
@@ -1673,7 +1781,9 @@ def select_less(
1673
1781
  """
1674
1782
 
1675
1783
  def select_linked(
1676
- execution_context: int | str | None = None, undo: bool | None = None
1784
+ execution_context: int | str | None = None,
1785
+ undo: bool | None = None,
1786
+ /,
1677
1787
  ) -> None:
1678
1788
  """Select all strips adjacent to the current selection
1679
1789
 
@@ -1697,7 +1807,9 @@ def select_linked_pick(
1697
1807
  """
1698
1808
 
1699
1809
  def select_more(
1700
- execution_context: int | str | None = None, undo: bool | None = None
1810
+ execution_context: int | str | None = None,
1811
+ undo: bool | None = None,
1812
+ /,
1701
1813
  ) -> None:
1702
1814
  """Select more strips adjacent to the current selection
1703
1815
 
@@ -1769,6 +1881,8 @@ def slip(
1769
1881
  *,
1770
1882
  offset: float | None = 0.0,
1771
1883
  slip_keyframes: bool | None = False,
1884
+ use_cursor_position: bool | None = False,
1885
+ ignore_connections: bool | None = False,
1772
1886
  ) -> None:
1773
1887
  """Slip the contents of selected strips
1774
1888
 
@@ -1778,6 +1892,10 @@ def slip(
1778
1892
  :type offset: float | None
1779
1893
  :param slip_keyframes: Slip Keyframes, Move the keyframes alongside the media
1780
1894
  :type slip_keyframes: bool | None
1895
+ :param use_cursor_position: Use Cursor Position, Slip strips under mouse cursor instead of all selected strips
1896
+ :type use_cursor_position: bool | None
1897
+ :param ignore_connections: Ignore Connections, Do not slip connected strips if using cursor position
1898
+ :type ignore_connections: bool | None
1781
1899
  """
1782
1900
 
1783
1901
  def snap(
@@ -1928,15 +2046,15 @@ def sound_strip_add(
1928
2046
  ASSET_CATALOG
1929
2047
  Asset Catalog -- Sort the asset list so that assets in the same catalog are kept together. Within a single catalog, assets are ordered by name. The catalogs are in order of the flattened catalog hierarchy..
1930
2048
  :type sort_method: typing.Literal['DEFAULT','FILE_SORT_ALPHA','FILE_SORT_EXTENSION','FILE_SORT_TIME','FILE_SORT_SIZE','ASSET_CATALOG'] | None
1931
- :param move_strips: Move Strips, Move strips after adding them to the timeline
2049
+ :param move_strips: Move Strips, Automatically begin translating strips with the mouse after adding them to the timeline
1932
2050
  :type move_strips: bool | None
1933
- :param frame_start: Start Frame, Start frame of the sequence strip
2051
+ :param frame_start: Start Frame, Start frame of the strip
1934
2052
  :type frame_start: int | None
1935
2053
  :param channel: Channel, Channel to place this strip into
1936
2054
  :type channel: int | None
1937
- :param replace_sel: Replace Selection, Deselect previously selected strips
2055
+ :param replace_sel: Replace Selection, Deselect previously selected strips after add operation completes
1938
2056
  :type replace_sel: bool | None
1939
- :param overlap: Allow Overlap, Don't correct overlap on new sequence strips
2057
+ :param overlap: Allow Overlap, Dont correct overlap on new strips
1940
2058
  :type overlap: bool | None
1941
2059
  :param overlap_shuffle_override: Override Overlap Shuffle Behavior, Use the overlap_mode tool settings to determine how to shuffle overlapping strips
1942
2060
  :type overlap_shuffle_override: bool | None
@@ -1944,7 +2062,7 @@ def sound_strip_add(
1944
2062
  :type skip_locked_or_muted_channels: bool | None
1945
2063
  :param cache: Cache, Cache the sound in memory
1946
2064
  :type cache: bool | None
1947
- :param mono: Mono, Merge all the sound's channels into one
2065
+ :param mono: Mono, Merge all the sounds channels into one
1948
2066
  :type mono: bool | None
1949
2067
  """
1950
2068
 
@@ -2161,23 +2279,14 @@ def strip_transform_fit(
2161
2279
  undo: bool | None = None,
2162
2280
  /,
2163
2281
  *,
2164
- fit_method: typing.Literal["FIT", "FILL", "STRETCH"] | None = "FIT",
2282
+ fit_method: bpy.stub_internal.rna_enums.StripScaleMethodItems | None = "FIT",
2165
2283
  ) -> None:
2166
2284
  """Undocumented, consider contributing.
2167
2285
 
2168
- :type execution_context: int | str | None
2169
- :type undo: bool | None
2170
- :param fit_method: Fit Method, Scale fit fit_method
2171
-
2172
- FIT
2173
- Scale to Fit -- Scale image so fits in preview.
2174
-
2175
- FILL
2176
- Scale to Fill -- Scale image so it fills preview completely.
2177
-
2178
- STRETCH
2179
- Stretch to Fill -- Stretch image so it fills preview.
2180
- :type fit_method: typing.Literal['FIT','FILL','STRETCH'] | None
2286
+ :type execution_context: int | str | None
2287
+ :type undo: bool | None
2288
+ :param fit_method: Fit Method, Mode for fitting the image to the canvas
2289
+ :type fit_method: bpy.stub_internal.rna_enums.StripScaleMethodItems | None
2181
2290
  """
2182
2291
 
2183
2292
  def swap(
@@ -2196,7 +2305,9 @@ def swap(
2196
2305
  """
2197
2306
 
2198
2307
  def swap_data(
2199
- execution_context: int | str | None = None, undo: bool | None = None
2308
+ execution_context: int | str | None = None,
2309
+ undo: bool | None = None,
2310
+ /,
2200
2311
  ) -> None:
2201
2312
  """Swap 2 sequencer strips
2202
2313
 
@@ -2205,7 +2316,9 @@ def swap_data(
2205
2316
  """
2206
2317
 
2207
2318
  def swap_inputs(
2208
- execution_context: int | str | None = None, undo: bool | None = None
2319
+ execution_context: int | str | None = None,
2320
+ undo: bool | None = None,
2321
+ /,
2209
2322
  ) -> None:
2210
2323
  """Swap the two inputs of the effect strip
2211
2324
 
@@ -2275,7 +2388,9 @@ def text_delete(
2275
2388
  """
2276
2389
 
2277
2390
  def text_deselect_all(
2278
- execution_context: int | str | None = None, undo: bool | None = None
2391
+ execution_context: int | str | None = None,
2392
+ undo: bool | None = None,
2393
+ /,
2279
2394
  ) -> None:
2280
2395
  """Deselect all characters
2281
2396
 
@@ -2284,7 +2399,9 @@ def text_deselect_all(
2284
2399
  """
2285
2400
 
2286
2401
  def text_edit_copy(
2287
- execution_context: int | str | None = None, undo: bool | None = None
2402
+ execution_context: int | str | None = None,
2403
+ undo: bool | None = None,
2404
+ /,
2288
2405
  ) -> None:
2289
2406
  """Copy text to clipboard
2290
2407
 
@@ -2293,7 +2410,9 @@ def text_edit_copy(
2293
2410
  """
2294
2411
 
2295
2412
  def text_edit_cut(
2296
- execution_context: int | str | None = None, undo: bool | None = None
2413
+ execution_context: int | str | None = None,
2414
+ undo: bool | None = None,
2415
+ /,
2297
2416
  ) -> None:
2298
2417
  """Cut text to clipboard
2299
2418
 
@@ -2302,7 +2421,9 @@ def text_edit_cut(
2302
2421
  """
2303
2422
 
2304
2423
  def text_edit_mode_toggle(
2305
- execution_context: int | str | None = None, undo: bool | None = None
2424
+ execution_context: int | str | None = None,
2425
+ undo: bool | None = None,
2426
+ /,
2306
2427
  ) -> None:
2307
2428
  """Toggle text editing
2308
2429
 
@@ -2311,7 +2432,9 @@ def text_edit_mode_toggle(
2311
2432
  """
2312
2433
 
2313
2434
  def text_edit_paste(
2314
- execution_context: int | str | None = None, undo: bool | None = None
2435
+ execution_context: int | str | None = None,
2436
+ undo: bool | None = None,
2437
+ /,
2315
2438
  ) -> None:
2316
2439
  """Paste text from clipboard
2317
2440
 
@@ -2335,7 +2458,9 @@ def text_insert(
2335
2458
  """
2336
2459
 
2337
2460
  def text_line_break(
2338
- execution_context: int | str | None = None, undo: bool | None = None
2461
+ execution_context: int | str | None = None,
2462
+ undo: bool | None = None,
2463
+ /,
2339
2464
  ) -> None:
2340
2465
  """Insert line break at cursor position
2341
2466
 
@@ -2344,7 +2469,9 @@ def text_line_break(
2344
2469
  """
2345
2470
 
2346
2471
  def text_select_all(
2347
- execution_context: int | str | None = None, undo: bool | None = None
2472
+ execution_context: int | str | None = None,
2473
+ undo: bool | None = None,
2474
+ /,
2348
2475
  ) -> None:
2349
2476
  """Select all characters
2350
2477
 
@@ -2353,7 +2480,9 @@ def text_select_all(
2353
2480
  """
2354
2481
 
2355
2482
  def unlock(
2356
- execution_context: int | str | None = None, undo: bool | None = None
2483
+ execution_context: int | str | None = None,
2484
+ undo: bool | None = None,
2485
+ /,
2357
2486
  ) -> None:
2358
2487
  """Unlock strips so they can be transformed
2359
2488
 
@@ -2377,7 +2506,9 @@ def unmute(
2377
2506
  """
2378
2507
 
2379
2508
  def view_all(
2380
- execution_context: int | str | None = None, undo: bool | None = None
2509
+ execution_context: int | str | None = None,
2510
+ undo: bool | None = None,
2511
+ /,
2381
2512
  ) -> None:
2382
2513
  """View all the strips in the sequencer
2383
2514
 
@@ -2386,7 +2517,9 @@ def view_all(
2386
2517
  """
2387
2518
 
2388
2519
  def view_all_preview(
2389
- execution_context: int | str | None = None, undo: bool | None = None
2520
+ execution_context: int | str | None = None,
2521
+ undo: bool | None = None,
2522
+ /,
2390
2523
  ) -> None:
2391
2524
  """Zoom preview to fit in the area
2392
2525
 
@@ -2395,7 +2528,9 @@ def view_all_preview(
2395
2528
  """
2396
2529
 
2397
2530
  def view_frame(
2398
- execution_context: int | str | None = None, undo: bool | None = None
2531
+ execution_context: int | str | None = None,
2532
+ undo: bool | None = None,
2533
+ /,
2399
2534
  ) -> None:
2400
2535
  """Move the view to the current frame
2401
2536
 
@@ -2431,7 +2566,9 @@ def view_ghost_border(
2431
2566
  """
2432
2567
 
2433
2568
  def view_selected(
2434
- execution_context: int | str | None = None, undo: bool | None = None
2569
+ execution_context: int | str | None = None,
2570
+ undo: bool | None = None,
2571
+ /,
2435
2572
  ) -> None:
2436
2573
  """Zoom the sequencer on the selected strips
2437
2574