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

@@ -148,6 +148,7 @@ def file_browse(
148
148
  ]
149
149
  | None = "DEFAULT",
150
150
  sort_method: str | None = "",
151
+ filter_glob: str = "",
151
152
  ):
152
153
  """Open a file browser, hold Shift to open the file, Alt to browse containing directory
153
154
 
@@ -213,6 +214,8 @@ def file_browse(
213
214
  :type display_type: typing.Literal['DEFAULT','LIST_VERTICAL','LIST_HORIZONTAL','THUMBNAIL'] | None
214
215
  :param sort_method: File sorting mode
215
216
  :type sort_method: str | None
217
+ :param filter_glob: Glob Filter, Custom filter
218
+ :type filter_glob: str
216
219
  """
217
220
 
218
221
  def start_filter(execution_context: int | str | None = None, undo: bool | None = None):
@@ -437,6 +437,13 @@ def snap_curves_to_surface(
437
437
  :type attach_mode: typing.Literal['NEAREST','DEFORM'] | None
438
438
  """
439
439
 
440
+ def split(execution_context: int | str | None = None, undo: bool | None = None):
441
+ """Split selected points
442
+
443
+ :type execution_context: int | str | None
444
+ :type undo: bool | None
445
+ """
446
+
440
447
  def subdivide(
441
448
  execution_context: int | str | None = None,
442
449
  undo: bool | None = None,
@@ -1458,14 +1458,17 @@ def set_uniform_opacity(
1458
1458
  undo: bool | None = None,
1459
1459
  /,
1460
1460
  *,
1461
- opacity: float | None = 1.0,
1461
+ opacity_stroke: float | None = 1.0,
1462
+ opacity_fill: float | None = 0.5,
1462
1463
  ):
1463
1464
  """Set all stroke points to same opacity
1464
1465
 
1465
1466
  :type execution_context: int | str | None
1466
1467
  :type undo: bool | None
1467
- :param opacity: Opacity
1468
- :type opacity: float | None
1468
+ :param opacity_stroke: Stroke Opacity
1469
+ :type opacity_stroke: float | None
1470
+ :param opacity_fill: Fill Opacity
1471
+ :type opacity_fill: float | None
1469
1472
  """
1470
1473
 
1471
1474
  def set_uniform_thickness(
bpy/ops/node/__init__.pyi CHANGED
@@ -253,6 +253,25 @@ def add_group_asset(
253
253
  :type relative_asset_identifier: str
254
254
  """
255
255
 
256
+ def add_import_node(
257
+ execution_context: int | str | None = None,
258
+ undo: bool | None = None,
259
+ /,
260
+ *,
261
+ directory: str = "",
262
+ files: bpy.types.bpy_prop_collection[bpy.types.OperatorFileListElement]
263
+ | None = None,
264
+ ):
265
+ """Add an import node to the node tree
266
+
267
+ :type execution_context: int | str | None
268
+ :type undo: bool | None
269
+ :param directory: Directory, Directory of the file
270
+ :type directory: str
271
+ :param files: Files
272
+ :type files: bpy.types.bpy_prop_collection[bpy.types.OperatorFileListElement] | None
273
+ """
274
+
256
275
  def add_mask(
257
276
  execution_context: int | str | None = None,
258
277
  undo: bool | None = None,
bpy/types/__init__.pyi CHANGED
@@ -194167,7 +194167,7 @@ class PreferencesExperimental(bpy_struct):
194167
194167
  :type: bool
194168
194168
  """
194169
194169
 
194170
- use_new_point_cloud_type: bool
194170
+ use_new_pointcloud_type: bool
194171
194171
  """ Enable the new point cloud type in the ui
194172
194172
 
194173
194173
  :type: bool
@@ -232349,10 +232349,10 @@ class WindowManager(ID, bpy_struct):
232349
232349
  :type: bpy_prop_collection[Operator]
232350
232350
  """
232351
232351
 
232352
- poselib_previous_action: Action
232352
+ poselib_previous_action: Action | None
232353
232353
  """
232354
232354
 
232355
- :type: Action
232355
+ :type: Action | None
232356
232356
  """
232357
232357
 
232358
232358
  preset_name: str | typing.Any
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: fake-bpy-module
3
- Version: 20250224
3
+ Version: 20250225
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
@@ -206,7 +206,7 @@ bpy/ops/armature/__init__.pyi,sha256=rljv88OGIvV0_Wd3TeRRBghGOvZikghfc5q4HOehvlg
206
206
  bpy/ops/asset/__init__.pyi,sha256=nBGMUdpYiduhM3kkA3t87WzO4fT3c4DPEMEjAR5eUvs,8721
207
207
  bpy/ops/boid/__init__.pyi,sha256=kcmRuTJK7CNmzW-xm3kUF3nD4mmksH_LOUW9ag_AEzA,1990
208
208
  bpy/ops/brush/__init__.pyi,sha256=zEJd-T_V66vjP4hGAAq38ITYQSOCSGIsXH-tv977XWA,9803
209
- bpy/ops/buttons/__init__.pyi,sha256=9YOt22dNNw53JM6yIcnYQ0xki3PsSzwV-GLR1WMXPUE,8945
209
+ bpy/ops/buttons/__init__.pyi,sha256=3O2yKte61LV-xffPhGGj1D_zeNxmezFdZXCUUaayx5k,9058
210
210
  bpy/ops/cachefile/__init__.pyi,sha256=N4xCdIqVGiUK0OVnihHzhobFrqWZlKyfPEWB7WM621A,8901
211
211
  bpy/ops/camera/__init__.pyi,sha256=hCFLd_S3bQZpZxqhXPFU3a8X8XXbbxfuz8jjL4k_fgg,1411
212
212
  bpy/ops/clip/__init__.pyi,sha256=A2q9v6faPo5M9QlMkdlrtrAy_TzH1kiW8buuEuWj07U,44842
@@ -215,7 +215,7 @@ bpy/ops/collection/__init__.pyi,sha256=15Q_xX5yGRf9u0KW-Zv7-JbTsBPdowz5ln95uYM_b
215
215
  bpy/ops/console/__init__.pyi,sha256=0TX-kLJpO7RdKti4gUW6ot54bJA-zQeMa3IvtKW4ORQ,7331
216
216
  bpy/ops/constraint/__init__.pyi,sha256=uYKj3Dnt1BILHFMV9UfYwB_8VwPTaXboEBWgdBXiHUs,11865
217
217
  bpy/ops/curve/__init__.pyi,sha256=UM8JZOLQQBzzmUNF4-bSYZ_RjZ9yo07Ohtfkayneh7o,28612
218
- bpy/ops/curves/__init__.pyi,sha256=88OfxJboP0WoXANdnpnqT53_MyO3I9Yqpx3Qm9oDJlk,15321
218
+ bpy/ops/curves/__init__.pyi,sha256=uIjBzv1a-d31I9odvjWhJNyOoTxHBbrGem5oOToTKpc,15515
219
219
  bpy/ops/cycles/__init__.pyi,sha256=wpr-6dy_yQc7R4mF-e3sPK67nR2X6hMnbLevI6xHozk,1766
220
220
  bpy/ops/dpaint/__init__.pyi,sha256=9c4iWq0b5rd_bwy132hZ0puT1b6MYsQFD9Gsuy9IFR8,1582
221
221
  bpy/ops/ed/__init__.pyi,sha256=ToAbK51M0V5uEjpG4ENeXLfzqqzt0RBPpqD7-cP_ddI,7129
@@ -229,7 +229,7 @@ bpy/ops/geometry/__init__.pyi,sha256=fAv7_BGMFQa5vixcm6tyKguDi_sbfnPSLK8Wi-Sht8s
229
229
  bpy/ops/gizmogroup/__init__.pyi,sha256=FJqZ3Cfe4EuuTxNCDZwbZtPxRuppxibrEFZVJiWsFqU,1289
230
230
  bpy/ops/gpencil/__init__.pyi,sha256=vNZ7b6FETSovKJVYC9yN8wIBOh9F4d9DSurNeBdUduk,4859
231
231
  bpy/ops/graph/__init__.pyi,sha256=N6A_44dYq5ShZyWZeT12T-kFibqYaMNHvkuBhO5XdTY,41730
232
- bpy/ops/grease_pencil/__init__.pyi,sha256=q6kqYP5BCKXqoR-KQ5Wm5QfbD-cbQ7xGB5Eob780UQk,62568
232
+ bpy/ops/grease_pencil/__init__.pyi,sha256=dZ4_KZ-eR-isDy5TYXWQomfnzkATAYgVNbubU_vTlmE,62709
233
233
  bpy/ops/image/__init__.pyi,sha256=_GQrFzIGhO_7spKQMxKgmu9YMDkgQoV1YftctLp8Hs4,52457
234
234
  bpy/ops/import_anim/__init__.pyi,sha256=ZyT-zjTRWvhOapP9D8G_eHO09JJNlT-ofF1SCC0rrOk,3073
235
235
  bpy/ops/import_curve/__init__.pyi,sha256=JWBsLwsuws3lo9fwleS12_TuINYEKfL8xzJ82AFXIt0,723
@@ -242,7 +242,7 @@ bpy/ops/material/__init__.pyi,sha256=4Xm8cTXZ8L1NkYiLaYrwWA0p_paciXXBCk9MNnxsgJg
242
242
  bpy/ops/mball/__init__.pyi,sha256=vKET4S-NZrDAf4r1XUXjyyW8Ry5bdna9EeQlV3HMo5Y,4182
243
243
  bpy/ops/mesh/__init__.pyi,sha256=JxF40_1aTup030iKyTdKOMajm67wsEOKcmKc4XcQCdQ,132623
244
244
  bpy/ops/nla/__init__.pyi,sha256=6C8Gm7ZOBATflqUymRCXljSEKN_oE1MvqVMpR05eVIM,18172
245
- bpy/ops/node/__init__.pyi,sha256=_Qx9HOSWzaSoV2C42CwA9yv05DenqP5sxEKfLaXwkwo,53623
245
+ bpy/ops/node/__init__.pyi,sha256=kx6oK5BRh-rPAdh9XpG_za5Z6nqvQO8-o_t5PFFxVqM,54179
246
246
  bpy/ops/object/__init__.pyi,sha256=wL6erGN95PlURkHhvvdZoIrpJEgt-Q2SwgPHgki0lB8,168048
247
247
  bpy/ops/outliner/__init__.pyi,sha256=MnOyASVckw3cVMUICszbNrPEfchfFB1Ny2drSnrScvI,27770
248
248
  bpy/ops/paint/__init__.pyi,sha256=U-uMYTkGLmcnkI9RsWRnsbqDLJuLaWPk-5ue5rnoQwg,37692
@@ -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=AVr0-92RRN4gha_BanMU7NWS9WYkrcOxfIK7My2QFPA,5476897
282
+ bpy/types/__init__.pyi,sha256=YwSVSZ5Y2vlw5_0OWq76LthASp1o3WMaapqXwxTcJbE,5476910
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-20250224.dist-info/METADATA,sha256=SreltrNl2gNZjm-4Vev-XhmdX54iOtsIgUODUA01dBo,7429
365
- fake_bpy_module-20250224.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
366
- fake_bpy_module-20250224.dist-info/top_level.txt,sha256=SZm3DVRKif7dFSjYKiIIg3_7uqjIwRAwOnCIcT4hRNM,500
367
- fake_bpy_module-20250224.dist-info/RECORD,,
364
+ fake_bpy_module-20250225.dist-info/METADATA,sha256=wYqq1qDkv_9CCaNiSxCBnhR2i2yOuP5cZQuJOd0z5ts,7429
365
+ fake_bpy_module-20250225.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
366
+ fake_bpy_module-20250225.dist-info/top_level.txt,sha256=SZm3DVRKif7dFSjYKiIIg3_7uqjIwRAwOnCIcT4hRNM,500
367
+ fake_bpy_module-20250225.dist-info/RECORD,,