fake-bpy-module 20250604__py3-none-any.whl → 20250606__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 (284) hide show
  1. _bpy_internal/addons/cli/__init__.pyi +1 -1
  2. _bpy_internal/extensions/junction_module/__init__.pyi +7 -7
  3. _bpy_internal/extensions/stale_file_manager/__init__.pyi +8 -8
  4. _bpy_internal/extensions/wheel_manager/__init__.pyi +3 -3
  5. _bpy_internal/freedesktop/__init__.pyi +16 -16
  6. _bpy_internal/grease_pencil/stroke/__init__.pyi +4 -4
  7. _bpy_internal/system_info/text_generate_runtime/__init__.pyi +1 -1
  8. _bpy_internal/system_info/url_prefill_runtime/__init__.pyi +1 -1
  9. _bpy_internal/system_info/url_prefill_startup/__init__.pyi +2 -2
  10. addon_utils/__init__.pyi +12 -12
  11. animsys_refactor/__init__.pyi +6 -6
  12. aud/__init__.pyi +11 -11
  13. bgl/__init__.pyi +272 -252
  14. bl_app_override/__init__.pyi +3 -3
  15. bl_app_override/helpers/__init__.pyi +2 -2
  16. bl_app_template_utils/__init__.pyi +4 -4
  17. bl_console_utils/autocomplete/complete_namespace/__init__.pyi +2 -2
  18. bl_i18n_utils/bl_extract_messages/__init__.pyi +18 -16
  19. bl_i18n_utils/merge_po/__init__.pyi +1 -1
  20. bl_i18n_utils/settings/__init__.pyi +6 -6
  21. bl_i18n_utils/utils/__init__.pyi +48 -46
  22. bl_i18n_utils/utils_cli/__init__.pyi +6 -6
  23. bl_i18n_utils/utils_languages_menu/__init__.pyi +1 -1
  24. bl_i18n_utils/utils_rtl/__init__.pyi +2 -2
  25. bl_keymap_utils/io/__init__.pyi +9 -9
  26. bl_keymap_utils/keymap_from_toolbar/__init__.pyi +1 -1
  27. bl_keymap_utils/keymap_hierarchy/__init__.pyi +1 -1
  28. bl_keymap_utils/platform_helpers/__init__.pyi +2 -2
  29. bl_keymap_utils/versioning/__init__.pyi +1 -1
  30. bl_operators/__init__.pyi +2 -2
  31. bl_operators/add_mesh_torus/__init__.pyi +6 -6
  32. bl_operators/anim/__init__.pyi +24 -24
  33. bl_operators/assets/__init__.pyi +9 -9
  34. bl_operators/bmesh/find_adjacent/__init__.pyi +11 -9
  35. bl_operators/bone_selection_sets/__init__.pyi +18 -18
  36. bl_operators/clip/__init__.pyi +26 -26
  37. bl_operators/connect_to_output/__init__.pyi +17 -15
  38. bl_operators/console/__init__.pyi +10 -10
  39. bl_operators/constraint/__init__.pyi +8 -8
  40. bl_operators/file/__init__.pyi +6 -6
  41. bl_operators/freestyle/__init__.pyi +9 -9
  42. bl_operators/geometry_nodes/__init__.pyi +24 -24
  43. bl_operators/grease_pencil/__init__.pyi +2 -2
  44. bl_operators/image/__init__.pyi +7 -7
  45. bl_operators/image_as_planes/__init__.pyi +32 -32
  46. bl_operators/mesh/__init__.pyi +7 -7
  47. bl_operators/node/__init__.pyi +31 -31
  48. bl_operators/node_editor/node_functions/__init__.pyi +9 -9
  49. bl_operators/object/__init__.pyi +31 -31
  50. bl_operators/object_align/__init__.pyi +5 -5
  51. bl_operators/object_quick_effects/__init__.pyi +9 -9
  52. bl_operators/object_randomize_transform/__init__.pyi +3 -3
  53. bl_operators/presets/__init__.pyi +18 -18
  54. bl_operators/rigidbody/__init__.pyi +7 -7
  55. bl_operators/screen_play_rendered_anim/__init__.pyi +2 -2
  56. bl_operators/sequencer/__init__.pyi +19 -19
  57. bl_operators/spreadsheet/__init__.pyi +4 -4
  58. bl_operators/userpref/__init__.pyi +42 -42
  59. bl_operators/uvcalc_follow_active/__init__.pyi +5 -5
  60. bl_operators/uvcalc_lightmap/__init__.pyi +8 -8
  61. bl_operators/uvcalc_transform/__init__.pyi +20 -20
  62. bl_operators/vertexpaint_dirt/__init__.pyi +4 -4
  63. bl_operators/view3d/__init__.pyi +21 -19
  64. bl_operators/wm/__init__.pyi +88 -88
  65. bl_operators/world/__init__.pyi +2 -2
  66. bl_previews_utils/bl_previews_render/__init__.pyi +9 -7
  67. bl_rna_utils/data_path/__init__.pyi +2 -2
  68. bl_text_utils/external_editor/__init__.pyi +1 -1
  69. bl_ui/__init__.pyi +10 -10
  70. bl_ui/anim/__init__.pyi +2 -2
  71. bl_ui/asset_shelf/__init__.pyi +2 -2
  72. bl_ui/generic_ui_list/__init__.pyi +6 -6
  73. bl_ui/node_add_menu/__init__.pyi +15 -13
  74. bl_ui/node_add_menu_compositor/__init__.pyi +18 -18
  75. bl_ui/node_add_menu_geometry/__init__.pyi +54 -54
  76. bl_ui/node_add_menu_shader/__init__.pyi +16 -16
  77. bl_ui/node_add_menu_texture/__init__.pyi +9 -9
  78. bl_ui/properties_animviz/__init__.pyi +2 -2
  79. bl_ui/properties_collection/__init__.pyi +10 -8
  80. bl_ui/properties_constraint/__init__.pyi +125 -125
  81. bl_ui/properties_data_armature/__init__.pyi +22 -22
  82. bl_ui/properties_data_bone/__init__.pyi +20 -20
  83. bl_ui/properties_data_camera/__init__.pyi +19 -19
  84. bl_ui/properties_data_curve/__init__.pyi +23 -23
  85. bl_ui/properties_data_curves/__init__.pyi +9 -9
  86. bl_ui/properties_data_empty/__init__.pyi +4 -4
  87. bl_ui/properties_data_grease_pencil/__init__.pyi +25 -25
  88. bl_ui/properties_data_lattice/__init__.pyi +4 -4
  89. bl_ui/properties_data_light/__init__.pyi +14 -14
  90. bl_ui/properties_data_lightprobe/__init__.pyi +18 -18
  91. bl_ui/properties_data_mesh/__init__.pyi +26 -26
  92. bl_ui/properties_data_metaball/__init__.pyi +6 -6
  93. bl_ui/properties_data_modifier/__init__.pyi +12 -12
  94. bl_ui/properties_data_pointcloud/__init__.pyi +8 -8
  95. bl_ui/properties_data_shaderfx/__init__.pyi +1 -1
  96. bl_ui/properties_data_speaker/__init__.pyi +5 -5
  97. bl_ui/properties_data_volume/__init__.pyi +9 -9
  98. bl_ui/properties_freestyle/__init__.pyi +51 -51
  99. bl_ui/properties_grease_pencil_common/__init__.pyi +30 -30
  100. bl_ui/properties_mask_common/__init__.pyi +24 -24
  101. bl_ui/properties_material/__init__.pyi +27 -27
  102. bl_ui/properties_material_gpencil/__init__.pyi +12 -12
  103. bl_ui/properties_object/__init__.pyi +29 -29
  104. bl_ui/properties_output/__init__.pyi +29 -29
  105. bl_ui/properties_paint_common/__init__.pyi +59 -49
  106. bl_ui/properties_particle/__init__.pyi +101 -101
  107. bl_ui/properties_physics_cloth/__init__.pyi +20 -20
  108. bl_ui/properties_physics_common/__init__.pyi +8 -8
  109. bl_ui/properties_physics_dynamicpaint/__init__.pyi +57 -57
  110. bl_ui/properties_physics_field/__init__.pyi +23 -23
  111. bl_ui/properties_physics_fluid/__init__.pyi +76 -76
  112. bl_ui/properties_physics_geometry_nodes/__init__.pyi +3 -3
  113. bl_ui/properties_physics_rigidbody/__init__.pyi +18 -18
  114. bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +29 -29
  115. bl_ui/properties_physics_softbody/__init__.pyi +21 -21
  116. bl_ui/properties_render/__init__.pyi +81 -81
  117. bl_ui/properties_scene/__init__.pyi +22 -22
  118. bl_ui/properties_texture/__init__.pyi +39 -39
  119. bl_ui/properties_view_layer/__init__.pyi +12 -12
  120. bl_ui/properties_workspace/__init__.pyi +5 -5
  121. bl_ui/properties_world/__init__.pyi +18 -18
  122. bl_ui/space_clip/__init__.pyi +81 -81
  123. bl_ui/space_console/__init__.pyi +6 -6
  124. bl_ui/space_dopesheet/__init__.pyi +32 -32
  125. bl_ui/space_filebrowser/__init__.pyi +45 -45
  126. bl_ui/space_graph/__init__.pyi +21 -21
  127. bl_ui/space_image/__init__.pyi +73 -73
  128. bl_ui/space_info/__init__.pyi +6 -6
  129. bl_ui/space_nla/__init__.pyi +18 -18
  130. bl_ui/space_node/__init__.pyi +42 -42
  131. bl_ui/space_outliner/__init__.pyi +21 -21
  132. bl_ui/space_properties/__init__.pyi +6 -6
  133. bl_ui/space_sequencer/__init__.pyi +133 -133
  134. bl_ui/space_spreadsheet/__init__.pyi +4 -4
  135. bl_ui/space_statusbar/__init__.pyi +1 -1
  136. bl_ui/space_text/__init__.pyi +17 -17
  137. bl_ui/space_time/__init__.pyi +12 -12
  138. bl_ui/space_toolsystem_common/__init__.pyi +28 -26
  139. bl_ui/space_toolsystem_toolbar/__init__.pyi +36 -36
  140. bl_ui/space_topbar/__init__.pyi +32 -32
  141. bl_ui/space_userpref/__init__.pyi +132 -132
  142. bl_ui/space_view3d/__init__.pyi +297 -297
  143. bl_ui/space_view3d_toolbar/__init__.pyi +148 -149
  144. bl_ui/utils/__init__.pyi +5 -5
  145. bl_ui_utils/layout/__init__.pyi +1 -1
  146. blend_render_info/__init__.pyi +2 -2
  147. blf/__init__.pyi +15 -15
  148. bmesh/__init__.pyi +1 -1
  149. bmesh/ops/__init__.pyi +366 -357
  150. bmesh/types/__init__.pyi +59 -57
  151. bmesh/utils/__init__.pyi +2 -2
  152. bpy/app/__init__.pyi +3 -3
  153. bpy/app/icons/__init__.pyi +1 -1
  154. bpy/app/timers/__init__.pyi +2 -2
  155. bpy/app/translations/__init__.pyi +9 -9
  156. bpy/msgbus/__init__.pyi +3 -3
  157. bpy/ops/action/__init__.pyi +62 -38
  158. bpy/ops/anim/__init__.pyi +63 -61
  159. bpy/ops/armature/__init__.pyi +58 -48
  160. bpy/ops/asset/__init__.pyi +31 -17
  161. bpy/ops/boid/__init__.pyi +18 -8
  162. bpy/ops/brush/__init__.pyi +19 -13
  163. bpy/ops/buttons/__init__.pyi +14 -6
  164. bpy/ops/cachefile/__init__.pyi +9 -5
  165. bpy/ops/camera/__init__.pyi +2 -2
  166. bpy/ops/clip/__init__.pyi +112 -92
  167. bpy/ops/cloth/__init__.pyi +1 -1
  168. bpy/ops/collection/__init__.pyi +11 -9
  169. bpy/ops/console/__init__.pyi +37 -21
  170. bpy/ops/constraint/__init__.pyi +20 -18
  171. bpy/ops/curve/__init__.pyi +81 -51
  172. bpy/ops/curves/__init__.pyi +50 -30
  173. bpy/ops/cycles/__init__.pyi +3 -3
  174. bpy/ops/dpaint/__init__.pyi +5 -5
  175. bpy/ops/ed/__init__.pyi +19 -13
  176. bpy/ops/export_anim/__init__.pyi +1 -1
  177. bpy/ops/export_scene/__init__.pyi +2 -2
  178. bpy/ops/extensions/__init__.pyi +38 -32
  179. bpy/ops/file/__init__.pyi +72 -40
  180. bpy/ops/fluid/__init__.pyi +36 -14
  181. bpy/ops/font/__init__.pyi +41 -23
  182. bpy/ops/geometry/__init__.pyi +10 -10
  183. bpy/ops/gizmogroup/__init__.pyi +4 -2
  184. bpy/ops/gpencil/__init__.pyi +12 -8
  185. bpy/ops/graph/__init__.pyi +81 -65
  186. bpy/ops/grease_pencil/__init__.pyi +159 -115
  187. bpy/ops/image/__init__.pyi +63 -49
  188. bpy/ops/import_anim/__init__.pyi +1 -1
  189. bpy/ops/import_curve/__init__.pyi +1 -1
  190. bpy/ops/import_scene/__init__.pyi +2 -2
  191. bpy/ops/info/__init__.pyi +13 -7
  192. bpy/ops/lattice/__init__.pyi +14 -8
  193. bpy/ops/marker/__init__.pyi +13 -11
  194. bpy/ops/mask/__init__.pyi +59 -39
  195. bpy/ops/material/__init__.pyi +3 -3
  196. bpy/ops/mball/__init__.pyi +8 -8
  197. bpy/ops/mesh/__init__.pyi +182 -164
  198. bpy/ops/nla/__init__.pyi +65 -39
  199. bpy/ops/node/__init__.pyi +181 -147
  200. bpy/ops/object/__init__.pyi +262 -242
  201. bpy/ops/outliner/__init__.pyi +98 -72
  202. bpy/ops/paint/__init__.pyi +58 -54
  203. bpy/ops/paintcurve/__init__.pyi +12 -8
  204. bpy/ops/palette/__init__.pyi +11 -7
  205. bpy/ops/particle/__init__.pyi +58 -36
  206. bpy/ops/pointcloud/__init__.pyi +13 -7
  207. bpy/ops/pose/__init__.pyi +65 -51
  208. bpy/ops/poselib/__init__.pyi +17 -11
  209. bpy/ops/preferences/__init__.pyi +41 -35
  210. bpy/ops/ptcache/__init__.pyi +13 -7
  211. bpy/ops/render/__init__.pyi +17 -13
  212. bpy/ops/rigidbody/__init__.pyi +19 -13
  213. bpy/ops/scene/__init__.pyi +39 -37
  214. bpy/ops/screen/__init__.pyi +59 -39
  215. bpy/ops/script/__init__.pyi +5 -3
  216. bpy/ops/sculpt/__init__.pyi +44 -40
  217. bpy/ops/sculpt_curves/__init__.pyi +4 -4
  218. bpy/ops/sequencer/__init__.pyi +142 -100
  219. bpy/ops/sound/__init__.pyi +7 -7
  220. bpy/ops/spreadsheet/__init__.pyi +13 -7
  221. bpy/ops/surface/__init__.pyi +6 -6
  222. bpy/ops/text/__init__.pyi +73 -43
  223. bpy/ops/text_editor/__init__.pyi +1 -1
  224. bpy/ops/texture/__init__.pyi +8 -4
  225. bpy/ops/transform/__init__.pyi +29 -27
  226. bpy/ops/ui/__init__.pyi +42 -34
  227. bpy/ops/uilist/__init__.pyi +3 -3
  228. bpy/ops/uv/__init__.pyi +59 -49
  229. bpy/ops/view2d/__init__.pyi +14 -14
  230. bpy/ops/view3d/__init__.pyi +87 -67
  231. bpy/ops/wm/__init__.pyi +138 -116
  232. bpy/ops/workspace/__init__.pyi +11 -7
  233. bpy/ops/world/__init__.pyi +2 -2
  234. bpy/props/__init__.pyi +16 -13
  235. bpy/types/__init__.pyi +1206 -1157
  236. bpy/utils/__init__.pyi +23 -23
  237. bpy/utils/previews/__init__.pyi +3 -3
  238. bpy_extras/anim_utils/__init__.pyi +7 -7
  239. bpy_extras/bmesh_utils/__init__.pyi +1 -1
  240. bpy_extras/id_map_utils/__init__.pyi +3 -3
  241. bpy_extras/io_utils/__init__.pyi +14 -12
  242. bpy_extras/keyconfig_utils/__init__.pyi +3 -3
  243. bpy_extras/mesh_utils/__init__.pyi +2 -2
  244. bpy_extras/node_shader_utils/__init__.pyi +63 -63
  245. bpy_extras/node_utils/__init__.pyi +3 -3
  246. bpy_extras/object_utils/__init__.pyi +4 -4
  247. bpy_extras/wm_utils/progress_report/__init__.pyi +10 -10
  248. bpy_types/__init__.pyi +4 -4
  249. console_python/__init__.pyi +7 -7
  250. console_shell/__init__.pyi +5 -5
  251. {fake_bpy_module-20250604.dist-info → fake_bpy_module-20250606.dist-info}/METADATA +1 -1
  252. fake_bpy_module-20250606.dist-info/RECORD +367 -0
  253. freestyle/chainingiterators/__init__.pyi +35 -33
  254. freestyle/functions/__init__.pyi +55 -55
  255. freestyle/predicates/__init__.pyi +8 -8
  256. freestyle/shaders/__init__.pyi +79 -75
  257. freestyle/types/__init__.pyi +146 -142
  258. freestyle/utils/ContextFunctions/__init__.pyi +3 -1
  259. freestyle/utils/__init__.pyi +25 -25
  260. gpu/matrix/__init__.pyi +14 -14
  261. gpu/select/__init__.pyi +1 -1
  262. gpu/shader/__init__.pyi +1 -1
  263. gpu/state/__init__.pyi +19 -19
  264. gpu/types/__init__.pyi +50 -44
  265. gpu_extras/presets/__init__.pyi +2 -2
  266. graphviz_export/__init__.pyi +2 -2
  267. idprop/types/__init__.pyi +9 -9
  268. imbuf/__init__.pyi +3 -1
  269. imbuf/types/__init__.pyi +3 -3
  270. keyingsets_builtins/__init__.pyi +26 -26
  271. keyingsets_utils/__init__.pyi +14 -14
  272. mathutils/__init__.pyi +61 -53
  273. mathutils/bvhtree/__init__.pyi +4 -4
  274. mathutils/kdtree/__init__.pyi +3 -3
  275. mathutils/noise/__init__.pyi +1 -1
  276. nodeitems_builtins/__init__.pyi +4 -4
  277. nodeitems_utils/__init__.pyi +9 -9
  278. rna_info/__init__.pyi +25 -25
  279. rna_keymap_ui/__init__.pyi +6 -6
  280. rna_prop_ui/__init__.pyi +12 -12
  281. rna_xml/__init__.pyi +6 -6
  282. fake_bpy_module-20250604.dist-info/RECORD +0 -367
  283. {fake_bpy_module-20250604.dist-info → fake_bpy_module-20250606.dist-info}/WHEEL +0 -0
  284. {fake_bpy_module-20250604.dist-info → fake_bpy_module-20250606.dist-info}/top_level.txt +0 -0
