fake-bpy-module-latest 20251003__py3-none-any.whl → 20260114__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.
Files changed (299) hide show
  1. {bl_console_utils → _bl_console_utils}/autocomplete/complete_calltip/__init__.pyi +0 -13
  2. {bl_console_utils → _bl_console_utils}/autocomplete/complete_import/__init__.pyi +0 -5
  3. {bl_console_utils → _bl_console_utils}/autocomplete/complete_namespace/__init__.pyi +0 -11
  4. {bl_console_utils → _bl_console_utils}/autocomplete/intellisense/__init__.pyi +0 -10
  5. {bl_i18n_utils → _bl_i18n_utils}/__init__.pyi +1 -0
  6. {bl_i18n_utils → _bl_i18n_utils}/settings/__init__.pyi +2 -0
  7. _bl_i18n_utils/utils_spell_check/__init__.pyi +22 -0
  8. {bl_ui_utils → _bl_ui_utils}/__init__.pyi +1 -0
  9. _bpy_internal/__init__.pyi +1 -0
  10. _bpy_internal/disk_file_hash_service/__init__.pyi +19 -0
  11. _bpy_internal/disk_file_hash_service/backend_sqlite/__init__.pyi +48 -0
  12. _bpy_internal/disk_file_hash_service/hash_service/__init__.pyi +64 -0
  13. _bpy_internal/disk_file_hash_service/types/__init__.pyi +53 -0
  14. _bpy_types/__init__.pyi +18 -123
  15. {rna_info → _rna_info}/__init__.pyi +0 -1
  16. addon_utils/__init__.pyi +0 -13
  17. aud/__init__.pyi +55 -131
  18. bl_math/__init__.pyi +2 -12
  19. bl_operators/__init__.pyi +1 -0
  20. bl_operators/add_mesh_torus/__init__.pyi +0 -2
  21. bl_operators/anim/__init__.pyi +40 -24
  22. bl_operators/assets/__init__.pyi +0 -6
  23. bl_operators/bone_selection_sets/__init__.pyi +0 -28
  24. bl_operators/clip/__init__.pyi +0 -20
  25. bl_operators/connect_to_output/__init__.pyi +0 -2
  26. bl_operators/console/__init__.pyi +0 -10
  27. bl_operators/constraint/__init__.pyi +0 -8
  28. bl_operators/copy_global_transform/__init__.pyi +261 -0
  29. bl_operators/file/__init__.pyi +0 -6
  30. bl_operators/freestyle/__init__.pyi +0 -8
  31. bl_operators/geometry_nodes/__init__.pyi +0 -8
  32. bl_operators/grease_pencil/__init__.pyi +0 -2
  33. bl_operators/image/__init__.pyi +0 -10
  34. bl_operators/image_as_planes/__init__.pyi +0 -4
  35. bl_operators/mesh/__init__.pyi +0 -4
  36. bl_operators/node/__init__.pyi +36 -46
  37. bl_operators/object/__init__.pyi +0 -37
  38. bl_operators/object_align/__init__.pyi +0 -2
  39. bl_operators/object_quick_effects/__init__.pyi +0 -8
  40. bl_operators/object_randomize_transform/__init__.pyi +0 -2
  41. bl_operators/presets/__init__.pyi +0 -50
  42. bl_operators/rigidbody/__init__.pyi +0 -6
  43. bl_operators/screen_play_rendered_anim/__init__.pyi +0 -2
  44. bl_operators/sequencer/__init__.pyi +0 -16
  45. bl_operators/spreadsheet/__init__.pyi +0 -2
  46. bl_operators/userpref/__init__.pyi +0 -50
  47. bl_operators/uvcalc_follow_active/__init__.pyi +1 -3
  48. bl_operators/uvcalc_lightmap/__init__.pyi +0 -2
  49. bl_operators/uvcalc_transform/__init__.pyi +21 -12
  50. bl_operators/vertexpaint_dirt/__init__.pyi +0 -2
  51. bl_operators/view3d/__init__.pyi +0 -16
  52. bl_operators/wm/__init__.pyi +0 -92
  53. bl_operators/world/__init__.pyi +0 -2
  54. bl_ui/__init__.pyi +3 -4
  55. bl_ui/anim/__init__.pyi +0 -2
  56. bl_ui/asset_shelf/__init__.pyi +0 -2
  57. bl_ui/generic_ui_list/__init__.pyi +1 -17
  58. bl_ui/node_add_menu/__init__.pyi +13 -16
  59. bl_ui/node_add_menu_compositor/__init__.pyi +19 -57
  60. bl_ui/node_add_menu_geometry/__init__.pyi +56 -168
  61. bl_ui/node_add_menu_shader/__init__.pyi +10 -30
  62. bl_ui/node_add_menu_texture/__init__.pyi +1 -17
  63. bl_ui/properties_collection/__init__.pyi +0 -14
  64. bl_ui/properties_constraint/__init__.pyi +64 -150
  65. bl_ui/properties_data_armature/__init__.pyi +0 -36
  66. bl_ui/properties_data_bone/__init__.pyi +0 -20
  67. bl_ui/properties_data_camera/__init__.pyi +0 -30
  68. bl_ui/properties_data_curve/__init__.pyi +0 -30
  69. bl_ui/properties_data_curves/__init__.pyi +0 -16
  70. bl_ui/properties_data_empty/__init__.pyi +0 -4
  71. bl_ui/properties_data_grease_pencil/__init__.pyi +0 -40
  72. bl_ui/properties_data_lattice/__init__.pyi +0 -8
  73. bl_ui/properties_data_light/__init__.pyi +0 -20
  74. bl_ui/properties_data_lightprobe/__init__.pyi +0 -28
  75. bl_ui/properties_data_mesh/__init__.pyi +0 -42
  76. bl_ui/properties_data_metaball/__init__.pyi +0 -12
  77. bl_ui/properties_data_modifier/__init__.pyi +0 -18
  78. bl_ui/properties_data_pointcloud/__init__.pyi +0 -12
  79. bl_ui/properties_data_shaderfx/__init__.pyi +0 -2
  80. bl_ui/properties_data_speaker/__init__.pyi +0 -12
  81. bl_ui/properties_data_volume/__init__.pyi +0 -18
  82. bl_ui/properties_freestyle/__init__.pyi +0 -50
  83. bl_ui/properties_grease_pencil_common/__init__.pyi +0 -14
  84. bl_ui/properties_mask_common/__init__.pyi +0 -14
  85. bl_ui/properties_material/__init__.pyi +0 -32
  86. bl_ui/properties_material_gpencil/__init__.pyi +0 -22
  87. bl_ui/properties_object/__init__.pyi +35 -42
  88. bl_ui/properties_output/__init__.pyi +0 -40
  89. bl_ui/properties_paint_common/__init__.pyi +23 -7
  90. bl_ui/properties_particle/__init__.pyi +0 -106
  91. bl_ui/properties_physics_cloth/__init__.pyi +0 -28
  92. bl_ui/properties_physics_common/__init__.pyi +0 -2
  93. bl_ui/properties_physics_dynamicpaint/__init__.pyi +0 -44
  94. bl_ui/properties_physics_field/__init__.pyi +0 -20
  95. bl_ui/properties_physics_fluid/__init__.pyi +0 -56
  96. bl_ui/properties_physics_geometry_nodes/__init__.pyi +0 -2
  97. bl_ui/properties_physics_rigidbody/__init__.pyi +0 -16
  98. bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +0 -26
  99. bl_ui/properties_physics_softbody/__init__.pyi +0 -30
  100. bl_ui/properties_render/__init__.pyi +0 -90
  101. bl_ui/properties_scene/__init__.pyi +0 -34
  102. bl_ui/properties_strip/__init__.pyi +744 -0
  103. bl_ui/properties_strip_modifier/__init__.pyi +45 -0
  104. bl_ui/properties_texture/__init__.pyi +0 -54
  105. bl_ui/properties_view_layer/__init__.pyi +7 -28
  106. bl_ui/properties_workspace/__init__.pyi +0 -8
  107. bl_ui/properties_world/__init__.pyi +0 -22
  108. bl_ui/space_clip/__init__.pyi +1 -150
  109. bl_ui/space_console/__init__.pyi +0 -12
  110. bl_ui/space_dopesheet/__init__.pyi +52 -60
  111. bl_ui/space_filebrowser/__init__.pyi +0 -60
  112. bl_ui/space_graph/__init__.pyi +0 -44
  113. bl_ui/space_image/__init__.pyi +2 -144
  114. bl_ui/space_info/__init__.pyi +0 -12
  115. bl_ui/space_nla/__init__.pyi +0 -36
  116. bl_ui/space_node/__init__.pyi +27 -66
  117. bl_ui/space_outliner/__init__.pyi +0 -30
  118. bl_ui/space_properties/__init__.pyi +29 -6
  119. bl_ui/space_sequencer/__init__.pyi +46 -912
  120. bl_ui/space_spreadsheet/__init__.pyi +0 -6
  121. bl_ui/space_statusbar/__init__.pyi +0 -2
  122. bl_ui/space_text/__init__.pyi +0 -32
  123. bl_ui/space_time/__init__.pyi +50 -8
  124. bl_ui/space_topbar/__init__.pyi +7 -52
  125. bl_ui/space_userpref/__init__.pyi +7 -188
  126. bl_ui/space_view3d/__init__.pyi +36 -544
  127. bl_ui/space_view3d_sidebar/__init__.pyi +127 -0
  128. bl_ui/space_view3d_toolbar/__init__.pyi +2 -163
  129. blf/__init__.pyi +6 -50
  130. bmesh/__init__.pyi +0 -7
  131. bmesh/geometry/__init__.pyi +0 -3
  132. bmesh/ops/__init__.pyi +2 -450
  133. bmesh/types/__init__.pyi +206 -420
  134. bmesh/utils/__init__.pyi +16 -43
  135. bpy/app/__init__.pyi +53 -56
  136. bpy/app/icons/__init__.pyi +0 -6
  137. bpy/app/timers/__init__.pyi +0 -6
  138. bpy/app/translations/__init__.pyi +1 -16
  139. bpy/msgbus/__init__.pyi +1 -4
  140. bpy/ops/action/__init__.pyi +15 -165
  141. bpy/ops/anim/__init__.pyi +38 -279
  142. bpy/ops/armature/__init__.pyi +18 -192
  143. bpy/ops/asset/__init__.pyi +11 -97
  144. bpy/ops/boid/__init__.pyi +7 -38
  145. bpy/ops/brush/__init__.pyi +3 -72
  146. bpy/ops/buttons/__init__.pyi +4 -71
  147. bpy/ops/cachefile/__init__.pyi +2 -63
  148. bpy/ops/camera/__init__.pyi +0 -11
  149. bpy/ops/clip/__init__.pyi +43 -427
  150. bpy/ops/cloth/__init__.pyi +0 -5
  151. bpy/ops/collection/__init__.pyi +2 -34
  152. bpy/ops/console/__init__.pyi +10 -88
  153. bpy/ops/constraint/__init__.pyi +3 -80
  154. bpy/ops/curve/__init__.pyi +23 -254
  155. bpy/ops/curves/__init__.pyi +17 -166
  156. bpy/ops/cycles/__init__.pyi +1 -14
  157. bpy/ops/dpaint/__init__.pyi +3 -21
  158. bpy/ops/ed/__init__.pyi +10 -82
  159. bpy/ops/export_anim/__init__.pyi +2 -10
  160. bpy/ops/export_scene/__init__.pyi +1 -155
  161. bpy/ops/extensions/__init__.pyi +15 -150
  162. bpy/ops/file/__init__.pyi +27 -217
  163. bpy/ops/fluid/__init__.pyi +13 -70
  164. bpy/ops/font/__init__.pyi +10 -134
  165. bpy/ops/geometry/__init__.pyi +3 -124
  166. bpy/ops/gizmogroup/__init__.pyi +1 -12
  167. bpy/ops/gpencil/__init__.pyi +5 -38
  168. bpy/ops/graph/__init__.pyi +18 -316
  169. bpy/ops/grease_pencil/__init__.pyi +29 -524
  170. bpy/ops/image/__init__.pyi +19 -379
  171. bpy/ops/import_anim/__init__.pyi +2 -16
  172. bpy/ops/import_curve/__init__.pyi +0 -6
  173. bpy/ops/import_scene/__init__.pyi +0 -50
  174. bpy/ops/info/__init__.pyi +4 -35
  175. bpy/ops/lattice/__init__.pyi +3 -33
  176. bpy/ops/marker/__init__.pyi +2 -50
  177. bpy/ops/mask/__init__.pyi +17 -176
  178. bpy/ops/material/__init__.pyi +3 -15
  179. bpy/ops/mball/__init__.pyi +1 -30
  180. bpy/ops/mesh/__init__.pyi +32 -915
  181. bpy/ops/nla/__init__.pyi +20 -184
  182. bpy/ops/node/__init__.pyi +71 -741
  183. bpy/ops/object/__init__.pyi +137 -1254
  184. bpy/ops/outliner/__init__.pyi +47 -327
  185. bpy/ops/paint/__init__.pyi +14 -279
  186. bpy/ops/paintcurve/__init__.pyi +4 -36
  187. bpy/ops/palette/__init__.pyi +3 -27
  188. bpy/ops/particle/__init__.pyi +20 -160
  189. bpy/ops/pointcloud/__init__.pyi +3 -35
  190. bpy/ops/pose/__init__.pyi +28 -233
  191. bpy/ops/poselib/__init__.pyi +4 -47
  192. bpy/ops/preferences/__init__.pyi +9 -177
  193. bpy/ops/ptcache/__init__.pyi +5 -31
  194. bpy/ops/render/__init__.pyi +6 -70
  195. bpy/ops/rigidbody/__init__.pyi +6 -56
  196. bpy/ops/scene/__init__.pyi +22 -167
  197. bpy/ops/screen/__init__.pyi +36 -202
  198. bpy/ops/script/__init__.pyi +1 -12
  199. bpy/ops/sculpt/__init__.pyi +36 -311
  200. bpy/ops/sculpt_curves/__init__.pyi +1 -20
  201. bpy/ops/sequencer/__init__.pyi +90 -662
  202. bpy/ops/sound/__init__.pyi +3 -109
  203. bpy/ops/spreadsheet/__init__.pyi +5 -32
  204. bpy/ops/surface/__init__.pyi +0 -48
  205. bpy/ops/text/__init__.pyi +27 -225
  206. bpy/ops/text_editor/__init__.pyi +0 -5
  207. bpy/ops/texture/__init__.pyi +3 -18
  208. bpy/ops/transform/__init__.pyi +10 -382
  209. bpy/ops/ui/__init__.pyi +21 -158
  210. bpy/ops/uilist/__init__.pyi +0 -13
  211. bpy/ops/uv/__init__.pyi +52 -305
  212. bpy/ops/view2d/__init__.pyi +3 -73
  213. bpy/ops/view3d/__init__.pyi +37 -339
  214. bpy/ops/wm/__init__.pyi +39 -1334
  215. bpy/ops/workspace/__init__.pyi +7 -39
  216. bpy/ops/world/__init__.pyi +2 -10
  217. bpy/path/__init__.pyi +0 -34
  218. bpy/props/__init__.pyi +15 -157
  219. bpy/stub_internal/rna_enums/__init__.pyi +52 -20
  220. bpy/types/__init__.pyi +15386 -56984
  221. bpy/utils/__init__.pyi +4 -75
  222. bpy/utils/previews/__init__.pyi +1 -10
  223. bpy/utils/units/__init__.pyi +0 -12
  224. bpy_extras/anim_utils/__init__.pyi +9 -8
  225. bpy_extras/bmesh_utils/__init__.pyi +0 -1
  226. bpy_extras/id_map_utils/__init__.pyi +14 -6
  227. bpy_extras/image_utils/__init__.pyi +0 -9
  228. bpy_extras/io_utils/__init__.pyi +2 -22
  229. bpy_extras/keyconfig_utils/__init__.pyi +1 -1
  230. bpy_extras/mesh_utils/__init__.pyi +0 -12
  231. bpy_extras/object_utils/__init__.pyi +0 -14
  232. bpy_extras/view3d_utils/__init__.pyi +0 -18
  233. {fake_bpy_module_latest-20251003.dist-info → fake_bpy_module_latest-20260114.dist-info}/METADATA +4 -1
  234. fake_bpy_module_latest-20260114.dist-info/RECORD +382 -0
  235. {fake_bpy_module_latest-20251003.dist-info → fake_bpy_module_latest-20260114.dist-info}/top_level.txt +14 -14
  236. freestyle/chainingiterators/__init__.pyi +0 -22
  237. freestyle/functions/__init__.pyi +0 -139
  238. freestyle/predicates/__init__.pyi +0 -51
  239. freestyle/shaders/__init__.pyi +0 -65
  240. freestyle/types/__init__.pyi +139 -777
  241. freestyle/utils/ContextFunctions/__init__.pyi +0 -23
  242. freestyle/utils/__init__.pyi +1 -7
  243. gpu/capabilities/__init__.pyi +0 -21
  244. gpu/matrix/__init__.pyi +1 -10
  245. gpu/platform/__init__.pyi +0 -5
  246. gpu/shader/__init__.pyi +22 -6
  247. gpu/state/__init__.pyi +59 -38
  248. gpu/texture/__init__.pyi +0 -2
  249. gpu/types/__init__.pyi +84 -152
  250. gpu_extras/batch/__init__.pyi +0 -4
  251. gpu_extras/presets/__init__.pyi +6 -8
  252. idprop/types/__init__.pyi +5 -5
  253. imbuf/__init__.pyi +2 -9
  254. imbuf/types/__init__.pyi +5 -25
  255. keyingsets_builtins/__init__.pyi +1 -45
  256. mathutils/__init__.pyi +82 -2172
  257. mathutils/bvhtree/__init__.pyi +3 -25
  258. mathutils/geometry/__init__.pyi +24 -135
  259. mathutils/interpolate/__init__.pyi +3 -4
  260. mathutils/kdtree/__init__.pyi +0 -11
  261. mathutils/noise/__init__.pyi +0 -62
  262. fake_bpy_module_latest-20251003.dist-info/RECORD +0 -373
  263. {animsys_refactor → _animsys_refactor}/__init__.pyi +0 -0
  264. {animsys_refactor → _animsys_refactor}/py.typed +0 -0
  265. {bl_console_utils → _bl_console_utils}/__init__.pyi +0 -0
  266. {bl_console_utils → _bl_console_utils}/autocomplete/__init__.pyi +0 -0
  267. {bl_console_utils → _bl_console_utils}/py.typed +0 -0
  268. {bl_i18n_utils → _bl_i18n_utils}/bl_extract_messages/__init__.pyi +0 -0
  269. {bl_i18n_utils → _bl_i18n_utils}/merge_po/__init__.pyi +0 -0
  270. {bl_i18n_utils → _bl_i18n_utils}/py.typed +0 -0
  271. {bl_i18n_utils → _bl_i18n_utils}/utils/__init__.pyi +0 -0
  272. {bl_i18n_utils → _bl_i18n_utils}/utils_cli/__init__.pyi +0 -0
  273. {bl_i18n_utils → _bl_i18n_utils}/utils_languages_menu/__init__.pyi +0 -0
  274. {bl_i18n_utils → _bl_i18n_utils}/utils_rtl/__init__.pyi +0 -0
  275. {bl_previews_utils → _bl_previews_utils}/__init__.pyi +0 -0
  276. {bl_previews_utils → _bl_previews_utils}/bl_previews_render/__init__.pyi +0 -0
  277. {bl_previews_utils → _bl_previews_utils}/py.typed +0 -0
  278. {bl_rna_utils → _bl_rna_utils}/__init__.pyi +0 -0
  279. {bl_rna_utils → _bl_rna_utils}/data_path/__init__.pyi +0 -0
  280. {bl_rna_utils → _bl_rna_utils}/py.typed +0 -0
  281. {bl_text_utils → _bl_text_utils}/__init__.pyi +0 -0
  282. {bl_text_utils → _bl_text_utils}/external_editor/__init__.pyi +0 -0
  283. {bl_text_utils → _bl_text_utils}/py.typed +0 -0
  284. {bl_ui_utils → _bl_ui_utils}/layout/__init__.pyi +0 -0
  285. {bl_ui_utils → _bl_ui_utils}/py.typed +0 -0
  286. {bpy_restrict_state → _bpy_restrict_state}/__init__.pyi +0 -0
  287. {bpy_restrict_state → _bpy_restrict_state}/py.typed +0 -0
  288. {console_python → _console_python}/__init__.pyi +0 -0
  289. {console_python → _console_python}/py.typed +0 -0
  290. {console_shell → _console_shell}/__init__.pyi +0 -0
  291. {console_shell → _console_shell}/py.typed +0 -0
  292. {graphviz_export → _graphviz_export}/__init__.pyi +0 -0
  293. {graphviz_export → _graphviz_export}/py.typed +0 -0
  294. {keyingsets_utils → _keyingsets_utils}/__init__.pyi +0 -0
  295. {keyingsets_utils → _keyingsets_utils}/py.typed +0 -0
  296. {rna_info → _rna_info}/py.typed +0 -0
  297. {rna_xml → _rna_xml}/__init__.pyi +0 -0
  298. {rna_xml → _rna_xml}/py.typed +0 -0
  299. {fake_bpy_module_latest-20251003.dist-info → fake_bpy_module_latest-20260114.dist-info}/WHEEL +0 -0
