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

@@ -120,7 +120,7 @@ class UILIST_OT_entry_remove(GenericUIListOperator, _bpy_types.Operator):
120
120
 
121
121
  def draw_ui_list(
122
122
  layout: bpy.types.UILayout,
123
- context: _bpy_types.Context,
123
+ context: bpy.types.Context,
124
124
  class_name: str = "UI_UL_list",
125
125
  *,
126
126
  unique_id: str,
@@ -136,7 +136,7 @@ def draw_ui_list(
136
136
  :param layout: UILayout to draw the list in.
137
137
  :type layout: bpy.types.UILayout
138
138
  :param context: Blender context to get the list data from.
139
- :type context: _bpy_types.Context
139
+ :type context: bpy.types.Context
140
140
  :param class_name: Name of the UIList class to draw. The default is the UIList class that ships with Blender.
141
141
  :type class_name: str
142
142
  :param unique_id: Unique identifier to differentiate this from other UI lists.
bmesh/types/__init__.pyi CHANGED
@@ -23,7 +23,6 @@ import typing
23
23
  import collections.abc
24
24
  import typing_extensions
25
25
  import numpy.typing as npt
26
- import _bpy_types
27
26
  import bpy.types
28
27
  import mathutils
29
28
 
@@ -1616,7 +1615,7 @@ class BMesh:
1616
1615
 
1617
1616
  def from_mesh(
1618
1617
  self,
1619
- mesh: _bpy_types.Mesh,
1618
+ mesh: bpy.types.Mesh,
1620
1619
  *,
1621
1620
  face_normals: bool = True,
1622
1621
  vertex_normals: bool = True,
@@ -1626,7 +1625,7 @@ class BMesh:
1626
1625
  """Initialize this bmesh from existing mesh data-block.
1627
1626
 
1628
1627
  :param mesh: The mesh data to load.
1629
- :type mesh: _bpy_types.Mesh
1628
+ :type mesh: bpy.types.Mesh
1630
1629
  :param face_normals:
1631
1630
  :type face_normals: bool
1632
1631
  :param vertex_normals:
@@ -1639,7 +1638,7 @@ class BMesh:
1639
1638
 
1640
1639
  def from_object(
1641
1640
  self,
1642
- object: _bpy_types.Object,
1641
+ object: bpy.types.Object,
1643
1642
  depsgraph: bpy.types.Depsgraph,
1644
1643
  *,
1645
1644
  cage: bool = False,
@@ -1649,7 +1648,7 @@ class BMesh:
1649
1648
  """Initialize this bmesh from existing object data-block (only meshes are currently supported).
1650
1649
 
1651
1650
  :param object: The object data to load.
1652
- :type object: _bpy_types.Object
1651
+ :type object: bpy.types.Object
1653
1652
  :param depsgraph:
1654
1653
  :type depsgraph: bpy.types.Depsgraph
1655
1654
  :param cage: Get the mesh as a deformed cage.
@@ -1673,11 +1672,11 @@ class BMesh:
1673
1672
  def select_flush_mode(self) -> None:
1674
1673
  """flush selection based on the current mode current `BMesh.select_mode`."""
1675
1674
 
1676
- def to_mesh(self, mesh: _bpy_types.Mesh) -> None:
1675
+ def to_mesh(self, mesh: bpy.types.Mesh) -> None:
1677
1676
  """Writes this BMesh data into an existing Mesh data-block.
1678
1677
 
1679
1678
  :param mesh: The mesh data to write into.
1680
- :type mesh: _bpy_types.Mesh
1679
+ :type mesh: bpy.types.Mesh
1681
1680
  """
1682
1681
 
1683
1682
  def transform(
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: fake-bpy-module
3
- Version: 20250921
3
+ Version: 20250923
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
@@ -108,7 +108,7 @@ bl_ui/__init__.pyi,sha256=bzjd8FHTafNzS5V6jK2sf7aIflWXIIAAOj2u3CG5Q8s,7004
108
108
  bl_ui/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
109
109
  bl_ui/anim/__init__.pyi,sha256=aUUQB5sqG7wizgoB77tVmFLfhOWMyuHcEUY06w1FW5k,938
110
110
  bl_ui/asset_shelf/__init__.pyi,sha256=zy0z1qh-gQXQufHFrEggbXWlihKF9l2OihuhN-iS4NE,825
111
- bl_ui/generic_ui_list/__init__.pyi,sha256=wKDC1TOAxmPZ4kY86_96aBa-DTcNHrGXNucUNp1UzpY,4303
111
+ bl_ui/generic_ui_list/__init__.pyi,sha256=S-2mXV_eFY1UGkO3gL3V1PIoCuNrSCgH572PiLDF8Bg,4301
112
112
  bl_ui/node_add_menu/__init__.pyi,sha256=lPXeqXuLmc_dFV2GWoxfbqY3DNpetsqkI1f3i7lHY-k,1812
113
113
  bl_ui/node_add_menu_compositor/__init__.pyi,sha256=Hn5-YC2cCeK7hHi5QgR6OKzyxdHl8S3EiDJpqB4mMQo,10559
114
114
  bl_ui/node_add_menu_geometry/__init__.pyi,sha256=fuv_3IdbsrXx4uXgrJLM9lIVEIhNVlDnEXWe5tYbbYg,33084
@@ -192,7 +192,7 @@ 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
194
  bmesh/ops/__init__.pyi,sha256=p-7LAeeK1gD00D6TxnOz_JbD5b-_jW0rUQrwZrAfFsw,76498
195
- bmesh/types/__init__.pyi,sha256=OiOz0ufAQcm3t5rD0LpjN_ov32gFWeCIfjVlG5iqdsU,44328
195
+ bmesh/types/__init__.pyi,sha256=al5a-jZjnQovKYc9JmGyLBrCtdt8AYeZvQtA-87CHl4,44304
196
196
  bmesh/utils/__init__.pyi,sha256=N2mRD0u1ipJkw2nokIb-FCL858ikNQrOM_mqJPiCEXY,6285
197
197
  bpy/__init__.pyi,sha256=2c24IZe013Q0UbFSvpU9JKRYusCUwGYTXbNDx17dK5g,490
198
198
  bpy/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -347,7 +347,7 @@ keyingsets_utils/__init__.pyi,sha256=LYwQPxGFL9s9daviMo2DyVIUmjyNRFT1S9cvMGBZ6to
347
347
  keyingsets_utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
348
348
  mathutils/__init__.pyi,sha256=QBvmsVe5brYs9KpGoF1DdHKze2iRn5i3pGapskxYzRU,91364
349
349
  mathutils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
350
- mathutils/bvhtree/__init__.pyi,sha256=rjuZMGm2Jxi0bnaU60v18BuJyO2JWdfRdr5Mp0bYUuk,5138
350
+ mathutils/bvhtree/__init__.pyi,sha256=dwPbU667m_oVBEu4aEcWns2sWl8oSNEII-O0GXxwsDA,5118
351
351
  mathutils/geometry/__init__.pyi,sha256=N3LtfyhHPnBim_PgIa5likQdcVxOMDvUC-eTqv70ruY,23817
352
352
  mathutils/interpolate/__init__.pyi,sha256=ndZoeTg3JKLj5Uskd-TU2BmCEAe8k_-MY-jGzzNj0O4,575
353
353
  mathutils/kdtree/__init__.pyi,sha256=99pXd0pG1J4JBPexQBa87d-DAg-3KZ1lmDL3ZLiVA-Q,2309
@@ -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-20250921.dist-info/METADATA,sha256=M6chfgsb9Wus-AymaMC8_-4NMiphzLNL3X9vMygewtQ,7429
368
- fake_bpy_module-20250921.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
369
- fake_bpy_module-20250921.dist-info/top_level.txt,sha256=E_sehFLnpWSq252JjlyGL1A-1xsWTYcqyOIlHfuOh28,515
370
- fake_bpy_module-20250921.dist-info/RECORD,,
367
+ fake_bpy_module-20250923.dist-info/METADATA,sha256=MJVw811E8wIHnz8a4QraKTiyixA6K_0u77hdJujD3z8,7429
368
+ fake_bpy_module-20250923.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
369
+ fake_bpy_module-20250923.dist-info/top_level.txt,sha256=E_sehFLnpWSq252JjlyGL1A-1xsWTYcqyOIlHfuOh28,515
370
+ fake_bpy_module-20250923.dist-info/RECORD,,
@@ -7,7 +7,6 @@ import typing
7
7
  import collections.abc
8
8
  import typing_extensions
9
9
  import numpy.typing as npt
10
- import _bpy_types
11
10
  import bmesh.types
12
11
  import bpy.types
13
12
  import mathutils
@@ -26,7 +25,7 @@ class BVHTree:
26
25
  @classmethod
27
26
  def FromObject(
28
27
  cls,
29
- object: _bpy_types.Object,
28
+ object: bpy.types.Object,
30
29
  depsgraph: bpy.types.Depsgraph,
31
30
  *,
32
31
  deform: bool = True,
@@ -37,7 +36,7 @@ class BVHTree:
37
36
  """BVH tree based on `Object` data.
38
37
 
39
38
  :param object: Object data.
40
- :type object: _bpy_types.Object
39
+ :type object: bpy.types.Object
41
40
  :param depsgraph: Depsgraph to use for evaluating the mesh.
42
41
  :type depsgraph: bpy.types.Depsgraph
43
42
  :param deform: Use mesh with deformations.