fake-bpy-module 20250629__py3-none-any.whl → 20250827__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 +6 -5
  49. bl_ui/node_add_menu/__init__.pyi +3 -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 +41 -46
  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 +47 -15
  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 +148 -38
  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 +19 -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 +40 -25
  205. bpy/types/__init__.pyi +58124 -41707
  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-20250827.dist-info}/METADATA +1 -1
  218. fake_bpy_module-20250827.dist-info/RECORD +370 -0
  219. {fake_bpy_module-20250629.dist-info → fake_bpy_module-20250827.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 +5 -5
  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 +20 -6
  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-20250827.dist-info}/WHEEL +0 -0
@@ -7,7 +7,9 @@ import bpy.types
7
7
  import mathutils
8
8
 
9
9
  def add_simple_uvs(
10
- execution_context: int | str | None = None, undo: bool | None = None
10
+ execution_context: int | str | None = None,
11
+ undo: bool | None = None,
12
+ /,
11
13
  ) -> None:
12
14
  """Add cube map UVs on mesh
13
15
 
@@ -72,7 +74,9 @@ def add_texture_paint_slot(
72
74
  """
73
75
 
74
76
  def brush_colors_flip(
75
- execution_context: int | str | None = None, undo: bool | None = None
77
+ execution_context: int | str | None = None,
78
+ undo: bool | None = None,
79
+ /,
76
80
  ) -> None:
77
81
  """Swap primary and secondary brush colors
78
82
 
@@ -138,7 +142,9 @@ def face_select_less(
138
142
  """
139
143
 
140
144
  def face_select_linked(
141
- execution_context: int | str | None = None, undo: bool | None = None
145
+ execution_context: int | str | None = None,
146
+ undo: bool | None = None,
147
+ /,
142
148
  ) -> None:
143
149
  """Select linked faces
144
150
 
@@ -494,7 +500,7 @@ def image_paint(
494
500
  ERASE
495
501
  Erase -- Switch brush to erase mode for duration of stroke.
496
502
  :type mode: typing.Literal['NORMAL','INVERT','SMOOTH','ERASE'] | None
497
- :param pen_flip: Pen Flip, Whether a tablet's eraser mode is being used
503
+ :param pen_flip: Pen Flip, Whether a tablets eraser mode is being used
498
504
  :type pen_flip: bool | None
499
505
  """
500
506
 
