fake-bpy-module 20250919__py3-none-any.whl → 20250920__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.

bmesh/ops/__init__.pyi CHANGED
@@ -2075,7 +2075,7 @@ def unsubdivide(
2075
2075
  :type iterations: int
2076
2076
  """
2077
2077
 
2078
- def weld_verts(bm: bmesh.types.BMesh, targetmap={}) -> None:
2078
+ def weld_verts(bm: bmesh.types.BMesh, targetmap={}, use_centroid: bool = False) -> None:
2079
2079
  """Weld Verts.Welds verts together (kind-of like remove doubles, merge, etc, all of which
2080
2080
  use or will use this BMOP). You pass in mappings from vertices to the vertices
2081
2081
  they weld with.
@@ -2083,6 +2083,9 @@ def weld_verts(bm: bmesh.types.BMesh, targetmap={}) -> None:
2083
2083
  :param bm: The bmesh to operate on.
2084
2084
  :type bm: bmesh.types.BMesh
2085
2085
  :param targetmap: Maps welded vertices to verts they should weld to.
2086
+ :param use_centroid: Merged vertices to their centroid position,
2087
+ otherwise the position of the target vertex is used.
2088
+ :type use_centroid: bool
2086
2089
  """
2087
2090
 
2088
2091
  def wireframe(
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: fake-bpy-module
3
- Version: 20250919
3
+ Version: 20250920
4
4
  Summary: Collection of the fake Blender Python API module for the code completion.
5
5
  Author: nutti
6
6
  Author-email: nutti.metro@gmail.com
@@ -191,7 +191,7 @@ blf/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
191
191
  bmesh/__init__.pyi,sha256=nhi3aUMSLycSJTzr1Txhjt_NU0y_82NN0NBe8pZYTkE,1541
192
192
  bmesh/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
193
193
  bmesh/geometry/__init__.pyi,sha256=MZzpN0T12x1QweeZUui1LVTrnWyqyBgWsF6tPs1Pe9g,682
194
- bmesh/ops/__init__.pyi,sha256=YEPcOajMh_dL5zFoV8hj7rVywdb1oO-rF2mjlqqE3Xs,76307
194
+ bmesh/ops/__init__.pyi,sha256=p-7LAeeK1gD00D6TxnOz_JbD5b-_jW0rUQrwZrAfFsw,76498
195
195
  bmesh/types/__init__.pyi,sha256=OiOz0ufAQcm3t5rD0LpjN_ov32gFWeCIfjVlG5iqdsU,44328
196
196
  bmesh/utils/__init__.pyi,sha256=N2mRD0u1ipJkw2nokIb-FCL858ikNQrOM_mqJPiCEXY,6285
197
197
  bpy/__init__.pyi,sha256=2c24IZe013Q0UbFSvpU9JKRYusCUwGYTXbNDx17dK5g,490
@@ -364,7 +364,7 @@ rna_prop_ui/__init__.pyi,sha256=Gn7kc9WhI3qPObIz8QiFbjeVIP7GCeF6liywBzIEcnE,1402
364
364
  rna_prop_ui/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
365
365
  rna_xml/__init__.pyi,sha256=E0_ajcifhpiiQJVaNKnAa2ju-w5Tg9-lk7IqhsPjrw4,652
366
366
  rna_xml/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
367
- fake_bpy_module-20250919.dist-info/METADATA,sha256=_YeqAG8greasPD3UXBSb0TJD8cwQDqV9OWn5hFGBcc0,7429
368
- fake_bpy_module-20250919.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
369
- fake_bpy_module-20250919.dist-info/top_level.txt,sha256=E_sehFLnpWSq252JjlyGL1A-1xsWTYcqyOIlHfuOh28,515
370
- fake_bpy_module-20250919.dist-info/RECORD,,
367
+ fake_bpy_module-20250920.dist-info/METADATA,sha256=Iws655gPNght8EDcrjYXyxiupHqJGlf_VlwFLtRyqPw,7429
368
+ fake_bpy_module-20250920.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
369
+ fake_bpy_module-20250920.dist-info/top_level.txt,sha256=E_sehFLnpWSq252JjlyGL1A-1xsWTYcqyOIlHfuOh28,515
370
+ fake_bpy_module-20250920.dist-info/RECORD,,