fake-bpy-module 20240915__py3-none-any.whl → 20240917__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of fake-bpy-module might be problematic. Click here for more details.

Files changed (325) hide show
  1. _bpy_internal/__init__.pyi +2 -2
  2. _bpy_internal/addons/__init__.pyi +2 -2
  3. _bpy_internal/addons/cli/__init__.pyi +2 -2
  4. _bpy_internal/extensions/__init__.pyi +2 -2
  5. _bpy_internal/extensions/junction_module/__init__.pyi +2 -8
  6. _bpy_internal/extensions/stale_file_manager/__init__.pyi +2 -6
  7. _bpy_internal/extensions/wheel_manager/__init__.pyi +2 -6
  8. _bpy_internal/freedesktop/__init__.pyi +2 -2
  9. _bpy_internal/grease_pencil/__init__.pyi +2 -2
  10. _bpy_internal/grease_pencil/stroke/__init__.pyi +2 -16
  11. _bpy_internal/system_info/__init__.pyi +2 -2
  12. _bpy_internal/system_info/text_generate_runtime/__init__.pyi +2 -2
  13. _bpy_internal/system_info/url_prefill_runtime/__init__.pyi +2 -2
  14. _bpy_internal/system_info/url_prefill_startup/__init__.pyi +2 -2
  15. addon_utils/__init__.pyi +2 -12
  16. animsys_refactor/__init__.pyi +2 -3
  17. aud/__init__.pyi +2 -71
  18. bgl/__init__.pyi +2 -526
  19. bl_app_override/__init__.pyi +2 -2
  20. bl_app_override/helpers/__init__.pyi +2 -2
  21. bl_app_template_utils/__init__.pyi +2 -4
  22. bl_console_utils/__init__.pyi +2 -2
  23. bl_console_utils/autocomplete/__init__.pyi +2 -2
  24. bl_console_utils/autocomplete/complete_calltip/__init__.pyi +2 -12
  25. bl_console_utils/autocomplete/complete_import/__init__.pyi +2 -8
  26. bl_console_utils/autocomplete/complete_namespace/__init__.pyi +2 -12
  27. bl_console_utils/autocomplete/intellisense/__init__.pyi +2 -6
  28. bl_i18n_utils/__init__.pyi +2 -2
  29. bl_i18n_utils/bl_extract_messages/__init__.pyi +2 -6
  30. bl_i18n_utils/merge_po/__init__.pyi +2 -2
  31. bl_i18n_utils/settings/__init__.pyi +2 -6
  32. bl_i18n_utils/utils/__init__.pyi +2 -45
  33. bl_i18n_utils/utils_cli/__init__.pyi +2 -2
  34. bl_i18n_utils/utils_languages_menu/__init__.pyi +2 -2
  35. bl_i18n_utils/utils_rtl/__init__.pyi +2 -6
  36. bl_keymap_utils/__init__.pyi +2 -2
  37. bl_keymap_utils/io/__init__.pyi +2 -4
  38. bl_keymap_utils/keymap_from_toolbar/__init__.pyi +2 -4
  39. bl_keymap_utils/keymap_hierarchy/__init__.pyi +2 -2
  40. bl_keymap_utils/platform_helpers/__init__.pyi +2 -4
  41. bl_keymap_utils/versioning/__init__.pyi +2 -2
  42. bl_math/__init__.pyi +2 -8
  43. bl_operators/__init__.pyi +2 -2
  44. bl_operators/add_mesh_torus/__init__.pyi +2 -8
  45. bl_operators/anim/__init__.pyi +2 -48
  46. bl_operators/assets/__init__.pyi +2 -17
  47. bl_operators/bmesh/__init__.pyi +2 -2
  48. bl_operators/bmesh/find_adjacent/__init__.pyi +2 -6
  49. bl_operators/bone_selection_sets/__init__.pyi +2 -46
  50. bl_operators/clip/__init__.pyi +2 -43
  51. bl_operators/connect_to_output/__init__.pyi +2 -18
  52. bl_operators/console/__init__.pyi +2 -22
  53. bl_operators/constraint/__init__.pyi +2 -18
  54. bl_operators/file/__init__.pyi +2 -14
  55. bl_operators/freestyle/__init__.pyi +2 -19
  56. bl_operators/geometry_nodes/__init__.pyi +2 -21
  57. bl_operators/image/__init__.pyi +2 -19
  58. bl_operators/image_as_planes/__init__.pyi +2 -43
  59. bl_operators/mesh/__init__.pyi +2 -15
  60. bl_operators/node/__init__.pyi +2 -41
  61. bl_operators/node_editor/__init__.pyi +2 -2
  62. bl_operators/node_editor/node_functions/__init__.pyi +2 -3
  63. bl_operators/object/__init__.pyi +2 -63
  64. bl_operators/object_align/__init__.pyi +2 -6
  65. bl_operators/object_quick_effects/__init__.pyi +2 -18
  66. bl_operators/object_randomize_transform/__init__.pyi +2 -6
  67. bl_operators/presets/__init__.pyi +2 -70
  68. bl_operators/rigidbody/__init__.pyi +2 -15
  69. bl_operators/screen_play_rendered_anim/__init__.pyi +2 -5
  70. bl_operators/sequencer/__init__.pyi +2 -36
  71. bl_operators/spreadsheet/__init__.pyi +2 -8
  72. bl_operators/userpref/__init__.pyi +2 -93
  73. bl_operators/uvcalc_follow_active/__init__.pyi +2 -7
  74. bl_operators/uvcalc_lightmap/__init__.pyi +2 -11
  75. bl_operators/uvcalc_transform/__init__.pyi +2 -19
  76. bl_operators/vertexpaint_dirt/__init__.pyi +2 -6
  77. bl_operators/view3d/__init__.pyi +2 -37
  78. bl_operators/wm/__init__.pyi +2 -168
  79. bl_operators/world/__init__.pyi +2 -6
  80. bl_previews_utils/__init__.pyi +2 -2
  81. bl_previews_utils/bl_previews_render/__init__.pyi +2 -2
  82. bl_rna_utils/__init__.pyi +2 -2
  83. bl_rna_utils/data_path/__init__.pyi +2 -6
  84. bl_text_utils/__init__.pyi +2 -2
  85. bl_text_utils/external_editor/__init__.pyi +2 -2
  86. bl_ui/__init__.pyi +2 -11
  87. bl_ui/anim/__init__.pyi +2 -5
  88. bl_ui/asset_shelf/__init__.pyi +2 -6
  89. bl_ui/generic_ui_list/__init__.pyi +2 -16
  90. bl_ui/node_add_menu/__init__.pyi +2 -11
  91. bl_ui/node_add_menu_compositor/__init__.pyi +2 -53
  92. bl_ui/node_add_menu_geometry/__init__.pyi +2 -152
  93. bl_ui/node_add_menu_shader/__init__.pyi +2 -31
  94. bl_ui/node_add_menu_texture/__init__.pyi +2 -29
  95. bl_ui/properties_animviz/__init__.pyi +2 -4
  96. bl_ui/properties_collection/__init__.pyi +2 -20
  97. bl_ui/properties_constraint/__init__.pyi +2 -288
  98. bl_ui/properties_data_armature/__init__.pyi +2 -60
  99. bl_ui/properties_data_bone/__init__.pyi +2 -42
  100. bl_ui/properties_data_camera/__init__.pyi +2 -51
  101. bl_ui/properties_data_curve/__init__.pyi +2 -58
  102. bl_ui/properties_data_curves/__init__.pyi +2 -24
  103. bl_ui/properties_data_empty/__init__.pyi +2 -10
  104. bl_ui/properties_data_gpencil/__init__.pyi +2 -57
  105. bl_ui/properties_data_grease_pencil/__init__.pyi +2 -49
  106. bl_ui/properties_data_lattice/__init__.pyi +2 -14
  107. bl_ui/properties_data_light/__init__.pyi +2 -50
  108. bl_ui/properties_data_lightprobe/__init__.pyi +2 -48
  109. bl_ui/properties_data_mesh/__init__.pyi +2 -69
  110. bl_ui/properties_data_metaball/__init__.pyi +2 -20
  111. bl_ui/properties_data_modifier/__init__.pyi +2 -36
  112. bl_ui/properties_data_pointcloud/__init__.pyi +2 -19
  113. bl_ui/properties_data_shaderfx/__init__.pyi +2 -5
  114. bl_ui/properties_data_speaker/__init__.pyi +2 -19
  115. bl_ui/properties_data_volume/__init__.pyi +2 -29
  116. bl_ui/properties_freestyle/__init__.pyi +2 -98
  117. bl_ui/properties_grease_pencil_common/__init__.pyi +2 -74
  118. bl_ui/properties_mask_common/__init__.pyi +2 -37
  119. bl_ui/properties_material/__init__.pyi +2 -59
  120. bl_ui/properties_material_gpencil/__init__.pyi +2 -36
  121. bl_ui/properties_object/__init__.pyi +2 -52
  122. bl_ui/properties_output/__init__.pyi +2 -65
  123. bl_ui/properties_paint_common/__init__.pyi +2 -41
  124. bl_ui/properties_particle/__init__.pyi +2 -205
  125. bl_ui/properties_physics_cloth/__init__.pyi +2 -49
  126. bl_ui/properties_physics_common/__init__.pyi +2 -6
  127. bl_ui/properties_physics_dynamicpaint/__init__.pyi +2 -103
  128. bl_ui/properties_physics_field/__init__.pyi +2 -44
  129. bl_ui/properties_physics_fluid/__init__.pyi +2 -134
  130. bl_ui/properties_physics_geometry_nodes/__init__.pyi +2 -7
  131. bl_ui/properties_physics_rigidbody/__init__.pyi +2 -35
  132. bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +2 -57
  133. bl_ui/properties_physics_softbody/__init__.pyi +2 -52
  134. bl_ui/properties_render/__init__.pyi +2 -220
  135. bl_ui/properties_scene/__init__.pyi +2 -55
  136. bl_ui/properties_texture/__init__.pyi +2 -93
  137. bl_ui/properties_view_layer/__init__.pyi +2 -47
  138. bl_ui/properties_workspace/__init__.pyi +2 -15
  139. bl_ui/properties_world/__init__.pyi +2 -42
  140. bl_ui/space_clip/__init__.pyi +2 -224
  141. bl_ui/space_console/__init__.pyi +2 -20
  142. bl_ui/space_dopesheet/__init__.pyi +2 -96
  143. bl_ui/space_filebrowser/__init__.pyi +2 -99
  144. bl_ui/space_graph/__init__.pyi +2 -62
  145. bl_ui/space_image/__init__.pyi +2 -211
  146. bl_ui/space_info/__init__.pyi +2 -20
  147. bl_ui/space_nla/__init__.pyi +2 -54
  148. bl_ui/space_node/__init__.pyi +2 -100
  149. bl_ui/space_outliner/__init__.pyi +2 -48
  150. bl_ui/space_properties/__init__.pyi +2 -14
  151. bl_ui/space_sequencer/__init__.pyi +2 -280
  152. bl_ui/space_spreadsheet/__init__.pyi +2 -11
  153. bl_ui/space_statusbar/__init__.pyi +2 -5
  154. bl_ui/space_text/__init__.pyi +2 -51
  155. bl_ui/space_time/__init__.pyi +2 -27
  156. bl_ui/space_toolsystem_common/__init__.pyi +3 -13
  157. bl_ui/space_toolsystem_toolbar/__init__.pyi +7 -126
  158. bl_ui/space_topbar/__init__.pyi +37 -86
  159. bl_ui/space_userpref/__init__.pyi +2 -313
  160. bl_ui/space_view3d/__init__.pyi +30 -881
  161. bl_ui/space_view3d_toolbar/__init__.pyi +2 -344
  162. bl_ui/utils/__init__.pyi +2 -5
  163. bl_ui_utils/__init__.pyi +2 -2
  164. bl_ui_utils/layout/__init__.pyi +2 -4
  165. blend_render_info/__init__.pyi +2 -4
  166. blf/__init__.pyi +2 -32
  167. bmesh/__init__.pyi +2 -8
  168. bmesh/geometry/__init__.pyi +2 -4
  169. bmesh/ops/__init__.pyi +2 -162
  170. bmesh/types/__init__.pyi +19 -133
  171. bmesh/utils/__init__.pyi +2 -28
  172. bpy/__init__.pyi +2 -2
  173. bpy/app/__init__.pyi +2 -6
  174. bpy/app/handlers/__init__.pyi +2 -2
  175. bpy/app/icons/__init__.pyi +2 -8
  176. bpy/app/timers/__init__.pyi +2 -8
  177. bpy/app/translations/__init__.pyi +2 -20
  178. bpy/msgbus/__init__.pyi +2 -8
  179. bpy/ops/__init__.pyi +2 -2
  180. bpy/ops/action/__init__.pyi +15 -110
  181. bpy/ops/anim/__init__.pyi +2 -118
  182. bpy/ops/armature/__init__.pyi +2 -98
  183. bpy/ops/asset/__init__.pyi +2 -34
  184. bpy/ops/boid/__init__.pyi +5 -30
  185. bpy/ops/brush/__init__.pyi +5 -31
  186. bpy/ops/buttons/__init__.pyi +2 -14
  187. bpy/ops/cachefile/__init__.pyi +2 -12
  188. bpy/ops/camera/__init__.pyi +2 -6
  189. bpy/ops/clip/__init__.pyi +5 -188
  190. bpy/ops/cloth/__init__.pyi +2 -4
  191. bpy/ops/collection/__init__.pyi +2 -20
  192. bpy/ops/console/__init__.pyi +2 -44
  193. bpy/ops/constraint/__init__.pyi +2 -38
  194. bpy/ops/curve/__init__.pyi +7 -143
  195. bpy/ops/curves/__init__.pyi +11 -64
  196. bpy/ops/cycles/__init__.pyi +2 -8
  197. bpy/ops/dpaint/__init__.pyi +5 -14
  198. bpy/ops/ed/__init__.pyi +2 -26
  199. bpy/ops/export_anim/__init__.pyi +2 -4
  200. bpy/ops/export_scene/__init__.pyi +2 -6
  201. bpy/ops/extensions/__init__.pyi +2 -70
  202. bpy/ops/file/__init__.pyi +2 -82
  203. bpy/ops/fluid/__init__.pyi +2 -30
  204. bpy/ops/font/__init__.pyi +2 -48
  205. bpy/ops/geometry/__init__.pyi +21 -75
  206. bpy/ops/gizmogroup/__init__.pyi +2 -6
  207. bpy/ops/gpencil/__init__.pyi +2 -286
  208. bpy/ops/graph/__init__.pyi +19 -213
  209. bpy/ops/grease_pencil/__init__.pyi +9 -196
  210. bpy/ops/image/__init__.pyi +11 -111
  211. bpy/ops/import_anim/__init__.pyi +2 -4
  212. bpy/ops/import_curve/__init__.pyi +2 -4
  213. bpy/ops/import_scene/__init__.pyi +2 -6
  214. bpy/ops/info/__init__.pyi +2 -16
  215. bpy/ops/lattice/__init__.pyi +5 -20
  216. bpy/ops/marker/__init__.pyi +2 -24
  217. bpy/ops/mask/__init__.pyi +2 -80
  218. bpy/ops/material/__init__.pyi +2 -8
  219. bpy/ops/mball/__init__.pyi +2 -18
  220. bpy/ops/mesh/__init__.pyi +45 -467
  221. bpy/ops/nla/__init__.pyi +5 -92
  222. bpy/ops/node/__init__.pyi +5 -215
  223. bpy/ops/object/__init__.pyi +73 -870
  224. bpy/ops/outliner/__init__.pyi +7 -200
  225. bpy/ops/paint/__init__.pyi +9 -116
  226. bpy/ops/paintcurve/__init__.pyi +2 -18
  227. bpy/ops/palette/__init__.pyi +2 -16
  228. bpy/ops/particle/__init__.pyi +2 -74
  229. bpy/ops/pose/__init__.pyi +15 -180
  230. bpy/ops/poselib/__init__.pyi +2 -20
  231. bpy/ops/preferences/__init__.pyi +2 -72
  232. bpy/ops/ptcache/__init__.pyi +2 -16
  233. bpy/ops/render/__init__.pyi +2 -28
  234. bpy/ops/rigidbody/__init__.pyi +11 -56
  235. bpy/ops/scene/__init__.pyi +11 -131
  236. bpy/ops/screen/__init__.pyi +9 -142
  237. bpy/ops/script/__init__.pyi +2 -8
  238. bpy/ops/sculpt/__init__.pyi +2 -74
  239. bpy/ops/sculpt_curves/__init__.pyi +2 -10
  240. bpy/ops/sequencer/__init__.pyi +5 -194
  241. bpy/ops/sound/__init__.pyi +5 -21
  242. bpy/ops/spreadsheet/__init__.pyi +2 -10
  243. bpy/ops/surface/__init__.pyi +2 -14
  244. bpy/ops/text/__init__.pyi +2 -88
  245. bpy/ops/text_editor/__init__.pyi +2 -4
  246. bpy/ops/texture/__init__.pyi +2 -10
  247. bpy/ops/transform/__init__.pyi +75 -400
  248. bpy/ops/ui/__init__.pyi +2 -68
  249. bpy/ops/uilist/__init__.pyi +2 -8
  250. bpy/ops/uv/__init__.pyi +5 -102
  251. bpy/ops/view2d/__init__.pyi +2 -30
  252. bpy/ops/view3d/__init__.pyi +2 -136
  253. bpy/ops/wm/__init__.pyi +17 -259
  254. bpy/ops/workspace/__init__.pyi +2 -16
  255. bpy/ops/world/__init__.pyi +2 -6
  256. bpy/path/__init__.pyi +2 -28
  257. bpy/props/__init__.pyi +2 -24
  258. bpy/types/__init__.pyi +1230 -31631
  259. bpy/typing/__init__.pyi +2490 -0
  260. bpy/utils/__init__.pyi +4 -74
  261. bpy/utils/previews/__init__.pyi +2 -10
  262. bpy/utils/units/__init__.pyi +2 -6
  263. bpy_extras/__init__.pyi +2 -2
  264. bpy_extras/anim_utils/__init__.pyi +2 -17
  265. bpy_extras/asset_utils/__init__.pyi +2 -5
  266. bpy_extras/bmesh_utils/__init__.pyi +2 -4
  267. bpy_extras/id_map_utils/__init__.pyi +2 -8
  268. bpy_extras/image_utils/__init__.pyi +2 -4
  269. bpy_extras/io_utils/__init__.pyi +2 -23
  270. bpy_extras/keyconfig_utils/__init__.pyi +2 -6
  271. bpy_extras/mesh_utils/__init__.pyi +2 -16
  272. bpy_extras/node_shader_utils/__init__.pyi +2 -23
  273. bpy_extras/node_utils/__init__.pyi +2 -6
  274. bpy_extras/object_utils/__init__.pyi +2 -15
  275. bpy_extras/view3d_utils/__init__.pyi +2 -10
  276. bpy_extras/wm_utils/__init__.pyi +2 -2
  277. bpy_extras/wm_utils/progress_report/__init__.pyi +2 -10
  278. bpy_restrict_state/__init__.pyi +2 -2
  279. bpy_types/__init__.pyi +2 -5
  280. console_python/__init__.pyi +2 -4
  281. console_shell/__init__.pyi +2 -2
  282. {fake_bpy_module-20240915.dist-info → fake_bpy_module-20240917.dist-info}/METADATA +1 -1
  283. fake_bpy_module-20240917.dist-info/RECORD +365 -0
  284. {fake_bpy_module-20240915.dist-info → fake_bpy_module-20240917.dist-info}/WHEEL +1 -1
  285. freestyle/__init__.pyi +2 -2
  286. freestyle/chainingiterators/__init__.pyi +2 -25
  287. freestyle/functions/__init__.pyi +2 -109
  288. freestyle/predicates/__init__.pyi +2 -30
  289. freestyle/shaders/__init__.pyi +2 -77
  290. freestyle/types/__init__.pyi +2 -192
  291. freestyle/utils/ContextFunctions/__init__.pyi +2 -20
  292. freestyle/utils/__init__.pyi +4 -50
  293. gpu/__init__.pyi +2 -2
  294. gpu/capabilities/__init__.pyi +2 -40
  295. gpu/matrix/__init__.pyi +2 -36
  296. gpu/platform/__init__.pyi +2 -12
  297. gpu/select/__init__.pyi +2 -4
  298. gpu/shader/__init__.pyi +2 -8
  299. gpu/state/__init__.pyi +5 -45
  300. gpu/texture/__init__.pyi +2 -4
  301. gpu/types/__init__.pyi +2 -54
  302. gpu_extras/__init__.pyi +2 -2
  303. gpu_extras/batch/__init__.pyi +2 -4
  304. gpu_extras/presets/__init__.pyi +2 -6
  305. graphviz_export/__init__.pyi +2 -2
  306. idprop/__init__.pyi +2 -2
  307. idprop/types/__init__.pyi +2 -11
  308. imbuf/__init__.pyi +2 -8
  309. imbuf/types/__init__.pyi +2 -6
  310. keyingsets_builtins/__init__.pyi +2 -70
  311. keyingsets_utils/__init__.pyi +2 -2
  312. mathutils/__init__.pyi +38 -228
  313. mathutils/bvhtree/__init__.pyi +2 -10
  314. mathutils/geometry/__init__.pyi +2 -54
  315. mathutils/interpolate/__init__.pyi +2 -4
  316. mathutils/kdtree/__init__.pyi +2 -8
  317. mathutils/noise/__init__.pyi +2 -36
  318. nodeitems_builtins/__init__.pyi +2 -4
  319. nodeitems_utils/__init__.pyi +2 -4
  320. rna_info/__init__.pyi +2 -7
  321. rna_keymap_ui/__init__.pyi +2 -2
  322. rna_prop_ui/__init__.pyi +2 -6
  323. rna_xml/__init__.pyi +2 -2
  324. fake_bpy_module-20240915.dist-info/RECORD +0 -364
  325. {fake_bpy_module-20240915.dist-info → fake_bpy_module-20240917.dist-info}/top_level.txt +0 -0