bpy/ops/mesh/__init__.pyi CHANGED
@@ -18,7 +18,7 @@ def attribute_set(
18
18
  value_int_vector_2d: collections.abc.Iterable[int] | None = (0, 0),
19
19
  value_color: collections.abc.Iterable[float] | None = (1.0, 1.0, 1.0, 1.0),
20
20
  value_bool: bool | None = False,
21
- ):
21
+ ) -> None:
22
22
  """Set values of the active attribute for selected elements
23
23
 
24
24
  :type execution_context: int | str | None
@@ -48,7 +48,7 @@ def average_normals(
48
48
  | None = "CUSTOM_NORMAL",
49
49
  weight: int | None = 50,
50
50
  threshold: float | None = 0.01,
51
- ):
51
+ ) -> None:
52
52
  """Average custom normals of selected vertices
53
53
 
54
54
  :type execution_context: int | str | None
@@ -76,7 +76,7 @@ def beautify_fill(
76
76
  /,
77
77
  *,
78
78
  angle_limit: float | None = 3.14159,
79
- ):
79
+ ) -> None:
80
80
  """Rearrange some faces to try to get less degenerated geometry
81
81
 
82
82
  :type execution_context: int | str | None
@@ -111,7 +111,7 @@ def bevel(
111
111
  spread: float | None = 0.1,
112
112
  vmesh_method: typing.Literal["ADJ", "CUTOFF"] | None = "ADJ",
113
113
  release_confirm: bool | None = False,
114
- ):
114
+ ) -> None:
115
115
  """Cut into selected items at an angle to create bevel or chamfer
116
116
 
117
117
  :type execution_context: int | str | None