@@ -531,15 +537,15 @@ def mask_box_gesture(
531
537
  :param mode: Mode
532
538
 
533
539
  VALUE
534
- Value -- Set mask to the level specified by the 'value' property.
540
+ Value -- Set mask to the level specified by the value property.
535
541
 
536
542
  VALUE_INVERSE
537
- Value Inverted -- Set mask to the level specified by the inverted 'value' property.
543
+ Value Inverted -- Set mask to the level specified by the inverted value property.
538
544
 
539
545
  INVERT
540
546
  Invert -- Invert the mask.
541
547
  :type mode: typing.Literal['VALUE','VALUE_INVERSE','INVERT'] | None
542
- :param value: Value, Mask level to use when mode is 'Value'; zero means no masking and one is fully masked
548
+ :param value: Value, Mask level to use when mode is Value; zero means no masking and one is fully masked
543
549
  :type value: float | None
544
550
  """
545
551
 
@@ -558,15 +564,15 @@ def mask_flood_fill(
558
564
  :param mode: Mode
559
565
 
560
566
  VALUE
561
- Value -- Set mask to the level specified by the 'value' property.
567
+ Value -- Set mask to the level specified by the value property.
562
568
 
563
569
  VALUE_INVERSE
564
- Value Inverted -- Set mask to the level specified by the inverted 'value' property.
570
+ Value Inverted -- Set mask to the level specified by the inverted value property.
565
571
 
566
572
  INVERT
567
573
  Invert -- Invert the mask.
568
574
  :type mode: typing.Literal['VALUE','VALUE_INVERSE','INVERT'] | None
569
- :param value: Value, Mask level to use when mode is 'Value'; zero means no masking and one is fully masked
575
+ :param value: Value, Mask level to use when mode is Value; zero means no masking and one is fully masked
570
576
  :type value: float | None
571
577
  """
572
578
 
@@ -600,15 +606,15 @@ def mask_lasso_gesture(
600
606
  :param mode: Mode
601
607
 
602
608
  VALUE
603
- Value -- Set mask to the level specified by the 'value' property.
609
+ Value -- Set mask to the level specified by the value property.
604
610
 
605
611
  VALUE_INVERSE
606
- Value Inverted -- Set mask to the level specified by the inverted 'value' property.
612
+ Value Inverted -- Set mask to the level specified by the inverted value property.
607
613
 
608
614
  INVERT
609
615
  Invert -- Invert the mask.
610
616
  :type mode: typing.Literal['VALUE','VALUE_INVERSE','INVERT'] | None
611
- :param value: Value, Mask level to use when mode is 'Value'; zero means no masking and one is fully masked
617
+ :param value: Value, Mask level to use when mode is Value; zero means no masking and one is fully masked
612
618
  :type value: float | None
613
619
  """
614
620
 
@@ -651,15 +657,15 @@ def mask_line_gesture(
651
657
  :param mode: Mode
652
658
 
653
659
  VALUE
654
- Value -- Set mask to the level specified by the 'value' property.
660
+ Value -- Set mask to the level specified by the value property.
655
661
 
656
662
  VALUE_INVERSE
657
- Value Inverted -- Set mask to the level specified by the inverted 'value' property.
663
+ Value Inverted -- Set mask to the level specified by the inverted value property.
658
664
 
659
665
  INVERT
660
666
  Invert -- Invert the mask.
661
667
  :type mode: typing.Literal['VALUE','VALUE_INVERSE','INVERT'] | None
662
- :param value: Value, Mask level to use when mode is 'Value'; zero means no masking and one is fully masked
668
+ :param value: Value, Mask level to use when mode is Value; zero means no masking and one is fully masked
663
669
  :type value: float | None
664
670
  """
665
671
 
@@ -684,15 +690,15 @@ def mask_polyline_gesture(
684
690
  :param mode: Mode
685
691
 
686
692
  VALUE
687
- Value -- Set mask to the level specified by the 'value' property.
693
+ Value -- Set mask to the level specified by the value property.
688
694
 
689
695
  VALUE_INVERSE
690
- Value Inverted -- Set mask to the level specified by the inverted 'value' property.
696
+ Value Inverted -- Set mask to the level specified by the inverted value property.
691
697
 
692
698
  INVERT
693
699
  Invert -- Invert the mask.
694
700
  :type mode: typing.Literal['VALUE','VALUE_INVERSE','INVERT'] | None
695
- :param value: Value, Mask level to use when mode is 'Value'; zero means no masking and one is fully masked
701
+ :param value: Value, Mask level to use when mode is Value; zero means no masking and one is fully masked
696
702
  :type value: float | None
697
703
  """
698
704
 
@@ -733,7 +739,9 @@ def sample_color(
733
739
  """
734
740
 
735
741
  def texture_paint_toggle(
736
- execution_context: int | str | None = None, undo: bool | None = None
742
+ execution_context: int | str | None = None,
743
+ undo: bool | None = None,
744
+ /,
737
745
  ) -> None:
738
746
  """Toggle texture paint mode in 3D view
739
747
 
@@ -799,7 +807,9 @@ def vert_select_less(
799
807
  """
800
808
 
801
809
  def vert_select_linked(
802
- execution_context: int | str | None = None, undo: bool | None = None
810
+ execution_context: int | str | None = None,
811
+ undo: bool | None = None,
812
+ /,
803
813
  ) -> None:
804
814
  """Select linked vertices
805
815
 
@@ -894,14 +904,16 @@ def vertex_color_dirt(
894
904
  :type clean_angle: float | None
895
905
  :param dirt_angle: Dirt Angle, Less than 90 limits the angle used in the tonal range
896
906
  :type dirt_angle: float | None
897
- :param dirt_only: Dirt Only, Don't calculate cleans for convex areas
907
+ :param dirt_only: Dirt Only, Dont calculate cleans for convex areas
898
908
  :type dirt_only: bool | None
899
909
  :param normalize: Normalize, Normalize the colors, increasing the contrast
900
910
  :type normalize: bool | None
901
911
  """
902
912
 
903
913
  def vertex_color_from_weight(
904
- execution_context: int | str | None = None, undo: bool | None = None
914
+ execution_context: int | str | None = None,
915
+ undo: bool | None = None,
916
+ /,
905
917
  ) -> None:
906
918
  """Convert active weight into gray scale vertex colors
907
919
 
@@ -931,7 +943,9 @@ def vertex_color_hsv(
931
943
  """
932
944
 
933
945
  def vertex_color_invert(
934
- execution_context: int | str | None = None, undo: bool | None = None
946
+ execution_context: int | str | None = None,
947
+ undo: bool | None = None,
948
+ /,
935
949
  ) -> None:
936
950
  """Invert RGB values
937
951
 
@@ -973,7 +987,9 @@ def vertex_color_set(
973
987
  """
974
988
 
975
989
  def vertex_color_smooth(
976
- execution_context: int | str | None = None, undo: bool | None = None
990
+ execution_context: int | str | None = None,
991
+ undo: bool | None = None,
992
+ /,
977
993
  ) -> None:
978
994
  """Smooth colors across vertices
979
995
 
@@ -1012,14 +1028,16 @@ def vertex_paint(
1012
1028
  ERASE
1013
1029
  Erase -- Switch brush to erase mode for duration of stroke.
1014
1030
  :type mode: typing.Literal['NORMAL','INVERT','SMOOTH','ERASE'] | None
1015
- :param pen_flip: Pen Flip, Whether a tablet's eraser mode is being used
1031
+ :param pen_flip: Pen Flip, Whether a tablets eraser mode is being used
1016
1032
  :type pen_flip: bool | None
1017
- :param override_location: Override Location, Override the given location array by recalculating object space positions from the provided mouse_event positions
1033
+ :param override_location: Override Location, Override the given "location" array by recalculating object space positions from the provided "mouse_event" positions
1018
1034
  :type override_location: bool | None
1019
1035
  """
1020
1036
 
1021
1037
  def vertex_paint_toggle(
1022
- execution_context: int | str | None = None, undo: bool | None = None
1038
+ execution_context: int | str | None = None,
1039
+ undo: bool | None = None,
1040
+ /,
1023
1041
  ) -> None:
1024
1042
  """Toggle the vertex paint mode in 3D view
1025
1043
 
@@ -1055,7 +1073,9 @@ def visibility_filter(
1055
1073
  """
1056
1074
 
1057
1075
  def visibility_invert(
1058
- execution_context: int | str | None = None, undo: bool | None = None
1076
+ execution_context: int | str | None = None,
1077
+ undo: bool | None = None,
1078
+ /,
1059
1079
  ) -> None:
1060
1080
  """Invert the visibility of all vertices
1061
1081
 
@@ -1070,7 +1090,7 @@ def weight_from_bones(
1070
1090
  *,
1071
1091
  type: typing.Literal["AUTOMATIC", "ENVELOPES"] | None = "AUTOMATIC",
1072
1092
  ) -> None:
1073
- """Set the weights of the groups matching the attached armature's selected bones, using the distance between the vertices and the bones
1093
+ """Set the weights of the groups matching the attached armatures selected bones, using the distance between the vertices and the bones
1074
1094
 
1075
1095
  :type execution_context: int | str | None
1076
1096
  :type undo: bool | None
@@ -1128,7 +1148,7 @@ def weight_paint(
1128
1148
  pen_flip: bool | None = False,
1129
1149
  override_location: bool | None = False,
1130
1150
  ) -> None:
1131
- """Paint a stroke in the current vertex group's weights
1151
+ """Paint a stroke in the current vertex groups weights
1132
1152
 
1133
1153
  :type execution_context: int | str | None
1134
1154
  :type undo: bool | None
@@ -1148,14 +1168,16 @@ def weight_paint(
1148
1168
  ERASE
1149
1169
  Erase -- Switch brush to erase mode for duration of stroke.
1150
1170
  :type mode: typing.Literal['NORMAL','INVERT','SMOOTH','ERASE'] | None
1151
- :param pen_flip: Pen Flip, Whether a tablet's eraser mode is being used
1171
+ :param pen_flip: Pen Flip, Whether a tablets eraser mode is being used
1152
1172
  :type pen_flip: bool | None
1153
- :param override_location: Override Location, Override the given location array by recalculating object space positions from the provided mouse_event positions
1173
+ :param override_location: Override Location, Override the given "location" array by recalculating object space positions from the provided "mouse_event" positions
1154
1174
  :type override_location: bool | None
1155
1175
  """
1156
1176
 
1157
1177
  def weight_paint_toggle(
1158
- execution_context: int | str | None = None, undo: bool | None = None
1178
+ execution_context: int | str | None = None,
1179
+ undo: bool | None = None,
1180
+ /,
1159
1181
  ) -> None:
1160
1182
  """Toggle weight paint mode in 3D view
1161
1183
 
@@ -1164,7 +1186,9 @@ def weight_paint_toggle(
1164
1186
  """
1165
1187
 
1166
1188
  def weight_sample(
1167
- execution_context: int | str | None = None, undo: bool | None = None
1189
+ execution_context: int | str | None = None,
1190
+ undo: bool | None = None,
1191
+ /,
1168
1192
  ) -> None:
1169
1193
  """Use the mouse to sample a weight in the 3D view
1170
1194
 
@@ -1173,7 +1197,9 @@ def weight_sample(
1173
1197
  """
1174
1198
 
1175
1199
  def weight_sample_group(
1176
- execution_context: int | str | None = None, undo: bool | None = None
1200
+ execution_context: int | str | None = None,
1201
+ undo: bool | None = None,
1202
+ /,
1177
1203
  ) -> None:
1178
1204
  """Select one of the vertex groups available under current mouse position
1179
1205
 
@@ -1182,7 +1208,9 @@ def weight_sample_group(
1182
1208
  """
1183
1209
 
1184
1210
  def weight_set(
1185
- execution_context: int | str | None = None, undo: bool | None = None
1211
+ execution_context: int | str | None = None,
1212
+ undo: bool | None = None,
1213
+ /,
1186
1214
  ) -> None:
1187
1215
  """Fill the active vertex group with the current paint weight
1188
1216
 
@@ -37,7 +37,9 @@ def add_point_slide(
37
37
  """
38
38
 
39
39
  def cursor(
40
- execution_context: int | str | None = None, undo: bool | None = None
40
+ execution_context: int | str | None = None,
41
+ undo: bool | None = None,
42
+ /,
41
43
  ) -> None:
42
44
  """Place cursor
43
45
 
@@ -46,7 +48,9 @@ def cursor(
46
48
  """
47
49
 
48
50
  def delete_point(
49
- execution_context: int | str | None = None, undo: bool | None = None
51
+ execution_context: int | str | None = None,
52
+ undo: bool | None = None,
53
+ /,
50
54
  ) -> None:
51
55
  """Remove Paint Curve Point
52
56
 
@@ -54,14 +58,22 @@ def delete_point(
54
58
  :type undo: bool | None
55
59
  """
56
60
 
57
- def draw(execution_context: int | str | None = None, undo: bool | None = None) -> None:
61
+ def draw(
62
+ execution_context: int | str | None = None,
63
+ undo: bool | None = None,
64
+ /,
65
+ ) -> None:
58
66
  """Draw curve
59
67
 
60
68
  :type execution_context: int | str | None
61
69
  :type undo: bool | None
62
70
  """
63
71
 
64
- def new(execution_context: int | str | None = None, undo: bool | None = None) -> None:
72
+ def new(
73
+ execution_context: int | str | None = None,
74
+ undo: bool | None = None,
75
+ /,
76
+ ) -> None:
65
77
  """Add new paint curve
66
78
 
67
79
  :type execution_context: int | str | None
@@ -4,7 +4,9 @@ import typing_extensions
4
4
  import numpy.typing as npt
5
5
 
6
6
  def color_add(
7
- execution_context: int | str | None = None, undo: bool | None = None
7
+ execution_context: int | str | None = None,
8
+ undo: bool | None = None,
9
+ /,
8
10
  ) -> None:
9
11
  """Add new color to active palette
10
12
 
@@ -13,7 +15,9 @@ def color_add(
13
15
  """
14
16
 
15
17
  def color_delete(
16
- execution_context: int | str | None = None, undo: bool | None = None
18
+ execution_context: int | str | None = None,
19
+ undo: bool | None = None,
20
+ /,
17
21
  ) -> None:
18
22
  """Remove active color from palette
19
23
 
@@ -66,7 +70,11 @@ def join(
66
70
  :type palette: str
67
71
  """
68
72
 
69
- def new(execution_context: int | str | None = None, undo: bool | None = None) -> None:
73
+ def new(
74
+ execution_context: int | str | None = None,
75
+ undo: bool | None = None,
76
+ /,
77
+ ) -> None:
70
78
  """Add new palette
71
79
 
72
80
  :type execution_context: int | str | None
@@ -19,7 +19,7 @@ def brush_edit(
19
19
  :type undo: bool | None
20
20
  :param stroke: Stroke
21
21
  :type stroke: bpy.types.bpy_prop_collection[bpy.types.OperatorStrokeElement] | None
22
- :param pen_flip: Pen Flip, Whether a tablet's eraser mode is being used
22
+ :param pen_flip: Pen Flip, Whether a tablets eraser mode is being used
23
23
  :type pen_flip: bool | None
24
24
  """
25
25
 
@@ -54,7 +54,7 @@ def copy_particle_systems(
54
54
  :param space: Space, Space transform for copying from one object to another
55
55
 
56
56
  OBJECT
57
- Object -- Copy inside each object's local space.
57
+ Object -- Copy inside each objects local space.
58
58
 
59
59
  WORLD
60
60
  World -- Copy in world space.
@@ -111,7 +111,9 @@ def duplicate_particle_system(
111
111
  """
112
112
 
113
113
  def dupliob_copy(
114
- execution_context: int | str | None = None, undo: bool | None = None
114
+ execution_context: int | str | None = None,
115
+ undo: bool | None = None,
116
+ /,
115
117
  ) -> None:
116
118
  """Duplicate the current instance object
117
119
 
@@ -120,7 +122,9 @@ def dupliob_copy(
120
122
  """
121
123
 
122
124
  def dupliob_move_down(
123
- execution_context: int | str | None = None, undo: bool | None = None
125
+ execution_context: int | str | None = None,
126
+ undo: bool | None = None,
127
+ /,
124
128
  ) -> None:
125
129
  """Move instance object down in the list
126
130
 
@@ -129,7 +133,9 @@ def dupliob_move_down(
129
133
  """
130
134
 
131
135
  def dupliob_move_up(
132
- execution_context: int | str | None = None, undo: bool | None = None
136
+ execution_context: int | str | None = None,
137
+ undo: bool | None = None,
138
+ /,
133
139
  ) -> None:
134
140
  """Move instance object up in the list
135
141
 
@@ -138,7 +144,9 @@ def dupliob_move_up(
138
144
  """
139
145
 
140
146
  def dupliob_refresh(
141
- execution_context: int | str | None = None, undo: bool | None = None
147
+ execution_context: int | str | None = None,
148
+ undo: bool | None = None,
149
+ /,
142
150
  ) -> None:
143
151
  """Refresh list of instance objects and their weights
144
152
 
@@ -147,7 +155,9 @@ def dupliob_refresh(
147
155
  """
148
156
 
149
157
  def dupliob_remove(
150
- execution_context: int | str | None = None, undo: bool | None = None
158
+ execution_context: int | str | None = None,
159
+ undo: bool | None = None,
160
+ /,
151
161
  ) -> None:
152
162
  """Remove the selected instance object
153
163
 
@@ -156,7 +166,9 @@ def dupliob_remove(
156
166
  """
157
167
 
158
168
  def edited_clear(
159
- execution_context: int | str | None = None, undo: bool | None = None
169
+ execution_context: int | str | None = None,
170
+ undo: bool | None = None,
171
+ /,
160
172
  ) -> None:
161
173
  """Undo all edition performed on the particle system
162
174
 
@@ -201,7 +213,9 @@ def hide(
201
213
  """
202
214
 
203
215
  def mirror(
204
- execution_context: int | str | None = None, undo: bool | None = None
216
+ execution_context: int | str | None = None,
217
+ undo: bool | None = None,
218
+ /,
205
219
  ) -> None:
206
220
  """Duplicate and mirror the selected particles along the local X axis
207
221
 
@@ -209,7 +223,11 @@ def mirror(
209
223
  :type undo: bool | None
210
224
  """
211
225
 
212
- def new(execution_context: int | str | None = None, undo: bool | None = None) -> None:
226
+ def new(
227
+ execution_context: int | str | None = None,
228
+ undo: bool | None = None,
229
+ /,
230
+ ) -> None:
213
231
  """Add new particle settings
214
232
 
215
233
  :type execution_context: int | str | None
@@ -217,7 +235,9 @@ def new(execution_context: int | str | None = None, undo: bool | None = None) ->
217
235
  """
218
236
 
219
237
  def new_target(
220
- execution_context: int | str | None = None, undo: bool | None = None
238
+ execution_context: int | str | None = None,
239
+ undo: bool | None = None,
240
+ /,
221
241
  ) -> None:
222
242
  """Add a new particle target
223
243
 
@@ -226,7 +246,9 @@ def new_target(
226
246
  """
227
247
 
228
248
  def particle_edit_toggle(
229
- execution_context: int | str | None = None, undo: bool | None = None
249
+ execution_context: int | str | None = None,
250
+ undo: bool | None = None,
251
+ /,
230
252
  ) -> None:
231
253
  """Toggle particle edit mode
232
254
 
@@ -235,7 +257,9 @@ def particle_edit_toggle(
235
257
  """
236
258
 
237
259
  def particle_system_remove_all(
238
- execution_context: int | str | None = None, undo: bool | None = None
260
+ execution_context: int | str | None = None,
261
+ undo: bool | None = None,
262
+ /,
239
263
  ) -> None:
240
264
  """Remove all particle system within the active object
241
265
 
@@ -295,7 +319,7 @@ def select_all(
295
319
  *,
296
320
  action: typing.Literal["TOGGLE", "SELECT", "DESELECT", "INVERT"] | None = "TOGGLE",
297
321
  ) -> None:
298
- """(De)select all particles' keys
322
+ """(De)select all particles keys
299
323
 
300
324
  :type execution_context: int | str | None
301
325
  :type undo: bool | None
@@ -316,7 +340,9 @@ def select_all(
316
340
  """
317
341
 
318
342
  def select_less(
319
- execution_context: int | str | None = None, undo: bool | None = None
343
+ execution_context: int | str | None = None,
344
+ undo: bool | None = None,
345
+ /,
320
346
  ) -> None:
321
347
  """Deselect boundary selected keys of each particle
322
348
 
@@ -325,7 +351,9 @@ def select_less(
325
351
  """
326
352
 
327
353
  def select_linked(
328
- execution_context: int | str | None = None, undo: bool | None = None
354
+ execution_context: int | str | None = None,
355
+ undo: bool | None = None,
356
+ /,
329
357
  ) -> None:
330
358
  """Select all keys linked to already selected ones
331
359
 
@@ -352,7 +380,9 @@ def select_linked_pick(
352
380
  """
353
381
 
354
382
  def select_more(
355
- execution_context: int | str | None = None, undo: bool | None = None
383
+ execution_context: int | str | None = None,
384
+ undo: bool | None = None,
385
+ /,
356
386
  ) -> None:
357
387
  """Select keys linked to boundary selected keys of each particle
358
388
 
@@ -445,7 +475,9 @@ def select_tips(
445
475
  """
446
476
 
447
477
  def shape_cut(
448
- execution_context: int | str | None = None, undo: bool | None = None
478
+ execution_context: int | str | None = None,
479
+ undo: bool | None = None,
480
+ /,
449
481
  ) -> None:
450
482
  """Cut hair to conform to the set shape object
451
483
 
@@ -454,7 +486,9 @@ def shape_cut(
454
486
  """
455
487
 
456
488
  def subdivide(
457
- execution_context: int | str | None = None, undo: bool | None = None
489
+ execution_context: int | str | None = None,
490
+ undo: bool | None = None,
491
+ /,
458
492
  ) -> None:
459
493
  """Subdivide selected particles segments (adds keys)
460
494
 
@@ -463,7 +497,9 @@ def subdivide(
463
497
  """
464
498
 
465
499
  def target_move_down(
466
- execution_context: int | str | None = None, undo: bool | None = None
500
+ execution_context: int | str | None = None,
501
+ undo: bool | None = None,
502
+ /,
467
503
  ) -> None:
468
504
  """Move particle target down in the list
469
505
 
@@ -472,7 +508,9 @@ def target_move_down(
472
508
  """
473
509
 
474
510
  def target_move_up(
475
- execution_context: int | str | None = None, undo: bool | None = None
511
+ execution_context: int | str | None = None,
512
+ undo: bool | None = None,
513
+ /,
476
514
  ) -> None:
477
515
  """Move particle target up in the list
478
516
 
@@ -481,7 +519,9 @@ def target_move_up(
481
519
  """
482
520
 
483
521
  def target_remove(
484
- execution_context: int | str | None = None, undo: bool | None = None
522
+ execution_context: int | str | None = None,
523
+ undo: bool | None = None,
524
+ /,
485
525
  ) -> None:
486
526
  """Remove the selected particle target
487
527
 
@@ -490,7 +530,9 @@ def target_remove(
490
530
  """
491
531
 
492
532
  def unify_length(
493
- execution_context: int | str | None = None, undo: bool | None = None
533
+ execution_context: int | str | None = None,
534
+ undo: bool | None = None,
535
+ /,
494
536
  ) -> None:
495
537
  """Make selected hair the same length
496
538
 
@@ -509,6 +551,6 @@ def weight_set(
509
551
 
510
552
  :type execution_context: int | str | None
511
553
  :type undo: bool | None
512
- :param factor: Factor, Interpolation factor between current brush weight, and keys' weights
554
+ :param factor: Factor, Interpolation factor between current brush weight, and keys weights
513
555
  :type factor: float | None
514
556
  """
@@ -38,7 +38,9 @@ def attribute_set(
38
38
  """
39
39
 
40
40
  def delete(
41
- execution_context: int | str | None = None, undo: bool | None = None
41
+ execution_context: int | str | None = None,
42
+ undo: bool | None = None,
43
+ /,
42
44
  ) -> None:
43
45
  """Remove selected points
44
46
 
@@ -47,7 +49,9 @@ def delete(
47
49
  """
48
50
 
49
51
  def duplicate(
50
- execution_context: int | str | None = None, undo: bool | None = None
52
+ execution_context: int | str | None = None,
53
+ undo: bool | None = None,
54
+ /,
51
55
  ) -> None:
52
56
  """Copy selected points
53
57
 
@@ -119,7 +123,9 @@ def select_random(
119
123
  """
120
124
 
121
125
  def separate(
122
- execution_context: int | str | None = None, undo: bool | None = None
126
+ execution_context: int | str | None = None,
127
+ undo: bool | None = None,
128
+ /,
123
129
  ) -> None:
124
130
  """Separate selected geometry into a new point cloud
125
131