@@ -3,10 +3,11 @@ import collections.abc
3
3
  import typing_extensions
4
4
  import bpy.ops.transform
5
5
  import bpy.types
6
+ import bpy.typing
6
7
  import mathutils
7
8
 
8
- GenericType1 = typing.TypeVar("GenericType1")
9
- GenericType2 = typing.TypeVar("GenericType2")
9
+ _GenericType1 = typing.TypeVar("_GenericType1")
10
+ _GenericType2 = typing.TypeVar("_GenericType2")
10
11
 
11
12
  def change_effect_input(
12
13
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
@@ -20,8 +21,6 @@ def change_effect_input(
20
21
  :type undo: bool | None
21
22
  """
22
23
 
23
- ...
24
-
25
24
  def change_effect_type(
26
25
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
27
26
  execution_context: int | str | None = None,
@@ -112,8 +111,6 @@ def change_effect_type(
112
111
  :type type: typing.Literal['CROSS','ADD','SUBTRACT','ALPHA_OVER','ALPHA_UNDER','GAMMA_CROSS','MULTIPLY','OVER_DROP','WIPE','GLOW','TRANSFORM','COLOR','SPEED','MULTICAM','ADJUSTMENT','GAUSSIAN_BLUR','TEXT','COLORMIX'] | None
113
112
  """
114
113
 
115
- ...
116
-
117
114
  def change_path(
118
115
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
119
116
  execution_context: int | str | None = None,
@@ -224,8 +221,6 @@ def change_path(
224
221
  :type use_placeholders: bool | None
225
222
  """
226
223
 
227
- ...
228
-
229
224
  def change_scene(
230
225
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
231
226
  execution_context: int | str | None = None,
@@ -242,8 +237,6 @@ def change_scene(
242
237
  :type scene: str | None
243
238
  """
244
239
 
245
- ...
246
-
247
240
  def connect(
248
241
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
249
242
  execution_context: int | str | None = None,
@@ -260,8 +253,6 @@ def connect(
260
253
  :type toggle: bool | None
261
254
  """
262
255
 
263
- ...
264
-
265
256
  def copy(
266
257
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
267
258
  execution_context: int | str | None = None,
@@ -274,8 +265,6 @@ def copy(
274
265
  :type undo: bool | None
275
266
  """
276
267
 
277
- ...
278
-
279
268
  def crossfade_sounds(
280
269
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
281
270
  execution_context: int | str | None = None,
@@ -288,8 +277,6 @@ def crossfade_sounds(
288
277
  :type undo: bool | None
289
278
  """
290
279
 
291
- ...
292
-
293
280
  def cursor_set(
294
281
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
295
282
  execution_context: int | str | None = None,
@@ -306,8 +293,6 @@ def cursor_set(
306
293
  :type location: collections.abc.Sequence[float] | mathutils.Vector | None
307
294
  """
308
295
 
309
- ...
310
-
311
296
  def deinterlace_selected_movies(
312
297
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
313
298
  execution_context: int | str | None = None,
@@ -320,8 +305,6 @@ def deinterlace_selected_movies(
320
305
  :type undo: bool | None
321
306
  """
322
307
 
323
- ...
324
-
325
308
  def delete(
326
309
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
327
310
  execution_context: int | str | None = None,
@@ -338,8 +321,6 @@ def delete(
338
321
  :type delete_data: bool | None
339
322
  """
340
323
 
341
- ...
342
-
343
324
  def disconnect(
344
325
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
345
326
  execution_context: int | str | None = None,
@@ -352,8 +333,6 @@ def disconnect(
352
333
  :type undo: bool | None
353
334
  """
354
335
 
355
- ...
356
-
357
336
  def duplicate(
358
337
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
359
338
  execution_context: int | str | None = None,
@@ -366,8 +345,6 @@ def duplicate(
366
345
  :type undo: bool | None
367
346
  """
368
347
 
369
- ...
370
-
371
348
  def duplicate_move(
372
349
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
373
350
  execution_context: int | str | None = None,
@@ -387,8 +364,6 @@ def duplicate_move(
387
364
  :type TRANSFORM_OT_seq_slide: bpy.ops.transform.seq_slide | None
388
365
  """
389
366
 
390
- ...
391
-
392
367
  def effect_strip_add(
393
368
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
394
369
  execution_context: int | str | None = None,
@@ -500,8 +475,6 @@ def effect_strip_add(
500
475
  :type color: collections.abc.Sequence[float] | mathutils.Color | None
501
476
  """
502
477
 
503
- ...
504
-
505
478
  def enable_proxies(
506
479
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
507
480
  execution_context: int | str | None = None,
@@ -530,8 +503,6 @@ def enable_proxies(
530
503
  :type overwrite: bool | None
531
504
  """
532
505
 
533
- ...
534
-
535
506
  def export_subtitles(
536
507
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
537
508
  execution_context: int | str | None = None,
@@ -629,8 +600,6 @@ def export_subtitles(
629
600
  :type sort_method: str | None
630
601
  """
631
602
 
632
- ...
633
-
634
603
  def fades_add(
635
604
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
636
605
  execution_context: int | str | None = None,
@@ -666,8 +635,6 @@ def fades_add(
666
635
  :type type: typing.Literal['IN_OUT','IN','OUT','CURSOR_FROM','CURSOR_TO'] | None
667
636
  """
668
637
 
669
- ...
670
-
671
638
  def fades_clear(
672
639
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
673
640
  execution_context: int | str | None = None,
@@ -680,8 +647,6 @@ def fades_clear(
680
647
  :type undo: bool | None
681
648
  """
682
649
 
683
- ...
684
-
685
650
  def gap_insert(
686
651
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
687
652
  execution_context: int | str | None = None,
@@ -698,8 +663,6 @@ def gap_insert(
698
663
  :type frames: int | None
699
664
  """
700
665
 
701
- ...
702
-
703
666
  def gap_remove(
704
667
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
705
668
  execution_context: int | str | None = None,
@@ -716,8 +679,6 @@ def gap_remove(
716
679
  :type all: bool | None
717
680
  """
718
681
 
719
- ...
720
-
721
682
  def image_strip_add(
722
683
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
723
684
  execution_context: int | str | None = None,
@@ -886,8 +847,6 @@ def image_strip_add(
886
847
  :type use_placeholders: bool | None
887
848
  """
888
849
 
889
- ...
890
-
891
850
  def images_separate(
892
851
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
893
852
  execution_context: int | str | None = None,
@@ -904,8 +863,6 @@ def images_separate(
904
863
  :type length: int | None
905
864
  """
906
865
 
907
- ...
908
-
909
866
  def lock(
910
867
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
911
868
  execution_context: int | str | None = None,
@@ -918,8 +875,6 @@ def lock(
918
875
  :type undo: bool | None
919
876
  """
920
877
 
921
- ...
922
-
923
878
  def mask_strip_add(
924
879
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
925
880
  execution_context: int | str | None = None,
@@ -951,8 +906,6 @@ def mask_strip_add(
951
906
  :type mask: str | None
952
907
  """
953
908
 
954
- ...
955
-
956
909
  def meta_make(
957
910
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
958
911
  execution_context: int | str | None = None,
@@ -965,8 +918,6 @@ def meta_make(
965
918
  :type undo: bool | None
966
919
  """
967
920
 
968
- ...
969
-
970
921
  def meta_separate(
971
922
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
972
923
  execution_context: int | str | None = None,
@@ -979,8 +930,6 @@ def meta_separate(
979
930
  :type undo: bool | None
980
931
  """
981
932
 
982
- ...
983
-
984
933
  def meta_toggle(
985
934
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
986
935
  execution_context: int | str | None = None,
@@ -993,8 +942,6 @@ def meta_toggle(
993
942
  :type undo: bool | None
994
943
  """
995
944
 
996
- ...
997
-
998
945
  def movie_strip_add(
999
946
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1000
947
  execution_context: int | str | None = None,
@@ -1169,8 +1116,6 @@ def movie_strip_add(
1169
1116
  :type use_framerate: bool | None
1170
1117
  """
1171
1118
 
1172
- ...
1173
-
1174
1119
  def movieclip_strip_add(
1175
1120
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1176
1121
  execution_context: int | str | None = None,
@@ -1202,8 +1147,6 @@ def movieclip_strip_add(
1202
1147
  :type clip: str | None
1203
1148
  """
1204
1149
 
1205
- ...
1206
-
1207
1150
  def mute(
1208
1151
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1209
1152
  execution_context: int | str | None = None,
@@ -1220,8 +1163,6 @@ def mute(
1220
1163
  :type unselected: bool | None
1221
1164
  """
1222
1165
 
1223
- ...
1224
-
1225
1166
  def offset_clear(
1226
1167
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1227
1168
  execution_context: int | str | None = None,
@@ -1234,8 +1175,6 @@ def offset_clear(
1234
1175
  :type undo: bool | None
1235
1176
  """
1236
1177
 
1237
- ...
1238
-
1239
1178
  def paste(
1240
1179
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1241
1180
  execution_context: int | str | None = None,
@@ -1252,8 +1191,6 @@ def paste(
1252
1191
  :type keep_offset: bool | None
1253
1192
  """
1254
1193
 
1255
- ...
1256
-
1257
1194
  def reassign_inputs(
1258
1195
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1259
1196
  execution_context: int | str | None = None,
@@ -1266,8 +1203,6 @@ def reassign_inputs(
1266
1203
  :type undo: bool | None
1267
1204
  """
1268
1205
 
1269
- ...
1270
-
1271
1206
  def rebuild_proxy(
1272
1207
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1273
1208
  execution_context: int | str | None = None,
@@ -1280,8 +1215,6 @@ def rebuild_proxy(
1280
1215
  :type undo: bool | None
1281
1216
  """
1282
1217
 
1283
- ...
1284
-
1285
1218
  def refresh_all(
1286
1219
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1287
1220
  execution_context: int | str | None = None,
@@ -1294,8 +1227,6 @@ def refresh_all(
1294
1227
  :type undo: bool | None
1295
1228
  """
1296
1229
 
1297
- ...
1298
-
1299
1230
  def reload(
1300
1231
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1301
1232
  execution_context: int | str | None = None,
@@ -1312,8 +1243,6 @@ def reload(
1312
1243
  :type adjust_length: bool | None
1313
1244
  """
1314
1245
 
1315
- ...
1316
-
1317
1246
  def rename_channel(
1318
1247
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1319
1248
  execution_context: int | str | None = None,
@@ -1326,8 +1255,6 @@ def rename_channel(
1326
1255
  :type undo: bool | None
1327
1256
  """
1328
1257
 
1329
- ...
1330
-
1331
1258
  def rendersize(
1332
1259
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1333
1260
  execution_context: int | str | None = None,
@@ -1340,8 +1267,6 @@ def rendersize(
1340
1267
  :type undo: bool | None
1341
1268
  """
1342
1269
 
1343
- ...
1344
-
1345
1270
  def retiming_add_freeze_frame_slide(
1346
1271
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1347
1272
  execution_context: int | str | None = None,
@@ -1361,8 +1286,6 @@ def retiming_add_freeze_frame_slide(
1361
1286
  :type TRANSFORM_OT_seq_slide: bpy.ops.transform.seq_slide | None
1362
1287
  """
1363
1288
 
1364
- ...
1365
-
1366
1289
  def retiming_add_transition_slide(
1367
1290
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1368
1291
  execution_context: int | str | None = None,
@@ -1382,8 +1305,6 @@ def retiming_add_transition_slide(
1382
1305
  :type TRANSFORM_OT_seq_slide: bpy.ops.transform.seq_slide | None
1383
1306
  """
1384
1307
 
1385
- ...
1386
-
1387
1308
  def retiming_freeze_frame_add(
1388
1309
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1389
1310
  execution_context: int | str | None = None,
@@ -1400,8 +1321,6 @@ def retiming_freeze_frame_add(
1400
1321
  :type duration: int | None
1401
1322
  """
1402
1323
 
1403
- ...
1404
-
1405
1324
  def retiming_key_add(
1406
1325
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1407
1326
  execution_context: int | str | None = None,
@@ -1418,8 +1337,6 @@ def retiming_key_add(
1418
1337
  :type timeline_frame: int | None
1419
1338
  """
1420
1339
 
1421
- ...
1422
-
1423
1340
  def retiming_key_delete(
1424
1341
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1425
1342
  execution_context: int | str | None = None,
@@ -1432,8 +1349,6 @@ def retiming_key_delete(
1432
1349
  :type undo: bool | None
1433
1350
  """
1434
1351
 
1435
- ...
1436
-
1437
1352
  def retiming_reset(
1438
1353
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1439
1354
  execution_context: int | str | None = None,
@@ -1446,8 +1361,6 @@ def retiming_reset(
1446
1361
  :type undo: bool | None
1447
1362
  """
1448
1363
 
1449
- ...
1450
-
1451
1364
  def retiming_segment_speed_set(
1452
1365
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1453
1366
  execution_context: int | str | None = None,
@@ -1467,8 +1380,6 @@ def retiming_segment_speed_set(
1467
1380
  :type keep_retiming: bool | None
1468
1381
  """
1469
1382
 
1470
- ...
1471
-
1472
1383
  def retiming_show(
1473
1384
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1474
1385
  execution_context: int | str | None = None,
@@ -1481,8 +1392,6 @@ def retiming_show(
1481
1392
  :type undo: bool | None
1482
1393
  """
1483
1394
 
1484
- ...
1485
-
1486
1395
  def retiming_transition_add(
1487
1396
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1488
1397
  execution_context: int | str | None = None,
@@ -1499,8 +1408,6 @@ def retiming_transition_add(
1499
1408
  :type duration: int | None
1500
1409
  """
1501
1410
 
1502
- ...
1503
-
1504
1411
  def sample(
1505
1412
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1506
1413
  execution_context: int | str | None = None,
@@ -1517,8 +1424,6 @@ def sample(
1517
1424
  :type size: int | None
1518
1425
  """
1519
1426
 
1520
- ...
1521
-
1522
1427
  def scene_frame_range_update(
1523
1428
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1524
1429
  execution_context: int | str | None = None,
@@ -1531,8 +1436,6 @@ def scene_frame_range_update(
1531
1436
  :type undo: bool | None
1532
1437
  """
1533
1438
 
1534
- ...
1535
-
1536
1439
  def scene_strip_add(
1537
1440
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1538
1441
  execution_context: int | str | None = None,
@@ -1564,8 +1467,6 @@ def scene_strip_add(
1564
1467
  :type scene: str | None
1565
1468
  """
1566
1469
 
1567
- ...
1568
-
1569
1470
  def scene_strip_add_new(
1570
1471
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1571
1472
  execution_context: int | str | None = None,
@@ -1609,8 +1510,6 @@ def scene_strip_add_new(
1609
1510
  :type type: typing.Literal['NEW','EMPTY','LINK_COPY','FULL_COPY'] | None
1610
1511
  """
1611
1512
 
1612
- ...
1613
-
1614
1513
  def select(
1615
1514
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1616
1515
  execution_context: int | str | None = None,
@@ -1663,8 +1562,6 @@ def select(
1663
1562
  :type ignore_connections: bool | None
1664
1563
  """
1665
1564
 
1666
- ...
1667
-
1668
1565
  def select_all(
1669
1566
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1670
1567
  execution_context: int | str | None = None,
@@ -1693,8 +1590,6 @@ def select_all(
1693
1590
  :type action: typing.Literal['TOGGLE','SELECT','DESELECT','INVERT'] | None
1694
1591
  """
1695
1592
 
1696
- ...
1697
-
1698
1593
  def select_box(
1699
1594
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1700
1595
  execution_context: int | str | None = None,
@@ -1744,8 +1639,6 @@ def select_box(
1744
1639
  :type ignore_connections: bool | None
1745
1640
  """
1746
1641
 
1747
- ...
1748
-
1749
1642
  def select_grouped(
1750
1643
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1751
1644
  execution_context: int | str | None = None,
@@ -1792,8 +1685,6 @@ def select_grouped(
1792
1685
  :type use_active_channel: bool | None
1793
1686
  """
1794
1687
 
1795
- ...
1796
-
1797
1688
  def select_handle(
1798
1689
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1799
1690
  execution_context: int | str | None = None,
@@ -1819,8 +1710,6 @@ def select_handle(
1819
1710
  :type ignore_connections: bool | None
1820
1711
  """
1821
1712
 
1822
- ...
1823
-
1824
1713
  def select_handles(
1825
1714
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1826
1715
  execution_context: int | str | None = None,
@@ -1840,8 +1729,6 @@ def select_handles(
1840
1729
  :type side: typing.Literal['LEFT','RIGHT','BOTH','LEFT_NEIGHBOR','RIGHT_NEIGHBOR','BOTH_NEIGHBORS'] | None
1841
1730
  """
1842
1731
 
1843
- ...
1844
-
1845
1732
  def select_less(
1846
1733
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1847
1734
  execution_context: int | str | None = None,
@@ -1854,8 +1741,6 @@ def select_less(
1854
1741
  :type undo: bool | None
1855
1742
  """
1856
1743
 
1857
- ...
1858
-
1859
1744
  def select_linked(
1860
1745
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1861
1746
  execution_context: int | str | None = None,
@@ -1868,8 +1753,6 @@ def select_linked(
1868
1753
  :type undo: bool | None
1869
1754
  """
1870
1755
 
1871
- ...
1872
-
1873
1756
  def select_linked_pick(
1874
1757
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1875
1758
  execution_context: int | str | None = None,
@@ -1886,8 +1769,6 @@ def select_linked_pick(
1886
1769
  :type extend: bool | None
1887
1770
  """
1888
1771
 
1889
- ...
1890
-
1891
1772
  def select_more(
1892
1773
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1893
1774
  execution_context: int | str | None = None,
@@ -1900,8 +1781,6 @@ def select_more(
1900
1781
  :type undo: bool | None
1901
1782
  """
1902
1783
 
1903
- ...
1904
-
1905
1784
  def select_side(
1906
1785
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1907
1786
  execution_context: int | str | None = None,
@@ -1918,8 +1797,6 @@ def select_side(
1918
1797
  :type side: typing.Literal['MOUSE','LEFT','RIGHT','BOTH','NO_CHANGE'] | None
1919
1798
  """
1920
1799
 
1921
- ...
1922
-
1923
1800
  def select_side_of_frame(
1924
1801
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1925
1802
  execution_context: int | str | None = None,
@@ -1948,8 +1825,6 @@ def select_side_of_frame(
1948
1825
  :type side: typing.Literal['LEFT','RIGHT','CURRENT'] | None
1949
1826
  """
1950
1827
 
1951
- ...
1952
-
1953
1828
  def set_range_to_strips(
1954
1829
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1955
1830
  execution_context: int | str | None = None,
@@ -1966,8 +1841,6 @@ def set_range_to_strips(
1966
1841
  :type preview: bool | None
1967
1842
  """
1968
1843
 
1969
- ...
1970
-
1971
1844
  def slip(
1972
1845
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1973
1846
  execution_context: int | str | None = None,
@@ -1984,8 +1857,6 @@ def slip(
1984
1857
  :type offset: float | None
1985
1858
  """
1986
1859
 
1987
- ...
1988
-
1989
1860
  def snap(
1990
1861
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1991
1862
  execution_context: int | str | None = None,
@@ -2002,8 +1873,6 @@ def snap(
2002
1873
  :type frame: int | None
2003
1874
  """
2004
1875
 
2005
- ...
2006
-
2007
1876
  def sound_strip_add(
2008
1877
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
2009
1878
  execution_context: int | str | None = None,
@@ -2151,8 +2020,6 @@ def sound_strip_add(
2151
2020
  :type mono: bool | None
2152
2021
  """
2153
2022
 
2154
- ...
2155
-
2156
2023
  def split(
2157
2024
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
2158
2025
  execution_context: int | str | None = None,
@@ -2185,8 +2052,6 @@ def split(
2185
2052
  :type ignore_selection: bool | None
2186
2053
  """
2187
2054
 
2188
- ...
2189
-
2190
2055
  def split_multicam(
2191
2056
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
2192
2057
  execution_context: int | str | None = None,
@@ -2203,26 +2068,12 @@ def split_multicam(
2203
2068
  :type camera: int | None
2204
2069
  """
2205
2070
 
2206
- ...
2207
-
2208
2071
  def strip_color_tag_set(
2209
2072
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
2210
2073
  execution_context: int | str | None = None,
2211
2074
  undo: bool | None = None,
2212
2075
  *,
2213
- color: typing.Literal[
2214
- "NONE",
2215
- "COLOR_01",
2216
- "COLOR_02",
2217
- "COLOR_03",
2218
- "COLOR_04",
2219
- "COLOR_05",
2220
- "COLOR_06",
2221
- "COLOR_07",
2222
- "COLOR_08",
2223
- "COLOR_09",
2224
- ]
2225
- | None = "NONE",
2076
+ color: bpy.typing.StripColorItems | None = "NONE",
2226
2077
  ):
2227
2078
  """Set a color tag for the selected strips
2228
2079
 
@@ -2230,11 +2081,9 @@ def strip_color_tag_set(
2230
2081
  :type execution_context: int | str | None
2231
2082
  :type undo: bool | None
2232
2083
  :param color: Color Tag
2233
- :type color: typing.Literal['NONE', 'COLOR_01', 'COLOR_02', 'COLOR_03', 'COLOR_04', 'COLOR_05', 'COLOR_06', 'COLOR_07', 'COLOR_08', 'COLOR_09'] | None
2084
+ :type color: bpy.typing.StripColorItems | None
2234
2085
  """
2235
2086
 
2236
- ...
2237
-
2238
2087
  def strip_jump(
2239
2088
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
2240
2089
  execution_context: int | str | None = None,
@@ -2254,8 +2103,6 @@ def strip_jump(
2254
2103
  :type center: bool | None
2255
2104
  """
2256
2105
 
2257
- ...
2258
-
2259
2106
  def strip_modifier_add(
2260
2107
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
2261
2108
  execution_context: int | str | None = None,
@@ -2272,8 +2119,6 @@ def strip_modifier_add(
2272
2119
  :type type: str | None
2273
2120
  """
2274
2121
 
2275
- ...
2276
-
2277
2122
  def strip_modifier_copy(
2278
2123
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
2279
2124
  execution_context: int | str | None = None,
@@ -2296,8 +2141,6 @@ def strip_modifier_copy(
2296
2141
  :type type: typing.Literal['REPLACE','APPEND'] | None
2297
2142
  """
2298
2143
 
2299
- ...
2300
-
2301
2144
  def strip_modifier_equalizer_redefine(
2302
2145
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
2303
2146
  execution_context: int | str | None = None,
@@ -2326,8 +2169,6 @@ def strip_modifier_equalizer_redefine(
2326
2169
  :type name: str
2327
2170
  """
2328
2171
 
2329
- ...
2330
-
2331
2172
  def strip_modifier_move(
2332
2173
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
2333
2174
  execution_context: int | str | None = None,
@@ -2353,8 +2194,6 @@ def strip_modifier_move(
2353
2194
  :type direction: typing.Literal['UP','DOWN'] | None
2354
2195
  """
2355
2196
 
2356
- ...
2357
-
2358
2197
  def strip_modifier_remove(
2359
2198
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
2360
2199
  execution_context: int | str | None = None,
@@ -2371,8 +2210,6 @@ def strip_modifier_remove(
2371
2210
  :type name: str
2372
2211
  """
2373
2212
 
2374
- ...
2375
-
2376
2213
  def strip_transform_clear(
2377
2214
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
2378
2215
  execution_context: int | str | None = None,
@@ -2401,8 +2238,6 @@ def strip_transform_clear(
2401
2238
  :type property: typing.Literal['POSITION','SCALE','ROTATION','ALL'] | None
2402
2239
  """
2403
2240
 
2404
- ...
2405
-
2406
2241
  def strip_transform_fit(
2407
2242
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
2408
2243
  execution_context: int | str | None = None,
@@ -2428,8 +2263,6 @@ def strip_transform_fit(
2428
2263
  :type fit_method: typing.Literal['FIT','FILL','STRETCH'] | None
2429
2264
  """
2430
2265
 
2431
- ...
2432
-
2433
2266
  def swap(
2434
2267
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
2435
2268
  execution_context: int | str | None = None,
@@ -2446,8 +2279,6 @@ def swap(
2446
2279
  :type side: typing.Literal['LEFT','RIGHT'] | None
2447
2280
  """
2448
2281
 
2449
- ...
2450
-
2451
2282
  def swap_data(
2452
2283
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
2453
2284
  execution_context: int | str | None = None,
@@ -2460,8 +2291,6 @@ def swap_data(
2460
2291
  :type undo: bool | None
2461
2292
  """
2462
2293
 
2463
- ...
2464
-
2465
2294
  def swap_inputs(
2466
2295
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
2467
2296
  execution_context: int | str | None = None,
@@ -2474,8 +2303,6 @@ def swap_inputs(
2474
2303
  :type undo: bool | None
2475
2304
  """
2476
2305
 
2477
- ...
2478
-
2479
2306
  def unlock(
2480
2307
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
2481
2308
  execution_context: int | str | None = None,
@@ -2488,8 +2315,6 @@ def unlock(
2488
2315
  :type undo: bool | None
2489
2316
  """
2490
2317
 
2491
- ...
2492
-
2493
2318
  def unmute(
2494
2319
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
2495
2320
  execution_context: int | str | None = None,
@@ -2506,8 +2331,6 @@ def unmute(
2506
2331
  :type unselected: bool | None
2507
2332
  """
2508
2333
 
2509
- ...
2510
-
2511
2334
  def view_all(
2512
2335
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
2513
2336
  execution_context: int | str | None = None,
@@ -2520,8 +2343,6 @@ def view_all(
2520
2343
  :type undo: bool | None
2521
2344
  """
2522
2345
 
2523
- ...
2524
-
2525
2346
  def view_all_preview(
2526
2347
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
2527
2348
  execution_context: int | str | None = None,
@@ -2534,8 +2355,6 @@ def view_all_preview(
2534
2355
  :type undo: bool | None
2535
2356
  """
2536
2357
 
2537
- ...
2538
-
2539
2358
  def view_frame(
2540
2359
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
2541
2360
  execution_context: int | str | None = None,
@@ -2548,8 +2367,6 @@ def view_frame(
2548
2367
  :type undo: bool | None
2549
2368
  """
2550
2369
 
2551
- ...
2552
-
2553
2370
  def view_ghost_border(
2554
2371
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
2555
2372
  execution_context: int | str | None = None,
@@ -2578,8 +2395,6 @@ def view_ghost_border(
2578
2395
  :type wait_for_input: bool | None
2579
2396
  """
2580
2397
 
2581
- ...
2582
-
2583
2398
  def view_selected(
2584
2399
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
2585
2400
  execution_context: int | str | None = None,
@@ -2592,8 +2407,6 @@ def view_selected(
2592
2407
  :type undo: bool | None
2593
2408
  """
2594
2409
 
2595
- ...
2596
-
2597
2410
  def view_zoom_ratio(
2598
2411
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
2599
2412
  execution_context: int | str | None = None,
@@ -2609,5 +2422,3 @@ def view_zoom_ratio(
2609
2422
  :param ratio: Ratio, Zoom ratio, 1.0 is 1:1, higher is zoomed in, lower is zoomed out
2610
2423
  :type ratio: float | None
2611
2424
  """
2612
-
2613
- ...