@@ -241,7 +241,7 @@ def bisect(
241
241
  yend: int | None = 0,
242
242
  flip: bool | None = False,
243
243
  cursor: int | None = 5,
244
- ):
244
+ ) -> None:
245
245
  """Cut geometry along a plane (click-drag to define plane)
246
246
 
247
247
  :type execution_context: int | str | None
@@ -280,7 +280,7 @@ def blend_from_shape(
280
280
  shape: str | None = "",
281
281
  blend: float | None = 1.0,
282
282
  add: bool | None = True,
283
- ):
283
+ ) -> None:
284
284
  """Blend in shape from a shape key
285
285
 
286
286
  :type execution_context: int | str | None
@@ -308,7 +308,7 @@ def bridge_edge_loops(
308
308
  profile_shape_factor: float | None = 0.0,
309
309
  profile_shape: bpy.stub_internal.rna_enums.ProportionalFalloffCurveOnlyItems
310
310
  | None = "SMOOTH",
311
- ):
311
+ ) -> None:
312
312
  """Create a bridge of faces between two or more selected edge loops
313
313
 
314
314
  :type execution_context: int | str | None
@@ -335,7 +335,7 @@ def bridge_edge_loops(
335
335
 
336
336
  def colors_reverse(
337
337
  execution_context: int | str | None = None, undo: bool | None = None
338
- ):
338
+ ) -> None:
339
339
  """Flip direction of face corner color attribute inside faces
340
340
 
341
341
  :type execution_context: int | str | None
@@ -348,7 +348,7 @@ def colors_rotate(
348
348
  /,
349
349
  *,
350
350
  use_ccw: bool | None = False,
351
- ):
351
+ ) -> None:
352
352
  """Rotate face corner color attribute inside faces
353
353
 
354
354
  :type execution_context: int | str | None
@@ -375,7 +375,7 @@ def convex_hull(
375
375
  sharp: bool | None = False,
376
376
  materials: bool | None = False,
377
377
  deselect_joined: bool | None = False,
378
- ):
378
+ ) -> None:
379
379
  """Enclose selected vertices in a convex polyhedron
380
380
 
381
381
  :type execution_context: int | str | None
@@ -410,7 +410,7 @@ def convex_hull(
410
410
 
411
411
  def customdata_custom_splitnormals_add(
412
412
  execution_context: int | str | None = None, undo: bool | None = None
413
- ):
413
+ ) -> None:
414
414
  """Add a custom split normals layer, if none exists yet
415
415
 
416
416
  :type execution_context: int | str | None
@@ -419,7 +419,7 @@ def customdata_custom_splitnormals_add(
419
419
 
420
420
  def customdata_custom_splitnormals_clear(
421
421
  execution_context: int | str | None = None, undo: bool | None = None
422
- ):
422
+ ) -> None:
423
423
  """Remove the custom split normals layer, if it exists
424
424
 
425
425
  :type execution_context: int | str | None
@@ -428,7 +428,7 @@ def customdata_custom_splitnormals_clear(
428
428
 
429
429
  def customdata_mask_clear(
430
430
  execution_context: int | str | None = None, undo: bool | None = None
431
- ):
431
+ ) -> None:
432
432
  """Clear vertex sculpt masking data from the mesh
433
433
 
434
434
  :type execution_context: int | str | None
@@ -437,7 +437,7 @@ def customdata_mask_clear(
437
437
 
438
438
  def customdata_skin_add(
439
439
  execution_context: int | str | None = None, undo: bool | None = None
440
- ):
440
+ ) -> None:
441
441
  """Add a vertex skin layer
442
442
 
443
443
  :type execution_context: int | str | None
@@ -446,7 +446,7 @@ def customdata_skin_add(
446
446
 
447
447
  def customdata_skin_clear(
448
448
  execution_context: int | str | None = None, undo: bool | None = None
449
- ):
449
+ ) -> None:
450
450
  """Clear vertex skin layer
451
451
 
452
452
  :type execution_context: int | str | None
@@ -464,7 +464,7 @@ def decimate(
464
464
  invert_vertex_group: bool | None = False,
465
465
  use_symmetry: bool | None = False,
466
466
  symmetry_axis: bpy.stub_internal.rna_enums.AxisXyzItems | None = "Y",
467
- ):
467
+ ) -> None:
468
468
  """Simplify geometry by collapsing edges
469
469
 
470
470
  :type execution_context: int | str | None
@@ -490,7 +490,7 @@ def delete(
490
490
  *,
491
491
  type: typing.Literal["VERT", "EDGE", "FACE", "EDGE_FACE", "ONLY_FACE"]
492
492
  | None = "VERT",
493
- ):
493
+ ) -> None:
494
494
  """Delete selected vertices, edges or faces
495
495
 
496
496
  :type execution_context: int | str | None
@@ -505,7 +505,7 @@ def delete_edgeloop(
505
505
  /,
506
506
  *,
507
507
  use_face_split: bool | None = True,
508
- ):
508
+ ) -> None:
509
509
  """Delete an edge loop by merging the faces on each side
510
510
 
511
511
  :type execution_context: int | str | None
@@ -522,7 +522,7 @@ def delete_loose(
522
522
  use_verts: bool | None = True,
523
523
  use_edges: bool | None = True,
524
524
  use_faces: bool | None = False,
525
- ):
525
+ ) -> None:
526
526
  """Delete loose vertices, edges or faces
527
527
 
528
528
  :type execution_context: int | str | None
@@ -541,7 +541,7 @@ def dissolve_degenerate(
541
541
  /,
542
542
  *,
543
543
  threshold: float | None = 0.0001,
544
- ):
544
+ ) -> None:
545
545
  """Dissolve zero area faces and zero length edges
546
546
 
547
547
  :type execution_context: int | str | None
@@ -556,14 +556,17 @@ def dissolve_edges(
556
556
  /,
557
557
  *,
558
558
  use_verts: bool | None = True,
559
+ angle_threshold: float | None = 0.349066,
559
560
  use_face_split: bool | None = False,
560
- ):
561
+ ) -> None:
561
562
  """Dissolve edges, merging faces
562
563
 
563
564
  :type execution_context: int | str | None
564
565
  :type undo: bool | None
565
- :param use_verts: Dissolve Vertices, Dissolve remaining vertices
566
+ :param use_verts: Dissolve Vertices, Dissolve remaining vertices which connect to only two edges
566
567
  :type use_verts: bool | None
568
+ :param angle_threshold: Angle Threshold, Remaining vertices which separate edge pairs are preserved if their edge angle exceeds this threshold.
569
+ :type angle_threshold: float | None
567
570
  :param use_face_split: Face Split, Split off face corners to maintain surrounding geometry
568
571
  :type use_face_split: bool | None
569
572
  """
@@ -574,12 +577,12 @@ def dissolve_faces(
574
577
  /,
575
578
  *,
576
579
  use_verts: bool | None = False,
577
- ):
580
+ ) -> None:
578
581
  """Dissolve faces
579
582
 
580
583
  :type execution_context: int | str | None
581
584
  :type undo: bool | None
582
- :param use_verts: Dissolve Vertices, Dissolve remaining vertices
585
+ :param use_verts: Dissolve Vertices, Dissolve remaining vertices which connect to only two edges
583
586
  :type use_verts: bool | None
584
587
  """
585
588
 
@@ -591,7 +594,7 @@ def dissolve_limited(
591
594
  angle_limit: float | None = 0.0872665,
592
595
  use_dissolve_boundaries: bool | None = False,
593
596
  delimit: set[bpy.stub_internal.rna_enums.MeshDelimitModeItems] | None = {"NORMAL"},
594
- ):
597
+ ) -> None:
595
598
  """Dissolve selected edges and vertices, limited by the angle of surrounding geometry
596
599
 
597
600
  :type execution_context: int | str | None
@@ -612,17 +615,20 @@ def dissolve_mode(
612
615
  use_verts: bool | None = False,
613
616
  use_face_split: bool | None = False,
614
617
  use_boundary_tear: bool | None = False,
615
- ):
618
+ angle_threshold: float | None = 0.349066,
619
+ ) -> None:
616
620
  """Dissolve geometry based on the selection mode
617
621
 
618
622
  :type execution_context: int | str | None
619
623
  :type undo: bool | None
620
- :param use_verts: Dissolve Vertices, Dissolve remaining vertices
624
+ :param use_verts: Dissolve Vertices, Dissolve remaining vertices which connect to only two edges
621
625
  :type use_verts: bool | None
622
626
  :param use_face_split: Face Split, Split off face corners to maintain surrounding geometry
623
627
  :type use_face_split: bool | None
624
628
  :param use_boundary_tear: Tear Boundary, Split off face corners instead of merging faces
625
629
  :type use_boundary_tear: bool | None
630
+ :param angle_threshold: Angle Threshold, Remaining vertices which separate edge pairs are preserved if their edge angle exceeds this threshold.
631
+ :type angle_threshold: float | None
626
632
  """
627
633
 
628
634
  def dissolve_verts(
@@ -632,7 +638,7 @@ def dissolve_verts(
632
638
  *,
633
639
  use_face_split: bool | None = False,
634
640
  use_boundary_tear: bool | None = False,
635
- ):
641
+ ) -> None:
636
642
  """Dissolve vertices, merge edges and faces
637
643
 
638
644
  :type execution_context: int | str | None
@@ -649,7 +655,7 @@ def dupli_extrude_cursor(
649
655
  /,
650
656
  *,
651
657
  rotate_source: bool | None = True,
652
- ):
658
+ ) -> None:
653
659
  """Duplicate and extrude selected vertices, edges or faces towards the mouse cursor
654
660
 
655
661
  :type execution_context: int | str | None
@@ -664,7 +670,7 @@ def duplicate(
664
670
  /,
665
671
  *,
666
672
  mode: int | None = 1,
667
- ):
673
+ ) -> None:
668
674
  """Duplicate selected vertices, edges or faces
669
675
 
670
676
  :type execution_context: int | str | None
@@ -680,7 +686,7 @@ def duplicate_move(
680
686
  *,
681
687
  MESH_OT_duplicate: duplicate | None = None,
682
688
  TRANSFORM_OT_translate: bpy.ops.transform.translate | None = None,
683
- ):
689
+ ) -> None:
684
690
  """Duplicate mesh and move
685
691
 
686
692
  :type execution_context: int | str | None
@@ -691,14 +697,18 @@ def duplicate_move(
691
697
  :type TRANSFORM_OT_translate: bpy.ops.transform.translate | None
692
698
  """
693
699
 
