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
@@ -58,7 +58,9 @@ def add(
58
58
  """
59
59
 
60
60
  def add_modifier_menu(
61
- execution_context: int | str | None = None, undo: bool | None = None
61
+ execution_context: int | str | None = None,
62
+ undo: bool | None = None,
63
+ /,
62
64
  ) -> None:
63
65
  """Undocumented, consider contributing.
64
66
 
@@ -140,7 +142,9 @@ def align(
140
142
  """
141
143
 
142
144
  def anim_transforms_to_deltas(
143
- execution_context: int | str | None = None, undo: bool | None = None
145
+ execution_context: int | str | None = None,
146
+ undo: bool | None = None,
147
+ /,
144
148
  ) -> None:
145
149
  """Convert object animation for normal transforms to delta transforms
146
150
 
@@ -292,7 +296,9 @@ def bake(
292
296
  """
293
297
 
294
298
  def bake_image(
295
- execution_context: int | str | None = None, undo: bool | None = None
299
+ execution_context: int | str | None = None,
300
+ undo: bool | None = None,
301
+ /,
296
302
  ) -> None:
297
303
  """Bake image textures of selected objects
298
304
 
@@ -345,7 +351,9 @@ def camera_add(
345
351
  """
346
352
 
347
353
  def camera_custom_update(
348
- execution_context: int | str | None = None, undo: bool | None = None
354
+ execution_context: int | str | None = None,
355
+ undo: bool | None = None,
356
+ /,
349
357
  ) -> None:
350
358
  """Update custom camera with new parameters from the shader
351
359
 
@@ -354,7 +362,9 @@ def camera_custom_update(
354
362
  """
355
363
 
356
364
  def clear_override_library(
357
- execution_context: int | str | None = None, undo: bool | None = None
365
+ execution_context: int | str | None = None,
366
+ undo: bool | None = None,
367
+ /,
358
368
  ) -> None:
359
369
  """Delete the selected local overrides and relink their usages to the linked data-blocks if possible, else reset them and mark them as non editable
360
370
 
@@ -363,7 +373,9 @@ def clear_override_library(
363
373
  """
364
374
 
365
375
  def collection_add(
366
- execution_context: int | str | None = None, undo: bool | None = None
376
+ execution_context: int | str | None = None,
377
+ undo: bool | None = None,
378
+ /,
367
379
  ) -> None:
368
380
  """Add an object to a new collection
369
381
 
@@ -499,7 +511,9 @@ def collection_link(
499
511
  """
500
512
 
501
513
  def collection_objects_select(
502
- execution_context: int | str | None = None, undo: bool | None = None
514
+ execution_context: int | str | None = None,
515
+ undo: bool | None = None,
516
+ /,
503
517
  ) -> None:
504
518
  """Select all objects in collection
505
519
 
@@ -508,7 +522,9 @@ def collection_objects_select(
508
522
  """
509
523
 
510
524
  def collection_remove(
511
- execution_context: int | str | None = None, undo: bool | None = None
525
+ execution_context: int | str | None = None,
526
+ undo: bool | None = None,
527
+ /,
512
528
  ) -> None:
513
529
  """Remove the active object from this collection
514
530
 
@@ -517,7 +533,9 @@ def collection_remove(
517
533
  """
518
534
 
519
535
  def collection_unlink(
520
- execution_context: int | str | None = None, undo: bool | None = None
536
+ execution_context: int | str | None = None,
537
+ undo: bool | None = None,
538
+ /,
521
539
  ) -> None:
522
540
  """Unlink the collection from all objects
523
541
 
@@ -556,7 +574,9 @@ def constraint_add_with_targets(
556
574
  """
557
575
 
558
576
  def constraints_clear(
559
- execution_context: int | str | None = None, undo: bool | None = None
577
+ execution_context: int | str | None = None,
578
+ undo: bool | None = None,
579
+ /,
560
580
  ) -> None:
561
581
  """Clear all constraints from the selected objects
562
582
 
@@ -565,7 +585,9 @@ def constraints_clear(
565
585
  """
566
586
 
567
587
  def constraints_copy(
568
- execution_context: int | str | None = None, undo: bool | None = None
588
+ execution_context: int | str | None = None,
589
+ undo: bool | None = None,
590
+ /,
569
591
  ) -> None:
570
592
  """Copy constraints to other selected objects
571
593
 
@@ -869,7 +891,7 @@ def data_transfer(
869
891
  :type vert_mapping: bpy.stub_internal.rna_enums.DtMethodVertexItems | None
870
892
  :param edge_mapping: Edge Mapping, Method used to map source edges to destination ones
871
893
  :type edge_mapping: bpy.stub_internal.rna_enums.DtMethodEdgeItems | None
872
- :param loop_mapping: Face Corner Mapping, Method used to map source faces' corners to destination ones
894
+ :param loop_mapping: Face Corner Mapping, Method used to map source faces corners to destination ones
873
895
  :type loop_mapping: bpy.stub_internal.rna_enums.DtMethodLoopItems | None
874
896
  :param poly_mapping: Face Mapping, Method used to map source faces to destination ones
875
897
  :type poly_mapping: bpy.stub_internal.rna_enums.DtMethodPolyItems | None
@@ -881,7 +903,7 @@ def data_transfer(
881
903
  :type use_max_distance: bool | None
882
904
  :param max_distance: Max Distance, Maximum allowed distance between source and destination element, for non-topology mappings
883
905
  :type max_distance: float | None
884
- :param ray_radius: Ray Radius, 'Width' of rays (especially useful when raycasting against vertices or edges)
906
+ :param ray_radius: Ray Radius, Width of rays (especially useful when raycasting against vertices or edges)
885
907
  :type ray_radius: float | None
886
908
  :param islands_precision: Islands Precision, Factor controlling precision of islands handling (the higher, the better the results)
887
909
  :type islands_precision: float | None
@@ -1010,7 +1032,7 @@ def drop_geometry_nodes(
1010
1032
  :type undo: bool | None
1011
1033
  :param session_uid: Session UID, Session UID of the geometry node group being dropped
1012
1034
  :type session_uid: int | None
1013
- :param show_datablock_in_modifier: Show the datablock selector in the modifier
1035
+ :param show_datablock_in_modifier: Show the data-block selector in the modifier
1014
1036
  :type show_datablock_in_modifier: bool | None
1015
1037
  """
1016
1038
 
@@ -1105,9 +1127,11 @@ def duplicates_make_real(
1105
1127
  """
1106
1128
 
1107
1129
  def editmode_toggle(
1108
- execution_context: int | str | None = None, undo: bool | None = None
1130
+ execution_context: int | str | None = None,
1131
+ undo: bool | None = None,
1132
+ /,
1109
1133
  ) -> None:
1110
- """Toggle object's edit mode
1134
+ """Toggle objects edit mode
1111
1135
 
1112
1136
  :type execution_context: int | str | None
1113
1137
  :type undo: bool | None
@@ -1407,9 +1431,11 @@ def explode_refresh(
1407
1431
  """
1408
1432
 
1409
1433
  def forcefield_toggle(
1410
- execution_context: int | str | None = None, undo: bool | None = None
1434
+ execution_context: int | str | None = None,
1435
+ undo: bool | None = None,
1436
+ /,
1411
1437
  ) -> None:
1412
- """Toggle object's force field
1438
+ """Toggle objects force field
1413
1439
 
1414
1440
  :type execution_context: int | str | None
1415
1441
  :type undo: bool | None
@@ -1504,7 +1530,9 @@ def geometry_node_bake_unpack_single(
1504
1530
  """
1505
1531
 
1506
1532
  def geometry_node_tree_copy_assign(
1507
- execution_context: int | str | None = None, undo: bool | None = None
1533
+ execution_context: int | str | None = None,
1534
+ undo: bool | None = None,
1535
+ /,
1508
1536
  ) -> None:
1509
1537
  """Copy the active geometry node group and assign it to the active modifier
1510
1538
 
@@ -1553,7 +1581,7 @@ def grease_pencil_add(
1553
1581
  type: bpy.stub_internal.rna_enums.ObjectGpencilTypeItems | None = "EMPTY",
1554
1582
  use_in_front: bool | None = True,
1555
1583
  stroke_depth_offset: float | None = 0.05,
1556
- use_lights: bool | None = False,
1584
+ use_lights: bool | None = True,
1557
1585
  stroke_depth_order: typing.Literal["2D", "3D"] | None = "3D",
1558
1586
  radius: float | None = 1.0,
1559
1587
  align: typing.Literal["WORLD", "VIEW", "CURSOR"] | None = "WORLD",
@@ -1581,7 +1609,7 @@ def grease_pencil_add(
1581
1609
  :type stroke_depth_offset: float | None
1582
1610
  :param use_lights: Use Lights, Use lights for this Grease Pencil object
1583
1611
  :type use_lights: bool | None
1584
- :param stroke_depth_order: Stroke Depth Order, Defines how the strokes are ordered in 3D space (for objects not displayed 'In Front')
1612
+ :param stroke_depth_order: Stroke Depth Order, Defines how the strokes are ordered in 3D space (for objects not displayed In Front)
1585
1613
 
1586
1614
  2D
1587
1615
  2D Layers -- Display strokes using Grease Pencil layers to define order.
@@ -1734,7 +1762,9 @@ def hide_collection(
1734
1762
  """
1735
1763
 
1736
1764
  def hide_render_clear_all(
1737
- execution_context: int | str | None = None, undo: bool | None = None
1765
+ execution_context: int | str | None = None,
1766
+ undo: bool | None = None,
1767
+ /,
1738
1768
  ) -> None:
1739
1769
  """Reveal all render objects by setting the hide render flag
1740
1770
 
@@ -1773,7 +1803,9 @@ def hide_view_set(
1773
1803
  """
1774
1804
 
1775
1805
  def hook_add_newob(
1776
- execution_context: int | str | None = None, undo: bool | None = None
1806
+ execution_context: int | str | None = None,
1807
+ undo: bool | None = None,
1808
+ /,
1777
1809
  ) -> None:
1778
1810
  """Hook selected vertices to a newly created object
1779
1811
 
@@ -1792,7 +1824,7 @@ def hook_add_selob(
1792
1824
 
1793
1825
  :type execution_context: int | str | None
1794
1826
  :type undo: bool | None
1795
- :param use_bone: Active Bone, Assign the hook to the hook object's active bone
1827
+ :param use_bone: Active Bone, Assign the hook to the hook objects active bone
1796
1828
  :type use_bone: bool | None
1797
1829
  """
1798
1830
 
@@ -1872,7 +1904,9 @@ def hook_select(
1872
1904
  """
1873
1905
 
1874
1906
  def instance_offset_from_cursor(
1875
- execution_context: int | str | None = None, undo: bool | None = None
1907
+ execution_context: int | str | None = None,
1908
+ undo: bool | None = None,
1909
+ /,
1876
1910
  ) -> None:
1877
1911
  """Set offset used for collection instances based on cursor position
1878
1912
 
@@ -1881,7 +1915,9 @@ def instance_offset_from_cursor(
1881
1915
  """
1882
1916
 
1883
1917
  def instance_offset_from_object(
1884
- execution_context: int | str | None = None, undo: bool | None = None
1918
+ execution_context: int | str | None = None,
1919
+ undo: bool | None = None,
1920
+ /,
1885
1921
  ) -> None:
1886
1922
  """Set offset used for collection instances based on the active object position
1887
1923
 
@@ -1890,7 +1926,9 @@ def instance_offset_from_object(
1890
1926
  """
1891
1927
 
1892
1928
  def instance_offset_to_cursor(
1893
- execution_context: int | str | None = None, undo: bool | None = None
1929
+ execution_context: int | str | None = None,
1930
+ undo: bool | None = None,
1931
+ /,
1894
1932
  ) -> None:
1895
1933
  """Set cursor position to the offset used for collection instances
1896
1934
 
@@ -1899,7 +1937,9 @@ def instance_offset_to_cursor(
1899
1937
  """
1900
1938
 
1901
1939
  def isolate_type_render(
1902
- execution_context: int | str | None = None, undo: bool | None = None
1940
+ execution_context: int | str | None = None,
1941
+ undo: bool | None = None,
1942
+ /,
1903
1943
  ) -> None:
1904
1944
  """Hide unselected render objects of same type as active by setting the hide render flag
1905
1945
 
@@ -1907,7 +1947,11 @@ def isolate_type_render(
1907
1947
  :type undo: bool | None
1908
1948
  """
1909
1949
 
1910
- def join(execution_context: int | str | None = None, undo: bool | None = None) -> None:
1950
+ def join(
1951
+ execution_context: int | str | None = None,
1952
+ undo: bool | None = None,
1953
+ /,
1954
+ ) -> None:
1911
1955
  """Join selected objects into active object
1912
1956
 
1913
1957
  :type execution_context: int | str | None
@@ -1915,7 +1959,9 @@ def join(execution_context: int | str | None = None, undo: bool | None = None) -
1915
1959
  """
1916
1960
 
1917
1961
  def join_shapes(
1918
- execution_context: int | str | None = None, undo: bool | None = None
1962
+ execution_context: int | str | None = None,
1963
+ undo: bool | None = None,
1964
+ /,
1919
1965
  ) -> None:
1920
1966
  """Add the vertex positions of selected objects as shape keys or update existing shape keys with matching names
1921
1967
 
@@ -1924,7 +1970,9 @@ def join_shapes(
1924
1970
  """
1925
1971
 
1926
1972
  def join_uvs(
1927
- execution_context: int | str | None = None, undo: bool | None = None
1973
+ execution_context: int | str | None = None,
1974
+ undo: bool | None = None,
1975
+ /,
1928
1976
  ) -> None:
1929
1977
  """Transfer UV Maps from active to selected objects (needs matching geometry)
1930
1978
 
@@ -1995,7 +2043,9 @@ def light_add(
1995
2043
  """
1996
2044
 
1997
2045
  def light_linking_blocker_collection_new(
1998
- execution_context: int | str | None = None, undo: bool | None = None
2046
+ execution_context: int | str | None = None,
2047
+ undo: bool | None = None,
2048
+ /,
1999
2049
  ) -> None:
2000
2050
  """Create new light linking collection used by the active emitter
2001
2051
 
@@ -2025,7 +2075,9 @@ def light_linking_blockers_link(
2025
2075
  """
2026
2076
 
2027
2077
  def light_linking_blockers_select(
2028
- execution_context: int | str | None = None, undo: bool | None = None
2078
+ execution_context: int | str | None = None,
2079
+ undo: bool | None = None,
2080
+ /,
2029
2081
  ) -> None:
2030
2082
  """Select all objects which block light from this emitter
2031
2083
 
@@ -2034,7 +2086,9 @@ def light_linking_blockers_select(
2034
2086
  """
2035
2087
 
2036
2088
  def light_linking_receiver_collection_new(
2037
- execution_context: int | str | None = None, undo: bool | None = None
2089
+ execution_context: int | str | None = None,
2090
+ undo: bool | None = None,
2091
+ /,
2038
2092
  ) -> None:
2039
2093
  """Create new light linking collection used by the active emitter
2040
2094
 
@@ -2064,7 +2118,9 @@ def light_linking_receivers_link(
2064
2118
  """
2065
2119
 
2066
2120
  def light_linking_receivers_select(
2067
- execution_context: int | str | None = None, undo: bool | None = None
2121
+ execution_context: int | str | None = None,
2122
+ undo: bool | None = None,
2123
+ /,
2068
2124
  ) -> None:
2069
2125
  """Select all objects which receive light from this emitter
2070
2126
 
@@ -2073,7 +2129,9 @@ def light_linking_receivers_select(
2073
2129
  """
2074
2130
 
2075
2131
  def light_linking_unlink_from_collection(
2076
- execution_context: int | str | None = None, undo: bool | None = None
2132
+ execution_context: int | str | None = None,
2133
+ undo: bool | None = None,
2134
+ /,
2077
2135
  ) -> None:
2078
2136
  """Remove this object or collection from the light linking collection
2079
2137
 
@@ -2178,13 +2236,13 @@ def lightprobe_cache_free(
2178
2236
  :param subset: Subset, Subset of probes to update
2179
2237
 
2180
2238
  ALL
2181
- All Light Probes -- Delete all light probes' baked lighting data.
2239
+ All Light Probes -- Delete all light probes baked lighting data.
2182
2240
 
2183
2241
  SELECTED
2184
- Selected Only -- Only delete selected light probes' baked lighting data.
2242
+ Selected Only -- Only delete selected light probes baked lighting data.
2185
2243
 
2186
2244
  ACTIVE
2187
- Active Only -- Only delete the active light probe's baked lighting data.
2245
+ Active Only -- Only delete the active light probes baked lighting data.
2188
2246
  :type subset: typing.Literal['ALL','SELECTED','ACTIVE'] | None
2189
2247
  """
2190
2248
 
@@ -2223,7 +2281,7 @@ def link_to_collection(
2223
2281
  undo: bool | None = None,
2224
2282
  /,
2225
2283
  *,
2226
- collection_index: int | None = -1,
2284
+ collection_uid: int | None = -1,
2227
2285
  is_new: bool | None = False,
2228
2286
  new_collection_name: str = "",
2229
2287
  ) -> None:
@@ -2231,9 +2289,9 @@ def link_to_collection(
2231
2289
 
2232
2290
  :type execution_context: int | str | None
2233
2291
  :type undo: bool | None
2234
- :param collection_index: Collection Index, Index of the collection to move to
2235
- :type collection_index: int | None
2236
- :param is_new: New, Move objects to a new collection
2292
+ :param collection_uid: Collection UID, Session UID of the collection to link to
2293
+ :type collection_uid: int | None
2294
+ :param is_new: New, Link objects to a new collection
2237
2295
  :type is_new: bool | None
2238
2296
  :param new_collection_name: Name, Name of the newly added collection
2239
2297
  :type new_collection_name: str
@@ -2246,7 +2304,7 @@ def location_clear(
2246
2304
  *,
2247
2305
  clear_delta: bool | None = False,
2248
2306
  ) -> None:
2249
- """Clear the object's location
2307
+ """Clear the objects location
2250
2308
 
2251
2309
  :type execution_context: int | str | None
2252
2310
  :type undo: bool | None
@@ -2255,7 +2313,9 @@ def location_clear(
2255
2313
  """
2256
2314
 
2257
2315
  def make_dupli_face(
2258
- execution_context: int | str | None = None, undo: bool | None = None
2316
+ execution_context: int | str | None = None,
2317
+ undo: bool | None = None,
2318
+ /,
2259
2319
  ) -> None:
2260
2320
  """Convert objects into instanced faces
2261
2321
 
@@ -2391,7 +2451,9 @@ def make_single_user(
2391
2451
  """
2392
2452
 
2393
2453
  def material_slot_add(
2394
- execution_context: int | str | None = None, undo: bool | None = None
2454
+ execution_context: int | str | None = None,
2455
+ undo: bool | None = None,
2456
+ /,
2395
2457
  ) -> None:
2396
2458
  """Add a new material slot
2397
2459
 
@@ -2400,7 +2462,9 @@ def material_slot_add(
2400
2462
  """
2401
2463
 
2402
2464
  def material_slot_assign(
2403
- execution_context: int | str | None = None, undo: bool | None = None
2465
+ execution_context: int | str | None = None,
2466
+ undo: bool | None = None,
2467
+ /,
2404
2468
  ) -> None:
2405
2469
  """Assign active material slot to selection
2406
2470
 
@@ -2409,7 +2473,9 @@ def material_slot_assign(
2409
2473
  """
2410
2474
 
2411
2475
  def material_slot_copy(
2412
- execution_context: int | str | None = None, undo: bool | None = None
2476
+ execution_context: int | str | None = None,
2477
+ undo: bool | None = None,
2478
+ /,
2413
2479
  ) -> None:
2414
2480
  """Copy material to selected objects
2415
2481
 
@@ -2418,7 +2484,9 @@ def material_slot_copy(
2418
2484
  """
2419
2485
 
2420
2486
  def material_slot_deselect(
2421
- execution_context: int | str | None = None, undo: bool | None = None
2487
+ execution_context: int | str | None = None,
2488
+ undo: bool | None = None,
2489
+ /,
2422
2490
  ) -> None:
2423
2491
  """Deselect by active material slot
2424
2492
 
@@ -2442,7 +2510,9 @@ def material_slot_move(
2442
2510
  """
2443
2511
 
2444
2512
  def material_slot_remove(
2445
- execution_context: int | str | None = None, undo: bool | None = None
2513
+ execution_context: int | str | None = None,
2514
+ undo: bool | None = None,
2515
+ /,
2446
2516
  ) -> None:
2447
2517
  """Remove the selected material slot
2448
2518
 
@@ -2451,7 +2521,9 @@ def material_slot_remove(
2451
2521
  """
2452
2522
 
2453
2523
  def material_slot_remove_all(
2454
- execution_context: int | str | None = None, undo: bool | None = None
2524
+ execution_context: int | str | None = None,
2525
+ undo: bool | None = None,
2526
+ /,
2455
2527
  ) -> None:
2456
2528
  """Remove all materials
2457
2529
 
@@ -2460,7 +2532,9 @@ def material_slot_remove_all(
2460
2532
  """
2461
2533
 
2462
2534
  def material_slot_remove_unused(
2463
- execution_context: int | str | None = None, undo: bool | None = None
2535
+ execution_context: int | str | None = None,
2536
+ undo: bool | None = None,
2537
+ /,
2464
2538
  ) -> None:
2465
2539
  """Remove unused material slots
2466
2540
 
@@ -2469,7 +2543,9 @@ def material_slot_remove_unused(
2469
2543
  """
2470
2544
 
2471
2545
  def material_slot_select(
2472
- execution_context: int | str | None = None, undo: bool | None = None
2546
+ execution_context: int | str | None = None,
2547
+ undo: bool | None = None,
2548
+ /,
2473
2549
  ) -> None:
2474
2550
  """Select by active material slot
2475
2551
 
@@ -2649,7 +2725,7 @@ def modifier_apply(
2649
2725
  :type report: bool | None
2650
2726
  :param merge_customdata: Merge UVs, For mesh objects, merge UV coordinates that share a vertex to account for imprecision in some modifiers
2651
2727
  :type merge_customdata: bool | None
2652
- :param single_user: Make Data Single User, Make the object's data single user if needed
2728
+ :param single_user: Make Data Single User, Make the objects data single user if needed
2653
2729
  :type single_user: bool | None
2654
2730
  :param all_keyframes: Apply to all keyframes, For Grease Pencil objects, apply the modifier to all the keyframes
2655
2731
  :type all_keyframes: bool | None
@@ -2753,7 +2829,7 @@ def modifier_move_to_index(
2753
2829
  index: int | None = 0,
2754
2830
  use_selected_objects: bool | None = False,
2755
2831
  ) -> None:
2756
- """Change the modifier's index in the stack so it evaluates after the set number of others
2832
+ """Change the modifiers index in the stack so it evaluates after the set number of others
2757
2833
 
2758
2834
  :type execution_context: int | str | None
2759
2835
  :type undo: bool | None
@@ -2817,7 +2893,9 @@ def modifier_set_active(
2817
2893
  """
2818
2894
 
2819
2895
  def modifiers_clear(
2820
- execution_context: int | str | None = None, undo: bool | None = None
2896
+ execution_context: int | str | None = None,
2897
+ undo: bool | None = None,
2898
+ /,
2821
2899
  ) -> None:
2822
2900
  """Clear all modifiers from the selected objects
2823
2901
 
@@ -2826,7 +2904,9 @@ def modifiers_clear(
2826
2904
  """
2827
2905
 
2828
2906
  def modifiers_copy_to_selected(
2829
- execution_context: int | str | None = None, undo: bool | None = None
2907
+ execution_context: int | str | None = None,
2908
+ undo: bool | None = None,
2909
+ /,
2830
2910
  ) -> None:
2831
2911
  """Copy modifiers to other selected objects
2832
2912
 
@@ -2839,7 +2919,7 @@ def move_to_collection(
2839
2919
  undo: bool | None = None,
2840
2920
  /,
2841
2921
  *,
2842
- collection_index: int | None = -1,
2922
+ collection_uid: int | None = -1,
2843
2923
  is_new: bool | None = False,
2844
2924
  new_collection_name: str = "",
2845
2925
  ) -> None:
@@ -2847,8 +2927,8 @@ def move_to_collection(
2847
2927
 
2848
2928
  :type execution_context: int | str | None
2849
2929
  :type undo: bool | None
2850
- :param collection_index: Collection Index, Index of the collection to move to
2851
- :type collection_index: int | None
2930
+ :param collection_uid: Collection UID, Session UID of the collection to move to
2931
+ :type collection_uid: int | None
2852
2932
  :param is_new: New, Move objects to a new collection
2853
2933
  :type is_new: bool | None
2854
2934
  :param new_collection_name: Name, Name of the newly added collection
@@ -2861,6 +2941,7 @@ def multires_base_apply(
2861
2941
  /,
2862
2942
  *,
2863
2943
  modifier: str = "",
2944
+ apply_heuristic: bool | None = True,
2864
2945
  ) -> None:
2865
2946
  """Modify the base mesh to conform to the displaced mesh
2866
2947
 
@@ -2868,10 +2949,14 @@ def multires_base_apply(
2868
2949
  :type undo: bool | None
2869
2950
  :param modifier: Modifier, Name of the modifier to edit
2870
2951
  :type modifier: str
2952
+ :param apply_heuristic: Apply Subdivision Heuristic, Whether or not the final base mesh positions will be slightly altered to account for a new subdivision modifier being added
2953
+ :type apply_heuristic: bool | None
2871
2954
  """
2872
2955
 
2873
2956
  def multires_external_pack(
2874
- execution_context: int | str | None = None, undo: bool | None = None
2957
+ execution_context: int | str | None = None,
2958
+ undo: bool | None = None,
2959
+ /,
2875
2960
  ) -> None:
2876
2961
  """Pack displacements from an external file
2877
2962
 
@@ -3084,9 +3169,11 @@ def ocean_bake(
3084
3169
  """
3085
3170
 
3086
3171
  def origin_clear(
3087
- execution_context: int | str | None = None, undo: bool | None = None
3172
+ execution_context: int | str | None = None,
3173
+ undo: bool | None = None,
3174
+ /,
3088
3175
  ) -> None:
3089
- """Clear the object's origin
3176
+ """Clear the objects origin
3090
3177
 
3091
3178
  :type execution_context: int | str | None
3092
3179
  :type undo: bool | None
@@ -3107,7 +3194,7 @@ def origin_set(
3107
3194
  | None = "GEOMETRY_ORIGIN",
3108
3195
  center: typing.Literal["MEDIAN", "BOUNDS"] | None = "MEDIAN",
3109
3196
  ) -> None:
3110
- """Set the object's origin, by either moving the data, or set to center of data, or use 3D cursor
3197
+ """Set the objects origin, by either moving the data, or set to center of data, or use 3D cursor
3111
3198
 
3112
3199
  :type execution_context: int | str | None
3113
3200
  :type undo: bool | None
@@ -3140,7 +3227,7 @@ def parent_clear(
3140
3227
  type: typing.Literal["CLEAR", "CLEAR_KEEP_TRANSFORM", "CLEAR_INVERSE"]
3141
3228
  | None = "CLEAR",
3142
3229
  ) -> None:
3143
- """Clear the object's parenting
3230
+ """Clear the objects parenting
3144
3231
 
3145
3232
  :type execution_context: int | str | None
3146
3233
  :type undo: bool | None
@@ -3150,7 +3237,7 @@ def parent_clear(
3150
3237
  Clear Parent -- Completely clear the parenting relationship, including involved modifiers if any.
3151
3238
 
3152
3239
  CLEAR_KEEP_TRANSFORM
3153
- Clear and Keep Transformation -- As 'Clear Parent', but keep the current visual transformations of the object.
3240
+ Clear and Keep Transformation -- As Clear Parent, but keep the current visual transformations of the object.
3154
3241
 
3155
3242
  CLEAR_INVERSE
3156
3243
  Clear Parent Inverse -- Reset the transform corrections applied to the parenting relationship, does not remove parenting itself.
@@ -3158,9 +3245,11 @@ def parent_clear(
3158
3245
  """
3159
3246
 
3160
3247
  def parent_inverse_apply(
3161
- execution_context: int | str | None = None, undo: bool | None = None
3248
+ execution_context: int | str | None = None,
3249
+ undo: bool | None = None,
3250
+ /,
3162
3251
  ) -> None:
3163
- """Apply the object's parent inverse to its data
3252
+ """Apply the objects parent inverse to its data
3164
3253
 
3165
3254
  :type execution_context: int | str | None
3166
3255
  :type undo: bool | None
@@ -3173,7 +3262,7 @@ def parent_no_inverse_set(
3173
3262
  *,
3174
3263
  keep_transform: bool | None = False,
3175
3264
  ) -> None:
3176
- """Set the object's parenting without setting the inverse parent correction
3265
+ """Set the objects parenting without setting the inverse parent correction
3177
3266
 
3178
3267
  :type execution_context: int | str | None
3179
3268
  :type undo: bool | None
@@ -3205,7 +3294,7 @@ def parent_set(
3205
3294
  xmirror: bool | None = False,
3206
3295
  keep_transform: bool | None = False,
3207
3296
  ) -> None:
3208
- """Set the object's parenting
3297
+ """Set the objects parenting
3209
3298
 
3210
3299
  :type execution_context: int | str | None
3211
3300
  :type undo: bool | None
@@ -3218,7 +3307,9 @@ def parent_set(
3218
3307
  """
3219
3308
 
3220
3309
  def particle_system_add(
3221
- execution_context: int | str | None = None, undo: bool | None = None
3310
+ execution_context: int | str | None = None,
3311
+ undo: bool | None = None,
3312
+ /,
3222
3313
  ) -> None:
3223
3314
  """Add a particle system
3224
3315
 
@@ -3227,7 +3318,9 @@ def particle_system_add(
3227
3318
  """
3228
3319
 
3229
3320
  def particle_system_remove(
3230
- execution_context: int | str | None = None, undo: bool | None = None
3321
+ execution_context: int | str | None = None,
3322
+ undo: bool | None = None,
3323
+ /,
3231
3324
  ) -> None:
3232
3325
  """Remove the selected particle system
3233
3326
 
@@ -3270,7 +3363,9 @@ def paths_clear(
3270
3363
  """
3271
3364
 
3272
3365
  def paths_update(
3273
- execution_context: int | str | None = None, undo: bool | None = None
3366
+ execution_context: int | str | None = None,
3367
+ undo: bool | None = None,
3368
+ /,
3274
3369
  ) -> None:
3275
3370
  """Recalculate motion paths for selected objects
3276
3371
 
@@ -3279,7 +3374,9 @@ def paths_update(
3279
3374
  """
3280
3375
 
3281
3376
  def paths_update_visible(
3282
- execution_context: int | str | None = None, undo: bool | None = None
3377
+ execution_context: int | str | None = None,
3378
+ undo: bool | None = None,
3379
+ /,
3283
3380
  ) -> None:
3284
3381
  """Recalculate all visible motion paths for objects and poses
3285
3382
 
@@ -3329,7 +3426,9 @@ def pointcloud_random_add(
3329
3426
  """
3330
3427
 
3331
3428
  def posemode_toggle(
3332
- execution_context: int | str | None = None, undo: bool | None = None
3429
+ execution_context: int | str | None = None,
3430
+ undo: bool | None = None,
3431
+ /,
3333
3432
  ) -> None:
3334
3433
  """Enable or disable posing/selecting bones
3335
3434
 
@@ -3530,7 +3629,9 @@ def randomize_transform(
3530
3629
  """
3531
3630
 
3532
3631
  def reset_override_library(
3533
- execution_context: int | str | None = None, undo: bool | None = None
3632
+ execution_context: int | str | None = None,
3633
+ undo: bool | None = None,
3634
+ /,
3534
3635
  ) -> None:
3535
3636
  """Reset the selected local overrides to their linked references values
3536
3637
 
@@ -3545,7 +3646,7 @@ def rotation_clear(
3545
3646
  *,
3546
3647
  clear_delta: bool | None = False,
3547
3648
  ) -> None:
3548
- """Clear the object's rotation
3649
+ """Clear the objects rotation
3549
3650
 
3550
3651
  :type execution_context: int | str | None
3551
3652
  :type undo: bool | None
@@ -3560,7 +3661,7 @@ def scale_clear(
3560
3661
  *,
3561
3662
  clear_delta: bool | None = False,
3562
3663
  ) -> None:
3563
- """Clear the object's scale
3664
+ """Clear the objects scale
3564
3665
 
3565
3666
  :type execution_context: int | str | None
3566
3667
  :type undo: bool | None
@@ -3700,7 +3801,7 @@ def select_hierarchy(
3700
3801
  direction: typing.Literal["PARENT", "CHILD"] | None = "PARENT",
3701
3802
  extend: bool | None = False,
3702
3803
  ) -> None:
3703
- """Select object relative to the active object's position in the hierarchy
3804
+ """Select object relative to the active objects position in the hierarchy
3704
3805
 
3705
3806
  :type execution_context: int | str | None
3706
3807
  :type undo: bool | None
@@ -3711,7 +3812,9 @@ def select_hierarchy(
3711
3812
  """
3712
3813
 
3713
3814
  def select_less(
3714
- execution_context: int | str | None = None, undo: bool | None = None
3815
+ execution_context: int | str | None = None,
3816
+ undo: bool | None = None,
3817
+ /,
3715
3818
  ) -> None:
3716
3819
  """Deselect objects at the boundaries of parent/child relationships
3717
3820
 
@@ -3756,7 +3859,9 @@ def select_mirror(
3756
3859
  """
3757
3860
 
3758
3861
  def select_more(
3759
- execution_context: int | str | None = None, undo: bool | None = None
3862
+ execution_context: int | str | None = None,
3863
+ undo: bool | None = None,
3864
+ /,
3760
3865
  ) -> None:
3761
3866
  """Select connected parent/child objects
3762
3867
 
@@ -3777,7 +3882,7 @@ def select_pattern(
3777
3882
 
3778
3883
  :type execution_context: int | str | None
3779
3884
  :type undo: bool | None
3780
- :param pattern: Pattern, Name filter using '*', '?' and '[abc]' unix style wildcards
3885
+ :param pattern: Pattern, Name filter using *, ? and [abc] unix style wildcards
3781
3886
  :type pattern: str
3782
3887
  :param case_sensitive: Case Sensitive, Do a case sensitive compare
3783
3888
  :type case_sensitive: bool | None
@@ -3856,7 +3961,7 @@ def shade_flat(
3856
3961
 
3857
3962
  :type execution_context: int | str | None
3858
3963
  :type undo: bool | None
3859
- :param keep_sharp_edges: Keep Sharp Edges, Don't remove sharp edges, which are redundant with faces shaded smooth
3964
+ :param keep_sharp_edges: Keep Sharp Edges, Dont remove sharp edges, which are redundant with faces shaded smooth
3860
3965
  :type keep_sharp_edges: bool | None
3861
3966
  """
3862
3967
 
@@ -3871,7 +3976,7 @@ def shade_smooth(
3871
3976
 
3872
3977
  :type execution_context: int | str | None
3873
3978
  :type undo: bool | None
3874
- :param keep_sharp_edges: Keep Sharp Edges, Don't remove sharp edges. Tagged edges will remain sharp
3979
+ :param keep_sharp_edges: Keep Sharp Edges, Dont remove sharp edges. Tagged edges will remain sharp
3875
3980
  :type keep_sharp_edges: bool | None
3876
3981
  """
3877
3982
 
@@ -3946,7 +4051,7 @@ def shaderfx_move_to_index(
3946
4051
  shaderfx: str = "",
3947
4052
  index: int | None = 0,
3948
4053
  ) -> None:
3949
- """Change the effect's position in the list so it evaluates after the set number of others
4054
+ """Change the effects position in the list so it evaluates after the set number of others
3950
4055
 
3951
4056
  :type execution_context: int | str | None
3952
4057
  :type undo: bool | None
@@ -4005,7 +4110,9 @@ def shape_key_add(
4005
4110
  """
4006
4111
 
4007
4112
  def shape_key_clear(
4008
- execution_context: int | str | None = None, undo: bool | None = None
4113
+ execution_context: int | str | None = None,
4114
+ undo: bool | None = None,
4115
+ /,
4009
4116
  ) -> None:
4010
4117
  """Reset the weights of all shape keys to 0 or to the closest value respecting the limits
4011
4118
 
@@ -4014,7 +4121,9 @@ def shape_key_clear(
4014
4121
  """
4015
4122
 
4016
4123
  def shape_key_copy(
4017
- execution_context: int | str | None = None, undo: bool | None = None
4124
+ execution_context: int | str | None = None,
4125
+ undo: bool | None = None,
4126
+ /,
4018
4127
  ) -> None:
4019
4128
  """Duplicate the active shape key
4020
4129
 
@@ -4043,6 +4152,17 @@ def shape_key_lock(
4043
4152
  :type action: typing.Literal['LOCK','UNLOCK'] | None
4044
4153
  """
4045
4154
 
4155
+ def shape_key_make_basis(
4156
+ execution_context: int | str | None = None,
4157
+ undo: bool | None = None,
4158
+ /,
4159
+ ) -> None:
4160
+ """Make this shape key the new basis key, effectively applying it to the mesh. Note that this applies the shape key at its 100% value
4161
+
4162
+ :type execution_context: int | str | None
4163
+ :type undo: bool | None
4164
+ """
4165
+
4046
4166
  def shape_key_mirror(
4047
4167
  execution_context: int | str | None = None,
4048
4168
  undo: bool | None = None,
@@ -4065,7 +4185,7 @@ def shape_key_move(
4065
4185
  *,
4066
4186
  type: typing.Literal["TOP", "UP", "DOWN", "BOTTOM"] | None = "TOP",
4067
4187
  ) -> None:
4068
- """Move the active shape key up/down in the list
4188
+ """Move selected shape keys up/down in the list
4069
4189
 
4070
4190
  :type execution_context: int | str | None
4071
4191
  :type undo: bool | None
@@ -4104,7 +4224,9 @@ def shape_key_remove(
4104
4224
  """
4105
4225
 
4106
4226
  def shape_key_retime(
4107
- execution_context: int | str | None = None, undo: bool | None = None
4227
+ execution_context: int | str | None = None,
4228
+ undo: bool | None = None,
4229
+ /,
4108
4230
  ) -> None:
4109
4231
  """Resets the timing for absolute shape keys
4110
4232
 
@@ -4221,7 +4343,9 @@ def skin_loose_mark_clear(
4221
4343
  """
4222
4344
 
4223
4345
  def skin_radii_equalize(
4224
- execution_context: int | str | None = None, undo: bool | None = None
4346
+ execution_context: int | str | None = None,
4347
+ undo: bool | None = None,
4348
+ /,
4225
4349
  ) -> None:
4226
4350
  """Make skin radii of selected vertices equal on each axis
4227
4351
 
@@ -4230,7 +4354,9 @@ def skin_radii_equalize(
4230
4354
  """
4231
4355
 
4232
4356
  def skin_root_mark(
4233
- execution_context: int | str | None = None, undo: bool | None = None
4357
+ execution_context: int | str | None = None,
4358
+ undo: bool | None = None,
4359
+ /,
4234
4360
  ) -> None:
4235
4361
  """Mark selected vertices as roots
4236
4362
 
@@ -4421,7 +4547,7 @@ def transform_apply(
4421
4547
  properties: bool | None = True,
4422
4548
  isolate_users: bool | None = False,
4423
4549
  ) -> None:
4424
- """Apply the object's transformation to its data
4550
+ """Apply the objects transformation to its data
4425
4551
 
4426
4552
  :type execution_context: int | str | None
4427
4553
  :type undo: bool | None
@@ -4438,7 +4564,9 @@ def transform_apply(
4438
4564
  """
4439
4565
 
4440
4566
  def transform_axis_target(
4441
- execution_context: int | str | None = None, undo: bool | None = None
4567
+ execution_context: int | str | None = None,
4568
+ undo: bool | None = None,
4569
+ /,
4442
4570
  ) -> None:
4443
4571
  """Interactively point cameras and lights to a location (Ctrl translates)
4444
4572
 
@@ -4468,9 +4596,9 @@ def transform_to_mouse(
4468
4596
 
4469
4597
  :type execution_context: int | str | None
4470
4598
  :type undo: bool | None
4471
- :param name: Name, Object name to place (uses the active object when this and 'session_uid' are unset)
4599
+ :param name: Name, Object name to place (uses the active object when this and session_uid are unset)
4472
4600
  :type name: str
4473
- :param session_uid: Session UUID, Session UUID of the object to place (uses the active object when this and 'name' are unset)
4601
+ :param session_uid: Session UUID, Session UUID of the object to place (uses the active object when this and name are unset)
4474
4602
  :type session_uid: int | None
4475
4603
  :param matrix: Matrix
4476
4604
  :type matrix: collections.abc.Sequence[collections.abc.Sequence[float]] | mathutils.Matrix | None
@@ -4511,7 +4639,9 @@ def transforms_to_deltas(
4511
4639
  """
4512
4640
 
4513
4641
  def unlink_data(
4514
- execution_context: int | str | None = None, undo: bool | None = None
4642
+ execution_context: int | str | None = None,
4643
+ undo: bool | None = None,
4644
+ /,
4515
4645
  ) -> None:
4516
4646
  """Undocumented, consider contributing.
4517
4647
 
@@ -4520,7 +4650,9 @@ def unlink_data(
4520
4650
  """
4521
4651
 
4522
4652
  def update_shapes(
4523
- execution_context: int | str | None = None, undo: bool | None = None
4653
+ execution_context: int | str | None = None,
4654
+ undo: bool | None = None,
4655
+ /,
4524
4656
  ) -> None:
4525
4657
  """Update existing shape keys with the vertex positions of selected objects with matching names
4526
4658
 
@@ -4529,7 +4661,9 @@ def update_shapes(
4529
4661
  """
4530
4662
 
4531
4663
  def vertex_group_add(
4532
- execution_context: int | str | None = None, undo: bool | None = None
4664
+ execution_context: int | str | None = None,
4665
+ undo: bool | None = None,
4666
+ /,
4533
4667
  ) -> None:
4534
4668
  """Add a new vertex group to the active object
4535
4669
 
@@ -4538,7 +4672,9 @@ def vertex_group_add(
4538
4672
  """
4539
4673
 
4540
4674
  def vertex_group_assign(
4541
- execution_context: int | str | None = None, undo: bool | None = None
4675
+ execution_context: int | str | None = None,
4676
+ undo: bool | None = None,
4677
+ /,
4542
4678
  ) -> None:
4543
4679
  """Assign the selected vertices to the active vertex group
4544
4680
 
@@ -4547,7 +4683,9 @@ def vertex_group_assign(
4547
4683
  """
4548
4684
 
4549
4685
  def vertex_group_assign_new(
4550
- execution_context: int | str | None = None, undo: bool | None = None
4686
+ execution_context: int | str | None = None,
4687
+ undo: bool | None = None,
4688
+ /,
4551
4689
  ) -> None:
4552
4690
  """Assign the selected vertices to a new vertex group
4553
4691
 
@@ -4577,7 +4715,9 @@ def vertex_group_clean(
4577
4715
  """
4578
4716
 
4579
4717
  def vertex_group_copy(
4580
- execution_context: int | str | None = None, undo: bool | None = None
4718
+ execution_context: int | str | None = None,
4719
+ undo: bool | None = None,
4720
+ /,
4581
4721
  ) -> None:
4582
4722
  """Make a copy of the active vertex group
4583
4723
 
@@ -4586,7 +4726,9 @@ def vertex_group_copy(
4586
4726
  """
4587
4727
 
4588
4728
  def vertex_group_copy_to_selected(
4589
- execution_context: int | str | None = None, undo: bool | None = None
4729
+ execution_context: int | str | None = None,
4730
+ undo: bool | None = None,
4731
+ /,
4590
4732
  ) -> None:
4591
4733
  """Replace vertex groups of selected objects by vertex groups of active object
4592
4734
 
@@ -4595,7 +4737,9 @@ def vertex_group_copy_to_selected(
4595
4737
  """
4596
4738
 
4597
4739
  def vertex_group_deselect(
4598
- execution_context: int | str | None = None, undo: bool | None = None
4740
+ execution_context: int | str | None = None,
4741
+ undo: bool | None = None,
4742
+ /,
4599
4743
  ) -> None:
4600
4744
  """Deselect all selected vertices assigned to the active vertex group
4601
4745
 
@@ -4612,7 +4756,7 @@ def vertex_group_invert(
4612
4756
  auto_assign: bool | None = True,
4613
4757
  auto_remove: bool | None = True,
4614
4758
  ) -> None:
4615
- """Invert active vertex group's weights
4759
+ """Invert active vertex groups weights
4616
4760
 
4617
4761
  :type execution_context: int | str | None
4618
4762
  :type undo: bool | None
@@ -4746,7 +4890,9 @@ def vertex_group_move(
4746
4890
  """
4747
4891
 
4748
4892
  def vertex_group_normalize(
4749
- execution_context: int | str | None = None, undo: bool | None = None
4893
+ execution_context: int | str | None = None,
4894
+ undo: bool | None = None,
4895
+ /,
4750
4896
  ) -> None:
4751
4897
  """Normalize weights of the active vertex group, so that the highest ones are now 1.0
4752
4898
 
@@ -4827,7 +4973,9 @@ def vertex_group_remove_from(
4827
4973
  """
4828
4974
 
4829
4975
  def vertex_group_select(
4830
- execution_context: int | str | None = None, undo: bool | None = None
4976
+ execution_context: int | str | None = None,
4977
+ undo: bool | None = None,
4978
+ /,
4831
4979
  ) -> None:
4832
4980
  """Select all the vertices assigned to the active vertex group
4833
4981
 
@@ -4890,7 +5038,9 @@ def vertex_group_sort(
4890
5038
  """
4891
5039
 
4892
5040
  def vertex_parent_set(
4893
- execution_context: int | str | None = None, undo: bool | None = None
5041
+ execution_context: int | str | None = None,
5042
+ undo: bool | None = None,
5043
+ /,
4894
5044
  ) -> None:
4895
5045
  """Parent selected objects to the selected vertices
4896
5046
 
@@ -4899,7 +5049,9 @@ def vertex_parent_set(
4899
5049
  """
4900
5050
 
4901
5051
  def vertex_weight_copy(
4902
- execution_context: int | str | None = None, undo: bool | None = None
5052
+ execution_context: int | str | None = None,
5053
+ undo: bool | None = None,
5054
+ /,
4903
5055
  ) -> None:
4904
5056
  """Copy weights from active to selected
4905
5057
 
@@ -4923,9 +5075,11 @@ def vertex_weight_delete(
4923
5075
  """
4924
5076
 
4925
5077
  def vertex_weight_normalize_active_vertex(
4926
- execution_context: int | str | None = None, undo: bool | None = None
5078
+ execution_context: int | str | None = None,
5079
+ undo: bool | None = None,
5080
+ /,
4927
5081
  ) -> None:
4928
- """Normalize active vertex's weights
5082
+ """Normalize active vertexs weights
4929
5083
 
4930
5084
  :type execution_context: int | str | None
4931
5085
  :type undo: bool | None
@@ -4938,7 +5092,7 @@ def vertex_weight_paste(
4938
5092
  *,
4939
5093
  weight_group: int | None = -1,
4940
5094
  ) -> None:
4941
- """Copy this group's weight to other selected vertices (disabled if vertex group is locked)
5095
+ """Copy this groups weight to other selected vertices (disabled if vertex group is locked)
4942
5096
 
4943
5097
  :type execution_context: int | str | None
4944
5098
  :type undo: bool | None
@@ -4962,7 +5116,9 @@ def vertex_weight_set_active(
4962
5116
  """
4963
5117
 
4964
5118
  def visual_geometry_to_objects(
4965
- execution_context: int | str | None = None, undo: bool | None = None
5119
+ execution_context: int | str | None = None,
5120
+ undo: bool | None = None,
5121
+ /,
4966
5122
  ) -> None:
4967
5123
  """Convert geometry and instances into editable objects and collections
4968
5124
 
@@ -4971,9 +5127,11 @@ def visual_geometry_to_objects(
4971
5127
  """
4972
5128
 
4973
5129
  def visual_transform_apply(
4974
- execution_context: int | str | None = None, undo: bool | None = None
5130
+ execution_context: int | str | None = None,
5131
+ undo: bool | None = None,
5132
+ /,
4975
5133
  ) -> None:
4976
- """Apply the object's visual transformation to its data
5134
+ """Apply the objects visual transformation to its data
4977
5135
 
4978
5136
  :type execution_context: int | str | None
4979
5137
  :type undo: bool | None
@@ -5156,7 +5314,9 @@ def volume_import(
5156
5314
  """
5157
5315
 
5158
5316
  def voxel_remesh(
5159
- execution_context: int | str | None = None, undo: bool | None = None
5317
+ execution_context: int | str | None = None,
5318
+ undo: bool | None = None,
5319
+ /,
5160
5320
  ) -> None:
5161
5321
  """Calculates a new manifold mesh based on the volume of the current mesh. All data layers will be lost
5162
5322
 
@@ -5165,7 +5325,9 @@ def voxel_remesh(
5165
5325
  """
5166
5326
 
5167
5327
  def voxel_size_edit(
5168
- execution_context: int | str | None = None, undo: bool | None = None
5328
+ execution_context: int | str | None = None,
5329
+ undo: bool | None = None,
5330
+ /,
5169
5331
  ) -> None:
5170
5332
  """Modify the mesh voxel size interactively used in the voxel remesher
5171
5333