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

@@ -4,15 +4,6 @@ import typing_extensions
4
4
  import numpy.typing as npt
5
5
  import bpy.types
6
6
 
7
- def dummy_progress(
8
- execution_context: int | str | None = None, undo: bool | None = None
9
- ):
10
- """Undocumented, consider contributing.
11
-
12
- :type execution_context: int | str | None
13
- :type undo: bool | None
14
- """
15
-
16
7
  def package_disable(
17
8
  execution_context: int | str | None = None, undo: bool | None = None
18
9
  ):
@@ -22,15 +13,6 @@ def package_disable(
22
13
  :type undo: bool | None
23
14
  """
24
15
 
25
- def package_enable_not_installed(
26
- execution_context: int | str | None = None, undo: bool | None = None
27
- ):
28
- """Turn on this extension
29
-
30
- :type execution_context: int | str | None
31
- :type undo: bool | None
32
- """
33
-
34
16
  def package_install(
35
17
  execution_context: int | str | None = None,
36
18
  undo: bool | None = None,
@@ -4905,6 +4905,15 @@ def vertex_weight_set_active(
4905
4905
  :type weight_group: int | None
4906
4906
  """
4907
4907
 
4908
+ def visual_geometry_to_objects(
4909
+ execution_context: int | str | None = None, undo: bool | None = None
4910
+ ):
4911
+ """Convert geometry and instances into editable objects and collections
4912
+
4913
+ :type execution_context: int | str | None
4914
+ :type undo: bool | None
4915
+ """
4916
+
4908
4917
  def visual_transform_apply(
4909
4918
  execution_context: int | str | None = None, undo: bool | None = None
4910
4919
  ):
bpy/types/__init__.pyi CHANGED
@@ -175194,7 +175194,31 @@ class MaskSplinePoint(bpy_struct):
175194
175194
  """
175195
175195
 
175196
175196
  select: bool
175197
- """ Selection status
175197
+ """ Selection status of the control point. (Deprecated: use Select Control Point instead)
175198
+
175199
+ :type: bool
175200
+ """
175201
+
175202
+ select_control_point: bool
175203
+ """ Selection status of the control point
175204
+
175205
+ :type: bool
175206
+ """
175207
+
175208
+ select_left_handle: bool
175209
+ """ Selection status of the left handle
175210
+
175211
+ :type: bool
175212
+ """
175213
+
175214
+ select_right_handle: bool
175215
+ """ Selection status of the right handle
175216
+
175217
+ :type: bool
175218
+ """
175219
+
175220
+ select_single_handle: bool
175221
+ """ Selection status of the Aligned Single handle
175198
175222
 
175199
175223
  :type: bool
175200
175224
  """
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: fake-bpy-module
3
- Version: 20250226
3
+ Version: 20250227
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
@@ -221,7 +221,7 @@ bpy/ops/dpaint/__init__.pyi,sha256=9c4iWq0b5rd_bwy132hZ0puT1b6MYsQFD9Gsuy9IFR8,1
221
221
  bpy/ops/ed/__init__.pyi,sha256=ToAbK51M0V5uEjpG4ENeXLfzqqzt0RBPpqD7-cP_ddI,7129
222
222
  bpy/ops/export_anim/__init__.pyi,sha256=vMJtrDBdESAFGNAyzK3vKVdjfhzjbaS5I3qqGFZatS4,2054
223
223
  bpy/ops/export_scene/__init__.pyi,sha256=axGogcRuTRnUNFCmS_fvRIcAoQ2OHWsyM2ez8h9gla4,40093
224
- bpy/ops/extensions/__init__.pyi,sha256=Zp3TcJAppoEaLp-q2_yv0xwkH_VdbKosmhIzN-ZbFsE,12757
224
+ bpy/ops/extensions/__init__.pyi,sha256=183EgEMf6wixP1ChHM6ePGKBUjPx8OCLUBN8IhjL19E,12309
225
225
  bpy/ops/file/__init__.pyi,sha256=RcQ7PXPKaFvA5XNsUbGrovqFjvjlvJ3LsEdp8k9MkCM,19287
226
226
  bpy/ops/fluid/__init__.pyi,sha256=lJDfm8cfRkm9S42vutMzeAeZBezIPIheRrMVaYpr4cY,3218
227
227
  bpy/ops/font/__init__.pyi,sha256=_0Y1LLKF5zGPRuPC4Ecy2o4L_8ck44lyNYB0vJbThGY,15536
@@ -243,7 +243,7 @@ bpy/ops/mball/__init__.pyi,sha256=vKET4S-NZrDAf4r1XUXjyyW8Ry5bdna9EeQlV3HMo5Y,41
243
243
  bpy/ops/mesh/__init__.pyi,sha256=JxF40_1aTup030iKyTdKOMajm67wsEOKcmKc4XcQCdQ,132623
244
244
  bpy/ops/nla/__init__.pyi,sha256=6C8Gm7ZOBATflqUymRCXljSEKN_oE1MvqVMpR05eVIM,18172
245
245
  bpy/ops/node/__init__.pyi,sha256=kx6oK5BRh-rPAdh9XpG_za5Z6nqvQO8-o_t5PFFxVqM,54179
246
- bpy/ops/object/__init__.pyi,sha256=wL6erGN95PlURkHhvvdZoIrpJEgt-Q2SwgPHgki0lB8,168048
246
+ bpy/ops/object/__init__.pyi,sha256=Zt3MscJ8NCH9UeZkZOu69GWI2C0y_iYNfGNYOhfWTBw,168316
247
247
  bpy/ops/outliner/__init__.pyi,sha256=MnOyASVckw3cVMUICszbNrPEfchfFB1Ny2drSnrScvI,27770
248
248
  bpy/ops/paint/__init__.pyi,sha256=U-uMYTkGLmcnkI9RsWRnsbqDLJuLaWPk-5ue5rnoQwg,37692
249
249
  bpy/ops/paintcurve/__init__.pyi,sha256=3V3HI5tmtyehUcJyiNj8NO4uj-Q7B9xIvBgnAn3BlmU,3007
@@ -279,7 +279,7 @@ bpy/ops/workspace/__init__.pyi,sha256=hXSSQZl7IwVFrxMveYrlSKGWY7BjrsV-cKagPzhuT0
279
279
  bpy/ops/world/__init__.pyi,sha256=9OhY87-WRRLor-4GQJhDiDJG3M9W5s9yFo9x45Iiycs,628
280
280
  bpy/path/__init__.pyi,sha256=p309InrX9QRoqh0vMXKzNHQIYef9A51c9J4LYU5THxQ,5511
281
281
  bpy/props/__init__.pyi,sha256=QR_11bCyEyK-Q85yZhNDW6BsqHVq73C9IL_qShksqQU,35264
282
- bpy/types/__init__.pyi,sha256=cc67mRraXDsUiJSiHybBZ3Q_MeB9UVtZaWTxmLZzTME,5476966
282
+ bpy/types/__init__.pyi,sha256=fVDeyAezH9rS3zAV95aWPlHPkHt_k6wP9XzN_mbeW84,5477449
283
283
  bpy/utils/__init__.pyi,sha256=sTpVkInNYv883pb3TyZzGLQbn468mQHzz_sUG9UMp6M,14936
284
284
  bpy/utils/previews/__init__.pyi,sha256=RF4ii5Rs-FetM_ZmC0GCpMSiin5evppVj62-CmKK76s,2307
285
285
  bpy/utils/units/__init__.pyi,sha256=dc9ZViPAqOap5ZsFfWoI0d6bHdri3pWWiVeRxAaZr-U,2672
@@ -361,7 +361,7 @@ rna_prop_ui/__init__.pyi,sha256=o3yE2C_BSi2O_ZJM_Jao06i6seWMRNQcZaI6keKjpFE,1308
361
361
  rna_prop_ui/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
362
362
  rna_xml/__init__.pyi,sha256=EBP-inpL9KRsjGftcoza9_G_Do5UjXw62eAvuEMoaO0,604
363
363
  rna_xml/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
364
- fake_bpy_module-20250226.dist-info/METADATA,sha256=GAF9iAgQu0KCMFuX_cu2QIeOiYWb7oooEIYONdRbH58,7429
365
- fake_bpy_module-20250226.dist-info/WHEEL,sha256=nn6H5-ilmfVryoAQl3ZQ2l8SH5imPWFpm1A5FgEuFV4,91
366
- fake_bpy_module-20250226.dist-info/top_level.txt,sha256=SZm3DVRKif7dFSjYKiIIg3_7uqjIwRAwOnCIcT4hRNM,500
367
- fake_bpy_module-20250226.dist-info/RECORD,,
364
+ fake_bpy_module-20250227.dist-info/METADATA,sha256=XVRJVoT9I_YcxXOixM1UpoWgDhe0iOrW72ZlpZj27ZQ,7429
365
+ fake_bpy_module-20250227.dist-info/WHEEL,sha256=jB7zZ3N9hIM9adW7qlTAyycLYW9npaWKLRzaoVcLKcM,91
366
+ fake_bpy_module-20250227.dist-info/top_level.txt,sha256=SZm3DVRKif7dFSjYKiIIg3_7uqjIwRAwOnCIcT4hRNM,500
367
+ fake_bpy_module-20250227.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (75.8.1)
2
+ Generator: setuptools (75.8.2)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5