694
- def edge_collapse(execution_context: int | str | None = None, undo: bool | None = None):
700
+ def edge_collapse(
701
+ execution_context: int | str | None = None, undo: bool | None = None
702
+ ) -> None:
695
703
  """Collapse isolated edge and face regions, merging data such as UVs and color attributes. This can collapse edge-rings as well as regions of connected faces into vertices
696
704
 
697
705
  :type execution_context: int | str | None
698
706
  :type undo: bool | None
699
707
  """
700
708
 
701
- def edge_face_add(execution_context: int | str | None = None, undo: bool | None = None):
709
+ def edge_face_add(
710
+ execution_context: int | str | None = None, undo: bool | None = None
711
+ ) -> None:
702
712
  """Add an edge or face to selected
703
713
 
704
714
  :type execution_context: int | str | None
@@ -711,7 +721,7 @@ def edge_rotate(
711
721
  /,
712
722
  *,
713
723
  use_ccw: bool | None = False,
714
- ):
724
+ ) -> None:
715
725
  """Rotate selected edge or adjoining faces
716
726
 
717
727
  :type execution_context: int | str | None
@@ -726,7 +736,7 @@ def edge_split(
726
736
  /,
727
737
  *,
728
738
  type: typing.Literal["EDGE", "VERT"] | None = "EDGE",
729
- ):
739
+ ) -> None:
730
740
  """Split selected edges so that each neighbor face gets its own copy
731
741
 
732
742
  :type execution_context: int | str | None
@@ -750,7 +760,7 @@ def edgering_select(
750
760
  deselect: bool | None = False,
751
761
  toggle: bool | None = False,
752
762
  ring: bool | None = True,
753
- ):
763
+ ) -> None:
754
764
  """Select an edge ring
755
765
 
756
766
  :type execution_context: int | str | None
@@ -771,7 +781,7 @@ def edges_select_sharp(
771
781
  /,
772
782
  *,
773
783
  sharpness: float | None = 0.523599,
774
- ):
784
+ ) -> None:
775
785
  """Select all sharp enough edges
776
786
 
777
787
  :type execution_context: int | str | None
@@ -788,7 +798,7 @@ def extrude_context(
788
798
  use_normal_flip: bool | None = False,
789
799
  use_dissolve_ortho_edges: bool | None = False,
790
800
  mirror: bool | None = False,
791
- ):
801
+ ) -> None:
792
802
  """Extrude selection
793
803
 
794
804
  :type execution_context: int | str | None
@@ -808,7 +818,7 @@ def extrude_context_move(
808
818
  *,
809
819
  MESH_OT_extrude_context: extrude_context | None = None,
810
820
  TRANSFORM_OT_translate: bpy.ops.transform.translate | None = None,
811
- ):
821
+ ) -> None:
812
822
  """Extrude region together along the average normal
813
823
 
814
824
  :type execution_context: int | str | None
@@ -826,7 +836,7 @@ def extrude_edges_indiv(
826
836
  *,
827
837
  use_normal_flip: bool | None = False,
828
838
  mirror: bool | None = False,
829
- ):
839
+ ) -> None:
830
840
  """Extrude individual edges only
831
841
 
832
842
  :type execution_context: int | str | None
@@ -844,7 +854,7 @@ def extrude_edges_move(
844
854
  *,
845
855
  MESH_OT_extrude_edges_indiv: extrude_edges_indiv | None = None,
846
856
  TRANSFORM_OT_translate: bpy.ops.transform.translate | None = None,
847
- ):
857
+ ) -> None:
848
858
  """Extrude edges and move result
849
859
 
850
860
  :type execution_context: int | str | None
@@ -861,7 +871,7 @@ def extrude_faces_indiv(
861
871
  /,
862
872
  *,
863
873
  mirror: bool | None = False,
864
- ):
874
+ ) -> None:
865
875
  """Extrude individual faces only
866
876
 
867
877
  :type execution_context: int | str | None
@@ -877,7 +887,7 @@ def extrude_faces_move(
877
887
  *,
878
888
  MESH_OT_extrude_faces_indiv: extrude_faces_indiv | None = None,
879
889
  TRANSFORM_OT_shrink_fatten: bpy.ops.transform.shrink_fatten | None = None,
880
- ):
890
+ ) -> None:
881
891
  """Extrude each individual face separately along local normals
882
892
 
883
893
  :type execution_context: int | str | None
@@ -895,7 +905,7 @@ def extrude_manifold(
895
905
  *,
896
906
  MESH_OT_extrude_region: extrude_region | None = None,
897
907
  TRANSFORM_OT_translate: bpy.ops.transform.translate | None = None,
898
- ):
908
+ ) -> None:
899
909
  """Extrude, dissolves edges whose faces form a flat surface and intersect new edges
900
910
 
901
911
  :type execution_context: int | str | None
@@ -914,7 +924,7 @@ def extrude_region(
914
924
  use_normal_flip: bool | None = False,
915
925
  use_dissolve_ortho_edges: bool | None = False,
916
926
  mirror: bool | None = False,
917
- ):
927
+ ) -> None:
918
928
  """Extrude region of faces
919
929
 
920
930
  :type execution_context: int | str | None
@@ -934,7 +944,7 @@ def extrude_region_move(
934
944
  *,
935
945
  MESH_OT_extrude_region: extrude_region | None = None,
936
946
  TRANSFORM_OT_translate: bpy.ops.transform.translate | None = None,
937
- ):
947
+ ) -> None:
938
948
  """Extrude region and move result
939
949
 
940
950
  :type execution_context: int | str | None
@@ -952,7 +962,7 @@ def extrude_region_shrink_fatten(
952
962
  *,
953
963
  MESH_OT_extrude_region: extrude_region | None = None,
954
964
  TRANSFORM_OT_shrink_fatten: bpy.ops.transform.shrink_fatten | None = None,
955
- ):
965
+ ) -> None:
956
966
  """Extrude region together along local normals
957
967
 
958
968
  :type execution_context: int | str | None
@@ -971,7 +981,7 @@ def extrude_repeat(
971
981
  steps: int | None = 10,
972
982
  offset: collections.abc.Sequence[float] | mathutils.Vector | None = (0.0, 0.0, 0.0),
973
983
  scale_offset: float | None = 1.0,
974
- ):
984
+ ) -> None:
975
985
  """Extrude selected vertices, edges or faces repeatedly
976
986
 
977
987
  :type execution_context: int | str | None
@@ -991,7 +1001,7 @@ def extrude_vertices_move(
991
1001
  *,
992
1002
  MESH_OT_extrude_verts_indiv: extrude_verts_indiv | None = None,
993
1003
  TRANSFORM_OT_translate: bpy.ops.transform.translate | None = None,
994
- ):
1004
+ ) -> None:
995
1005
  """Extrude vertices and move result
996
1006
 
997
1007
  :type execution_context: int | str | None
@@ -1008,7 +1018,7 @@ def extrude_verts_indiv(
1008
1018
  /,
1009
1019
  *,
1010
1020
  mirror: bool | None = False,
1011
- ):
1021
+ ) -> None:
1012
1022
  """Extrude individual vertices only
1013
1023
 
1014
1024
  :type execution_context: int | str | None
@@ -1024,7 +1034,7 @@ def face_make_planar(
1024
1034
  *,
1025
1035
  factor: float | None = 1.0,
1026
1036
  repeat: int | None = 1,
1027
- ):
1037
+ ) -> None:
1028
1038
  """Flatten selected faces
1029
1039
 
1030
1040
  :type execution_context: int | str | None
@@ -1037,7 +1047,7 @@ def face_make_planar(
1037
1047
 
1038
1048
  def face_split_by_edges(
1039
1049
  execution_context: int | str | None = None, undo: bool | None = None
1040
- ):
1050
+ ) -> None:
1041
1051
  """Weld loose edges into faces (splitting them into new faces)
1042
1052
 
1043
1053
  :type execution_context: int | str | None
@@ -1051,7 +1061,7 @@ def faces_mirror_uv(
1051
1061
  *,
1052
1062
  direction: typing.Literal["POSITIVE", "NEGATIVE"] | None = "POSITIVE",
1053
1063
  precision: int | None = 3,
1054
- ):
1064
+ ) -> None:
1055
1065
  """Copy mirror UV coordinates on the X axis based on a mirrored mesh
1056
1066
 
1057
1067
  :type execution_context: int | str | None
@@ -1068,7 +1078,7 @@ def faces_select_linked_flat(
1068
1078
  /,
1069
1079
  *,
1070
1080
  sharpness: float | None = 0.0174533,
1071
- ):
1081
+ ) -> None:
1072
1082
  """Select linked faces by angle
1073
1083
 
1074
1084
  :type execution_context: int | str | None
@@ -1079,7 +1089,7 @@ def faces_select_linked_flat(
1079
1089
 
1080
1090
  def faces_shade_flat(
1081
1091
  execution_context: int | str | None = None, undo: bool | None = None
1082
- ):
1092
+ ) -> None:
1083
1093
  """Display faces flat
1084
1094
 
1085
1095
  :type execution_context: int | str | None
@@ -1088,7 +1098,7 @@ def faces_shade_flat(
1088
1098
 
1089
1099
  def faces_shade_smooth(
1090
1100
  execution_context: int | str | None = None, undo: bool | None = None
1091
- ):
1101
+ ) -> None:
1092
1102
  """Display faces smooth (using vertex normals)
1093
1103
 
1094
1104
  :type execution_context: int | str | None
@@ -1101,7 +1111,7 @@ def fill(
1101
1111
  /,
1102
1112
  *,
1103
1113
  use_beauty: bool | None = True,
1104
- ):
1114
+ ) -> None:
1105
1115
  """Fill a selected edge loop with faces
1106
1116
 
1107
1117
  :type execution_context: int | str | None
@@ -1118,7 +1128,7 @@ def fill_grid(
1118
1128
  span: int | None = 1,
1119
1129
  offset: int | None = 0,
1120
1130
  use_interp_simple: bool | None = False,
1121
- ):
1131
+ ) -> None:
1122
1132
  """Fill grid from two loops
1123
1133
 
1124
1134
  :type execution_context: int | str | None
@@ -1137,7 +1147,7 @@ def fill_holes(
1137
1147
  /,
1138
1148
  *,
1139
1149
  sides: int | None = 4,
1140
- ):
1150
+ ) -> None:
1141
1151
  """Fill in holes (boundary edge loops)
1142
1152
 
1143
1153
  :type execution_context: int | str | None
@@ -1152,7 +1162,7 @@ def flip_normals(
1152
1162
  /,
1153
1163
  *,
1154
1164
  only_clnors: bool | None = False,
1155
- ):
1165
+ ) -> None:
1156
1166
  """Flip the direction of selected faces' normals (and of their vertices)
1157
1167
 
1158
1168
  :type execution_context: int | str | None
