fake-bpy-module 20250629__py3-none-any.whl → 20250830__py3-none-any.whl

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

Potentially problematic release.


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

Files changed (246) hide show
  1. _bpy_internal/__init__.pyi +1 -0
  2. _bpy_internal/assets/__init__.pyi +5 -0
  3. _bpy_internal/assets/remote_library_listing/__init__.pyi +5 -0
  4. _bpy_internal/assets/remote_library_listing/blender_asset_library_openapi/__init__.pyi +13 -0
  5. _bpy_internal/extensions/wheel_manager/__init__.pyi +1 -1
  6. _bpy_internal/grease_pencil/stroke/__init__.pyi +2 -2
  7. _bpy_types/__init__.pyi +1594 -0
  8. aud/__init__.pyi +84 -31
  9. bl_i18n_utils/settings/__init__.pyi +1 -1
  10. bl_i18n_utils/utils/__init__.pyi +4 -4
  11. bl_math/__init__.pyi +1 -1
  12. bl_operators/add_mesh_torus/__init__.pyi +2 -1
  13. bl_operators/anim/__init__.pyi +15 -14
  14. bl_operators/assets/__init__.pyi +4 -3
  15. bl_operators/bone_selection_sets/__init__.pyi +15 -14
  16. bl_operators/clip/__init__.pyi +12 -11
  17. bl_operators/connect_to_output/__init__.pyi +2 -1
  18. bl_operators/console/__init__.pyi +6 -5
  19. bl_operators/constraint/__init__.pyi +6 -5
  20. bl_operators/file/__init__.pyi +6 -5
  21. bl_operators/freestyle/__init__.pyi +5 -4
  22. bl_operators/geometry_nodes/__init__.pyi +5 -4
  23. bl_operators/grease_pencil/__init__.pyi +2 -1
  24. bl_operators/image/__init__.pyi +6 -5
  25. bl_operators/image_as_planes/__init__.pyi +3 -2
  26. bl_operators/mesh/__init__.pyi +4 -3
  27. bl_operators/node/__init__.pyi +18 -17
  28. bl_operators/object/__init__.pyi +17 -16
  29. bl_operators/object_align/__init__.pyi +2 -1
  30. bl_operators/object_quick_effects/__init__.pyi +5 -4
  31. bl_operators/object_randomize_transform/__init__.pyi +2 -1
  32. bl_operators/presets/__init__.pyi +26 -25
  33. bl_operators/rigidbody/__init__.pyi +4 -3
  34. bl_operators/screen_play_rendered_anim/__init__.pyi +2 -1
  35. bl_operators/sequencer/__init__.pyi +12 -11
  36. bl_operators/spreadsheet/__init__.pyi +2 -1
  37. bl_operators/userpref/__init__.pyi +26 -25
  38. bl_operators/uvcalc_follow_active/__init__.pyi +2 -1
  39. bl_operators/uvcalc_lightmap/__init__.pyi +3 -2
  40. bl_operators/uvcalc_transform/__init__.pyi +5 -4
  41. bl_operators/vertexpaint_dirt/__init__.pyi +2 -1
  42. bl_operators/view3d/__init__.pyi +9 -8
  43. bl_operators/wm/__init__.pyi +48 -47
  44. bl_operators/world/__init__.pyi +3 -2
  45. bl_ui/__init__.pyi +4 -3
  46. bl_ui/anim/__init__.pyi +2 -1
  47. bl_ui/asset_shelf/__init__.pyi +2 -1
  48. bl_ui/generic_ui_list/__init__.pyi +4 -3
  49. bl_ui/node_add_menu/__init__.pyi +6 -2
  50. bl_ui/node_add_menu_compositor/__init__.pyi +19 -18
  51. bl_ui/node_add_menu_geometry/__init__.pyi +133 -54
  52. bl_ui/node_add_menu_shader/__init__.pyi +11 -10
  53. bl_ui/node_add_menu_texture/__init__.pyi +10 -9
  54. bl_ui/properties_collection/__init__.pyi +9 -8
  55. bl_ui/properties_constraint/__init__.pyi +78 -77
  56. bl_ui/properties_data_armature/__init__.pyi +22 -21
  57. bl_ui/properties_data_bone/__init__.pyi +12 -11
  58. bl_ui/properties_data_camera/__init__.pyi +18 -17
  59. bl_ui/properties_data_curve/__init__.pyi +18 -17
  60. bl_ui/properties_data_curves/__init__.pyi +11 -10
  61. bl_ui/properties_data_empty/__init__.pyi +3 -2
  62. bl_ui/properties_data_grease_pencil/__init__.pyi +23 -22
  63. bl_ui/properties_data_lattice/__init__.pyi +7 -6
  64. bl_ui/properties_data_light/__init__.pyi +13 -12
  65. bl_ui/properties_data_lightprobe/__init__.pyi +16 -15
  66. bl_ui/properties_data_mesh/__init__.pyi +48 -22
  67. bl_ui/properties_data_metaball/__init__.pyi +9 -8
  68. bl_ui/properties_data_modifier/__init__.pyi +10 -9
  69. bl_ui/properties_data_pointcloud/__init__.pyi +8 -7
  70. bl_ui/properties_data_shaderfx/__init__.pyi +2 -1
  71. bl_ui/properties_data_speaker/__init__.pyi +9 -8
  72. bl_ui/properties_data_volume/__init__.pyi +12 -11
  73. bl_ui/properties_freestyle/__init__.pyi +27 -26
  74. bl_ui/properties_grease_pencil_common/__init__.pyi +11 -10
  75. bl_ui/properties_mask_common/__init__.pyi +8 -7
  76. bl_ui/properties_material/__init__.pyi +19 -18
  77. bl_ui/properties_material_gpencil/__init__.pyi +14 -13
  78. bl_ui/properties_object/__init__.pyi +24 -23
  79. bl_ui/properties_output/__init__.pyi +21 -20
  80. bl_ui/properties_paint_common/__init__.pyi +8 -4
  81. bl_ui/properties_particle/__init__.pyi +58 -55
  82. bl_ui/properties_physics_cloth/__init__.pyi +15 -14
  83. bl_ui/properties_physics_common/__init__.pyi +2 -1
  84. bl_ui/properties_physics_dynamicpaint/__init__.pyi +23 -22
  85. bl_ui/properties_physics_field/__init__.pyi +11 -10
  86. bl_ui/properties_physics_fluid/__init__.pyi +29 -28
  87. bl_ui/properties_physics_geometry_nodes/__init__.pyi +2 -1
  88. bl_ui/properties_physics_rigidbody/__init__.pyi +9 -8
  89. bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +14 -13
  90. bl_ui/properties_physics_softbody/__init__.pyi +16 -15
  91. bl_ui/properties_render/__init__.pyi +44 -74
  92. bl_ui/properties_scene/__init__.pyi +48 -18
  93. bl_ui/properties_texture/__init__.pyi +30 -29
  94. bl_ui/properties_view_layer/__init__.pyi +52 -14
  95. bl_ui/properties_workspace/__init__.pyi +6 -5
  96. bl_ui/properties_world/__init__.pyi +14 -13
  97. bl_ui/space_clip/__init__.pyi +76 -73
  98. bl_ui/space_console/__init__.pyi +7 -6
  99. bl_ui/space_dopesheet/__init__.pyi +32 -31
  100. bl_ui/space_filebrowser/__init__.pyi +33 -30
  101. bl_ui/space_graph/__init__.pyi +24 -23
  102. bl_ui/space_image/__init__.pyi +88 -72
  103. bl_ui/space_info/__init__.pyi +7 -6
  104. bl_ui/space_nla/__init__.pyi +22 -19
  105. bl_ui/space_node/__init__.pyi +66 -31
  106. bl_ui/space_outliner/__init__.pyi +16 -15
  107. bl_ui/space_properties/__init__.pyi +5 -4
  108. bl_ui/space_sequencer/__init__.pyi +131 -91
  109. bl_ui/space_spreadsheet/__init__.pyi +4 -3
  110. bl_ui/space_statusbar/__init__.pyi +2 -1
  111. bl_ui/space_text/__init__.pyi +17 -16
  112. bl_ui/space_time/__init__.pyi +7 -6
  113. bl_ui/space_toolsystem_common/__init__.pyi +2 -2
  114. bl_ui/space_toolsystem_toolbar/__init__.pyi +23 -5
  115. bl_ui/space_topbar/__init__.pyi +28 -27
  116. bl_ui/space_userpref/__init__.pyi +103 -92
  117. bl_ui/space_view3d/__init__.pyi +268 -266
  118. bl_ui/space_view3d_toolbar/__init__.pyi +106 -99
  119. blf/__init__.pyi +3 -5
  120. bmesh/__init__.pyi +2 -2
  121. bmesh/geometry/__init__.pyi +1 -1
  122. bmesh/ops/__init__.pyi +29 -14
  123. bmesh/types/__init__.pyi +34 -40
  124. bmesh/utils/__init__.pyi +1 -0
  125. bpy/__init__.pyi +1 -1
  126. bpy/app/__init__.pyi +34 -37
  127. bpy/app/handlers/__init__.pyi +19 -19
  128. bpy/app/timers/__init__.pyi +2 -1
  129. bpy/app/translations/__init__.pyi +8 -8
  130. bpy/msgbus/__init__.pyi +3 -2
  131. bpy/ops/action/__init__.pyi +58 -20
  132. bpy/ops/anim/__init__.pyi +115 -31
  133. bpy/ops/armature/__init__.pyi +59 -19
  134. bpy/ops/asset/__init__.pyi +35 -11
  135. bpy/ops/boid/__init__.pyi +21 -7
  136. bpy/ops/brush/__init__.pyi +10 -4
  137. bpy/ops/buttons/__init__.pyi +12 -4
  138. bpy/ops/cachefile/__init__.pyi +6 -2
  139. bpy/ops/clip/__init__.pyi +132 -46
  140. bpy/ops/collection/__init__.pyi +23 -4
  141. bpy/ops/console/__init__.pyi +30 -10
  142. bpy/ops/constraint/__init__.pyi +12 -6
  143. bpy/ops/curve/__init__.pyi +72 -24
  144. bpy/ops/curves/__init__.pyi +69 -21
  145. bpy/ops/cycles/__init__.pyi +4 -2
  146. bpy/ops/dpaint/__init__.pyi +11 -3
  147. bpy/ops/ed/__init__.pyi +34 -10
  148. bpy/ops/export_scene/__init__.pyi +15 -15
  149. bpy/ops/extensions/__init__.pyi +45 -15
  150. bpy/ops/file/__init__.pyi +81 -30
  151. bpy/ops/fluid/__init__.pyi +39 -13
  152. bpy/ops/font/__init__.pyi +30 -10
  153. bpy/ops/geometry/__init__.pyi +9 -3
  154. bpy/ops/gizmogroup/__init__.pyi +3 -1
  155. bpy/ops/gpencil/__init__.pyi +20 -8
  156. bpy/ops/graph/__init__.pyi +67 -29
  157. bpy/ops/grease_pencil/__init__.pyi +178 -49
  158. bpy/ops/image/__init__.pyi +68 -58
  159. bpy/ops/import_anim/__init__.pyi +2 -2
  160. bpy/ops/import_curve/__init__.pyi +3 -0
  161. bpy/ops/import_scene/__init__.pyi +15 -2
  162. bpy/ops/info/__init__.pyi +12 -4
  163. bpy/ops/lattice/__init__.pyi +9 -3
  164. bpy/ops/marker/__init__.pyi +8 -2
  165. bpy/ops/mask/__init__.pyi +53 -19
  166. bpy/ops/material/__init__.pyi +15 -3
  167. bpy/ops/mball/__init__.pyi +3 -1
  168. bpy/ops/mesh/__init__.pyi +116 -45
  169. bpy/ops/nla/__init__.pyi +67 -25
  170. bpy/ops/node/__init__.pyi +285 -119
  171. bpy/ops/object/__init__.pyi +278 -116
  172. bpy/ops/outliner/__init__.pyi +145 -49
  173. bpy/ops/paint/__init__.pyi +65 -37
  174. bpy/ops/paintcurve/__init__.pyi +16 -4
  175. bpy/ops/palette/__init__.pyi +11 -3
  176. bpy/ops/particle/__init__.pyi +66 -24
  177. bpy/ops/pointcloud/__init__.pyi +9 -3
  178. bpy/ops/pose/__init__.pyi +80 -28
  179. bpy/ops/poselib/__init__.pyi +40 -7
  180. bpy/ops/preferences/__init__.pyi +29 -11
  181. bpy/ops/ptcache/__init__.pyi +17 -5
  182. bpy/ops/render/__init__.pyi +10 -4
  183. bpy/ops/rigidbody/__init__.pyi +19 -7
  184. bpy/ops/scene/__init__.pyi +93 -22
  185. bpy/ops/screen/__init__.pyi +58 -20
  186. bpy/ops/script/__init__.pyi +3 -1
  187. bpy/ops/sculpt/__init__.pyi +30 -14
  188. bpy/ops/sculpt_curves/__init__.pyi +4 -2
  189. bpy/ops/sequencer/__init__.pyi +262 -125
  190. bpy/ops/sound/__init__.pyi +13 -5
  191. bpy/ops/spreadsheet/__init__.pyi +15 -5
  192. bpy/ops/text/__init__.pyi +85 -25
  193. bpy/ops/texture/__init__.pyi +11 -3
  194. bpy/ops/transform/__init__.pyi +7 -3
  195. bpy/ops/ui/__init__.pyi +98 -53
  196. bpy/ops/uv/__init__.pyi +43 -17
  197. bpy/ops/view2d/__init__.pyi +13 -3
  198. bpy/ops/view3d/__init__.pyi +116 -38
  199. bpy/ops/wm/__init__.pyi +144 -86
  200. bpy/ops/workspace/__init__.pyi +31 -6
  201. bpy/ops/world/__init__.pyi +9 -3
  202. bpy/path/__init__.pyi +1 -1
  203. bpy/props/__init__.pyi +31 -31
  204. bpy/stub_internal/rna_enums/__init__.pyi +54 -34
  205. bpy/types/__init__.pyi +55981 -39705
  206. bpy/utils/__init__.pyi +8 -8
  207. bpy/utils/previews/__init__.pyi +2 -2
  208. bpy/utils/units/__init__.pyi +5 -3
  209. bpy_extras/anim_utils/__init__.pyi +1 -1
  210. bpy_extras/id_map_utils/__init__.pyi +1 -1
  211. bpy_extras/image_utils/__init__.pyi +2 -2
  212. bpy_extras/io_utils/__init__.pyi +5 -5
  213. bpy_extras/keyconfig_utils/__init__.pyi +1 -1
  214. bpy_extras/node_shader_utils/__init__.pyi +1 -1
  215. bpy_extras/object_utils/__init__.pyi +1 -1
  216. bpy_extras/wm_utils/progress_report/__init__.pyi +1 -1
  217. {fake_bpy_module-20250629.dist-info → fake_bpy_module-20250830.dist-info}/METADATA +1 -1
  218. fake_bpy_module-20250830.dist-info/RECORD +370 -0
  219. {fake_bpy_module-20250629.dist-info → fake_bpy_module-20250830.dist-info}/top_level.txt +1 -1
  220. freestyle/chainingiterators/__init__.pyi +5 -5
  221. freestyle/predicates/__init__.pyi +2 -2
  222. freestyle/shaders/__init__.pyi +16 -17
  223. freestyle/types/__init__.pyi +25 -27
  224. freestyle/utils/__init__.pyi +6 -6
  225. gpu/platform/__init__.pyi +2 -2
  226. gpu/shader/__init__.pyi +3 -3
  227. gpu/state/__init__.pyi +1 -1
  228. gpu/texture/__init__.pyi +3 -3
  229. gpu/types/__init__.pyi +25 -14
  230. gpu_extras/batch/__init__.pyi +1 -1
  231. idprop/types/__init__.pyi +2 -2
  232. imbuf/__init__.pyi +1 -1
  233. imbuf/types/__init__.pyi +12 -6
  234. keyingsets_builtins/__init__.pyi +23 -22
  235. mathutils/__init__.pyi +157 -61
  236. mathutils/bvhtree/__init__.pyi +17 -4
  237. mathutils/geometry/__init__.pyi +54 -12
  238. mathutils/interpolate/__init__.pyi +4 -2
  239. mathutils/kdtree/__init__.pyi +1 -0
  240. mathutils/noise/__init__.pyi +61 -44
  241. rna_info/__init__.pyi +4 -1
  242. rna_prop_ui/__init__.pyi +1 -1
  243. bpy_types/__init__.pyi +0 -30
  244. fake_bpy_module-20250629.dist-info/RECORD +0 -367
  245. {bpy_types → _bpy_types}/py.typed +0 -0
  246. {fake_bpy_module-20250629.dist-info → fake_bpy_module-20250830.dist-info}/WHEEL +0 -0