@@ -24,30 +24,57 @@ def add_scene_strip_from_scene_asset(
24
24
  asset_library_identifier: str = "",
25
25
  relative_asset_identifier: str = "",
26
26
  ) -> None:
27
- """Add a scene strip from a scene asset
27
+ """Add a strip using a duplicate of this scene asset as the source
28
28
 
29
- :type execution_context: int | str | None
30
- :type undo: bool | None
31
29
  :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
30
  :param frame_start: Start Frame, Start frame of the strip
34
- :type frame_start: int | None
35
31
  :param channel: Channel, Channel to place this strip into
36
- :type channel: int | None
37
32
  :param replace_sel: Replace Selection, Deselect previously selected strips after add operation completes
38
- :type replace_sel: bool | None
39
33
  :param overlap: Allow Overlap, Dont correct overlap on new strips
40
- :type overlap: bool | None
41
34
  :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
35
  :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
36
  :param asset_library_type: Asset Library Type
46
- :type asset_library_type: bpy.stub_internal.rna_enums.AssetLibraryTypeItems | None
47
37
  :param asset_library_identifier: Asset Library Identifier
48
- :type asset_library_identifier: str
49
38
  :param relative_asset_identifier: Relative Asset Identifier
50
- :type relative_asset_identifier: str
39
+ """
40
+
41
+ def box_blade(
42
+ execution_context: int | str | None = None,
43
+ undo: bool | None = None,
44
+ /,
45
+ *,
46
+ xmin: int | None = 0,
47
+ xmax: int | None = 0,
48
+ ymin: int | None = 0,
49
+ ymax: int | None = 0,
50
+ wait_for_input: bool | None = True,
51
+ mode: typing.Literal["SET", "ADD", "SUB"] | None = "SET",
52
+ type: typing.Literal["SOFT", "HARD"] | None = "SOFT",
53
+ ignore_selection: bool | None = True,
54
+ ignore_connections: bool | None = False,
55
+ remove_gaps: bool | None = True,
56
+ ) -> None:
57
+ """Draw a box around the parts of strips you want to cut away
58
+
59
+ :param xmin: X Min
60
+ :param xmax: X Max
61
+ :param ymin: Y Min
62
+ :param ymax: Y Max
63
+ :param wait_for_input: Wait for Input
64
+ :param mode: Mode
65
+
66
+ SET
67
+ Set -- Set a new selection.
68
+
69
+ ADD
70
+ Extend -- Extend existing selection.
71
+
72
+ SUB
73
+ Subtract -- Subtract existing selection.
74
+ :param type: Type, The type of split operation to perform on strips
75
+ :param ignore_selection: Ignore Selection, In box blade mode, make cuts to all strips, even if they are not selected
76
+ :param ignore_connections: Ignore Connections, Dont propagate split to connected strips
77
+ :param remove_gaps: Remove Gaps, In box blade mode, close gaps between cut strips, rippling later strips on the same channel
51
78
  """
52
79
 
53
80
  def change_effect_type(
@@ -77,8 +104,6 @@ def change_effect_type(
77
104
  ) -> None:
78
105
  """Replace effect strip with another that takes the same number of inputs
79
106
 
80
- :type execution_context: int | str | None
81
- :type undo: bool | None
82
107
  :param type: Type, Strip effect type
83
108
 
84
109
  CROSS