@@ -1163,7 +1173,7 @@ def flip_normals(
1163
1173
 
1164
1174
  def flip_quad_tessellation(
1165
1175
  execution_context: int | str | None = None, undo: bool | None = None
1166
- ):
1176
+ ) -> None:
1167
1177
  """Flips the tessellation of selected quads
1168
1178
 
1169
1179
  :type execution_context: int | str | None
@@ -1176,7 +1186,7 @@ def hide(
1176
1186
  /,
1177
1187
  *,
1178
1188
  unselected: bool | None = False,
1179
- ):
1189
+ ) -> None:
1180
1190
  """Hide (un)selected vertices, edges or faces
1181
1191
 
1182
1192
  :type execution_context: int | str | None
@@ -1201,7 +1211,7 @@ def inset(
1201
1211
  use_individual: bool | None = False,
1202
1212
  use_interpolate: bool | None = True,
1203
1213
  release_confirm: bool | None = False,
1204
- ):
1214
+ ) -> None:
1205
1215
  """Inset new faces into selected faces
1206
1216
 
1207
1217
  :type execution_context: int | str | None
@@ -1239,7 +1249,7 @@ def intersect(
1239
1249
  separate_mode: typing.Literal["ALL", "CUT", "NONE"] | None = "CUT",
1240
1250
  threshold: float | None = 1e-06,
1241
1251
  solver: typing.Literal["FAST", "EXACT"] | None = "EXACT",
1242
- ):
1252
+ ) -> None:
1243
1253
  """Cut an intersection into faces
1244
1254
 
1245
1255
  :type execution_context: int | str | None
@@ -1285,7 +1295,7 @@ def intersect_boolean(
1285
1295
  use_self: bool | None = False,
1286
1296
  threshold: float | None = 1e-06,
1287
1297
  solver: typing.Literal["FAST", "EXACT"] | None = "EXACT",
1288
- ):
1298
+ ) -> None:
1289
1299
  """Cut solid geometry from selected to unselected
1290
1300
 
1291
1301
  :type execution_context: int | str | None
@@ -1314,7 +1324,7 @@ def knife_project(
1314
1324
  /,
1315
1325
  *,
1316
1326
  cut_through: bool | None = False,
1317
- ):
1327
+ ) -> None:
1318
1328
  """Use other objects outlines and boundaries to project knife cuts
1319
1329
 
1320
1330
  :type execution_context: int | str | None
@@ -1336,7 +1346,7 @@ def knife_tool(
1336
1346
  angle_snapping: typing.Literal["NONE", "SCREEN", "RELATIVE"] | None = "NONE",
1337
1347
  angle_snapping_increment: float | None = 0.523599,
1338
1348
  wait_for_input: bool | None = True,
1339
- ):
1349
+ ) -> None:
1340
1350
  """Cut new topology
1341
1351
 
1342
1352
  :type execution_context: int | str | None
@@ -1384,7 +1394,7 @@ def loop_multi_select(
1384
1394
  /,
1385
1395
  *,
1386
1396
  ring: bool | None = False,
1387
- ):
1397
+ ) -> None:
1388
1398
  """Select a loop of connected edges by connection type
1389
1399
 
1390
1400
  :type execution_context: int | str | None
@@ -1402,7 +1412,7 @@ def loop_select(
1402
1412
  deselect: bool | None = False,
1403
1413
  toggle: bool | None = False,
1404
1414
  ring: bool | None = False,
1405
- ):
1415
+ ) -> None:
1406
1416
  """Select a loop of connected edges
1407
1417
 
1408
1418
  :type execution_context: int | str | None
@@ -1423,7 +1433,7 @@ def loop_to_region(
1423
1433
  /,
1424
1434
  *,
1425
1435
  select_bigger: bool | None = False,
1426
- ):
1436
+ ) -> None:
1427
1437
  """Select region of faces inside of a selected loop of edges
1428
1438
 
1429
1439
  :type execution_context: int | str | None
@@ -1448,7 +1458,7 @@ def loopcut(
1448
1458
  False,
1449
1459
  False,
1450
1460
  ),
1451
- ):
1461
+ ) -> None:
1452
1462
  """Add a new loop between existing loops
1453
1463
 
1454
1464
  :type execution_context: int | str | None
@@ -1473,7 +1483,7 @@ def loopcut_slide(
1473
1483
  *,
1474
1484
  MESH_OT_loopcut: loopcut | None = None,
1475
1485
  TRANSFORM_OT_edge_slide: bpy.ops.transform.edge_slide | None = None,
1476
- ):
1486
+ ) -> None:
1477
1487
  """Cut mesh loop and slide it
1478
1488
 
1479
1489
  :type execution_context: int | str | None
@@ -1490,7 +1500,7 @@ def mark_freestyle_edge(
1490
1500
  /,
1491
1501
  *,
1492
1502
  clear: bool | None = False,
1493
- ):
1503
+ ) -> None:
1494
1504
  """(Un)mark selected edges as Freestyle feature edges
1495
1505
 
1496
1506
  :type execution_context: int | str | None
@@ -1505,7 +1515,7 @@ def mark_freestyle_face(
1505
1515
  /,
1506
1516
  *,
1507
1517
  clear: bool | None = False,
1508
- ):
1518
+ ) -> None:
1509
1519
  """(Un)mark selected faces for exclusion from Freestyle feature edge detection
1510
1520
 
1511
1521
  :type execution_context: int | str | None
@@ -1520,7 +1530,7 @@ def mark_seam(
1520
1530
  /,
1521
1531
  *,
1522
1532
  clear: bool | None = False,
1523
- ):
1533
+ ) -> None:
1524
1534
  """(Un)mark selected edges as a seam
1525
1535
 
1526
1536
  :type execution_context: int | str | None
@@ -1536,7 +1546,7 @@ def mark_sharp(
1536
1546
  *,
1537
1547
  clear: bool | None = False,
1538
1548
  use_verts: bool | None = False,
1539
- ):
1549
+ ) -> None:
1540
1550
  """(Un)mark selected edges as sharp
1541
1551
 
1542
1552
  :type execution_context: int | str | None
@@ -1555,7 +1565,7 @@ def merge(
1555
1565
  type: typing.Literal["CENTER", "CURSOR", "COLLAPSE", "FIRST", "LAST"]
1556
1566
  | None = "CENTER",
1557
1567
  uvs: bool | None = False,
1558
- ):
1568
+ ) -> None:
1559
1569
  """Merge selected vertices
1560
1570
 
1561
1571
  :type execution_context: int | str | None
@@ -1566,7 +1576,9 @@ def merge(
1566
1576
  :type uvs: bool | None
1567
1577
  """
1568
1578
 
1569
- def merge_normals(execution_context: int | str | None = None, undo: bool | None = None):
1579
+ def merge_normals(
1580
+ execution_context: int | str | None = None, undo: bool | None = None
1581
+ ) -> None:
1570
1582
  """Merge custom normals of selected vertices
1571
1583
 
1572
1584
  :type execution_context: int | str | None
@@ -1580,7 +1592,7 @@ def mod_weighted_strength(
1580
1592
  *,
1581
1593
  set: bool | None = False,
1582
1594
  face_strength: typing.Literal["WEAK", "MEDIUM", "STRONG"] | None = "MEDIUM",
1583
- ):
1595
+ ) -> None:
1584
1596
  """Set/Get strength of face (used in Weighted Normal modifier)
1585
1597
 
1586
1598
  :type execution_context: int | str | None
@@ -1597,7 +1609,7 @@ def normals_make_consistent(
1597
1609
  /,
1598
1610
  *,
1599
1611
  inside: bool | None = False,
1600
- ):
1612
+ ) -> None:
1601
1613
  """Make face and vertex normals point either outside or inside the mesh
1602
1614
 
1603
1615
  :type execution_context: int | str | None
@@ -1613,7 +1625,7 @@ def normals_tools(
1613
1625
  *,
1614
1626
  mode: typing.Literal["COPY", "PASTE", "ADD", "MULTIPLY", "RESET"] | None = "COPY",
1615
1627
  absolute: bool | None = False,
1616
- ):
1628
+ ) -> None:
1617
1629
  """Custom normals tools using Normal Vector of UI
1618
1630
 
1619
1631
  :type execution_context: int | str | None
@@ -1645,7 +1657,7 @@ def offset_edge_loops(
1645
1657
  /,
1646
1658
  *,
1647
1659
  use_cap_endpoint: bool | None = False,
1648
- ):
1660
+ ) -> None:
1649
1661
  """Create offset edge loop from the current selection
1650
1662
 
1651
1663
  :type execution_context: int | str | None
@@ -1661,7 +1673,7 @@ def offset_edge_loops_slide(
1661
1673
  *,
1662
1674
  MESH_OT_offset_edge_loops: offset_edge_loops | None = None,
1663
1675
  TRANSFORM_OT_edge_slide: bpy.ops.transform.edge_slide | None = None,
1664
- ):
1676
+ ) -> None:
1665
1677
  """Offset edge loop slide
1666
1678
 
1667
1679
  :type execution_context: int | str | None
@@ -1687,7 +1699,7 @@ def point_normals(
1687
1699
  ),
1688
1700
  spherize: bool | None = False,
1689
1701
  spherize_strength: float | None = 0.1,
1690
- ):
1702
+ ) -> None:
1691
1703
  """Point selected custom normals to specified Target
1692
1704
 
1693
1705
  :type execution_context: int | str | None
@@ -1721,7 +1733,7 @@ def poke(
1721
1733
  use_relative_offset: bool | None = False,
1722
1734
  center_mode: typing.Literal["MEDIAN_WEIGHTED", "MEDIAN", "BOUNDS"]
1723
1735
  | None = "MEDIAN_WEIGHTED",
1724
- ):
1736
+ ) -> None:
1725
1737
  """Split a face into a fan
1726
1738
 
1727
1739
  :type execution_context: int | str | None
@@ -1757,7 +1769,7 @@ def polybuild_delete_at_cursor(
1757
1769
  use_proportional_projected: bool | None = False,
1758
1770
  release_confirm: bool | None = False,
1759
1771
  use_accurate: bool | None = False,
1760
- ):
1772
+ ) -> None:
1761
1773
  """Undocumented, consider contributing.
1762
1774
 
1763
1775
  :type execution_context: int | str | None
@@ -1782,7 +1794,7 @@ def polybuild_delete_at_cursor(
1782
1794
 
1783
1795
  def polybuild_dissolve_at_cursor(
1784
1796
  execution_context: int | str | None = None, undo: bool | None = None
1785
- ):
1797
+ ) -> None:
1786
1798
  """Undocumented, consider contributing.
1787
1799
 
1788
1800
  :type execution_context: int | str | None