bpy/ops/anim/__init__.pyi CHANGED
@@ -94,7 +94,9 @@ def channels_bake(
94
94
  """
95
95
 
96
96
  def channels_clean_empty(
97
- execution_context: int | str | None = None, undo: bool | None = None
97
+ execution_context: int | str | None = None,
98
+ undo: bool | None = None,
99
+ /,
98
100
  ) -> None:
99
101
  """Delete all empty animation data containers from visible data-blocks
100
102
 
@@ -139,7 +141,9 @@ def channels_collapse(
139
141
  """
140
142
 
141
143
  def channels_delete(
142
- execution_context: int | str | None = None, undo: bool | None = None
144
+ execution_context: int | str | None = None,
145
+ undo: bool | None = None,
146
+ /,
143
147
  ) -> None:
144
148
  """Delete all selected animation channels
145
149
 
@@ -181,9 +185,11 @@ def channels_expand(
181
185
  """
182
186
 
183
187
  def channels_fcurves_enable(
184
- execution_context: int | str | None = None, undo: bool | None = None
188
+ execution_context: int | str | None = None,
189
+ undo: bool | None = None,
190
+ /,
185
191
  ) -> None:
186
- """Clear 'disabled' tag from all F-Curves to get broken F-Curves working again
192
+ """Clear disabled tag from all F-Curves to get broken F-Curves working again
187
193
 
188
194
  :type execution_context: int | str | None
189
195
  :type undo: bool | None
@@ -220,7 +226,9 @@ def channels_move(
220
226
  """
221
227
 
222
228
  def channels_rename(
223
- execution_context: int | str | None = None, undo: bool | None = None
229
+ execution_context: int | str | None = None,
230
+ undo: bool | None = None,
231
+ /,
224
232
  ) -> None:
225
233
  """Rename animation channel under mouse
226
234
 
@@ -289,7 +297,9 @@ def channels_select_box(
289
297
  """
290
298
 
291
299
  def channels_select_filter(
292
- execution_context: int | str | None = None, undo: bool | None = None
300
+ execution_context: int | str | None = None,
301
+ undo: bool | None = None,
302
+ /,
293
303
  ) -> None:
294
304
  """Start entering text which filters the set of channels shown to only include those with matching names
295
305
 
@@ -352,7 +362,9 @@ def channels_setting_toggle(
352
362
  """
353
363
 
354
364
  def channels_ungroup(
355
- execution_context: int | str | None = None, undo: bool | None = None
365
+ execution_context: int | str | None = None,
366
+ undo: bool | None = None,
367
+ /,
356
368
  ) -> None:
357
369
  """Remove selected F-Curves from their current groups
358
370
 
@@ -394,7 +406,9 @@ def clear_useless_actions(
394
406
  """
395
407
 
396
408
  def convert_legacy_action(
397
- execution_context: int | str | None = None, undo: bool | None = None
409
+ execution_context: int | str | None = None,
410
+ undo: bool | None = None,
411
+ /,
398
412
  ) -> None:
399
413
  """Convert a legacy Action to a layered Action on the active object
400
414
 
@@ -403,7 +417,9 @@ def convert_legacy_action(
403
417
  """
404
418
 
405
419
  def copy_driver_button(
406
- execution_context: int | str | None = None, undo: bool | None = None
420
+ execution_context: int | str | None = None,
421
+ undo: bool | None = None,
422
+ /,
407
423
  ) -> None:
408
424
  """Copy the driver for the highlighted button
409
425
 
@@ -412,7 +428,9 @@ def copy_driver_button(
412
428
  """
413
429
 
414
430
  def driver_button_add(
415
- execution_context: int | str | None = None, undo: bool | None = None
431
+ execution_context: int | str | None = None,
432
+ undo: bool | None = None,
433
+ /,
416
434
  ) -> None:
417
435
  """Add driver for the property under the cursor
418
436
 
@@ -421,7 +439,9 @@ def driver_button_add(
421
439
  """
422
440
 
423
441
  def driver_button_edit(
424
- execution_context: int | str | None = None, undo: bool | None = None
442
+ execution_context: int | str | None = None,
443
+ undo: bool | None = None,
444
+ /,
425
445
  ) -> None:
426
446
  """Edit the drivers for the connected property represented by the highlighted button
427
447
 
@@ -445,7 +465,9 @@ def driver_button_remove(
445
465
  """
446
466
 
447
467
  def end_frame_set(
448
- execution_context: int | str | None = None, undo: bool | None = None
468
+ execution_context: int | str | None = None,
469
+ undo: bool | None = None,
470
+ /,
449
471
  ) -> None:
450
472
  """Set the current frame as the preview or scene end frame
451
473
 
@@ -483,6 +505,21 @@ def keyframe_clear_v3d(
483
505
  :type confirm: bool | None
484
506
  """
485
507
 
508
+ def keyframe_clear_vse(
509
+ execution_context: int | str | None = None,
510
+ undo: bool | None = None,
511
+ /,
512
+ *,
513
+ confirm: bool | None = True,
514
+ ) -> None:
515
+ """Remove all keyframe animation for selected strips
516
+
517
+ :type execution_context: int | str | None
518
+ :type undo: bool | None
519
+ :param confirm: Confirm, Prompt for confirmation
520
+ :type confirm: bool | None
521
+ """
522
+
486
523
  def keyframe_delete(
487
524
  execution_context: int | str | None = None,
488
525
  undo: bool | None = None,
@@ -520,7 +557,7 @@ def keyframe_delete_by_name(
520
557
  *,
521
558
  type: str = "",
522
559
  ) -> None:
523
- """Alternate access to 'Delete Keyframe' for keymaps to use
560
+ """Alternate access to Delete Keyframe for keymaps to use
524
561
 
525
562
  :type execution_context: int | str | None
526
563
  :type undo: bool | None
@@ -543,6 +580,21 @@ def keyframe_delete_v3d(
543
580
  :type confirm: bool | None
544
581
  """
545
582
 
583
+ def keyframe_delete_vse(
584
+ execution_context: int | str | None = None,
585
+ undo: bool | None = None,
586
+ /,
587
+ *,
588
+ confirm: bool | None = True,
589
+ ) -> None:
590
+ """Remove keyframes on current frame for selected strips
591
+
592
+ :type execution_context: int | str | None
593
+ :type undo: bool | None
594
+ :param confirm: Confirm, Prompt for confirmation
595
+ :type confirm: bool | None
596
+ """
597
+
546
598
  def keyframe_insert(
547
599
  execution_context: int | str | None = None,
548
600
  undo: bool | None = None,
@@ -580,7 +632,7 @@ def keyframe_insert_by_name(
580
632
  *,
581
633
  type: str = "",
582
634
  ) -> None:
583
- """Alternate access to 'Insert Keyframe' for keymaps to use
635
+ """Alternate access to Insert Keyframe for keymaps to use
584
636
 
585
637
  :type execution_context: int | str | None
586
638
  :type undo: bool | None
@@ -622,7 +674,9 @@ def keying_set_active_set(
622
674
  """
623
675
 
624
676
  def keying_set_add(
625
- execution_context: int | str | None = None, undo: bool | None = None
677
+ execution_context: int | str | None = None,
678
+ undo: bool | None = None,
679
+ /,
626
680
  ) -> None:
627
681
  """Add a new (empty) keying set to the active Scene
628
682
 
@@ -655,7 +709,9 @@ def keying_set_export(
655
709
  """
656
710
 
657
711
  def keying_set_path_add(
658
- execution_context: int | str | None = None, undo: bool | None = None
712
+ execution_context: int | str | None = None,
713
+ undo: bool | None = None,
714
+ /,
659
715
  ) -> None:
660
716
  """Add empty path to active keying set
661
717
 
@@ -664,7 +720,9 @@ def keying_set_path_add(
664
720
  """
665
721
 
666
722
  def keying_set_path_remove(
667
- execution_context: int | str | None = None, undo: bool | None = None
723
+ execution_context: int | str | None = None,
724
+ undo: bool | None = None,
725
+ /,
668
726
  ) -> None:
669
727
  """Remove active Path from active keying set
670
728
 
@@ -673,7 +731,9 @@ def keying_set_path_remove(
673
731
  """
674
732
 
675
733
  def keying_set_remove(
676
- execution_context: int | str | None = None, undo: bool | None = None
734
+ execution_context: int | str | None = None,
735
+ undo: bool | None = None,
736
+ /,
677
737
  ) -> None:
678
738
  """Remove the active keying set
679
739
 
@@ -697,7 +757,9 @@ def keyingset_button_add(
697
757
  """
698
758
 
699
759
  def keyingset_button_remove(
700
- execution_context: int | str | None = None, undo: bool | None = None
760
+ execution_context: int | str | None = None,
761
+ undo: bool | None = None,
762
+ /,
701
763
  ) -> None:
702
764
  """Remove current UI-active property from current keying set
703
765
 
@@ -706,7 +768,9 @@ def keyingset_button_remove(
706
768
  """
707
769
 
708
770
  def merge_animation(
709
- execution_context: int | str | None = None, undo: bool | None = None
771
+ execution_context: int | str | None = None,
772
+ undo: bool | None = None,
773
+ /,
710
774
  ) -> None:
711
775
  """Merge the animation of the selected objects into the action of the active object. Actions are not deleted by this, but might end up with zero users
712
776
 
@@ -715,7 +779,9 @@ def merge_animation(
715
779
  """
716
780
 
717
781
  def paste_driver_button(
718
- execution_context: int | str | None = None, undo: bool | None = None
782
+ execution_context: int | str | None = None,
783
+ undo: bool | None = None,
784
+ /,
719
785
  ) -> None:
720
786
  """Paste the driver in the internal clipboard to the highlighted button
721
787
 
@@ -724,7 +790,9 @@ def paste_driver_button(
724
790
  """
725
791
 
726
792
  def previewrange_clear(
727
- execution_context: int | str | None = None, undo: bool | None = None
793
+ execution_context: int | str | None = None,
794
+ undo: bool | None = None,
795
+ /,
728
796
  ) -> None:
729
797
  """Clear preview range
730
798
 
@@ -760,7 +828,9 @@ def previewrange_set(
760
828
  """
761
829
 
762
830
  def scene_range_frame(
763
- execution_context: int | str | None = None, undo: bool | None = None
831
+ execution_context: int | str | None = None,
832
+ undo: bool | None = None,
833
+ /,
764
834
  ) -> None:
765
835
  """Reset the horizontal view to the current scene frame range, taking the preview range into account if it is active
766
836
 
@@ -769,16 +839,20 @@ def scene_range_frame(
769
839
  """
770
840
 
771
841
  def separate_slots(
772
- execution_context: int | str | None = None, undo: bool | None = None
842
+ execution_context: int | str | None = None,
843
+ undo: bool | None = None,
844
+ /,
773
845
  ) -> None:
774
- """Move all slots of the action on the active object into newly created, separate actions. All users of those slots will be reassigned to the new actions. The current action won't be deleted but will be empty and might end up having zero users
846
+ """Move all slots of the action on the active object into newly created, separate actions. All users of those slots will be reassigned to the new actions. The current action wont be deleted but will be empty and might end up having zero users
775
847
 
776
848
  :type execution_context: int | str | None
777
849
  :type undo: bool | None
778
850
  """
779
851
 
780
852
  def slot_channels_move_to_new_action(
781
- execution_context: int | str | None = None, undo: bool | None = None
853
+ execution_context: int | str | None = None,
854
+ undo: bool | None = None,
855
+ /,
782
856
  ) -> None:
783
857
  """Move the selected slots into a newly created action
784
858
 
@@ -787,7 +861,9 @@ def slot_channels_move_to_new_action(
787
861
  """
788
862
 
789
863
  def slot_new_for_id(
790
- execution_context: int | str | None = None, undo: bool | None = None
864
+ execution_context: int | str | None = None,
865
+ undo: bool | None = None,
866
+ /,
791
867
  ) -> None:
792
868
  """Create a new action slot for this data-block, to hold its animation
793
869
 
@@ -796,7 +872,9 @@ def slot_new_for_id(
796
872
  """
797
873
 
798
874
  def slot_unassign_from_constraint(
799
- execution_context: int | str | None = None, undo: bool | None = None
875
+ execution_context: int | str | None = None,
876
+ undo: bool | None = None,
877
+ /,
800
878
  ) -> None:
801
879
  """Un-assign the action slot from this constraint
802
880
 
@@ -805,7 +883,9 @@ def slot_unassign_from_constraint(
805
883
  """
806
884
 
807
885
  def slot_unassign_from_id(
808
- execution_context: int | str | None = None, undo: bool | None = None
886
+ execution_context: int | str | None = None,
887
+ undo: bool | None = None,
888
+ /,
809
889
  ) -> None:
810
890
  """Un-assign the action slot, effectively making this data-block non-animated
811
891
 
@@ -814,7 +894,9 @@ def slot_unassign_from_id(
814
894
  """
815
895
 
816
896
  def slot_unassign_from_nla_strip(
817
- execution_context: int | str | None = None, undo: bool | None = None
897
+ execution_context: int | str | None = None,
898
+ undo: bool | None = None,
899
+ /,
818
900
  ) -> None:
819
901
  """Un-assign the action slot from this NLA strip, effectively making it non-animated
820
902
 
@@ -823,7 +905,9 @@ def slot_unassign_from_nla_strip(
823
905
  """
824
906
 
825
907
  def start_frame_set(
826
- execution_context: int | str | None = None, undo: bool | None = None
908
+ execution_context: int | str | None = None,
909
+ undo: bool | None = None,
910
+ /,
827
911
  ) -> None:
828
912
  """Set the current frame as the preview or scene start frame
829
913
 
@@ -4,7 +4,11 @@ import typing_extensions
4
4
  import numpy.typing as npt
5
5
  import bpy.ops.transform
6
6
 
7
- def align(execution_context: int | str | None = None, undo: bool | None = None) -> None:
7
+ def align(
8
+ execution_context: int | str | None = None,
9
+ undo: bool | None = None,
10
+ /,
11
+ ) -> None:
8
12
  """Align selected bones to the active bone (or to their parent)
9
13
 
10
14
  :type execution_context: int | str | None
@@ -92,7 +96,7 @@ def calculate_roll(
92
96
  axis_flip: bool | None = False,
93
97
  axis_only: bool | None = False,
94
98
  ) -> None:
95
- """Automatically fix alignment of select bones' axes
99
+ """Automatically fix alignment of select bones axes
96
100
 
97
101
  :type execution_context: int | str | None
98
102
  :type undo: bool | None
@@ -105,7 +109,9 @@ def calculate_roll(
105
109
  """
106
110
 
107
111
  def click_extrude(
108
- execution_context: int | str | None = None, undo: bool | None = None
112
+ execution_context: int | str | None = None,
113
+ undo: bool | None = None,
114
+ /,
109
115
  ) -> None:
110
116
  """Create a new bone going from the last selected joint to the mouse position
111
117
 
@@ -114,7 +120,9 @@ def click_extrude(
114
120
  """
115
121
 
116
122
  def collection_add(
117
- execution_context: int | str | None = None, undo: bool | None = None
123
+ execution_context: int | str | None = None,
124
+ undo: bool | None = None,
125
+ /,
118
126
  ) -> None:
119
127
  """Add a new bone collection
120
128
 
@@ -153,7 +161,9 @@ def collection_create_and_assign(
153
161
  """
154
162
 
155
163
  def collection_deselect(
156
- execution_context: int | str | None = None, undo: bool | None = None
164
+ execution_context: int | str | None = None,
165
+ undo: bool | None = None,
166
+ /,
157
167
  ) -> None:
158
168
  """Deselect bones of active Bone Collection
159
169
 
@@ -177,7 +187,9 @@ def collection_move(
177
187
  """
178
188
 
179
189
  def collection_remove(
180
- execution_context: int | str | None = None, undo: bool | None = None
190
+ execution_context: int | str | None = None,
191
+ undo: bool | None = None,
192
+ /,
181
193
  ) -> None:
182
194
  """Remove the active bone collection
183
195
 
@@ -186,7 +198,9 @@ def collection_remove(
186
198
  """
187
199
 
188
200
  def collection_remove_unused(
189
- execution_context: int | str | None = None, undo: bool | None = None
201
+ execution_context: int | str | None = None,
202
+ undo: bool | None = None,
203
+ /,
190
204
  ) -> None:
191
205
  """Remove all bone collections that have neither bones nor children. This is done recursively, so bone collections that only have unused children are also removed
192
206
 
@@ -195,7 +209,9 @@ def collection_remove_unused(
195
209
  """
196
210
 
197
211
  def collection_select(
198
- execution_context: int | str | None = None, undo: bool | None = None
212
+ execution_context: int | str | None = None,
213
+ undo: bool | None = None,
214
+ /,
199
215
  ) -> None:
200
216
  """Select bones in active Bone Collection
201
217
 
@@ -204,7 +220,9 @@ def collection_select(
204
220
  """
205
221
 
206
222
  def collection_show_all(
207
- execution_context: int | str | None = None, undo: bool | None = None
223
+ execution_context: int | str | None = None,
224
+ undo: bool | None = None,
225
+ /,
208
226
  ) -> None:
209
227
  """Show all bone collections
210
228
 
@@ -246,9 +264,11 @@ def collection_unassign_named(
246
264
  """
247
265
 
248
266
  def collection_unsolo_all(
249
- execution_context: int | str | None = None, undo: bool | None = None
267
+ execution_context: int | str | None = None,
268
+ undo: bool | None = None,
269
+ /,
250
270
  ) -> None:
251
- """Clear the 'solo' setting on all bone collections
271
+ """Clear the solo setting on all bone collections
252
272
 
253
273
  :type execution_context: int | str | None
254
274
  :type undo: bool | None
@@ -291,7 +311,9 @@ def delete(
291
311
  """
292
312
 
293
313
  def dissolve(
294
- execution_context: int | str | None = None, undo: bool | None = None
314
+ execution_context: int | str | None = None,
315
+ undo: bool | None = None,
316
+ /,
295
317
  ) -> None:
296
318
  """Dissolve selected bones from the armature
297
319
 
@@ -383,7 +405,11 @@ def extrude_move(
383
405
  :type TRANSFORM_OT_translate: bpy.ops.transform.translate | None
384
406
  """
385
407
 
386
- def fill(execution_context: int | str | None = None, undo: bool | None = None) -> None:
408
+ def fill(
409
+ execution_context: int | str | None = None,
410
+ undo: bool | None = None,
411
+ /,
412
+ ) -> None:
387
413
  """Add bone between selected joint(s) and/or 3D cursor
388
414
 
389
415
  :type execution_context: int | str | None
@@ -544,7 +570,9 @@ def select_hierarchy(
544
570
  """
545
571
 
546
572
  def select_less(
547
- execution_context: int | str | None = None, undo: bool | None = None
573
+ execution_context: int | str | None = None,
574
+ undo: bool | None = None,
575
+ /,
548
576
  ) -> None:
549
577
  """Deselect those bones at the boundary of each selection region
550
578
 
@@ -604,7 +632,9 @@ def select_mirror(
604
632
  """
605
633
 
606
634
  def select_more(
607
- execution_context: int | str | None = None, undo: bool | None = None
635
+ execution_context: int | str | None = None,
636
+ undo: bool | None = None,
637
+ /,
608
638
  ) -> None:
609
639
  """Select those bones connected to the initial selection
610
640
 
@@ -643,7 +673,9 @@ def select_similar(
643
673
  """
644
674
 
645
675
  def separate(
646
- execution_context: int | str | None = None, undo: bool | None = None
676
+ execution_context: int | str | None = None,
677
+ undo: bool | None = None,
678
+ /,
647
679
  ) -> None:
648
680
  """Isolate selected bones into a separate armature
649
681
 
@@ -652,7 +684,9 @@ def separate(
652
684
  """
653
685
 
654
686
  def shortest_path_pick(
655
- execution_context: int | str | None = None, undo: bool | None = None
687
+ execution_context: int | str | None = None,
688
+ undo: bool | None = None,
689
+ /,
656
690
  ) -> None:
657
691
  """Select shortest path between two bones
658
692
 
@@ -660,7 +694,11 @@ def shortest_path_pick(
660
694
  :type undo: bool | None
661
695
  """
662
696
 
663
- def split(execution_context: int | str | None = None, undo: bool | None = None) -> None:
697
+ def split(
698
+ execution_context: int | str | None = None,
699
+ undo: bool | None = None,
700
+ /,
701
+ ) -> None:
664
702
  """Split off selected bones from connected unselected bones
665
703
 
666
704
  :type execution_context: int | str | None
@@ -683,7 +721,9 @@ def subdivide(
683
721
  """
684
722
 
685
723
  def switch_direction(
686
- execution_context: int | str | None = None, undo: bool | None = None
724
+ execution_context: int | str | None = None,
725
+ undo: bool | None = None,
726
+ /,
687
727
  ) -> None:
688
728
  """Change the direction that a chain of bones points in (head and tail swap)
689
729
 
@@ -4,7 +4,9 @@ import typing_extensions
4
4
  import numpy.typing as npt
5
5
 
6
6
  def assign_action(
7
- execution_context: int | str | None = None, undo: bool | None = None
7
+ execution_context: int | str | None = None,
8
+ undo: bool | None = None,
9
+ /,
8
10
  ) -> None:
9
11
  """Set this pose Action as active Action on the active Object
10
12
 
@@ -139,7 +141,9 @@ def catalog_new(
139
141
  """
140
142
 
141
143
  def catalog_redo(
142
- execution_context: int | str | None = None, undo: bool | None = None
144
+ execution_context: int | str | None = None,
145
+ undo: bool | None = None,
146
+ /,
143
147
  ) -> None:
144
148
  """Redo the last undone edit to the asset catalogs
145
149
 
@@ -148,7 +152,9 @@ def catalog_redo(
148
152
  """
149
153
 
150
154
  def catalog_undo(
151
- execution_context: int | str | None = None, undo: bool | None = None
155
+ execution_context: int | str | None = None,
156
+ undo: bool | None = None,
157
+ /,
152
158
  ) -> None:
153
159
  """Undo the last edit to the asset catalogs
154
160
 
@@ -157,7 +163,9 @@ def catalog_undo(
157
163
  """
158
164
 
159
165
  def catalog_undo_push(
160
- execution_context: int | str | None = None, undo: bool | None = None
166
+ execution_context: int | str | None = None,
167
+ undo: bool | None = None,
168
+ /,
161
169
  ) -> None:
162
170
  """Store the current state of the asset catalogs in the undo buffer
163
171
 
@@ -166,7 +174,9 @@ def catalog_undo_push(
166
174
  """
167
175
 
168
176
  def catalogs_save(
169
- execution_context: int | str | None = None, undo: bool | None = None
177
+ execution_context: int | str | None = None,
178
+ undo: bool | None = None,
179
+ /,
170
180
  ) -> None:
171
181
  """Make any edits to any catalogs permanent by writing the current set up to the asset library
172
182
 
@@ -205,7 +215,9 @@ def clear_single(
205
215
  """
206
216
 
207
217
  def library_refresh(
208
- execution_context: int | str | None = None, undo: bool | None = None
218
+ execution_context: int | str | None = None,
219
+ undo: bool | None = None,
220
+ /,
209
221
  ) -> None:
210
222
  """Reread assets and asset catalogs from the asset library on disk
211
223
 
@@ -213,7 +225,11 @@ def library_refresh(
213
225
  :type undo: bool | None
214
226
  """
215
227
 
216
- def mark(execution_context: int | str | None = None, undo: bool | None = None) -> None:
228
+ def mark(
229
+ execution_context: int | str | None = None,
230
+ undo: bool | None = None,
231
+ /,
232
+ ) -> None:
217
233
  """Enable easier reuse of selected data-blocks through the Asset Browser, with the help of customizable metadata (like previews, descriptions and tags)
218
234
 
219
235
  :type execution_context: int | str | None
@@ -221,7 +237,9 @@ def mark(execution_context: int | str | None = None, undo: bool | None = None) -
221
237
  """
222
238
 
223
239
  def mark_single(
224
- execution_context: int | str | None = None, undo: bool | None = None
240
+ execution_context: int | str | None = None,
241
+ undo: bool | None = None,
242
+ /,
225
243
  ) -> None:
226
244
  """Enable easier reuse of a data-block through the Asset Browser, with the help of customizable metadata (like previews, descriptions and tags)
227
245
 
@@ -230,7 +248,9 @@ def mark_single(
230
248
  """
231
249
 
232
250
  def open_containing_blend_file(
233
- execution_context: int | str | None = None, undo: bool | None = None
251
+ execution_context: int | str | None = None,
252
+ undo: bool | None = None,
253
+ /,
234
254
  ) -> None:
235
255
  """Open the blend file that contains the active asset
236
256
 
@@ -260,7 +280,9 @@ def screenshot_preview(
260
280
  """
261
281
 
262
282
  def tag_add(
263
- execution_context: int | str | None = None, undo: bool | None = None
283
+ execution_context: int | str | None = None,
284
+ undo: bool | None = None,
285
+ /,
264
286
  ) -> None:
265
287
  """Add a new keyword tag to the active asset
266
288
 
@@ -269,7 +291,9 @@ def tag_add(
269
291
  """
270
292
 
271
293
  def tag_remove(
272
- execution_context: int | str | None = None, undo: bool | None = None
294
+ execution_context: int | str | None = None,
295
+ undo: bool | None = None,
296
+ /,
273
297
  ) -> None:
274
298
  """Remove an existing keyword tag from the active asset
275
299