@@ -128,7 +153,6 @@ def change_effect_type(
128
153
 
129
154
  COLORMIX
130
155
  Color Mix -- Combine two strips using blend modes.
131
- :type type: typing.Literal['CROSS','ADD','SUBTRACT','ALPHA_OVER','ALPHA_UNDER','GAMMA_CROSS','MULTIPLY','WIPE','GLOW','COLOR','SPEED','MULTICAM','ADJUSTMENT','GAUSSIAN_BLUR','TEXT','COLORMIX'] | None
132
156
  """
133
157
 
134
158
  def change_path(
@@ -169,54 +193,29 @@ def change_path(
169
193
  ) -> None:
170
194
  """Undocumented, consider contributing.
171
195
 
172
- :type execution_context: int | str | None
173
- :type undo: bool | None
174
196
  :param filepath: File Path, Path to file
175
- :type filepath: str
176
197
  :param directory: Directory, Directory of the file
177
- :type directory: str
178
198
  :param files: Files
179
- :type files: bpy.types.bpy_prop_collection[bpy.types.OperatorFileListElement] | None
180
199
  :param hide_props_region: Hide Operator Properties, Collapse the region displaying the operator settings
181
- :type hide_props_region: bool | None
182
200
  :param check_existing: Check Existing, Check and warn on overwriting existing files
183
- :type check_existing: bool | None
184
201
  :param filter_blender: Filter .blend files
185
- :type filter_blender: bool | None
186
202
  :param filter_backup: Filter .blend files
187
- :type filter_backup: bool | None
188
203
  :param filter_image: Filter image files
189
- :type filter_image: bool | None
190
204
  :param filter_movie: Filter movie files
191
- :type filter_movie: bool | None
192
205
  :param filter_python: Filter Python files
193
- :type filter_python: bool | None
194
206
  :param filter_font: Filter font files
195
- :type filter_font: bool | None
196
207
  :param filter_sound: Filter sound files
197
- :type filter_sound: bool | None
198
208
  :param filter_text: Filter text files
199
- :type filter_text: bool | None
200
209
  :param filter_archive: Filter archive files
201
- :type filter_archive: bool | None
202
210
  :param filter_btx: Filter btx files
203
- :type filter_btx: bool | None
204
211
  :param filter_alembic: Filter Alembic files
205
- :type filter_alembic: bool | None
206
212
  :param filter_usd: Filter USD files
207
- :type filter_usd: bool | None
208
213
  :param filter_obj: Filter OBJ files
209
- :type filter_obj: bool | None
210
214
  :param filter_volume: Filter OpenVDB volume files
211
- :type filter_volume: bool | None
212
215
  :param filter_folder: Filter folders
213
- :type filter_folder: bool | None
214
216
  :param filter_blenlib: Filter Blender IDs
215
- :type filter_blenlib: bool | None
216
217
  :param filemode: File Browser Mode, The setting for the file browser mode to load a .blend file, a library or a special file
217
- :type filemode: int | None
218
218
  :param relative_path: Relative Path, Select the file relative to the blend file
219
- :type relative_path: bool | None
220
219
  :param display_type: Display Type
221
220
 
222
221
  DEFAULT
@@ -230,11 +229,8 @@ def change_path(
230
229
 
231
230
  THUMBNAIL
232
231
  Thumbnails -- Display files as thumbnails.
233
- :type display_type: typing.Literal['DEFAULT','LIST_VERTICAL','LIST_HORIZONTAL','THUMBNAIL'] | None
234
232
  :param sort_method: File sorting mode
235
- :type sort_method: str | None
236
233
  :param use_placeholders: Use Placeholders, Use placeholders for missing frames of the strip
237
- :type use_placeholders: bool | None
238
234
  """
239
235
 
240
236
  def change_scene(
@@ -246,10 +242,7 @@ def change_scene(
246
242
  ) -> None:
247
243
  """Change Scene assigned to Strip
248
244
 
249
- :type execution_context: int | str | None
250
- :type undo: bool | None
251
245
  :param scene: Scene
252
- :type scene: str | None
253
246
  """
254
247
 
255
248
  def connect(
@@ -261,10 +254,7 @@ def connect(
261
254
  ) -> None:
262
255
  """Link selected strips together for simplified group selection
263
256
 
264
- :type execution_context: int | str | None
265
- :type undo: bool | None
266
257
  :param toggle: Toggle, Toggle strip connections
267
- :type toggle: bool | None
268
258
  """
269
259
 
270
260
  def copy(
@@ -272,22 +262,14 @@ def copy(
272
262
  undo: bool | None = None,
273
263
  /,
274
264
  ) -> None:
275
- """Copy the selected strips to the internal clipboard
276
-
277
- :type execution_context: int | str | None
278
- :type undo: bool | None
279
- """
265
+ """Copy the selected strips to the internal clipboard"""
280
266
 
281
267
  def crossfade_sounds(
282
268
  execution_context: int | str | None = None,
283
269
  undo: bool | None = None,
284
270
  /,
285
271
  ) -> None:
286
- """Do cross-fading volume animation of two selected sound strips
287
-
288
- :type execution_context: int | str | None
289
- :type undo: bool | None
290
- """
272
+ """Do cross-fading volume animation of two selected sound strips"""
291
273
 
292
274
  def cursor_set(
293
275
  execution_context: int | str | None = None,
@@ -298,10 +280,7 @@ def cursor_set(
298
280
  ) -> None:
299
281
  """Set 2D cursor location
300
282
 
301
- :type execution_context: int | str | None
302
- :type undo: bool | None
303
283
  :param location: Location, Cursor location in normalized preview coordinates
304
- :type location: collections.abc.Sequence[float] | mathutils.Vector | None
305
284
  """
306
285
 
307
286
  def deinterlace_selected_movies(
@@ -309,11 +288,7 @@ def deinterlace_selected_movies(
309
288
  undo: bool | None = None,
310
289
  /,
311
290
  ) -> None:
312
- """Deinterlace all selected movie sources
313
-
314
- :type execution_context: int | str | None
315
- :type undo: bool | None
316
- """
291
+ """Deinterlace all selected movie sources"""
317
292
 
318
293
  def delete(
319
294
  execution_context: int | str | None = None,
@@ -324,10 +299,7 @@ def delete(
324
299
  ) -> None:
325
300
  """Delete selected strips from the sequencer
326
301
 
327
- :type execution_context: int | str | None
328
- :type undo: bool | None
329
302
  :param delete_data: Delete Data, After removing the Strip, delete the associated data also
330
- :type delete_data: bool | None
331
303
  """
332
304
 
333
305
  def disconnect(
@@ -335,11 +307,7 @@ def disconnect(
335
307
  undo: bool | None = None,
336
308
  /,
337
309
  ) -> None:
338
- """Unlink selected strips so that they can be selected individually
339
-
340
- :type execution_context: int | str | None
341
- :type undo: bool | None
342
- """
310
+ """Unlink selected strips so that they can be selected individually"""
343
311
 
344
312
  def duplicate(
345
313
  execution_context: int | str | None = None,
@@ -350,10 +318,7 @@ def duplicate(
350
318
  ) -> None:
351
319
  """Duplicate the selected strips
352
320
 
353
- :type execution_context: int | str | None
354
- :type undo: bool | None
355
321
  :param linked: Linked, Duplicate strip but not strip data, linking to the original data
356
- :type linked: bool | None
357
322
  """
358
323
 
359
324
  def duplicate_move(
@@ -366,12 +331,8 @@ def duplicate_move(
366
331
  ) -> None:
367
332
  """Duplicate selected strips and move them
368
333
 
369
- :type execution_context: int | str | None
370
- :type undo: bool | None
371
334
  :param SEQUENCER_OT_duplicate: Duplicate Strips, Duplicate the selected strips
372
- :type SEQUENCER_OT_duplicate: duplicate | None
373
335
  :param TRANSFORM_OT_seq_slide: Sequence Slide, Slide a sequence strip in time
374
- :type TRANSFORM_OT_seq_slide: bpy.ops.transform.seq_slide | None
375
336
  """
376
337
 
377
338
  def duplicate_move_linked(
@@ -384,12 +345,8 @@ def duplicate_move_linked(
384
345
  ) -> None:
385
346
  """Duplicate selected strips, but not their data, and move them
386
347
 
387
- :type execution_context: int | str | None
388
- :type undo: bool | None
389
348
  :param SEQUENCER_OT_duplicate: Duplicate Strips, Duplicate the selected strips
390
- :type SEQUENCER_OT_duplicate: duplicate | None
391
349
  :param TRANSFORM_OT_seq_slide: Sequence Slide, Slide a sequence strip in time
392
- :type TRANSFORM_OT_seq_slide: bpy.ops.transform.seq_slide | None
393
350
  """
394
351
 
395
352
  def effect_strip_add(
@@ -428,8 +385,6 @@ def effect_strip_add(
428
385
  ) -> None:
429
386
  """Add an effect to the sequencer, most are applied on top of existing strips
430
387
 
431
- :type execution_context: int | str | None
432
- :type undo: bool | None
433
388
  :param type: Type, Sequencer effect type
434
389
 
435
390
  CROSS
@@ -479,25 +434,15 @@ def effect_strip_add(
479
434
 
480
435
  COLORMIX
481
436
  Color Mix -- Combine two strips using blend modes.
482
- :type type: typing.Literal['CROSS','ADD','SUBTRACT','ALPHA_OVER','ALPHA_UNDER','GAMMA_CROSS','MULTIPLY','WIPE','GLOW','COLOR','SPEED','MULTICAM','ADJUSTMENT','GAUSSIAN_BLUR','TEXT','COLORMIX'] | None
483
437
  :param move_strips: Move Strips, Automatically begin translating strips with the mouse after adding them to the timeline
484
- :type move_strips: bool | None
485
438
  :param frame_start: Start Frame, Start frame of the strip
486
- :type frame_start: int | None
487
439
  :param length: Length, Length of the strip in frames, or the length of each strip if multiple are added
488
- :type length: int | None
489
440
  :param channel: Channel, Channel to place this strip into
490
- :type channel: int | None
491
441
  :param replace_sel: Replace Selection, Deselect previously selected strips after add operation completes
492
- :type replace_sel: bool | None
493
442
  :param overlap: Allow Overlap, Dont correct overlap on new strips
494
- :type overlap: bool | None
495
443
  :param overlap_shuffle_override: Override Overlap Shuffle Behavior, Use the overlap_mode tool settings to determine how to shuffle overlapping strips
496
- :type overlap_shuffle_override: bool | None
497
444
  :param skip_locked_or_muted_channels: Skip Locked or Muted Channels, Add strips to muted or locked channels when adding movie strips
498
- :type skip_locked_or_muted_channels: bool | None
499
445
  :param color: Color, Initialize the strip with this color
500
- :type color: collections.abc.Sequence[float] | mathutils.Color | None
501
446
  """
502
447
 
503
448
  def enable_proxies(
@@ -513,18 +458,11 @@ def enable_proxies(
513
458
  ) -> None:
514
459
  """Enable selected proxies on all selected Movie and Image strips
515
460
 
516
- :type execution_context: int | str | None
517
- :type undo: bool | None
518
461
  :param proxy_25: 25%
519
- :type proxy_25: bool | None
520
462
  :param proxy_50: 50%
521
- :type proxy_50: bool | None
522
463
  :param proxy_75: 75%
523
- :type proxy_75: bool | None
524
464
  :param proxy_100: 100%
525
- :type proxy_100: bool | None
526
465
  :param overwrite: Overwrite
527
- :type overwrite: bool | None
528
466
  """
529
467
 
530
468
  def export_subtitles(
@@ -560,48 +498,26 @@ def export_subtitles(
560
498
  ) -> None:
561
499
  """Export .srt file containing text strips
562
500
 
563
- :type execution_context: int | str | None
564
- :type undo: bool | None
565
501
  :param filepath: File Path, Path to file
566
- :type filepath: str
567
502
  :param hide_props_region: Hide Operator Properties, Collapse the region displaying the operator settings
568
- :type hide_props_region: bool | None
569
503
  :param check_existing: Check Existing, Check and warn on overwriting existing files
570
- :type check_existing: bool | None
571
504
  :param filter_blender: Filter .blend files
572
- :type filter_blender: bool | None
573
505
  :param filter_backup: Filter .blend files
574
- :type filter_backup: bool | None
575
506
  :param filter_image: Filter image files
576
- :type filter_image: bool | None
577
507
  :param filter_movie: Filter movie files
578
- :type filter_movie: bool | None
579
508
  :param filter_python: Filter Python files
580
- :type filter_python: bool | None
581
509
  :param filter_font: Filter font files
582
- :type filter_font: bool | None
583
510
  :param filter_sound: Filter sound files
584
- :type filter_sound: bool | None
585
511
  :param filter_text: Filter text files
586
- :type filter_text: bool | None
587
512
  :param filter_archive: Filter archive files
588
- :type filter_archive: bool | None
589
513
  :param filter_btx: Filter btx files
590
- :type filter_btx: bool | None
591
514
  :param filter_alembic: Filter Alembic files
592
- :type filter_alembic: bool | None
593
515
  :param filter_usd: Filter USD files
594
- :type filter_usd: bool | None
595
516
  :param filter_obj: Filter OBJ files
596
- :type filter_obj: bool | None
597
517
  :param filter_volume: Filter OpenVDB volume files
598
- :type filter_volume: bool | None
599
518
  :param filter_folder: Filter folders
600
- :type filter_folder: bool | None
601
519
  :param filter_blenlib: Filter Blender IDs
602
- :type filter_blenlib: bool | None
603
520
  :param filemode: File Browser Mode, The setting for the file browser mode to load a .blend file, a library or a special file
604
- :type filemode: int | None
605
521
  :param display_type: Display Type
606
522
 
607
523
  DEFAULT
@@ -615,9 +531,7 @@ def export_subtitles(
615
531
 
616
532
  THUMBNAIL
617
533
  Thumbnails -- Display files as thumbnails.
618
- :type display_type: typing.Literal['DEFAULT','LIST_VERTICAL','LIST_HORIZONTAL','THUMBNAIL'] | None
619
534
  :param sort_method: File sorting mode
620
- :type sort_method: str | None
621
535
  """
622
536
 
623
537
  def fades_add(
@@ -631,10 +545,7 @@ def fades_add(
631
545
  ) -> None:
632
546
  """Adds or updates a fade animation for either visual or audio strips
633
547
 
634
- :type execution_context: int | str | None
635
- :type undo: bool | None
636
548
  :param duration_seconds: Fade Duration, Duration of the fade in seconds
637
- :type duration_seconds: float | None
638
549
  :param type: Fade Type, Fade in, out, both in and out, to, or from the current frame. Default is both in and out
639
550
 
640
551
  IN_OUT
@@ -651,7 +562,6 @@ def fades_add(
651
562
 
652
563
  CURSOR_TO
653
564
  To Current Frame -- Fade from the start of strips under the time cursor to the current frame.
654
- :type type: typing.Literal['IN_OUT','IN','OUT','CURSOR_FROM','CURSOR_TO'] | None
655
565
  """
656
566
 
657
567
  def fades_clear(
@@ -659,11 +569,7 @@ def fades_clear(
659
569
  undo: bool | None = None,
660
570
  /,
661
571
  ) -> None:
662
- """Removes fade animation from selected strips
663
-
664
- :type execution_context: int | str | None
665
- :type undo: bool | None
666
- """
572
+ """Removes fade animation from selected strips"""
667
573
 
668
574
  def gap_insert(
669
575
  execution_context: int | str | None = None,
@@ -674,10 +580,7 @@ def gap_insert(
674
580
  ) -> None:
675
581
  """Insert gap at current frame to first strips at the right, independent of selection or locked state of strips
676
582
 
677
- :type execution_context: int | str | None
678
- :type undo: bool | None
679
583
  :param frames: Frames, Frames to insert after current strip
680
- :type frames: int | None
681
584
  """
682
585
 
683
586
  def gap_remove(
@@ -689,10 +592,7 @@ def gap_remove(
689
592
  ) -> None:
690
593
  """Remove gap at current frame to first strip at the right, independent of selection or locked state of strips
691
594
 
692
- :type execution_context: int | str | None
693
- :type undo: bool | None
694
595
  :param all: All Gaps, Do all gaps to right of current frame
695
- :type all: bool | None
696
596
  """
697
597
 
698
598
  def image_strip_add(
@@ -747,59 +647,36 @@ def image_strip_add(
747
647
  skip_locked_or_muted_channels: bool | None = True,
748
648
  fit_method: bpy.stub_internal.rna_enums.StripScaleMethodItems | None = "FIT",
749
649
  set_view_transform: bool | None = True,
650
+ image_import_type: typing.Literal["DETECT", "SEQUENCE", "INDIVIDUAL"]
651
+ | None = "DETECT",
750
652
  use_sequence_detection: bool | None = True,
751
653
  use_placeholders: bool | None = False,
752
654
  ) -> None:
753
655
  """Add an image or image sequence to the sequencer
754
656
 
755
- :type execution_context: int | str | None
756
- :type undo: bool | None
757
657
  :param directory: Directory, Directory of the file
758
- :type directory: str
759
658
  :param files: Files
760
- :type files: bpy.types.bpy_prop_collection[bpy.types.OperatorFileListElement] | None
761
659
  :param check_existing: Check Existing, Check and warn on overwriting existing files
762
- :type check_existing: bool | None
763
660
  :param filter_blender: Filter .blend files
764
- :type filter_blender: bool | None
765
661
  :param filter_backup: Filter .blend files
766
- :type filter_backup: bool | None
767
662
  :param filter_image: Filter image files
768
- :type filter_image: bool | None
769
663
  :param filter_movie: Filter movie files
770
- :type filter_movie: bool | None
771
664
  :param filter_python: Filter Python files
772
- :type filter_python: bool | None
773
665
  :param filter_font: Filter font files
774
- :type filter_font: bool | None
775
666
  :param filter_sound: Filter sound files
776
- :type filter_sound: bool | None
777
667
  :param filter_text: Filter text files
778
- :type filter_text: bool | None
779
668
  :param filter_archive: Filter archive files
780
- :type filter_archive: bool | None
781
669
  :param filter_btx: Filter btx files
782
- :type filter_btx: bool | None
783
670
  :param filter_alembic: Filter Alembic files
784
- :type filter_alembic: bool | None
785
671
  :param filter_usd: Filter USD files
786
- :type filter_usd: bool | None
787
672
  :param filter_obj: Filter OBJ files
788
- :type filter_obj: bool | None
789
673
  :param filter_volume: Filter OpenVDB volume files
790
- :type filter_volume: bool | None
791
674
  :param filter_folder: Filter folders
792
- :type filter_folder: bool | None
793
675
  :param filter_blenlib: Filter Blender IDs
794
- :type filter_blenlib: bool | None
795
676
  :param filemode: File Browser Mode, The setting for the file browser mode to load a .blend file, a library or a special file
796
- :type filemode: int | None
797
677
  :param relative_path: Relative Path, Select the file relative to the blend file
798
- :type relative_path: bool | None
799
678
  :param show_multiview: Enable Multi-View
800
- :type show_multiview: bool | None
801
679
  :param use_multiview: Use Multi-View
802
- :type use_multiview: bool | None
803
680
  :param display_type: Display Type
804
681
 
805
682
  DEFAULT
@@ -813,7 +690,6 @@ def image_strip_add(
813
690
 
814
691
  THUMBNAIL
815
692
  Thumbnails -- Display files as thumbnails.
816
- :type display_type: typing.Literal['DEFAULT','LIST_VERTICAL','LIST_HORIZONTAL','THUMBNAIL'] | None
817
693
  :param sort_method: File sorting mode
818
694
 
819
695
  DEFAULT
@@ -833,31 +709,28 @@ def image_strip_add(
833
709
 
834
710
  ASSET_CATALOG
835
711
  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..
836
- :type sort_method: typing.Literal['DEFAULT','FILE_SORT_ALPHA','FILE_SORT_EXTENSION','FILE_SORT_TIME','FILE_SORT_SIZE','ASSET_CATALOG'] | None
837
712
  :param move_strips: Move Strips, Automatically begin translating strips with the mouse after adding them to the timeline
838
- :type move_strips: bool | None
839
713
  :param frame_start: Start Frame, Start frame of the strip
840
- :type frame_start: int | None
841
714
  :param length: Length, Length of the strip in frames, or the length of each strip if multiple are added
842
- :type length: int | None
843
715
  :param channel: Channel, Channel to place this strip into
844
- :type channel: int | None
845
716
  :param replace_sel: Replace Selection, Deselect previously selected strips after add operation completes
846
- :type replace_sel: bool | None
847
717
  :param overlap: Allow Overlap, Dont correct overlap on new strips
848
- :type overlap: bool | None
849
718
  :param overlap_shuffle_override: Override Overlap Shuffle Behavior, Use the overlap_mode tool settings to determine how to shuffle overlapping strips
850
- :type overlap_shuffle_override: bool | None
851
719
  :param skip_locked_or_muted_channels: Skip Locked or Muted Channels, Add strips to muted or locked channels when adding movie strips
852
- :type skip_locked_or_muted_channels: bool | None
853
720
  :param fit_method: Fit Method, Mode for fitting the image to the canvas
854
- :type fit_method: bpy.stub_internal.rna_enums.StripScaleMethodItems | None
855
721
  :param set_view_transform: Set View Transform, Set appropriate view transform based on media color space
856
- :type set_view_transform: bool | None
722
+ :param image_import_type: Import As, Mode for importing selected images
723
+
724
+ DETECT
725
+ Auto Detect -- Add images as individual strips, unless their filenames match Blenders numbered sequence pattern, in which case they are grouped into a single image sequence.
726
+
727
+ SEQUENCE
728
+ Image Sequence -- Import all selected images as a single image sequence. The sequence of images does not have to match Blenders numbered sequence pattern, so placeholders cannot be inferred.
729
+
730
+ INDIVIDUAL
731
+ Individual Images -- Add each selected image as an individual strip.
857
732
  :param use_sequence_detection: Detect Sequences, Automatically detect animated sequences in selected images (based on file names)
858
- :type use_sequence_detection: bool | None
859
733
  :param use_placeholders: Use Placeholders, Reserve placeholder frames for missing frames of the image sequence
860
- :type use_placeholders: bool | None
861
734
  """
862
735
 
863
736
  def images_separate(
@@ -869,10 +742,7 @@ def images_separate(
869
742
  ) -> None:
870
743
  """On image sequence strips, it returns a strip for each image
871
744
 
872
- :type execution_context: int | str | None
873
- :type undo: bool | None
874
745
  :param length: Length, Length of each frame
875
- :type length: int | None
876
746
  """
877
747
 
878
748
  def lock(
@@ -880,11 +750,7 @@ def lock(
880
750
  undo: bool | None = None,
881
751
  /,
882
752
  ) -> None:
883
- """Lock strips so they cannot be transformed
884
-
885
- :type execution_context: int | str | None
886
- :type undo: bool | None
887
- """
753
+ """Lock strips so they cannot be transformed"""
888
754
 
889
755
  def mask_strip_add(
890
756
  execution_context: int | str | None = None,
@@ -902,24 +768,14 @@ def mask_strip_add(
902
768
  ) -> None:
903
769
  """Add a mask strip to the sequencer
904
770
 
905
- :type execution_context: int | str | None
906
- :type undo: bool | None
907
771
  :param move_strips: Move Strips, Automatically begin translating strips with the mouse after adding them to the timeline
908
- :type move_strips: bool | None
909
772
  :param frame_start: Start Frame, Start frame of the strip
910
- :type frame_start: int | None
911
773
  :param channel: Channel, Channel to place this strip into
912
- :type channel: int | None
913
774
  :param replace_sel: Replace Selection, Deselect previously selected strips after add operation completes
914
- :type replace_sel: bool | None
915
775
  :param overlap: Allow Overlap, Dont correct overlap on new strips
916
- :type overlap: bool | None
917
776
  :param overlap_shuffle_override: Override Overlap Shuffle Behavior, Use the overlap_mode tool settings to determine how to shuffle overlapping strips
918
- :type overlap_shuffle_override: bool | None
919
777
  :param skip_locked_or_muted_channels: Skip Locked or Muted Channels, Add strips to muted or locked channels when adding movie strips
920
- :type skip_locked_or_muted_channels: bool | None
921
778
  :param mask: Mask
922
- :type mask: str | None
923
779
  """
924
780
 
925
781
  def meta_make(
@@ -927,33 +783,21 @@ def meta_make(
927
783
  undo: bool | None = None,
928
784
  /,
929
785
  ) -> None:
930
- """Group selected strips into a meta-strip
931
-
932
- :type execution_context: int | str | None
933
- :type undo: bool | None
934
- """
786
+ """Group selected strips into a meta-strip"""
935
787
 
936
788
  def meta_separate(
937
789
  execution_context: int | str | None = None,
938
790
  undo: bool | None = None,
939
791
  /,
940
792
  ) -> None:
941
- """Put the contents of a meta-strip back in the sequencer
942
-
943
- :type execution_context: int | str | None
944
- :type undo: bool | None
945
- """
793
+ """Put the contents of a meta-strip back in the sequencer"""
946
794
 
947
795
  def meta_toggle(
948
796
  execution_context: int | str | None = None,
949
797
  undo: bool | None = None,
950
798
  /,
951
799
  ) -> None:
952
- """Toggle a meta-strip (to edit enclosed strips)
953
-
954
- :type execution_context: int | str | None
955
- :type undo: bool | None
956
- """
800
+ """Toggle a meta-strip (to edit enclosed strips)"""
957
801
 
958
802
  def movie_strip_add(
959
803
  execution_context: int | str | None = None,
@@ -1013,56 +857,30 @@ def movie_strip_add(
1013
857
  ) -> None:
1014
858
  """Add a movie strip to the sequencer
1015
859
 
1016
- :type execution_context: int | str | None
1017
- :type undo: bool | None
1018
860
  :param filepath: File Path, Path to file
1019
- :type filepath: str
1020
861
  :param directory: Directory, Directory of the file
1021
- :type directory: str
1022
862
  :param files: Files
1023
- :type files: bpy.types.bpy_prop_collection[bpy.types.OperatorFileListElement] | None
1024
863
  :param check_existing: Check Existing, Check and warn on overwriting existing files
1025
- :type check_existing: bool | None
1026
864
  :param filter_blender: Filter .blend files
1027
- :type filter_blender: bool | None
1028
865
  :param filter_backup: Filter .blend files
1029
- :type filter_backup: bool | None
1030
866
  :param filter_image: Filter image files
1031
- :type filter_image: bool | None
1032
867
  :param filter_movie: Filter movie files
1033
- :type filter_movie: bool | None
1034
868
  :param filter_python: Filter Python files
1035
- :type filter_python: bool | None
1036
869
  :param filter_font: Filter font files
1037
- :type filter_font: bool | None
1038
870
  :param filter_sound: Filter sound files
1039
- :type filter_sound: bool | None
1040
871
  :param filter_text: Filter text files
1041
- :type filter_text: bool | None
1042
872
  :param filter_archive: Filter archive files
1043
- :type filter_archive: bool | None
1044
873
  :param filter_btx: Filter btx files
1045
- :type filter_btx: bool | None
1046
874
  :param filter_alembic: Filter Alembic files
1047
- :type filter_alembic: bool | None
1048
875
  :param filter_usd: Filter USD files
1049
- :type filter_usd: bool | None
1050
876
  :param filter_obj: Filter OBJ files
1051
- :type filter_obj: bool | None
1052
877
  :param filter_volume: Filter OpenVDB volume files
1053
- :type filter_volume: bool | None
1054
878
  :param filter_folder: Filter folders
1055
- :type filter_folder: bool | None
1056
879
  :param filter_blenlib: Filter Blender IDs
1057
- :type filter_blenlib: bool | None
1058
880
  :param filemode: File Browser Mode, The setting for the file browser mode to load a .blend file, a library or a special file
1059
- :type filemode: int | None
1060
881
  :param relative_path: Relative Path, Select the file relative to the blend file
1061
- :type relative_path: bool | None
1062
882
  :param show_multiview: Enable Multi-View
1063
- :type show_multiview: bool | None
1064
883
  :param use_multiview: Use Multi-View
1065
- :type use_multiview: bool | None
1066
884
  :param display_type: Display Type
1067
885
 
1068
886
  DEFAULT
@@ -1076,7 +894,6 @@ def movie_strip_add(
1076
894
 
1077
895
  THUMBNAIL
1078
896
  Thumbnails -- Display files as thumbnails.
1079
- :type display_type: typing.Literal['DEFAULT','LIST_VERTICAL','LIST_HORIZONTAL','THUMBNAIL'] | None
1080
897
  :param sort_method: File sorting mode
1081
898
 
1082
899
  DEFAULT
@@ -1096,31 +913,18 @@ def movie_strip_add(
1096
913
 
1097
914
  ASSET_CATALOG
1098
915
  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..
1099
- :type sort_method: typing.Literal['DEFAULT','FILE_SORT_ALPHA','FILE_SORT_EXTENSION','FILE_SORT_TIME','FILE_SORT_SIZE','ASSET_CATALOG'] | None
1100
916
  :param move_strips: Move Strips, Automatically begin translating strips with the mouse after adding them to the timeline
1101
- :type move_strips: bool | None
1102
917
  :param frame_start: Start Frame, Start frame of the strip
1103
- :type frame_start: int | None
1104
918
  :param channel: Channel, Channel to place this strip into
1105
- :type channel: int | None
1106
919
  :param replace_sel: Replace Selection, Deselect previously selected strips after add operation completes
1107
- :type replace_sel: bool | None
1108
920
  :param overlap: Allow Overlap, Dont correct overlap on new strips
1109
- :type overlap: bool | None
1110
921
  :param overlap_shuffle_override: Override Overlap Shuffle Behavior, Use the overlap_mode tool settings to determine how to shuffle overlapping strips
1111
- :type overlap_shuffle_override: bool | None
1112
922
  :param skip_locked_or_muted_channels: Skip Locked or Muted Channels, Add strips to muted or locked channels when adding movie strips
1113
- :type skip_locked_or_muted_channels: bool | None
1114
923
  :param fit_method: Fit Method, Mode for fitting the image to the canvas
1115
- :type fit_method: bpy.stub_internal.rna_enums.StripScaleMethodItems | None
1116
924
  :param set_view_transform: Set View Transform, Set appropriate view transform based on media color space
1117
- :type set_view_transform: bool | None
1118
925
  :param adjust_playback_rate: Adjust Playback Rate, Play at normal speed regardless of scene FPS
1119
- :type adjust_playback_rate: bool | None
1120
926
  :param sound: Sound, Load sound with the movie
1121
- :type sound: bool | None
1122
927
  :param use_framerate: Set Scene Frame Rate, Set frame rate of the current scene to the frame rate of the movie
1123
- :type use_framerate: bool | None
1124
928
  """
1125
929
 
1126
930
  def movieclip_strip_add(
@@ -1139,24 +943,14 @@ def movieclip_strip_add(
1139
943
  ) -> None:
1140
944
  """Add a movieclip strip to the sequencer
1141
945
 
1142
- :type execution_context: int | str | None
1143
- :type undo: bool | None
1144
946
  :param move_strips: Move Strips, Automatically begin translating strips with the mouse after adding them to the timeline
1145
- :type move_strips: bool | None
1146
947
  :param frame_start: Start Frame, Start frame of the strip
1147
- :type frame_start: int | None
1148
948
  :param channel: Channel, Channel to place this strip into
1149
- :type channel: int | None
1150
949
  :param replace_sel: Replace Selection, Deselect previously selected strips after add operation completes
1151
- :type replace_sel: bool | None
1152
950
  :param overlap: Allow Overlap, Dont correct overlap on new strips
1153
- :type overlap: bool | None
1154
951
  :param overlap_shuffle_override: Override Overlap Shuffle Behavior, Use the overlap_mode tool settings to determine how to shuffle overlapping strips
1155
- :type overlap_shuffle_override: bool | None
1156
952
  :param skip_locked_or_muted_channels: Skip Locked or Muted Channels, Add strips to muted or locked channels when adding movie strips
1157
- :type skip_locked_or_muted_channels: bool | None
1158
953
  :param clip: Clip
1159
- :type clip: str | None
1160
954
  """
1161
955
 
1162
956
  def mute(
@@ -1168,10 +962,7 @@ def mute(
1168
962
  ) -> None:
1169
963
  """Mute (un)selected strips
1170
964
 
1171
- :type execution_context: int | str | None
1172
- :type undo: bool | None
1173
965
  :param unselected: Unselected, Mute unselected rather than selected strips
1174
- :type unselected: bool | None
1175
966
  """
1176
967
 
1177
968
  def offset_clear(
@@ -1179,11 +970,7 @@ def offset_clear(
1179
970
  undo: bool | None = None,
1180
971
  /,
1181
972
  ) -> None:
1182
- """Clear strip in/out offsets from the start and end of content
1183
-
1184
- :type execution_context: int | str | None
1185
- :type undo: bool | None
1186
- """
973
+ """Clear strip in/out offsets from the start and end of content"""
1187
974
 
1188
975
  def paste(
1189
976
  execution_context: int | str | None = None,
@@ -1196,14 +983,9 @@ def paste(
1196
983
  ) -> None:
1197
984
  """Paste strips from the internal clipboard
1198
985
 
1199
- :type execution_context: int | str | None
1200
- :type undo: bool | None
1201
986
  :param keep_offset: Keep Offset, Keep strip offset relative to the current frame when pasting
1202
- :type keep_offset: bool | None
1203
987
  :param x: X
1204
- :type x: int | None
1205
988
  :param y: Y
1206
- :type y: int | None
1207
989
  """
1208
990
 
1209
991
  def preview_duplicate_move(
@@ -1216,12 +998,8 @@ def preview_duplicate_move(
1216
998
  ) -> None:
1217
999
  """Duplicate selected strips and move them
1218
1000
 
1219
- :type execution_context: int | str | None
1220
- :type undo: bool | None
1221
1001
  :param SEQUENCER_OT_duplicate: Duplicate Strips, Duplicate the selected strips
1222
- :type SEQUENCER_OT_duplicate: duplicate | None
1223
1002
  :param TRANSFORM_OT_translate: Move, Move selected items
1224
- :type TRANSFORM_OT_translate: bpy.ops.transform.translate | None
1225
1003
  """
1226
1004
 
1227
1005
  def preview_duplicate_move_linked(
@@ -1234,12 +1012,8 @@ def preview_duplicate_move_linked(
1234
1012
  ) -> None:
1235
1013
  """Duplicate selected strips, but not their data, and move them
1236
1014
 
1237
- :type execution_context: int | str | None
1238
- :type undo: bool | None
1239
1015
  :param SEQUENCER_OT_duplicate: Duplicate Strips, Duplicate the selected strips
1240
- :type SEQUENCER_OT_duplicate: duplicate | None
1241
1016
  :param TRANSFORM_OT_translate: Move, Move selected items
1242
- :type TRANSFORM_OT_translate: bpy.ops.transform.translate | None
1243
1017
  """
1244
1018
 
1245
1019
  def reassign_inputs(
@@ -1247,33 +1021,21 @@ def reassign_inputs(
1247
1021
  undo: bool | None = None,
1248
1022
  /,
1249
1023
  ) -> None:
1250
- """Reassign the inputs for the effect strip
1251
-
1252
- :type execution_context: int | str | None
1253
- :type undo: bool | None
1254
- """
1024
+ """Reassign the inputs for the effect strip"""
1255
1025
 
1256
1026
  def rebuild_proxy(
1257
1027
  execution_context: int | str | None = None,
1258
1028
  undo: bool | None = None,
1259
1029
  /,
1260
1030
  ) -> None:
1261
- """Rebuild all selected proxies and timecode indices
1262
-
1263
- :type execution_context: int | str | None
1264
- :type undo: bool | None
1265
- """
1031
+ """Rebuild all selected proxies and timecode indices"""
1266
1032
 
1267
1033
  def refresh_all(
1268
1034
  execution_context: int | str | None = None,
1269
1035
  undo: bool | None = None,
1270
1036
  /,
1271
1037
  ) -> None:
1272
- """Refresh the sequencer editor
1273
-
1274
- :type execution_context: int | str | None
1275
- :type undo: bool | None
1276
- """
1038
+ """Refresh the sequencer editor"""
1277
1039
 
1278
1040
  def reload(
1279
1041
  execution_context: int | str | None = None,
@@ -1284,10 +1046,7 @@ def reload(
1284
1046
  ) -> None:
1285
1047
  """Reload strips in the sequencer
1286
1048
 
1287
- :type execution_context: int | str | None
1288
- :type undo: bool | None
1289
1049
  :param adjust_length: Adjust Length, Adjust length of strips to their data length
1290
- :type adjust_length: bool | None
1291
1050
  """
1292
1051
 
1293
1052
  def rename_channel(
@@ -1295,22 +1054,14 @@ def rename_channel(
1295
1054
  undo: bool | None = None,
1296
1055
  /,
1297
1056
  ) -> None:
1298
- """Undocumented, consider contributing.
1299
-
1300
- :type execution_context: int | str | None
1301
- :type undo: bool | None
1302
- """
1057
+ """Undocumented, consider contributing."""
1303
1058
 
1304
1059
  def rendersize(
1305
1060
  execution_context: int | str | None = None,
1306
1061
  undo: bool | None = None,
1307
1062
  /,
1308
1063
  ) -> None:
1309
- """Set render size and aspect from active strip
1310
-
1311
- :type execution_context: int | str | None
1312
- :type undo: bool | None
1313
- """
1064
+ """Set render size and aspect from active strip"""
1314
1065
 
1315
1066
  def retiming_add_freeze_frame_slide(
1316
1067
  execution_context: int | str | None = None,
@@ -1322,12 +1073,8 @@ def retiming_add_freeze_frame_slide(
1322
1073
  ) -> None:
1323
1074
  """Add freeze frame and move it
1324
1075
 
1325
- :type execution_context: int | str | None
1326
- :type undo: bool | None
1327
1076
  :param SEQUENCER_OT_retiming_freeze_frame_add: Add Freeze Frame, Add freeze frame
1328
- :type SEQUENCER_OT_retiming_freeze_frame_add: retiming_freeze_frame_add | None
1329
1077
  :param TRANSFORM_OT_seq_slide: Sequence Slide, Slide a sequence strip in time
1330
- :type TRANSFORM_OT_seq_slide: bpy.ops.transform.seq_slide | None
1331
1078
  """
1332
1079
 
1333
1080
  def retiming_add_transition_slide(
@@ -1340,12 +1087,8 @@ def retiming_add_transition_slide(
1340
1087
  ) -> None:
1341
1088
  """Add smooth transition between 2 retimed segments and change its duration
1342
1089
 
1343
- :type execution_context: int | str | None
1344
- :type undo: bool | None
1345
1090
  :param SEQUENCER_OT_retiming_transition_add: Add Speed Transition, Add smooth transition between 2 retimed segments
1346
- :type SEQUENCER_OT_retiming_transition_add: retiming_transition_add | None
1347
1091
  :param TRANSFORM_OT_seq_slide: Sequence Slide, Slide a sequence strip in time
1348
- :type TRANSFORM_OT_seq_slide: bpy.ops.transform.seq_slide | None
1349
1092
  """
1350
1093
 
1351
1094
  def retiming_freeze_frame_add(
@@ -1357,10 +1100,7 @@ def retiming_freeze_frame_add(
1357
1100
  ) -> None:
1358
1101
  """Add freeze frame
1359
1102
 
1360
- :type execution_context: int | str | None
1361
- :type undo: bool | None
1362
1103
  :param duration: Duration, Duration of freeze frame segment
1363
- :type duration: int | None
1364
1104
  """
1365
1105
 
1366
1106
  def retiming_key_add(
@@ -1372,10 +1112,7 @@ def retiming_key_add(
1372
1112
  ) -> None:
1373
1113
  """Add retiming Key
1374
1114
 
1375
- :type execution_context: int | str | None
1376
- :type undo: bool | None
1377
1115
  :param timeline_frame: Timeline Frame, Frame where key will be added
1378
- :type timeline_frame: int | None
1379
1116
  """
1380
1117
 
1381
1118
  def retiming_key_delete(
@@ -1383,22 +1120,14 @@ def retiming_key_delete(
1383
1120
  undo: bool | None = None,
1384
1121
  /,
1385
1122
  ) -> None:
1386
- """Delete selected retiming keys from the sequencer
1387
-
1388
- :type execution_context: int | str | None
1389
- :type undo: bool | None
1390
- """
1123
+ """Delete selected retiming keys from the sequencer"""
1391
1124
 
1392
1125
  def retiming_reset(
1393
1126
  execution_context: int | str | None = None,
1394
1127
  undo: bool | None = None,
1395
1128
  /,
1396
1129
  ) -> None:
1397
- """Reset strip retiming
1398
-
1399
- :type execution_context: int | str | None
1400
- :type undo: bool | None
1401
- """
1130
+ """Reset strip retiming"""
1402
1131
 
1403
1132
  def retiming_segment_speed_set(
1404
1133
  execution_context: int | str | None = None,
@@ -1410,12 +1139,8 @@ def retiming_segment_speed_set(
1410
1139
  ) -> None:
1411
1140
  """Set speed of retimed segment
1412
1141
 
1413
- :type execution_context: int | str | None
1414
- :type undo: bool | None
1415
1142
  :param speed: Speed, New speed of retimed segment
1416
- :type speed: float | None
1417
1143
  :param keep_retiming: Preserve Current Retiming, Keep speed of other segments unchanged, change strip length instead
1418
- :type keep_retiming: bool | None
1419
1144
  """
1420
1145
 
1421
1146
  def retiming_show(
@@ -1423,11 +1148,7 @@ def retiming_show(
1423
1148
  undo: bool | None = None,
1424
1149
  /,
1425
1150
  ) -> None:
1426
- """Show retiming keys in selected strips
1427
-
1428
- :type execution_context: int | str | None
1429
- :type undo: bool | None
1430
- """
1151
+ """Show retiming keys in selected strips"""
1431
1152
 
1432
1153
  def retiming_transition_add(
1433
1154
  execution_context: int | str | None = None,
@@ -1438,10 +1159,7 @@ def retiming_transition_add(
1438
1159
  ) -> None:
1439
1160
  """Add smooth transition between 2 retimed segments
1440
1161
 
1441
- :type execution_context: int | str | None
1442
- :type undo: bool | None
1443
1162
  :param duration: Duration, Duration of freeze frame segment
1444
- :type duration: int | None
1445
1163
  """
1446
1164
 
1447
1165
  def sample(
@@ -1453,10 +1171,7 @@ def sample(
1453
1171
  ) -> None:
1454
1172
  """Use mouse to sample color in current frame
1455
1173
 
1456
- :type execution_context: int | str | None
1457
- :type undo: bool | None
1458
1174
  :param size: Sample Size
1459
- :type size: int | None
1460
1175
  """
1461
1176
 
1462
1177
  def scene_frame_range_update(
@@ -1464,11 +1179,7 @@ def scene_frame_range_update(
1464
1179
  undo: bool | None = None,
1465
1180
  /,
1466
1181
  ) -> None:
1467
- """Update frame range of scene strip
1468
-
1469
- :type execution_context: int | str | None
1470
- :type undo: bool | None
1471
- """
1182
+ """Update frame range of scene strip"""
1472
1183
 
1473
1184
  def scene_strip_add(
1474
1185
  execution_context: int | str | None = None,
@@ -1484,26 +1195,16 @@ def scene_strip_add(
1484
1195
  skip_locked_or_muted_channels: bool | None = True,
1485
1196
  scene: str | None = "",
1486
1197
  ) -> None:
1487
- """Add a strip to the sequencer using a Blender scene as a source
1198
+ """Add a strip re-using this scene as the source
1488
1199
 
1489
- :type execution_context: int | str | None
1490
- :type undo: bool | None
1491
1200
  :param move_strips: Move Strips, Automatically begin translating strips with the mouse after adding them to the timeline
1492
- :type move_strips: bool | None
1493
1201
  :param frame_start: Start Frame, Start frame of the strip
1494
- :type frame_start: int | None
1495
1202
  :param channel: Channel, Channel to place this strip into
1496
- :type channel: int | None
1497
1203
  :param replace_sel: Replace Selection, Deselect previously selected strips after add operation completes
1498
- :type replace_sel: bool | None
1499
1204
  :param overlap: Allow Overlap, Dont correct overlap on new strips
1500
- :type overlap: bool | None
1501
1205
  :param overlap_shuffle_override: Override Overlap Shuffle Behavior, Use the overlap_mode tool settings to determine how to shuffle overlapping strips
1502
- :type overlap_shuffle_override: bool | None
1503
1206
  :param skip_locked_or_muted_channels: Skip Locked or Muted Channels, Add strips to muted or locked channels when adding movie strips
1504
- :type skip_locked_or_muted_channels: bool | None
1505
1207
  :param scene: Scene
1506
- :type scene: str | None
1507
1208
  """
1508
1209
 
1509
1210
  def scene_strip_add_new(
@@ -1520,24 +1221,15 @@ def scene_strip_add_new(
1520
1221
  skip_locked_or_muted_channels: bool | None = True,
1521
1222
  type: typing.Literal["NEW", "EMPTY", "LINK_COPY", "FULL_COPY"] | None = "NEW",
1522
1223
  ) -> None:
1523
- """Create a new Strip and assign a new Scene as source
1224
+ """Add a strip using a new scene as the source
1524
1225
 
1525
- :type execution_context: int | str | None
1526
- :type undo: bool | None
1527
1226
  :param move_strips: Move Strips, Automatically begin translating strips with the mouse after adding them to the timeline
1528
- :type move_strips: bool | None
1529
1227
  :param frame_start: Start Frame, Start frame of the strip
1530
- :type frame_start: int | None
1531
1228
  :param channel: Channel, Channel to place this strip into
1532
- :type channel: int | None
1533
1229
  :param replace_sel: Replace Selection, Deselect previously selected strips after add operation completes
1534
- :type replace_sel: bool | None
1535
1230
  :param overlap: Allow Overlap, Dont correct overlap on new strips
1536
- :type overlap: bool | None
1537
1231
  :param overlap_shuffle_override: Override Overlap Shuffle Behavior, Use the overlap_mode tool settings to determine how to shuffle overlapping strips
1538
- :type overlap_shuffle_override: bool | None
1539
1232
  :param skip_locked_or_muted_channels: Skip Locked or Muted Channels, Add strips to muted or locked channels when adding movie strips
1540
- :type skip_locked_or_muted_channels: bool | None
1541
1233
  :param type: Type
1542
1234
 
1543
1235
  NEW
@@ -1551,7 +1243,6 @@ def scene_strip_add_new(
1551
1243
 
1552
1244
  FULL_COPY
1553
1245
  Full Copy -- Add a Strip and make a full copy of the current scene.
1554
- :type type: typing.Literal['NEW','EMPTY','LINK_COPY','FULL_COPY'] | None
1555
1246
  """
1556
1247
 
1557
1248
  def select(
@@ -1576,36 +1267,20 @@ def select(
1576
1267
  ) -> None:
1577
1268
  """Select a strip (last selected becomes the "active strip")
1578
1269
 
1579
- :type execution_context: int | str | None
1580
- :type undo: bool | None
1581
1270
  :param wait_to_deselect_others: Wait to Deselect Others
1582
- :type wait_to_deselect_others: bool | None
1583
1271
  :param use_select_on_click: Act on Click, Instead of selecting on mouse press, wait to see if theres drag event. Otherwise select on mouse release
1584
- :type use_select_on_click: bool | None
1585
1272
  :param mouse_x: Mouse X
1586
- :type mouse_x: int | None
1587
1273
  :param mouse_y: Mouse Y
1588
- :type mouse_y: int | None
1589
1274
  :param extend: Extend, Extend selection instead of deselecting everything first
1590
- :type extend: bool | None
1591
1275
  :param deselect: Deselect, Remove from selection
1592
- :type deselect: bool | None
1593
1276
  :param toggle: Toggle Selection, Toggle the selection
1594
- :type toggle: bool | None
1595
1277
  :param deselect_all: Deselect On Nothing, Deselect all when nothing under the cursor
1596
- :type deselect_all: bool | None
1597
1278
  :param select_passthrough: Only Select Unselected, Ignore the select action when the element is already selected
1598
- :type select_passthrough: bool | None
1599
1279
  :param center: Center, Use the object center when selecting, in edit mode used to extend object selection
1600
- :type center: bool | None
1601
1280
  :param linked_handle: Linked Handle, Select handles next to the active strip
1602
- :type linked_handle: bool | None
1603
1281
  :param linked_time: Linked Time, Select other strips or handles at the same time, or all retiming keys after the current in retiming mode
1604
- :type linked_time: bool | None
1605
1282
  :param side_of_frame: Side of Frame, Select all strips on same side of the current frame as the mouse cursor
1606
- :type side_of_frame: bool | None
1607
1283
  :param ignore_connections: Ignore Connections, Select strips individually whether or not they are connected
1608
- :type ignore_connections: bool | None
1609
1284
  """
1610
1285
 
1611
1286
  def select_all(
@@ -1617,8 +1292,6 @@ def select_all(
1617
1292
  ) -> None:
1618
1293
  """Select or deselect all strips
1619
1294
 
1620
- :type execution_context: int | str | None
1621
- :type undo: bool | None
1622
1295
  :param action: Action, Selection action to execute
1623
1296
 
1624
1297
  TOGGLE
@@ -1632,7 +1305,6 @@ def select_all(
1632
1305
 
1633
1306
  INVERT
1634
1307
  Invert -- Invert selection of all elements.
1635
- :type action: typing.Literal['TOGGLE','SELECT','DESELECT','INVERT'] | None
1636
1308
  """
1637
1309
 
1638
1310
  def select_box(
@@ -1652,18 +1324,11 @@ def select_box(
1652
1324
  ) -> None:
1653
1325
  """Select strips using box selection
1654
1326
 
1655
- :type execution_context: int | str | None
1656
- :type undo: bool | None
1657
1327
  :param xmin: X Min
1658
- :type xmin: int | None
1659
1328
  :param xmax: X Max
1660
- :type xmax: int | None
1661
1329
  :param ymin: Y Min
1662
- :type ymin: int | None
1663
1330
  :param ymax: Y Max
1664
- :type ymax: int | None
1665
1331
  :param wait_for_input: Wait for Input
1666
- :type wait_for_input: bool | None
1667
1332
  :param mode: Mode
1668
1333
 
1669
1334
  SET
@@ -1674,13 +1339,9 @@ def select_box(
1674
1339
 
1675
1340
  SUB
1676
1341
  Subtract -- Subtract existing selection.
1677
- :type mode: typing.Literal['SET','ADD','SUB'] | None
1678
1342
  :param tweak: Tweak, Make box select pass through to sequence slide when the cursor is hovering on a strip
1679
- :type tweak: bool | None
1680
1343
  :param include_handles: Select Handles, Select the strips and their handles
1681
- :type include_handles: bool | None
1682
1344
  :param ignore_connections: Ignore Connections, Select strips individually whether or not they are connected
1683
- :type ignore_connections: bool | None
1684
1345
  """
1685
1346
 
1686
1347
  def select_circle(
@@ -1697,16 +1358,10 @@ def select_circle(
1697
1358
  ) -> None:
1698
1359
  """Select strips using circle selection
1699
1360
 
1700
- :type execution_context: int | str | None
1701
- :type undo: bool | None
1702
1361
  :param x: X
1703
- :type x: int | None
1704
1362
  :param y: Y
1705
- :type y: int | None
1706
1363
  :param radius: Radius
1707
- :type radius: int | None
1708
1364
  :param wait_for_input: Wait for Input
1709
- :type wait_for_input: bool | None
1710
1365
  :param mode: Mode
1711
1366
 
1712
1367
  SET
@@ -1717,9 +1372,7 @@ def select_circle(
1717
1372
 
1718
1373
  SUB
1719
1374
  Subtract -- Subtract existing selection.
1720
- :type mode: typing.Literal['SET','ADD','SUB'] | None
1721
1375
  :param ignore_connections: Ignore Connections, Select strips individually whether or not they are connected
1722
- :type ignore_connections: bool | None
1723
1376
  """
1724
1377
 
1725
1378
  def select_grouped(
@@ -1736,8 +1389,6 @@ def select_grouped(
1736
1389
  ) -> None:
1737
1390
  """Select all strips grouped by various properties
1738
1391
 
1739
- :type execution_context: int | str | None
1740
- :type undo: bool | None
1741
1392
  :param type: Type
1742
1393
 
1743
1394
  TYPE
@@ -1760,11 +1411,8 @@ def select_grouped(
1760
1411
 
1761
1412
  OVERLAP
1762
1413
  Overlap -- Overlapping time.
1763
- :type type: typing.Literal['TYPE','TYPE_BASIC','TYPE_EFFECT','DATA','EFFECT','EFFECT_LINK','OVERLAP'] | None
1764
1414
  :param extend: Extend, Extend selection instead of deselecting everything first
1765
- :type extend: bool | None
1766
1415
  :param use_active_channel: Same Channel, Only consider strips on the same channel as the active one
1767
- :type use_active_channel: bool | None
1768
1416
  """
1769
1417
 
1770
1418
  def select_handle(
@@ -1780,18 +1428,11 @@ def select_handle(
1780
1428
  ) -> None:
1781
1429
  """Select strip handle
1782
1430
 
1783
- :type execution_context: int | str | None
1784
- :type undo: bool | None
1785
1431
  :param wait_to_deselect_others: Wait to Deselect Others
1786
- :type wait_to_deselect_others: bool | None
1787
1432
  :param use_select_on_click: Act on Click, Instead of selecting on mouse press, wait to see if theres drag event. Otherwise select on mouse release
1788
- :type use_select_on_click: bool | None
1789
1433
  :param mouse_x: Mouse X
1790
- :type mouse_x: int | None
1791
1434
  :param mouse_y: Mouse Y
1792
- :type mouse_y: int | None
1793
1435
  :param ignore_connections: Ignore Connections, Select strips individually whether or not they are connected
1794
- :type ignore_connections: bool | None
1795
1436
  """
1796
1437
 
1797
1438
  def select_handles(
@@ -1806,10 +1447,7 @@ def select_handles(
1806
1447
  ) -> None:
1807
1448
  """Select gizmo handles on the sides of the selected strip
1808
1449
 
1809
- :type execution_context: int | str | None
1810
- :type undo: bool | None
1811
1450
  :param side: Side, The side of the handle that is selected
1812
- :type side: typing.Literal['LEFT','RIGHT','BOTH','LEFT_NEIGHBOR','RIGHT_NEIGHBOR','BOTH_NEIGHBORS'] | None
1813
1451
  """
1814
1452
 
1815
1453
  def select_lasso(
@@ -1825,16 +1463,10 @@ def select_lasso(
1825
1463
  ) -> None:
1826
1464
  """Select strips using lasso selection
1827
1465
 
1828
- :type execution_context: int | str | None
1829
- :type undo: bool | None
1830
1466
  :param path: Path
1831
- :type path: bpy.types.bpy_prop_collection[bpy.types.OperatorMousePath] | None
1832
1467
  :param use_smooth_stroke: Stabilize Stroke, Selection lags behind mouse and follows a smoother path
1833
- :type use_smooth_stroke: bool | None
1834
1468
  :param smooth_stroke_factor: Smooth Stroke Factor, Higher values gives a smoother stroke
1835
- :type smooth_stroke_factor: float | None
1836
1469
  :param smooth_stroke_radius: Smooth Stroke Radius, Minimum distance from last point before selection continues
1837
- :type smooth_stroke_radius: int | None
1838
1470
  :param mode: Mode
1839
1471
 
1840
1472
  SET
@@ -1845,7 +1477,6 @@ def select_lasso(
1845
1477
 
1846
1478
  SUB
1847
1479
  Subtract -- Subtract existing selection.
1848
- :type mode: typing.Literal['SET','ADD','SUB'] | None
1849
1480
  """
1850
1481
 
1851
1482
  def select_less(
@@ -1853,22 +1484,14 @@ def select_less(
1853
1484
  undo: bool | None = None,
1854
1485
  /,
1855
1486
  ) -> None:
1856
- """Shrink the current selection of adjacent selected strips
1857
-
1858
- :type execution_context: int | str | None
1859
- :type undo: bool | None
1860
- """
1487
+ """Shrink the current selection of adjacent selected strips"""
1861
1488
 
1862
1489
  def select_linked(
1863
1490
  execution_context: int | str | None = None,
1864
1491
  undo: bool | None = None,
1865
1492
  /,
1866
1493
  ) -> None:
1867
- """Select all strips adjacent to the current selection
1868
-
1869
- :type execution_context: int | str | None
1870
- :type undo: bool | None
1871
- """
1494
+ """Select all strips adjacent to the current selection"""
1872
1495
 
1873
1496
  def select_linked_pick(
1874
1497
  execution_context: int | str | None = None,
@@ -1879,10 +1502,7 @@ def select_linked_pick(
1879
1502
  ) -> None:
1880
1503
  """Select a chain of linked strips nearest to the mouse pointer
1881
1504
 
1882
- :type execution_context: int | str | None
1883
- :type undo: bool | None
1884
1505
  :param extend: Extend, Extend the selection
1885
- :type extend: bool | None
1886
1506
  """
1887
1507
 
1888
1508
  def select_more(
@@ -1890,11 +1510,7 @@ def select_more(
1890
1510
  undo: bool | None = None,
1891
1511
  /,
1892
1512
  ) -> None:
1893
- """Select more strips adjacent to the current selection
1894
-
1895
- :type execution_context: int | str | None
1896
- :type undo: bool | None
1897
- """
1513
+ """Select more strips adjacent to the current selection"""
1898
1514
 
1899
1515
  def select_side(
1900
1516
  execution_context: int | str | None = None,
@@ -1905,10 +1521,7 @@ def select_side(
1905
1521
  ) -> None:
1906
1522
  """Select strips on the nominated side of the selected strips
1907
1523
 
1908
- :type execution_context: int | str | None
1909
- :type undo: bool | None
1910
1524
  :param side: Side, The side to which the selection is applied
1911
- :type side: typing.Literal['MOUSE','LEFT','RIGHT','BOTH','NO_CHANGE'] | None
1912
1525
  """
1913
1526
 
1914
1527
  def select_side_of_frame(
@@ -1921,10 +1534,7 @@ def select_side_of_frame(
1921
1534
  ) -> None:
1922
1535
  """Select strips relative to the current frame
1923
1536
 
1924
- :type execution_context: int | str | None
1925
- :type undo: bool | None
1926
1537
  :param extend: Extend, Extend the selection
1927
- :type extend: bool | None
1928
1538
  :param side: Side
1929
1539
 
1930
1540
  LEFT
@@ -1935,7 +1545,6 @@ def select_side_of_frame(
1935
1545
 
1936
1546
  CURRENT
1937
1547
  Current Frame -- Select intersecting with the current frame.
1938
- :type side: typing.Literal['LEFT','RIGHT','CURRENT'] | None
1939
1548
  """
1940
1549
 
1941
1550
  def set_range_to_strips(
@@ -1947,10 +1556,7 @@ def set_range_to_strips(
1947
1556
  ) -> None:
1948
1557
  """Set the frame range to the selected strips start and end
1949
1558
 
1950
- :type execution_context: int | str | None
1951
- :type undo: bool | None
1952
1559
  :param preview: Preview, Set the preview range instead
1953
- :type preview: bool | None
1954
1560
  """
1955
1561
 
1956
1562
  def slip(
@@ -1965,16 +1571,10 @@ def slip(
1965
1571
  ) -> None:
1966
1572
  """Slip the contents of selected strips
1967
1573
 
1968
- :type execution_context: int | str | None
1969
- :type undo: bool | None
1970
1574
  :param offset: Offset, Offset to the data of the strip
1971
- :type offset: float | None
1972
1575
  :param slip_keyframes: Slip Keyframes, Move the keyframes alongside the media
1973
- :type slip_keyframes: bool | None
1974
1576
  :param use_cursor_position: Use Cursor Position, Slip strips under mouse cursor instead of all selected strips
1975
- :type use_cursor_position: bool | None
1976
1577
  :param ignore_connections: Ignore Connections, Do not slip connected strips if using cursor position
1977
- :type ignore_connections: bool | None
1978
1578
  """
1979
1579
 
1980
1580
  def snap(
@@ -1986,10 +1586,7 @@ def snap(
1986
1586
  ) -> None:
1987
1587
  """Frame where selected strips will be snapped
1988
1588
 
1989
- :type execution_context: int | str | None
1990
- :type undo: bool | None
1991
1589
  :param frame: Frame, Frame where selected strips will be snapped
1992
- :type frame: int | None
1993
1590
  """
1994
1591
 
1995
1592
  def sound_strip_add(
@@ -2045,52 +1642,28 @@ def sound_strip_add(
2045
1642
  ) -> None:
2046
1643
  """Add a sound strip to the sequencer
2047
1644
 
2048
- :type execution_context: int | str | None
2049
- :type undo: bool | None
2050
1645
  :param filepath: File Path, Path to file
2051
- :type filepath: str
2052
1646
  :param directory: Directory, Directory of the file
2053
- :type directory: str
2054
1647
  :param files: Files
2055
- :type files: bpy.types.bpy_prop_collection[bpy.types.OperatorFileListElement] | None
2056
1648
  :param check_existing: Check Existing, Check and warn on overwriting existing files
2057
- :type check_existing: bool | None
2058
1649
  :param filter_blender: Filter .blend files
2059
- :type filter_blender: bool | None
2060
1650
  :param filter_backup: Filter .blend files
2061
- :type filter_backup: bool | None
2062
1651
  :param filter_image: Filter image files
2063
- :type filter_image: bool | None
2064
1652
  :param filter_movie: Filter movie files
2065
- :type filter_movie: bool | None
2066
1653
  :param filter_python: Filter Python files
2067
- :type filter_python: bool | None
2068
1654
  :param filter_font: Filter font files
2069
- :type filter_font: bool | None
2070
1655
  :param filter_sound: Filter sound files
2071
- :type filter_sound: bool | None
2072
1656
  :param filter_text: Filter text files
2073
- :type filter_text: bool | None
2074
1657
  :param filter_archive: Filter archive files
2075
- :type filter_archive: bool | None
2076
1658
  :param filter_btx: Filter btx files
2077
- :type filter_btx: bool | None
2078
1659
  :param filter_alembic: Filter Alembic files
2079
- :type filter_alembic: bool | None
2080
1660
  :param filter_usd: Filter USD files
2081
- :type filter_usd: bool | None
2082
1661
  :param filter_obj: Filter OBJ files
2083
- :type filter_obj: bool | None
2084
1662
  :param filter_volume: Filter OpenVDB volume files
2085
- :type filter_volume: bool | None
2086
1663
  :param filter_folder: Filter folders
2087
- :type filter_folder: bool | None
2088
1664
  :param filter_blenlib: Filter Blender IDs
2089
- :type filter_blenlib: bool | None
2090
1665
  :param filemode: File Browser Mode, The setting for the file browser mode to load a .blend file, a library or a special file
2091
- :type filemode: int | None
2092
1666
  :param relative_path: Relative Path, Select the file relative to the blend file
2093
- :type relative_path: bool | None
2094
1667
  :param display_type: Display Type
2095
1668
 
2096
1669
  DEFAULT
@@ -2104,7 +1677,6 @@ def sound_strip_add(
2104
1677
 
2105
1678
  THUMBNAIL
2106
1679
  Thumbnails -- Display files as thumbnails.
2107
- :type display_type: typing.Literal['DEFAULT','LIST_VERTICAL','LIST_HORIZONTAL','THUMBNAIL'] | None
2108
1680
  :param sort_method: File sorting mode
2109
1681
 
2110
1682
  DEFAULT
@@ -2124,25 +1696,15 @@ def sound_strip_add(
2124
1696
 
2125
1697
  ASSET_CATALOG
2126
1698
  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..
2127
- :type sort_method: typing.Literal['DEFAULT','FILE_SORT_ALPHA','FILE_SORT_EXTENSION','FILE_SORT_TIME','FILE_SORT_SIZE','ASSET_CATALOG'] | None
2128
1699
  :param move_strips: Move Strips, Automatically begin translating strips with the mouse after adding them to the timeline
2129
- :type move_strips: bool | None
2130
1700
  :param frame_start: Start Frame, Start frame of the strip
2131
- :type frame_start: int | None
2132
1701
  :param channel: Channel, Channel to place this strip into
2133
- :type channel: int | None
2134
1702
  :param replace_sel: Replace Selection, Deselect previously selected strips after add operation completes
2135
- :type replace_sel: bool | None
2136
1703
  :param overlap: Allow Overlap, Dont correct overlap on new strips
2137
- :type overlap: bool | None
2138
1704
  :param overlap_shuffle_override: Override Overlap Shuffle Behavior, Use the overlap_mode tool settings to determine how to shuffle overlapping strips
2139
- :type overlap_shuffle_override: bool | None
2140
1705
  :param skip_locked_or_muted_channels: Skip Locked or Muted Channels, Add strips to muted or locked channels when adding movie strips
2141
- :type skip_locked_or_muted_channels: bool | None
2142
1706
  :param cache: Cache, Cache the sound in memory
2143
- :type cache: bool | None
2144
1707
  :param mono: Mono, Merge all the sounds channels into one
2145
- :type mono: bool | None
2146
1708
  """
2147
1709
 
2148
1710
  def split(
@@ -2161,22 +1723,13 @@ def split(
2161
1723
  ) -> None:
2162
1724
  """Split the selected strips in two
2163
1725
 
2164
- :type execution_context: int | str | None
2165
- :type undo: bool | None
2166
1726
  :param frame: Frame, Frame where selected strips will be split
2167
- :type frame: int | None
2168
1727
  :param channel: Channel, Channel in which strip will be cut
2169
- :type channel: int | None
2170
1728
  :param type: Type, The type of split operation to perform on strips
2171
- :type type: typing.Literal['SOFT','HARD'] | None
2172
1729
  :param use_cursor_position: Use Cursor Position, Split at position of the cursor instead of current frame
2173
- :type use_cursor_position: bool | None
2174
1730
  :param side: Side, The side that remains selected after splitting
2175
- :type side: typing.Literal['MOUSE','LEFT','RIGHT','BOTH','NO_CHANGE'] | None
2176
1731
  :param ignore_selection: Ignore Selection, Make cut even if strip is not selected preserving selection state after cut
2177
- :type ignore_selection: bool | None
2178
1732
  :param ignore_connections: Ignore Connections, Dont propagate split to connected strips
2179
- :type ignore_connections: bool | None
2180
1733
  """
2181
1734
 
2182
1735
  def split_multicam(
@@ -2188,10 +1741,7 @@ def split_multicam(
2188
1741
  ) -> None:
2189
1742
  """Split multicam strip and select camera
2190
1743
 
2191
- :type execution_context: int | str | None
2192
- :type undo: bool | None
2193
1744
  :param camera: Camera
2194
- :type camera: int | None
2195
1745
  """
2196
1746
 
2197
1747
  def strip_color_tag_set(
@@ -2203,10 +1753,7 @@ def strip_color_tag_set(
2203
1753
  ) -> None:
2204
1754
  """Set a color tag for the selected strips
2205
1755
 
2206
- :type execution_context: int | str | None
2207
- :type undo: bool | None
2208
1756
  :param color: Color Tag
2209
- :type color: bpy.stub_internal.rna_enums.StripColorItems | None
2210
1757
  """
2211
1758
 
2212
1759
  def strip_jump(
@@ -2219,12 +1766,8 @@ def strip_jump(
2219
1766
  ) -> None:
2220
1767
  """Move frame to previous edit point
2221
1768
 
2222
- :type execution_context: int | str | None
2223
- :type undo: bool | None
2224
1769
  :param next: Next Strip
2225
- :type next: bool | None
2226
1770
  :param center: Use Strip Center
2227
- :type center: bool | None
2228
1771
  """
2229
1772
 
2230
1773
  def strip_modifier_add(
@@ -2236,10 +1779,7 @@ def strip_modifier_add(
2236
1779
  ) -> None:
2237
1780
  """Add a modifier to the strip
2238
1781
 
2239
- :type execution_context: int | str | None
2240
- :type undo: bool | None
2241
1782
  :param type: Type
2242
- :type type: str | None
2243
1783
  """
2244
1784
 
2245
1785
  def strip_modifier_copy(
@@ -2251,8 +1791,6 @@ def strip_modifier_copy(
2251
1791
  ) -> None:
2252
1792
  """Copy modifiers of the active strip to all selected strips
2253
1793
 
2254
- :type execution_context: int | str | None
2255
- :type undo: bool | None
2256
1794
  :param type: Type
2257
1795
 
2258
1796
  REPLACE
@@ -2260,7 +1798,6 @@ def strip_modifier_copy(
2260
1798
 
2261
1799
  APPEND
2262
1800
  Append -- Append active modifiers to selected strips.
2263
- :type type: typing.Literal['REPLACE','APPEND'] | None
2264
1801
  """
2265
1802
 
2266
1803
  def strip_modifier_equalizer_redefine(
@@ -2273,8 +1810,6 @@ def strip_modifier_equalizer_redefine(
2273
1810
  ) -> None:
2274
1811
  """Redefine equalizer graphs
2275
1812
 
2276
- :type execution_context: int | str | None
2277
- :type undo: bool | None
2278
1813
  :param graphs: Graphs, Number of graphs
2279
1814
 
2280
1815
  SIMPLE
@@ -2285,9 +1820,7 @@ def strip_modifier_equalizer_redefine(
2285
1820
 
2286
1821
  TRIPLE
2287
1822
  Triplet -- Graphical definition in 3 sections.
2288
- :type graphs: typing.Literal['SIMPLE','DOUBLE','TRIPLE'] | None
2289
1823
  :param name: Name, Name of modifier to redefine
2290
- :type name: str
2291
1824
  """
2292
1825
 
2293
1826
  def strip_modifier_move(
@@ -2300,10 +1833,7 @@ def strip_modifier_move(
2300
1833
  ) -> None:
2301
1834
  """Move modifier up and down in the stack
2302
1835
 
2303
- :type execution_context: int | str | None
2304
- :type undo: bool | None
2305
1836
  :param name: Name, Name of modifier to remove
2306
- :type name: str
2307
1837
  :param direction: Type
2308
1838
 
2309
1839
  UP
@@ -2311,7 +1841,6 @@ def strip_modifier_move(
2311
1841
 
2312
1842
  DOWN
2313
1843
  Down -- Move modifier down in the stack.
2314
- :type direction: typing.Literal['UP','DOWN'] | None
2315
1844
  """
2316
1845
 
2317
1846
  def strip_modifier_move_to_index(
@@ -2324,12 +1853,8 @@ def strip_modifier_move_to_index(
2324
1853
  ) -> None:
2325
1854
  """Change the strip modifiers index in the stack so it evaluates after the set number of others
2326
1855
 
2327
- :type execution_context: int | str | None
2328
- :type undo: bool | None
2329
1856
  :param modifier: Modifier, Name of the modifier to edit
2330
- :type modifier: str
2331
1857
  :param index: Index, The index to move the modifier to
2332
- :type index: int | None
2333
1858
  """
2334
1859
 
2335
1860
  def strip_modifier_remove(
@@ -2341,10 +1866,7 @@ def strip_modifier_remove(
2341
1866
  ) -> None:
2342
1867
  """Remove a modifier from the strip
2343
1868
 
2344
- :type execution_context: int | str | None
2345
- :type undo: bool | None
2346
1869
  :param name: Name, Name of modifier to remove
2347
- :type name: str
2348
1870
  """
2349
1871
 
2350
1872
  def strip_modifier_set_active(
@@ -2356,10 +1878,7 @@ def strip_modifier_set_active(
2356
1878
  ) -> None:
2357
1879
  """Activate the strip modifier to use as the context
2358
1880
 
2359
- :type execution_context: int | str | None
2360
- :type undo: bool | None
2361
1881
  :param modifier: Modifier, Name of the strip modifier to edit
2362
- :type modifier: str
2363
1882
  """
2364
1883
 
2365
1884
  def strip_transform_clear(
@@ -2371,8 +1890,6 @@ def strip_transform_clear(
2371
1890
  ) -> None:
2372
1891
  """Reset image transformation to default value
2373
1892
 
2374
- :type execution_context: int | str | None
2375
- :type undo: bool | None
2376
1893
  :param property: Property, Strip transform property to be reset
2377
1894
 
2378
1895
  POSITION
@@ -2386,7 +1903,6 @@ def strip_transform_clear(
2386
1903
 
2387
1904
  ALL
2388
1905
  All -- Reset strip transform location, scale and rotation.
2389
- :type property: typing.Literal['POSITION','SCALE','ROTATION','ALL'] | None
2390
1906
  """
2391
1907
 
2392
1908
  def strip_transform_fit(
@@ -2398,10 +1914,7 @@ def strip_transform_fit(
2398
1914
  ) -> None:
2399
1915
  """Undocumented, consider contributing.
2400
1916
 
2401
- :type execution_context: int | str | None
2402
- :type undo: bool | None
2403
1917
  :param fit_method: Fit Method, Mode for fitting the image to the canvas
2404
- :type fit_method: bpy.stub_internal.rna_enums.StripScaleMethodItems | None
2405
1918
  """
2406
1919
 
2407
1920
  def swap(
@@ -2413,10 +1926,7 @@ def swap(
2413
1926
  ) -> None:
2414
1927
  """Swap active strip with strip to the right or left
2415
1928
 
2416
- :type execution_context: int | str | None
2417
- :type undo: bool | None
2418
1929
  :param side: Side, Side of the strip to swap
2419
- :type side: typing.Literal['LEFT','RIGHT'] | None
2420
1930
  """
2421
1931
 
2422
1932
  def swap_data(
@@ -2424,22 +1934,14 @@ def swap_data(
2424
1934
  undo: bool | None = None,
2425
1935
  /,
2426
1936
  ) -> None:
2427
- """Swap 2 sequencer strips
2428
-
2429
- :type execution_context: int | str | None
2430
- :type undo: bool | None
2431
- """
1937
+ """Swap 2 sequencer strips"""
2432
1938
 
2433
1939
  def swap_inputs(
2434
1940
  execution_context: int | str | None = None,
2435
1941
  undo: bool | None = None,
2436
1942
  /,
2437
1943
  ) -> None:
2438
- """Swap the two inputs of the effect strip
2439
-
2440
- :type execution_context: int | str | None
2441
- :type undo: bool | None
2442
- """
1944
+ """Swap the two inputs of the effect strip"""
2443
1945
 
2444
1946
  def text_cursor_move(
2445
1947
  execution_context: int | str | None = None,
@@ -2463,12 +1965,8 @@ def text_cursor_move(
2463
1965
  ) -> None:
2464
1966
  """Move cursor in text
2465
1967
 
2466
- :type execution_context: int | str | None
2467
- :type undo: bool | None
2468
1968
  :param type: Type, Where to move cursor to, to make a selection
2469
- :type type: typing.Literal['LINE_BEGIN','LINE_END','TEXT_BEGIN','TEXT_END','PREVIOUS_CHARACTER','NEXT_CHARACTER','PREVIOUS_WORD','NEXT_WORD','PREVIOUS_LINE','NEXT_LINE'] | None
2470
1969
  :param select_text: Select Text, Select text while moving cursor
2471
- :type select_text: bool | None
2472
1970
  """
2473
1971
 
2474
1972
  def text_cursor_set(
@@ -2480,10 +1978,7 @@ def text_cursor_set(
2480
1978
  ) -> None:
2481
1979
  """Set cursor position in text
2482
1980
 
2483
- :type execution_context: int | str | None
2484
- :type undo: bool | None
2485
1981
  :param select_text: Select Text, Select text while moving cursor
2486
- :type select_text: bool | None
2487
1982
  """
2488
1983
 
2489
1984
  def text_delete(
@@ -2496,10 +1991,7 @@ def text_delete(
2496
1991
  ) -> None:
2497
1992
  """Delete text at cursor position
2498
1993
 
2499
- :type execution_context: int | str | None
2500
- :type undo: bool | None
2501
1994
  :param type: Type, Which part of the text to delete
2502
- :type type: typing.Literal['NEXT_OR_SELECTION','PREVIOUS_OR_SELECTION'] | None
2503
1995
  """
2504
1996
 
2505
1997
  def text_deselect_all(
@@ -2507,55 +1999,35 @@ def text_deselect_all(
2507
1999
  undo: bool | None = None,
2508
2000
  /,
2509
2001
  ) -> None:
2510
- """Deselect all characters
2511
-
2512
- :type execution_context: int | str | None
2513
- :type undo: bool | None
2514
- """
2002
+ """Deselect all characters"""
2515
2003
 
2516
2004
  def text_edit_copy(
2517
2005
  execution_context: int | str | None = None,
2518
2006
  undo: bool | None = None,
2519
2007
  /,
2520
2008
  ) -> None:
2521
- """Copy text to clipboard
2522
-
2523
- :type execution_context: int | str | None
2524
- :type undo: bool | None
2525
- """
2009
+ """Copy text to clipboard"""
2526
2010
 
2527
2011
  def text_edit_cut(
2528
2012
  execution_context: int | str | None = None,
2529
2013
  undo: bool | None = None,
2530
2014
  /,
2531
2015
  ) -> None:
2532
- """Cut text to clipboard
2533
-
2534
- :type execution_context: int | str | None
2535
- :type undo: bool | None
2536
- """
2016
+ """Cut text to clipboard"""
2537
2017
 
2538
2018
  def text_edit_mode_toggle(
2539
2019
  execution_context: int | str | None = None,
2540
2020
  undo: bool | None = None,
2541
2021
  /,
2542
2022
  ) -> None:
2543
- """Toggle text editing
2544
-
2545
- :type execution_context: int | str | None
2546
- :type undo: bool | None
2547
- """
2023
+ """Toggle text editing"""
2548
2024
 
2549
2025
  def text_edit_paste(
2550
2026
  execution_context: int | str | None = None,
2551
2027
  undo: bool | None = None,
2552
2028
  /,
2553
2029
  ) -> None:
2554
- """Paste text from clipboard
2555
-
2556
- :type execution_context: int | str | None
2557
- :type undo: bool | None
2558
- """
2030
+ """Paste text from clipboard"""
2559
2031
 
2560
2032
  def text_insert(
2561
2033
  execution_context: int | str | None = None,
@@ -2566,10 +2038,7 @@ def text_insert(
2566
2038
  ) -> None:
2567
2039
  """Insert text at cursor position
2568
2040
 
2569
- :type execution_context: int | str | None
2570
- :type undo: bool | None
2571
2041
  :param string: String, String to be inserted at cursor position
2572
- :type string: str
2573
2042
  """
2574
2043
 
2575
2044
  def text_line_break(
@@ -2577,33 +2046,21 @@ def text_line_break(
2577
2046
  undo: bool | None = None,
2578
2047
  /,
2579
2048
  ) -> None:
2580
- """Insert line break at cursor position
2581
-
2582
- :type execution_context: int | str | None
2583
- :type undo: bool | None
2584
- """
2049
+ """Insert line break at cursor position"""
2585
2050
 
2586
2051
  def text_select_all(
2587
2052
  execution_context: int | str | None = None,
2588
2053
  undo: bool | None = None,
2589
2054
  /,
2590
2055
  ) -> None:
2591
- """Select all characters
2592
-
2593
- :type execution_context: int | str | None
2594
- :type undo: bool | None
2595
- """
2056
+ """Select all characters"""
2596
2057
 
2597
2058
  def unlock(
2598
2059
  execution_context: int | str | None = None,
2599
2060
  undo: bool | None = None,
2600
2061
  /,
2601
2062
  ) -> None:
2602
- """Unlock strips so they can be transformed
2603
-
2604
- :type execution_context: int | str | None
2605
- :type undo: bool | None
2606
- """
2063
+ """Unlock strips so they can be transformed"""
2607
2064
 
2608
2065
  def unmute(
2609
2066
  execution_context: int | str | None = None,
@@ -2614,10 +2071,7 @@ def unmute(
2614
2071
  ) -> None:
2615
2072
  """Unmute (un)selected strips
2616
2073
 
2617
- :type execution_context: int | str | None
2618
- :type undo: bool | None
2619
2074
  :param unselected: Unselected, Unmute unselected rather than selected strips
2620
- :type unselected: bool | None
2621
2075
  """
2622
2076
 
2623
2077
  def view_all(
@@ -2625,33 +2079,21 @@ def view_all(
2625
2079
  undo: bool | None = None,
2626
2080
  /,
2627
2081
  ) -> None:
2628
- """View all the strips in the sequencer
2629
-
2630
- :type execution_context: int | str | None
2631
- :type undo: bool | None
2632
- """
2082
+ """View all the strips in the sequencer"""
2633
2083
 
2634
2084
  def view_all_preview(
2635
2085
  execution_context: int | str | None = None,
2636
2086
  undo: bool | None = None,
2637
2087
  /,
2638
2088
  ) -> None:
2639
- """Zoom preview to fit in the area
2640
-
2641
- :type execution_context: int | str | None
2642
- :type undo: bool | None
2643
- """
2089
+ """Zoom preview to fit in the area"""
2644
2090
 
2645
2091
  def view_frame(
2646
2092
  execution_context: int | str | None = None,
2647
2093
  undo: bool | None = None,
2648
2094
  /,
2649
2095
  ) -> None:
2650
- """Move the view to the current frame
2651
-
2652
- :type execution_context: int | str | None
2653
- :type undo: bool | None
2654
- """
2096
+ """Move the view to the current frame"""
2655
2097
 
2656
2098
  def view_ghost_border(
2657
2099
  execution_context: int | str | None = None,
@@ -2666,18 +2108,11 @@ def view_ghost_border(
2666
2108
  ) -> None:
2667
2109
  """Set the boundaries of the border used for offset view
2668
2110
 
2669
- :type execution_context: int | str | None
2670
- :type undo: bool | None
2671
2111
  :param xmin: X Min
2672
- :type xmin: int | None
2673
2112
  :param xmax: X Max
2674
- :type xmax: int | None
2675
2113
  :param ymin: Y Min
2676
- :type ymin: int | None
2677
2114
  :param ymax: Y Max
2678
- :type ymax: int | None
2679
2115
  :param wait_for_input: Wait for Input
2680
- :type wait_for_input: bool | None
2681
2116
  """
2682
2117
 
2683
2118
  def view_selected(
@@ -2685,11 +2120,7 @@ def view_selected(
2685
2120
  undo: bool | None = None,
2686
2121
  /,
2687
2122
  ) -> None:
2688
- """Zoom the sequencer on the selected strips
2689
-
2690
- :type execution_context: int | str | None
2691
- :type undo: bool | None
2692
- """
2123
+ """Zoom the sequencer on the selected strips"""
2693
2124
 
2694
2125
  def view_zoom_ratio(
2695
2126
  execution_context: int | str | None = None,
@@ -2700,8 +2131,5 @@ def view_zoom_ratio(
2700
2131
  ) -> None:
2701
2132
  """Change zoom ratio of sequencer preview
2702
2133
 
2703
- :type execution_context: int | str | None
2704
- :type undo: bool | None
2705
2134
  :param ratio: Ratio, Zoom ratio, 1.0 is 1:1, higher is zoomed in, lower is zoomed out
2706
- :type ratio: float | None
2707
2135
  """