@@ -1797,7 +1809,7 @@ def polybuild_extrude_at_cursor_move(
1797
1809
  MESH_OT_polybuild_transform_at_cursor: polybuild_transform_at_cursor | None = None,
1798
1810
  MESH_OT_extrude_edges_indiv: extrude_edges_indiv | None = None,
1799
1811
  TRANSFORM_OT_translate: bpy.ops.transform.translate | None = None,
1800
- ):
1812
+ ) -> None:
1801
1813
  """Undocumented, consider contributing.
1802
1814
 
1803
1815
  :type execution_context: int | str | None
@@ -1825,7 +1837,7 @@ def polybuild_face_at_cursor(
1825
1837
  use_proportional_projected: bool | None = False,
1826
1838
  release_confirm: bool | None = False,
1827
1839
  use_accurate: bool | None = False,
1828
- ):
1840
+ ) -> None:
1829
1841
  """Undocumented, consider contributing.
1830
1842
 
1831
1843
  :type execution_context: int | str | None
@@ -1857,7 +1869,7 @@ def polybuild_face_at_cursor_move(
1857
1869
  *,
1858
1870
  MESH_OT_polybuild_face_at_cursor: polybuild_face_at_cursor | None = None,
1859
1871
  TRANSFORM_OT_translate: bpy.ops.transform.translate | None = None,
1860
- ):
1872
+ ) -> None:
1861
1873
  """Undocumented, consider contributing.
1862
1874
 
1863
1875
  :type execution_context: int | str | None
@@ -1882,7 +1894,7 @@ def polybuild_split_at_cursor(
1882
1894
  use_proportional_projected: bool | None = False,
1883
1895
  release_confirm: bool | None = False,
1884
1896
  use_accurate: bool | None = False,
1885
- ):
1897
+ ) -> None:
1886
1898
  """Undocumented, consider contributing.
1887
1899
 
1888
1900
  :type execution_context: int | str | None
@@ -1912,7 +1924,7 @@ def polybuild_split_at_cursor_move(
1912
1924
  *,
1913
1925
  MESH_OT_polybuild_split_at_cursor: polybuild_split_at_cursor | None = None,
1914
1926
  TRANSFORM_OT_translate: bpy.ops.transform.translate | None = None,
1915
- ):
1927
+ ) -> None:
1916
1928
  """Undocumented, consider contributing.
1917
1929
 
1918
1930
  :type execution_context: int | str | None
@@ -1937,7 +1949,7 @@ def polybuild_transform_at_cursor(
1937
1949
  use_proportional_projected: bool | None = False,
1938
1950
  release_confirm: bool | None = False,
1939
1951
  use_accurate: bool | None = False,
1940
- ):
1952
+ ) -> None:
1941
1953
  """Undocumented, consider contributing.
1942
1954
 
1943
1955
  :type execution_context: int | str | None
@@ -1967,7 +1979,7 @@ def polybuild_transform_at_cursor_move(
1967
1979
  *,
1968
1980
  MESH_OT_polybuild_transform_at_cursor: polybuild_transform_at_cursor | None = None,
1969
1981
  TRANSFORM_OT_translate: bpy.ops.transform.translate | None = None,
1970
- ):
1982
+ ) -> None:
1971
1983
  """Undocumented, consider contributing.
1972
1984
 
1973
1985
  :type execution_context: int | str | None
@@ -2000,7 +2012,7 @@ def primitive_circle_add(
2000
2012
  0.0,
2001
2013
  ),
2002
2014
  scale: collections.abc.Sequence[float] | mathutils.Vector | None = (0.0, 0.0, 0.0),
2003
- ):
2015
+ ) -> None:
2004
2016
  """Construct a circle mesh
2005
2017
 
2006
2018
  :type execution_context: int | str | None
@@ -2067,7 +2079,7 @@ def primitive_cone_add(
2067
2079
  0.0,
2068
2080
  ),
2069
2081
  scale: collections.abc.Sequence[float] | mathutils.Vector | None = (0.0, 0.0, 0.0),
2070
- ):
2082
+ ) -> None:
2071
2083
  """Construct a conic mesh
2072
2084
 
2073
2085
  :type execution_context: int | str | None
@@ -2134,7 +2146,7 @@ def primitive_cube_add(
2134
2146
  0.0,
2135
2147
  ),
2136
2148
  scale: collections.abc.Sequence[float] | mathutils.Vector | None = (0.0, 0.0, 0.0),
2137
- ):
2149
+ ) -> None:
2138
2150
  """Construct a cube mesh that consists of six square faces
2139
2151
 
2140
2152
  :type execution_context: int | str | None
@@ -2191,7 +2203,7 @@ def primitive_cube_add_gizmo(
2191
2203
  (0.0, 0.0, 0.0, 0.0),
2192
2204
  (0.0, 0.0, 0.0, 0.0),
2193
2205
  ),
2194
- ):
2206
+ ) -> None:
2195
2207
  """Construct a cube mesh
2196
2208
 
2197
2209
  :type execution_context: int | str | None
@@ -2244,7 +2256,7 @@ def primitive_cylinder_add(
2244
2256
  0.0,
2245
2257
  ),
2246
2258
  scale: collections.abc.Sequence[float] | mathutils.Vector | None = (0.0, 0.0, 0.0),
2247
- ):
2259
+ ) -> None:
2248
2260
  """Construct a cylinder mesh
2249
2261
 
2250
2262
  :type execution_context: int | str | None
@@ -2311,7 +2323,7 @@ def primitive_grid_add(
2311
2323
  0.0,
2312
2324
  ),
2313
2325
  scale: collections.abc.Sequence[float] | mathutils.Vector | None = (0.0, 0.0, 0.0),
2314
- ):
2326
+ ) -> None:
2315
2327
  """Construct a subdivided plane mesh
2316
2328
 
2317
2329
  :type execution_context: int | str | None
@@ -2366,7 +2378,7 @@ def primitive_ico_sphere_add(
2366
2378
  0.0,
2367
2379
  ),
2368
2380
  scale: collections.abc.Sequence[float] | mathutils.Vector | None = (0.0, 0.0, 0.0),
2369
- ):
2381
+ ) -> None:
2370
2382
  """Construct a spherical mesh that consists of equally sized triangles
2371
2383
 
2372
2384
  :type execution_context: int | str | None
@@ -2418,7 +2430,7 @@ def primitive_monkey_add(
2418
2430
  0.0,
2419
2431
  ),
2420
2432
  scale: collections.abc.Sequence[float] | mathutils.Vector | None = (0.0, 0.0, 0.0),
2421
- ):
2433
+ ) -> None:
2422
2434
  """Construct a Suzanne mesh
2423
2435
 
2424
2436
  :type execution_context: int | str | None
@@ -2468,7 +2480,7 @@ def primitive_plane_add(
2468
2480
  0.0,
2469
2481
  ),
2470
2482
  scale: collections.abc.Sequence[float] | mathutils.Vector | None = (0.0, 0.0, 0.0),
2471
- ):
2483
+ ) -> None:
2472
2484
  """Construct a filled planar mesh with 4 vertices
2473
2485
 
2474
2486
  :type execution_context: int | str | None
@@ -2522,7 +2534,7 @@ def primitive_torus_add(
2522
2534
  abso_major_rad: float | None = 1.25,
2523
2535
  abso_minor_rad: float | None = 0.75,
2524
2536
  generate_uvs: bool | None = True,
2525
- ):
2537
+ ) -> None:
2526
2538
  """Construct a torus mesh
2527
2539
 
2528
2540
  :type execution_context: int | str | None
@@ -2588,7 +2600,7 @@ def primitive_uv_sphere_add(
2588
2600
  0.0,
2589
2601
  ),
2590
2602
  scale: collections.abc.Sequence[float] | mathutils.Vector | None = (0.0, 0.0, 0.0),
2591
- ):
2603
+ ) -> None:
2592
2604
  """Construct a spherical mesh with quad faces, except for triangle faces at the top and bottom
2593
2605
 
2594
2606
  :type execution_context: int | str | None
@@ -2631,7 +2643,7 @@ def quads_convert_to_tris(
2631
2643
  | None = "BEAUTY",
2632
2644
  ngon_method: bpy.stub_internal.rna_enums.ModifierTriangulateNgonMethodItems
2633
2645
  | None = "BEAUTY",
2634
- ):
2646
+ ) -> None:
2635
2647
  """Triangulate selected faces
2636
2648
 
2637
2649
  :type execution_context: int | str | None
@@ -2644,7 +2656,7 @@ def quads_convert_to_tris(
2644
2656
 
2645
2657
  def region_to_loop(
2646
2658
  execution_context: int | str | None = None, undo: bool | None = None
2647
- ):
2659
+ ) -> None:
2648
2660
  """Select boundary edges around the selected faces
2649
2661
 
2650
2662
  :type execution_context: int | str | None
@@ -2659,7 +2671,7 @@ def remove_doubles(
2659
2671
  threshold: float | None = 0.0001,
2660
2672
  use_unselected: bool | None = False,
2661
2673
  use_sharp_edge_from_normals: bool | None = False,
2662
- ):
2674
+ ) -> None:
2663
2675
  """Merge vertices based on their proximity
2664
2676
 
2665
2677
  :type execution_context: int | str | None
@@ -2678,7 +2690,7 @@ def reveal(
2678
2690
  /,
2679
2691
  *,
2680
2692
  select: bool | None = True,
2681
- ):
2693
+ ) -> None:
2682
2694
  """Reveal all hidden vertices, edges and faces
2683
2695
 
2684
2696
  :type execution_context: int | str | None
@@ -2702,7 +2714,7 @@ def rip(
2702
2714
  release_confirm: bool | None = False,
2703
2715
  use_accurate: bool | None = False,
2704
2716
  use_fill: bool | None = False,
2705
- ):
2717
+ ) -> None:
2706
2718
  """Disconnect vertex or edges from connected geometry
2707
2719
 
2708
2720
  :type execution_context: int | str | None
@@ -2741,7 +2753,7 @@ def rip_edge(
2741
2753
  use_proportional_projected: bool | None = False,
2742
2754
  release_confirm: bool | None = False,
2743
2755
  use_accurate: bool | None = False,
2744
- ):
2756
+ ) -> None:
2745
2757
  """Extend vertices along the edge closest to the cursor
2746
2758
 
2747
2759
  :type execution_context: int | str | None
@@ -2771,7 +2783,7 @@ def rip_edge_move(
2771
2783
  *,
2772
2784
  MESH_OT_rip_edge: rip_edge | None = None,
2773
2785
  TRANSFORM_OT_translate: bpy.ops.transform.translate | None = None,
2774
- ):
2786
+ ) -> None:
2775
2787
  """Extend vertices and move the result
2776
2788
 
2777
2789
  :type execution_context: int | str | None
@@ -2789,7 +2801,7 @@ def rip_move(
2789
2801
  *,
2790
2802
  MESH_OT_rip: rip | None = None,
2791
2803
  TRANSFORM_OT_translate: bpy.ops.transform.translate | None = None,
2792
- ):
2804
+ ) -> None:
2793
2805
  """Rip polygons and move the result
