fake-bpy-module 20250628__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 +106 -52
  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 +55628 -39419
  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-20250628.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-20250628.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-20250628.dist-info/RECORD +0 -367
  245. {bpy_types → _bpy_types}/py.typed +0 -0
  246. {fake_bpy_module-20250628.dist-info → fake_bpy_module-20250830.dist-info}/WHEEL +0 -0
bpy/ops/pose/__init__.pyi CHANGED
@@ -248,7 +248,9 @@ def constraint_add_with_targets(
248
248
  """
249
249
 
250
250
  def constraints_clear(
251
- execution_context: int | str | None = None, undo: bool | None = None
251
+ execution_context: int | str | None = None,
252
+ undo: bool | None = None,
253
+ /,
252
254
  ) -> None:
253
255
  """Clear all constraints from the selected bones
254
256
 
@@ -257,7 +259,9 @@ def constraints_clear(
257
259
  """
258
260
 
259
261
  def constraints_copy(
260
- execution_context: int | str | None = None, undo: bool | None = None
262
+ execution_context: int | str | None = None,
263
+ undo: bool | None = None,
264
+ /,
261
265
  ) -> None:
262
266
  """Copy constraints to other selected bones
263
267
 
@@ -265,7 +269,11 @@ def constraints_copy(
265
269
  :type undo: bool | None
266
270
  """
267
271
 
268
- def copy(execution_context: int | str | None = None, undo: bool | None = None) -> None:
272
+ def copy(
273
+ execution_context: int | str | None = None,
274
+ undo: bool | None = None,
275
+ /,
276
+ ) -> None:
269
277
  """Copy the current pose of the selected bones to the internal clipboard
270
278
 
271
279
  :type execution_context: int | str | None
@@ -318,7 +326,9 @@ def ik_add(
318
326
  """
319
327
 
320
328
  def ik_clear(
321
- execution_context: int | str | None = None, undo: bool | None = None
329
+ execution_context: int | str | None = None,
330
+ undo: bool | None = None,
331
+ /,
322
332
  ) -> None:
323
333
  """Remove all IK Constraints from selected bones
324
334
 
@@ -327,7 +337,9 @@ def ik_clear(
327
337
  """
328
338
 
329
339
  def loc_clear(
330
- execution_context: int | str | None = None, undo: bool | None = None
340
+ execution_context: int | str | None = None,
341
+ undo: bool | None = None,
342
+ /,
331
343
  ) -> None:
332
344
  """Reset locations of selected bones to their default values
333
345
 
@@ -392,16 +404,20 @@ def paths_clear(
392
404
  """
393
405
 
394
406
  def paths_range_update(
395
- execution_context: int | str | None = None, undo: bool | None = None
407
+ execution_context: int | str | None = None,
408
+ undo: bool | None = None,
409
+ /,
396
410
  ) -> None:
397
- """Update frame range for motion paths from the Scene's current frame range
411
+ """Update frame range for motion paths from the Scenes current frame range
398
412
 
399
413
  :type execution_context: int | str | None
400
414
  :type undo: bool | None
401
415
  """
402
416
 
403
417
  def paths_update(
404
- execution_context: int | str | None = None, undo: bool | None = None
418
+ execution_context: int | str | None = None,
419
+ undo: bool | None = None,
420
+ /,
405
421
  ) -> None:
406
422
  """Recalculate paths for bones that already have them
407
423
 
@@ -438,7 +454,7 @@ def propagate(
438
454
  To Last Keyframe -- Propagate pose to the last keyframe only (i.e. making action cyclic).
439
455
 
440
456
  BEFORE_FRAME
441
- Before Frame -- Propagate pose to all keyframes between current frame and 'Frame' property.
457
+ Before Frame -- Propagate pose to all keyframes between current frame and Frame property.
442
458
 
443
459
  BEFORE_END
444
460
  Before Last Keyframe -- Propagate pose to all keyframes from current frame until no more are found.
@@ -449,7 +465,7 @@ def propagate(
449
465
  SELECTED_MARKERS
450
466
  On Selected Markers -- Propagate pose to all keyframes occurring on frames with Scene Markers after the current frame.
451
467
  :type mode: typing.Literal['NEXT_KEY','LAST_KEY','BEFORE_FRAME','BEFORE_END','SELECTED_KEYS','SELECTED_MARKERS'] | None
452
- :param end_frame: End Frame, Frame to stop propagating frames to (for 'Before Frame' mode)
468
+ :param end_frame: End Frame, Frame to stop propagating frames to (for Before Frame mode)
453
469
  :type end_frame: float | None
454
470
  """
455
471
 
@@ -512,7 +528,9 @@ def push(
512
528
  """
513
529
 
514
530
  def quaternions_flip(
515
- execution_context: int | str | None = None, undo: bool | None = None
531
+ execution_context: int | str | None = None,
532
+ undo: bool | None = None,
533
+ /,
516
534
  ) -> None:
517
535
  """Flip quaternion values to achieve desired rotations, while maintaining the same orientations
518
536
 
@@ -594,7 +612,9 @@ def reveal(
594
612
  """
595
613
 
596
614
  def rot_clear(
597
- execution_context: int | str | None = None, undo: bool | None = None
615
+ execution_context: int | str | None = None,
616
+ undo: bool | None = None,
617
+ /,
598
618
  ) -> None:
599
619
  """Reset rotations of selected bones to their default values
600
620
 
@@ -618,7 +638,9 @@ def rotation_mode_set(
618
638
  """
619
639
 
620
640
  def scale_clear(
621
- execution_context: int | str | None = None, undo: bool | None = None
641
+ execution_context: int | str | None = None,
642
+ undo: bool | None = None,
643
+ /,
622
644
  ) -> None:
623
645
  """Reset scaling of selected bones to their default values
624
646
 
@@ -654,7 +676,9 @@ def select_all(
654
676
  """
655
677
 
656
678
  def select_constraint_target(
657
- execution_context: int | str | None = None, undo: bool | None = None
679
+ execution_context: int | str | None = None,
680
+ undo: bool | None = None,
681
+ /,
658
682
  ) -> None:
659
683
  """Select bones used as targets for the currently selected bones
660
684
 
@@ -729,7 +753,9 @@ def select_hierarchy(
729
753
  """
730
754
 
731
755
  def select_linked(
732
- execution_context: int | str | None = None, undo: bool | None = None
756
+ execution_context: int | str | None = None,
757
+ undo: bool | None = None,
758
+ /,
733
759
  ) -> None:
734
760
  """Select all bones linked by parent/child connections to the current selection
735
761
 
@@ -771,7 +797,9 @@ def select_mirror(
771
797
  """
772
798
 
773
799
  def select_parent(
774
- execution_context: int | str | None = None, undo: bool | None = None
800
+ execution_context: int | str | None = None,
801
+ undo: bool | None = None,
802
+ /,
775
803
  ) -> None:
776
804
  """Select bones that are parents of the currently selected bones
777
805
 
@@ -780,7 +808,9 @@ def select_parent(
780
808
  """
781
809
 
782
810
  def selection_set_add(
783
- execution_context: int | str | None = None, undo: bool | None = None
811
+ execution_context: int | str | None = None,
812
+ undo: bool | None = None,
813
+ /,
784
814
  ) -> None:
785
815
  """Create a new empty Selection Set
786
816
 
@@ -789,7 +819,9 @@ def selection_set_add(
789
819
  """
790
820
 
791
821
  def selection_set_add_and_assign(
792
- execution_context: int | str | None = None, undo: bool | None = None
822
+ execution_context: int | str | None = None,
823
+ undo: bool | None = None,
824
+ /,
793
825
  ) -> None:
794
826
  """Create a new Selection Set with the currently selected bones
795
827
 
@@ -798,7 +830,9 @@ def selection_set_add_and_assign(
798
830
  """
799
831
 
800
832
  def selection_set_assign(
801
- execution_context: int | str | None = None, undo: bool | None = None
833
+ execution_context: int | str | None = None,
834
+ undo: bool | None = None,
835
+ /,
802
836
  ) -> None:
803
837
  """Add selected bones to Selection Set
804
838
 
@@ -807,7 +841,9 @@ def selection_set_assign(
807
841
  """
808
842
 
809
843
  def selection_set_copy(
810
- execution_context: int | str | None = None, undo: bool | None = None
844
+ execution_context: int | str | None = None,
845
+ undo: bool | None = None,
846
+ /,
811
847
  ) -> None:
812
848
  """Copy the selected Selection Set(s) to the clipboard
813
849
 
@@ -816,7 +852,9 @@ def selection_set_copy(
816
852
  """
817
853
 
818
854
  def selection_set_delete_all(
819
- execution_context: int | str | None = None, undo: bool | None = None
855
+ execution_context: int | str | None = None,
856
+ undo: bool | None = None,
857
+ /,
820
858
  ) -> None:
821
859
  """Remove all Selection Sets from this Armature
822
860
 
@@ -825,7 +863,9 @@ def selection_set_delete_all(
825
863
  """
826
864
 
827
865
  def selection_set_deselect(
828
- execution_context: int | str | None = None, undo: bool | None = None
866
+ execution_context: int | str | None = None,
867
+ undo: bool | None = None,
868
+ /,
829
869
  ) -> None:
830
870
  """Remove Selection Set bones from current selection
831
871
 
@@ -849,7 +889,9 @@ def selection_set_move(
849
889
  """
850
890
 
851
891
  def selection_set_paste(
852
- execution_context: int | str | None = None, undo: bool | None = None
892
+ execution_context: int | str | None = None,
893
+ undo: bool | None = None,
894
+ /,
853
895
  ) -> None:
854
896
  """Add new Selection Set(s) from the clipboard
855
897
 
@@ -858,7 +900,9 @@ def selection_set_paste(
858
900
  """
859
901
 
860
902
  def selection_set_remove(
861
- execution_context: int | str | None = None, undo: bool | None = None
903
+ execution_context: int | str | None = None,
904
+ undo: bool | None = None,
905
+ /,
862
906
  ) -> None:
863
907
  """Remove a Selection Set from this Armature
864
908
 
@@ -867,7 +911,9 @@ def selection_set_remove(
867
911
  """
868
912
 
869
913
  def selection_set_remove_bones(
870
- execution_context: int | str | None = None, undo: bool | None = None
914
+ execution_context: int | str | None = None,
915
+ undo: bool | None = None,
916
+ /,
871
917
  ) -> None:
872
918
  """Remove the selected bones from all Selection Sets
873
919
 
@@ -891,7 +937,9 @@ def selection_set_select(
891
937
  """
892
938
 
893
939
  def selection_set_unassign(
894
- execution_context: int | str | None = None, undo: bool | None = None
940
+ execution_context: int | str | None = None,
941
+ undo: bool | None = None,
942
+ /,
895
943
  ) -> None:
896
944
  """Remove selected bones from Selection Set
897
945
 
@@ -900,7 +948,9 @@ def selection_set_unassign(
900
948
  """
901
949
 
902
950
  def transforms_clear(
903
- execution_context: int | str | None = None, undo: bool | None = None
951
+ execution_context: int | str | None = None,
952
+ undo: bool | None = None,
953
+ /,
904
954
  ) -> None:
905
955
  """Reset location, rotation, and scaling of selected bones to their default values
906
956
 
@@ -924,7 +974,9 @@ def user_transforms_clear(
924
974
  """
925
975
 
926
976
  def visual_transform_apply(
927
- execution_context: int | str | None = None, undo: bool | None = None
977
+ execution_context: int | str | None = None,
978
+ undo: bool | None = None,
979
+ /,
928
980
  ) -> None:
929
981
  """Apply final constrained position of pose bones to their transform
930
982
 
@@ -2,12 +2,17 @@ import typing
2
2
  import collections.abc
3
3
  import typing_extensions
4
4
  import numpy.typing as npt
5
+ import bpy.stub_internal.rna_enums
5
6
 
6
7
  def apply_pose_asset(
7
8
  execution_context: int | str | None = None,
8
9
  undo: bool | None = None,
9
10
  /,
10
11
  *,
12
+ asset_library_type: bpy.stub_internal.rna_enums.AssetLibraryTypeItems
13
+ | None = "LOCAL",
14
+ asset_library_identifier: str = "",
15
+ relative_asset_identifier: str = "",
11
16
  blend_factor: float | None = 1.0,
12
17
  flipped: bool | None = False,
13
18
  ) -> None:
@@ -15,6 +20,12 @@ def apply_pose_asset(
15
20
 
16
21
  :type execution_context: int | str | None
17
22
  :type undo: bool | None
23
+ :param asset_library_type: Asset Library Type
24
+ :type asset_library_type: bpy.stub_internal.rna_enums.AssetLibraryTypeItems | None
25
+ :param asset_library_identifier: Asset Library Identifier
26
+ :type asset_library_identifier: str
27
+ :param relative_asset_identifier: Relative Asset Identifier
28
+ :type relative_asset_identifier: str
18
29
  :param blend_factor: Blend Factor, Amount that the pose is applied on top of the existing poses. A negative value will subtract the pose instead of adding it
19
30
  :type blend_factor: float | None
20
31
  :param flipped: Apply Flipped, When enabled, applies the pose flipped over the X-axis
@@ -22,7 +33,9 @@ def apply_pose_asset(
22
33
  """
23
34
 
24
35
  def asset_delete(
25
- execution_context: int | str | None = None, undo: bool | None = None
36
+ execution_context: int | str | None = None,
37
+ undo: bool | None = None,
38
+ /,
26
39
  ) -> None:
27
40
  """Delete the selected Pose Asset
28
41
 
@@ -44,7 +57,7 @@ def asset_modify(
44
57
  :param mode: Overwrite Mode, Specify which parts of the pose asset are overwritten
45
58
 
46
59
  ADJUST
47
- Adjust -- Update existing channels in the pose asset but don't remove or add any channels.
60
+ Adjust -- Update existing channels in the pose asset but dont remove or add any channels.
48
61
 
49
62
  REPLACE
50
63
  Replace with Selection -- Completely replace all channels in the pose asset with the current selection.
@@ -62,6 +75,10 @@ def blend_pose_asset(
62
75
  undo: bool | None = None,
63
76
  /,
64
77
  *,
78
+ asset_library_type: bpy.stub_internal.rna_enums.AssetLibraryTypeItems
79
+ | None = "LOCAL",
80
+ asset_library_identifier: str = "",
81
+ relative_asset_identifier: str = "",
65
82
  blend_factor: float | None = 0.0,
66
83
  flipped: bool | None = False,
67
84
  release_confirm: bool | None = False,
@@ -70,6 +87,12 @@ def blend_pose_asset(
70
87
 
71
88
  :type execution_context: int | str | None
72
89
  :type undo: bool | None
90
+ :param asset_library_type: Asset Library Type
91
+ :type asset_library_type: bpy.stub_internal.rna_enums.AssetLibraryTypeItems | None
92
+ :param asset_library_identifier: Asset Library Identifier
93
+ :type asset_library_identifier: str
94
+ :param relative_asset_identifier: Relative Asset Identifier
95
+ :type relative_asset_identifier: str
73
96
  :param blend_factor: Blend Factor, Amount that the pose is applied on top of the existing poses. A negative value will subtract the pose instead of adding it
74
97
  :type blend_factor: float | None
75
98
  :param flipped: Apply Flipped, When enabled, applies the pose flipped over the X-axis
@@ -79,7 +102,9 @@ def blend_pose_asset(
79
102
  """
80
103
 
81
104
  def convert_old_object_poselib(
82
- execution_context: int | str | None = None, undo: bool | None = None
105
+ execution_context: int | str | None = None,
106
+ undo: bool | None = None,
107
+ /,
83
108
  ) -> None:
84
109
  """Create a pose asset for each pose marker in this legacy pose library data-block
85
110
 
@@ -88,7 +113,9 @@ def convert_old_object_poselib(
88
113
  """
89
114
 
90
115
  def convert_old_poselib(
91
- execution_context: int | str | None = None, undo: bool | None = None
116
+ execution_context: int | str | None = None,
117
+ undo: bool | None = None,
118
+ /,
92
119
  ) -> None:
93
120
  """Create a pose asset for each pose marker in the current action
94
121
 
@@ -97,7 +124,9 @@ def convert_old_poselib(
97
124
  """
98
125
 
99
126
  def copy_as_asset(
100
- execution_context: int | str | None = None, undo: bool | None = None
127
+ execution_context: int | str | None = None,
128
+ undo: bool | None = None,
129
+ /,
101
130
  ) -> None:
102
131
  """Create a new pose asset on the clipboard, to be pasted into an Asset Browser
103
132
 
@@ -130,7 +159,9 @@ def create_pose_asset(
130
159
  """
131
160
 
132
161
  def paste_asset(
133
- execution_context: int | str | None = None, undo: bool | None = None
162
+ execution_context: int | str | None = None,
163
+ undo: bool | None = None,
164
+ /,
134
165
  ) -> None:
135
166
  """Paste the Asset that was previously copied using Copy As Asset
136
167
 
@@ -157,7 +188,9 @@ def pose_asset_select_bones(
157
188
  """
158
189
 
159
190
  def restore_previous_action(
160
- execution_context: int | str | None = None, undo: bool | None = None
191
+ execution_context: int | str | None = None,
192
+ undo: bool | None = None,
193
+ /,
161
194
  ) -> None:
162
195
  """Switch back to the previous Action, after creating a pose asset
163
196
 
@@ -83,7 +83,9 @@ def addon_install(
83
83
  """
84
84
 
85
85
  def addon_refresh(
86
- execution_context: int | str | None = None, undo: bool | None = None
86
+ execution_context: int | str | None = None,
87
+ undo: bool | None = None,
88
+ /,
87
89
  ) -> None:
88
90
  """Scan add-on directories for new modules
89
91
 
@@ -254,7 +256,9 @@ def asset_library_remove(
254
256
  """
255
257
 
256
258
  def associate_blend(
257
- execution_context: int | str | None = None, undo: bool | None = None
259
+ execution_context: int | str | None = None,
260
+ undo: bool | None = None,
261
+ /,
258
262
  ) -> None:
259
263
  """Use this installation for .blend files and to display thumbnails
260
264
 
@@ -263,7 +267,9 @@ def associate_blend(
263
267
  """
264
268
 
265
269
  def autoexec_path_add(
266
- execution_context: int | str | None = None, undo: bool | None = None
270
+ execution_context: int | str | None = None,
271
+ undo: bool | None = None,
272
+ /,
267
273
  ) -> None:
268
274
  """Add path to exclude from auto-execution
269
275
 
@@ -287,7 +293,9 @@ def autoexec_path_remove(
287
293
  """
288
294
 
289
295
  def copy_prev(
290
- execution_context: int | str | None = None, undo: bool | None = None
296
+ execution_context: int | str | None = None,
297
+ undo: bool | None = None,
298
+ /,
291
299
  ) -> None:
292
300
  """Copy settings from previous version
293
301
 
@@ -323,7 +331,7 @@ def extension_repo_add(
323
331
  :type access_token: str
324
332
  :param use_sync_on_startup: Check for Updates on Startup, Allow Blender to check for updates upon launch
325
333
  :type use_sync_on_startup: bool | None
326
- :param use_custom_directory: Custom Directory, Manually set the path for extensions to be stored. When disabled a user's extensions directory is created.
334
+ :param use_custom_directory: Custom Directory, Manually set the path for extensions to be stored. When disabled a users extensions directory is created.
327
335
  :type use_custom_directory: bool | None
328
336
  :param custom_directory: Custom Directory, The local directory containing extensions
329
337
  :type custom_directory: str
@@ -440,7 +448,9 @@ def keyconfig_import(
440
448
  """
441
449
 
442
450
  def keyconfig_remove(
443
- execution_context: int | str | None = None, undo: bool | None = None
451
+ execution_context: int | str | None = None,
452
+ undo: bool | None = None,
453
+ /,
444
454
  ) -> None:
445
455
  """Remove key config
446
456
 
@@ -449,7 +459,9 @@ def keyconfig_remove(
449
459
  """
450
460
 
451
461
  def keyconfig_test(
452
- execution_context: int | str | None = None, undo: bool | None = None
462
+ execution_context: int | str | None = None,
463
+ undo: bool | None = None,
464
+ /,
453
465
  ) -> None:
454
466
  """Test key configuration for conflicts
455
467
 
@@ -458,7 +470,9 @@ def keyconfig_test(
458
470
  """
459
471
 
460
472
  def keyitem_add(
461
- execution_context: int | str | None = None, undo: bool | None = None
473
+ execution_context: int | str | None = None,
474
+ undo: bool | None = None,
475
+ /,
462
476
  ) -> None:
463
477
  """Add key map item
464
478
 
@@ -512,7 +526,9 @@ def keymap_restore(
512
526
  """
513
527
 
514
528
  def reset_default_theme(
515
- execution_context: int | str | None = None, undo: bool | None = None
529
+ execution_context: int | str | None = None,
530
+ undo: bool | None = None,
531
+ /,
516
532
  ) -> None:
517
533
  """Reset to the default theme colors
518
534
 
@@ -660,9 +676,11 @@ def theme_install(
660
676
  """
661
677
 
662
678
  def unassociate_blend(
663
- execution_context: int | str | None = None, undo: bool | None = None
679
+ execution_context: int | str | None = None,
680
+ undo: bool | None = None,
681
+ /,
664
682
  ) -> None:
665
- """Remove this installation's associations with .blend files
683
+ """Remove this installations associations with .blend files
666
684
 
667
685
  :type execution_context: int | str | None
668
686
  :type undo: bool | None
@@ -3,7 +3,11 @@ import collections.abc
3
3
  import typing_extensions
4
4
  import numpy.typing as npt
5
5
 
6
- def add(execution_context: int | str | None = None, undo: bool | None = None) -> None:
6
+ def add(
7
+ execution_context: int | str | None = None,
8
+ undo: bool | None = None,
9
+ /,
10
+ ) -> None:
7
11
  """Add new cache
8
12
 
9
13
  :type execution_context: int | str | None
@@ -41,7 +45,9 @@ def bake_all(
41
45
  """
42
46
 
43
47
  def bake_from_cache(
44
- execution_context: int | str | None = None, undo: bool | None = None
48
+ execution_context: int | str | None = None,
49
+ undo: bool | None = None,
50
+ /,
45
51
  ) -> None:
46
52
  """Bake from cache
47
53
 
@@ -50,7 +56,9 @@ def bake_from_cache(
50
56
  """
51
57
 
52
58
  def free_bake(
53
- execution_context: int | str | None = None, undo: bool | None = None
59
+ execution_context: int | str | None = None,
60
+ undo: bool | None = None,
61
+ /,
54
62
  ) -> None:
55
63
  """Delete physics bake
56
64
 
@@ -59,7 +67,9 @@ def free_bake(
59
67
  """
60
68
 
61
69
  def free_bake_all(
62
- execution_context: int | str | None = None, undo: bool | None = None
70
+ execution_context: int | str | None = None,
71
+ undo: bool | None = None,
72
+ /,
63
73
  ) -> None:
64
74
  """Delete all baked caches of all objects in the current scene
65
75
 
@@ -68,7 +78,9 @@ def free_bake_all(
68
78
  """
69
79
 
70
80
  def remove(
71
- execution_context: int | str | None = None, undo: bool | None = None
81
+ execution_context: int | str | None = None,
82
+ undo: bool | None = None,
83
+ /,
72
84
  ) -> None:
73
85
  """Delete current cache
74
86
 
@@ -148,7 +148,7 @@ def opengl(
148
148
  :type animation: bool | None
149
149
  :param render_keyed_only: Render Keyframes Only, Render only those frames where selected objects have a key in their animation data. Only used when rendering animation
150
150
  :type render_keyed_only: bool | None
151
- :param sequencer: Sequencer, Render using the sequencer's OpenGL display
151
+ :param sequencer: Sequencer, Render using the sequencers OpenGL display
152
152
  :type sequencer: bool | None
153
153
  :param write_still: Write Image, Save the rendered image to the output path (used only when animation is disabled)
154
154
  :type write_still: bool | None
@@ -157,7 +157,9 @@ def opengl(
157
157
  """
158
158
 
159
159
  def play_rendered_anim(
160
- execution_context: int | str | None = None, undo: bool | None = None
160
+ execution_context: int | str | None = None,
161
+ undo: bool | None = None,
162
+ /,
161
163
  ) -> None:
162
164
  """Play back rendered frames/movies using an external player
163
165
 
@@ -230,7 +232,9 @@ def shutter_curve_preset(
230
232
  """
231
233
 
232
234
  def view_cancel(
233
- execution_context: int | str | None = None, undo: bool | None = None
235
+ execution_context: int | str | None = None,
236
+ undo: bool | None = None,
237
+ /,
234
238
  ) -> None:
235
239
  """Cancel show render view
236
240
 
@@ -239,7 +243,9 @@ def view_cancel(
239
243
  """
240
244
 
241
245
  def view_show(
242
- execution_context: int | str | None = None, undo: bool | None = None
246
+ execution_context: int | str | None = None,
247
+ undo: bool | None = None,
248
+ /,
243
249
  ) -> None:
244
250
  """Toggle show render view
245
251
 
@@ -112,7 +112,9 @@ def constraint_add(
112
112
  """
113
113
 
114
114
  def constraint_remove(
115
- execution_context: int | str | None = None, undo: bool | None = None
115
+ execution_context: int | str | None = None,
116
+ undo: bool | None = None,
117
+ /,
116
118
  ) -> None:
117
119
  """Remove Rigid Body Constraint from Object
118
120
 
@@ -134,7 +136,7 @@ def mass_calculate(
134
136
  :type undo: bool | None
135
137
  :param material: Material Preset, Type of material that objects are made of (determines material density)
136
138
  :type material: str | None
137
- :param density: Density, Density value (kg/m^3), allows custom value if the 'Custom' preset is used
139
+ :param density: Density, Density value (kg/m^3), allows custom value if the Custom preset is used
138
140
  :type density: float | None
139
141
  """
140
142
 
@@ -154,7 +156,9 @@ def object_add(
154
156
  """
155
157
 
156
158
  def object_remove(
157
- execution_context: int | str | None = None, undo: bool | None = None
159
+ execution_context: int | str | None = None,
160
+ undo: bool | None = None,
161
+ /,
158
162
  ) -> None:
159
163
  """Remove Rigid Body settings from Object
160
164
 
@@ -163,7 +167,9 @@ def object_remove(
163
167
  """
164
168
 
165
169
  def object_settings_copy(
166
- execution_context: int | str | None = None, undo: bool | None = None
170
+ execution_context: int | str | None = None,
171
+ undo: bool | None = None,
172
+ /,
167
173
  ) -> None:
168
174
  """Copy Rigid Body settings from active object to selected
169
175
 
@@ -187,7 +193,9 @@ def objects_add(
187
193
  """
188
194
 
189
195
  def objects_remove(
190
- execution_context: int | str | None = None, undo: bool | None = None
196
+ execution_context: int | str | None = None,
197
+ undo: bool | None = None,
198
+ /,
191
199
  ) -> None:
192
200
  """Remove selected objects from Rigid Body simulation
193
201
 
@@ -211,7 +219,9 @@ def shape_change(
211
219
  """
212
220
 
213
221
  def world_add(
214
- execution_context: int | str | None = None, undo: bool | None = None
222
+ execution_context: int | str | None = None,
223
+ undo: bool | None = None,
224
+ /,
215
225
  ) -> None:
216
226
  """Add Rigid Body simulation world to the current scene
217
227
 
@@ -220,7 +230,9 @@ def world_add(
220
230
  """
221
231
 
222
232
  def world_remove(
223
- execution_context: int | str | None = None, undo: bool | None = None
233
+ execution_context: int | str | None = None,
234
+ undo: bool | None = None,
235
+ /,
224
236
  ) -> None:
225
237
  """Remove Rigid Body simulation world from the current scene
226
238