2794
2806
 
2795
2807
  :type execution_context: int | str | None
@@ -2809,7 +2821,7 @@ def screw(
2809
2821
  turns: int | None = 1,
2810
2822
  center: collections.abc.Sequence[float] | mathutils.Vector | None = (0.0, 0.0, 0.0),
2811
2823
  axis: collections.abc.Sequence[float] | mathutils.Vector | None = (0.0, 0.0, 0.0),
2812
- ):
2824
+ ) -> None:
2813
2825
  """Extrude selected vertices in screw-shaped rotation around the cursor in indicated viewport
2814
2826
 
2815
2827
  :type execution_context: int | str | None
@@ -2830,7 +2842,7 @@ def select_all(
2830
2842
  /,
2831
2843
  *,
2832
2844
  action: typing.Literal["TOGGLE", "SELECT", "DESELECT", "INVERT"] | None = "TOGGLE",
2833
- ):
2845
+ ) -> None:
2834
2846
  """(De)select all vertices, edges or faces
2835
2847
 
2836
2848
  :type execution_context: int | str | None
@@ -2860,7 +2872,7 @@ def select_axis(
2860
2872
  sign: typing.Literal["POS", "NEG", "ALIGN"] | None = "POS",
2861
2873
  axis: bpy.stub_internal.rna_enums.AxisXyzItems | None = "X",
2862
2874
  threshold: float | None = 0.0001,
2863
- ):
2875
+ ) -> None:
2864
2876
  """Select all data in the mesh on a single axis
2865
2877
 
2866
2878
  :type execution_context: int | str | None
@@ -2877,7 +2889,7 @@ def select_axis(
2877
2889
 
2878
2890
  def select_by_attribute(
2879
2891
  execution_context: int | str | None = None, undo: bool | None = None
2880
- ):
2892
+ ) -> None:
2881
2893
  """Select elements based on the active boolean attribute
2882
2894
 
2883
2895
  :type execution_context: int | str | None
@@ -2893,7 +2905,7 @@ def select_by_pole_count(
2893
2905
  type: typing.Literal["LESS", "EQUAL", "GREATER", "NOTEQUAL"] | None = "NOTEQUAL",
2894
2906
  extend: bool | None = False,
2895
2907
  exclude_nonmanifold: bool | None = True,
2896
- ):
2908
+ ) -> None:
2897
2909
  """Select vertices at poles by the number of connected edges. In edge and face mode the geometry connected to the vertices is selected
2898
2910
 
2899
2911
  :type execution_context: int | str | None
@@ -2916,7 +2928,7 @@ def select_face_by_sides(
2916
2928
  number: int | None = 4,
2917
2929
  type: typing.Literal["LESS", "EQUAL", "GREATER", "NOTEQUAL"] | None = "EQUAL",
2918
2930
  extend: bool | None = True,
2919
- ):
2931
+ ) -> None:
2920
2932
  """Select vertices or faces by the number of face sides
2921
2933
 
2922
2934
  :type execution_context: int | str | None
@@ -2931,7 +2943,7 @@ def select_face_by_sides(
2931
2943
 
2932
2944
  def select_interior_faces(
2933
2945
  execution_context: int | str | None = None, undo: bool | None = None
2934
- ):
2946
+ ) -> None:
2935
2947
  """Select faces where all edges have more than 2 face users
2936
2948
 
2937
2949
  :type execution_context: int | str | None
@@ -2944,7 +2956,7 @@ def select_less(
2944
2956
  /,
2945
2957
  *,
2946
2958
  use_face_step: bool | None = True,
2947
- ):
2959
+ ) -> None:
2948
2960
  """Deselect vertices, edges or faces at the boundary of each selection region
2949
2961
 
2950
2962
  :type execution_context: int | str | None
@@ -2959,7 +2971,7 @@ def select_linked(
2959
2971
  /,
2960
2972
  *,
2961
2973
  delimit: set[bpy.stub_internal.rna_enums.MeshDelimitModeItems] | None = {"SEAM"},
2962
- ):
2974
+ ) -> None:
2963
2975
  """Select all vertices connected to the current selection
2964
2976
 
2965
2977
  :type execution_context: int | str | None
@@ -2977,7 +2989,7 @@ def select_linked_pick(
2977
2989
  delimit: set[bpy.stub_internal.rna_enums.MeshDelimitModeItems] | None = {"SEAM"},
2978
2990
  object_index: int | None = -1,
2979
2991
  index: int | None = -1,
2980
- ):
2992
+ ) -> None:
2981
2993
  """(De)select all vertices linked to the edge under the mouse cursor
2982
2994
 
2983
2995
  :type execution_context: int | str | None
@@ -2996,7 +3008,7 @@ def select_loose(
2996
3008
  /,
2997
3009
  *,
2998
3010
  extend: bool | None = False,
2999
- ):
3011
+ ) -> None:
3000
3012
  """Select loose geometry based on the selection mode
3001
3013
 
3002
3014
  :type execution_context: int | str | None
@@ -3012,7 +3024,7 @@ def select_mirror(
3012
3024
  *,
3013
3025
  axis: set[bpy.stub_internal.rna_enums.AxisFlagXyzItems] | None = {"X"},
3014
3026
  extend: bool | None = False,
3015
- ):
3027
+ ) -> None:
3016
3028
  """Select mesh items at mirrored locations
3017
3029
 
3018
3030
  :type execution_context: int | str | None
@@ -3032,7 +3044,7 @@ def select_mode(
3032
3044
  use_expand: bool | None = False,
3033
3045
  type: bpy.stub_internal.rna_enums.MeshSelectModeItems | None = "VERT",
3034
3046
  action: typing.Literal["DISABLE", "ENABLE", "TOGGLE"] | None = "TOGGLE",
3035
- ):
3047
+ ) -> None:
3036
3048
  """Change selection mode
3037
3049
 
3038
3050
  :type execution_context: int | str | None
@@ -3062,7 +3074,7 @@ def select_more(
3062
3074
  /,
3063
3075
  *,
3064
3076
  use_face_step: bool | None = True,
3065
- ):
3077
+ ) -> None:
3066
3078
  """Select more vertices, edges or faces connected to initial selection
3067
3079
 
3068
3080
  :type execution_context: int | str | None
@@ -3073,7 +3085,7 @@ def select_more(
3073
3085
 
3074
3086
  def select_next_item(
3075
3087
  execution_context: int | str | None = None, undo: bool | None = None
3076
- ):
3088
+ ) -> None:
3077
3089
  """Select the next element (using selection order)
3078
3090
 
3079
3091
  :type execution_context: int | str | None
@@ -3091,7 +3103,7 @@ def select_non_manifold(
3091
3103
  use_multi_face: bool | None = True,
3092
3104
  use_non_contiguous: bool | None = True,
3093
3105
  use_verts: bool | None = True,
3094
- ):
3106
+ ) -> None:
3095
3107
  """Select all non-manifold vertices or edges
3096
3108
 
3097
3109
  :type execution_context: int | str | None
@@ -3118,7 +3130,7 @@ def select_nth(
3118
3130
  skip: int | None = 1,
3119
3131
  nth: int | None = 1,
3120
3132
  offset: int | None = 0,
3121
- ):
3133
+ ) -> None:
3122
3134
  """Deselect every Nth element starting from the active vertex, edge or face
3123
3135
 
3124
3136
  :type execution_context: int | str | None
@@ -3133,7 +3145,7 @@ def select_nth(
3133
3145
 
3134
3146
  def select_prev_item(
3135
3147
  execution_context: int | str | None = None, undo: bool | None = None
3136
- ):
3148
+ ) -> None:
3137
3149
  """Select the previous element (using selection order)
3138
3150
 
3139
3151
  :type execution_context: int | str | None
@@ -3148,7 +3160,7 @@ def select_random(
3148
3160
  ratio: float | None = 0.5,
3149
3161
  seed: int | None = 0,
3150
3162
  action: typing.Literal["SELECT", "DESELECT"] | None = "SELECT",
3151
- ):
3163
+ ) -> None:
3152
3164
  """Randomly select vertices
3153
3165
 
3154
3166
  :type execution_context: int | str | None
@@ -3199,7 +3211,7 @@ def select_similar(
3199
3211
  | None = "VERT_NORMAL",
3200
3212
  compare: typing.Literal["EQUAL", "GREATER", "LESS"] | None = "EQUAL",
3201
3213
  threshold: float | None = 0.0,
3202
- ):
3214
+ ) -> None:
3203
3215
  """Select similar vertices, edges or faces by property types
3204
3216
 
3205
3217
  :type execution_context: int | str | None
@@ -3214,7 +3226,7 @@ def select_similar(
3214
3226
 
3215
3227
  def select_similar_region(
3216
3228
  execution_context: int | str | None = None, undo: bool | None = None
3217
- ):
3229
+ ) -> None:
3218
3230
  """Select similar face regions to the current selection
3219
3231
 
3220
3232
  :type execution_context: int | str | None
@@ -3227,7 +3239,7 @@ def select_ungrouped(
3227
3239
  /,
3228
3240
  *,
3229
3241
  extend: bool | None = False,
3230
- ):
3242
+ ) -> None:
3231
3243
  """Select vertices without a group
3232
3244
 
3233
3245
  :type execution_context: int | str | None
@@ -3242,7 +3254,7 @@ def separate(
3242
3254
  /,
3243
3255
  *,
3244
3256
  type: typing.Literal["SELECTED", "MATERIAL", "LOOSE"] | None = "SELECTED",
3245
- ):
3257
+ ) -> None:
3246
3258
  """Separate selected geometry into a new mesh
3247
3259
 
3248
3260
  :type execution_context: int | str | None
@@ -3257,7 +3269,7 @@ def set_normals_from_faces(
3257
3269
  /,
3258
3270
  *,
3259
3271
  keep_sharp: bool | None = False,
3260
- ):
3272
+ ) -> None:
3261
3273
  """Set the custom normals from the selected faces ones
3262
3274
 
3263
3275
  :type execution_context: int | str | None
@@ -3273,7 +3285,7 @@ def set_sharpness_by_angle(
3273
3285
  *,
3274
3286
  angle: float | None = 0.523599,
3275
3287
  extend: bool | None = False,
3276
- ):
3288
+ ) -> None:
3277
3289
  """Set edge sharpness based on the angle between neighboring faces
3278
3290
 
3279
3291
  :type execution_context: int | str | None
@@ -3286,7 +3298,7 @@ def set_sharpness_by_angle(
3286
3298
 
3287
3299
  def shape_propagate_to_all(
3288
3300
  execution_context: int | str | None = None, undo: bool | None = None
3289
- ):
3301
+ ) -> None:
3290
3302
  """Apply selected vertex locations to all other shape keys
3291
3303
 
3292
3304
  :type execution_context: int | str | None
@@ -3307,7 +3319,7 @@ def shortest_path_pick(
3307
3319
  nth: int | None = 1,
3308
3320
  offset: int | None = 0,
3309
3321
  index: int | None = -1,
3310
- ):
3322
+ ) -> None:
3311
3323
  """Select shortest path between two selections
3312
3324
 
3313
3325
  :type execution_context: int | str | None
@@ -3342,7 +3354,7 @@ def shortest_path_select(
3342
3354
  skip: int | None = 0,
3343
3355
  nth: int | None = 1,
3344
3356
  offset: int | None = 0,
3345
- ):
3357
+ ) -> None:
3346
3358
  """Selected shortest path between two vertices/edges/faces
3347
3359
 
3348
3360
  :type execution_context: int | str | None
@@ -3369,7 +3381,7 @@ def smooth_normals(
3369
3381
  /,
3370
3382
  *,
3371
3383
  factor: float | None = 0.5,
3372
- ):
3384
+ ) -> None:
3373
3385
  """Smooth custom normals based on adjacent vertex normals
3374
3386
 
3375
3387
  :type execution_context: int | str | None
@@ -3384,7 +3396,7 @@ def solidify(
3384
3396
  /,
3385
3397
  *,
3386
3398
  thickness: float | None = 0.01,
3387
- ):
3399
+ ) -> None:
3388
3400
  """Create a solid skin by extruding, compensating for sharp angles
3389
3401
 
3390
3402
  :type execution_context: int | str | None
@@ -3411,7 +3423,7 @@ def sort_elements(
3411
3423
  elements: set[typing.Literal["VERT", "EDGE", "FACE"]] | None = {"VERT"},
3412
3424
  reverse: bool | None = False,
3413
3425
  seed: int | None = 0,
3414
- ):
3426
+ ) -> None:
3415
3427
  """The order of selected vertices/edges/faces is modified, based on a given method
3416
3428
 
3417
3429
  :type execution_context: int | str | None
@@ -3460,7 +3472,7 @@ def spin(
3460
3472
  use_normal_flip: bool | None = False,
3461
3473
  center: collections.abc.Sequence[float] | mathutils.Vector | None = (0.0, 0.0, 0.0),
3462
3474
  axis: collections.abc.Sequence[float] | mathutils.Vector | None = (0.0, 0.0, 0.0),
3463
- ):
3475
+ ) -> None:
3464
3476
  """Extrude selected vertices in a circle around the cursor in indicated viewport
3465
3477
 
3466
3478
  :type execution_context: int | str | None
@@ -3481,14 +3493,16 @@ def spin(
3481
3493
  :type axis: collections.abc.Sequence[float] | mathutils.Vector | None
3482
3494
  """
3483
3495
 
3484
- def split(execution_context: int | str | None = None, undo: bool | None = None):
3496
+ def split(execution_context: int | str | None = None, undo: bool | None = None) -> None:
3485
3497
  """Split off selected geometry from connected unselected geometry
3486
3498
 
3487
3499
  :type execution_context: int | str | None
3488
3500
  :type undo: bool | None
3489
3501
  """
3490
3502
 
3491
- def split_normals(execution_context: int | str | None = None, undo: bool | None = None):
3503
+ def split_normals(
3504
+ execution_context: int | str | None = None, undo: bool | None = None
3505
+ ) -> None:
3492
3506
  """Split custom normals of selected vertices
3493
3507
 
3494
3508
  :type execution_context: int | str | None
@@ -3508,7 +3522,7 @@ def subdivide(
3508
3522
  fractal: float | None = 0.0,
3509
3523
  fractal_along_normal: float | None = 0.0,
3510
3524
  seed: int | None = 0,
3511
- ):
3525
+ ) -> None:
3512
3526
  """Subdivide selected edges
3513
3527
 
3514
3528
  :type execution_context: int | str | None
@@ -3540,7 +3554,7 @@ def subdivide_edgering(
3540
3554
  profile_shape_factor: float | None = 0.0,
3541
3555
  profile_shape: bpy.stub_internal.rna_enums.ProportionalFalloffCurveOnlyItems
3542
3556
  | None = "SMOOTH",
3543
- ):
3557
+ ) -> None:
3544
3558
  """Subdivide perpendicular edges to the selected edge-ring
3545
3559
 
3546
3560
  :type execution_context: int | str | None
@@ -3565,7 +3579,7 @@ def symmetrize(
3565
3579
  direction: bpy.stub_internal.rna_enums.SymmetrizeDirectionItems
3566
3580
  | None = "NEGATIVE_X",
3567
3581
  threshold: float | None = 0.0001,
3568
- ):
3582
+ ) -> None:
3569
3583
  """Enforce symmetry (both form and topological) across an axis
3570
3584
 
3571
3585
  :type execution_context: int | str | None
@@ -3586,7 +3600,7 @@ def symmetry_snap(
3586
3600
  threshold: float | None = 0.05,
3587
3601
  factor: float | None = 0.5,
3588
3602
  use_center: bool | None = True,
3589
- ):
3603
+ ) -> None:
3590
3604
  """Snap vertex pairs to their mirrored locations
3591
3605
 
3592
3606
  :type execution_context: int | str | None
@@ -3615,7 +3629,7 @@ def tris_convert_to_quads(
3615
3629
  sharp: bool | None = False,
3616
3630
  materials: bool | None = False,
3617
3631
  deselect_joined: bool | None = False,
3618
- ):
3632
+ ) -> None:
3619
3633
  """Merge triangles into four sided polygons where possible
3620
3634
 
3621
3635
  :type execution_context: int | str | None
@@ -3646,7 +3660,7 @@ def unsubdivide(
3646
3660
  /,
3647
3661
  *,
3648
3662
  iterations: int | None = 2,
3649
- ):
3663
+ ) -> None:
3650
3664
  """Un-subdivide selected edges and faces
3651
3665
 
3652
3666
  :type execution_context: int | str | None
@@ -3657,7 +3671,7 @@ def unsubdivide(
3657
3671
 
3658
3672
  def uv_texture_add(
3659
3673
  execution_context: int | str | None = None, undo: bool | None = None
3660
- ):
3674
+ ) -> None:
3661
3675
  """Add UV map
3662
3676
 
3663
3677
  :type execution_context: int | str | None
@@ -3666,14 +3680,16 @@ def uv_texture_add(
3666
3680
 
3667
3681
  def uv_texture_remove(
3668
3682
  execution_context: int | str | None = None, undo: bool | None = None
3669
- ):
3683
+ ) -> None:
3670
3684
  """Remove UV map
3671
3685
 
3672
3686
  :type execution_context: int | str | None
3673
3687
  :type undo: bool | None
3674
3688
  """
3675
3689
 
3676
- def uvs_reverse(execution_context: int | str | None = None, undo: bool | None = None):
3690
+ def uvs_reverse(
3691
+ execution_context: int | str | None = None, undo: bool | None = None
3692
+ ) -> None:
3677
3693
  """Flip direction of UV coordinates inside faces
3678
3694
 
3679
3695
  :type execution_context: int | str | None
@@ -3686,7 +3702,7 @@ def uvs_rotate(
3686
3702
  /,
3687
3703
  *,
3688
3704
  use_ccw: bool | None = False,
3689
- ):
3705
+ ) -> None:
3690
3706
  """Rotate UV coordinates inside faces
3691
3707
 
3692
3708
  :type execution_context: int | str | None
@@ -3695,7 +3711,9 @@ def uvs_rotate(
3695
3711
  :type use_ccw: bool | None
3696
3712
  """
3697
3713
 
3698
- def vert_connect(execution_context: int | str | None = None, undo: bool | None = None):
3714
+ def vert_connect(
3715
+ execution_context: int | str | None = None, undo: bool | None = None
3716
+ ) -> None:
3699
3717
  """Connect selected vertices of faces, splitting the face
3700
3718
 
3701
3719
  :type execution_context: int | str | None
@@ -3704,7 +3722,7 @@ def vert_connect(execution_context: int | str | None = None, undo: bool | None =
3704
3722
 
3705
3723
  def vert_connect_concave(
3706
3724
  execution_context: int | str | None = None, undo: bool | None = None
3707
- ):
3725
+ ) -> None:
3708
3726
  """Make all faces convex
3709
3727
 
3710
3728
  :type execution_context: int | str | None
@@ -3717,7 +3735,7 @@ def vert_connect_nonplanar(
3717
3735
  /,
3718
3736
  *,
3719
3737
  angle_limit: float | None = 0.0872665,
3720
- ):
3738
+ ) -> None:
3721
3739
  """Split non-planar faces that exceed the angle threshold
3722
3740
 
3723
3741
  :type execution_context: int | str | None
@@ -3728,7 +3746,7 @@ def vert_connect_nonplanar(
3728
3746
 
3729
3747
  def vert_connect_path(
3730
3748
  execution_context: int | str | None = None, undo: bool | None = None
3731
- ):
3749
+ ) -> None:
3732
3750
  """Connect vertices by their selection order, creating edges, splitting faces
3733
3751
 
3734
3752
  :type execution_context: int | str | None
@@ -3746,7 +3764,7 @@ def vertices_smooth(
3746
3764
  yaxis: bool | None = True,
3747
3765
  zaxis: bool | None = True,
3748
3766
  wait_for_input: bool | None = True,
3749
- ):
3767
+ ) -> None:
3750
3768
  """Flatten angles of selected vertices
3751
3769
 
3752
3770
  :type execution_context: int | str | None
@@ -3777,7 +3795,7 @@ def vertices_smooth_laplacian(
3777
3795
  use_y: bool | None = True,
3778
3796
  use_z: bool | None = True,
3779
3797
  preserve_volume: bool | None = True,
3780
- ):
3798
+ ) -> None:
3781
3799
  """Laplacian smooth of selected vertices
3782
3800
 
3783
3801
  :type execution_context: int | str | None
@@ -3811,7 +3829,7 @@ def wireframe(
3811
3829
  offset: float | None = 0.01,
3812
3830
  use_crease: bool | None = False,
3813
3831
  crease_weight: float | None = 0.01,
3814
- ):
3832
+ ) -> None:
3815
3833
  """Create a solid wireframe from faces
3816
3834
 
3817
3835
  :type execution_context: int | str | None