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

@@ -80,11 +80,13 @@ composite_pre: list[collections.abc.Callable[[bpy.types.Scene], None]]
80
80
  """ on a compositing background job (before)
81
81
  """
82
82
 
83
- depsgraph_update_post: list[collections.abc.Callable[[bpy.types.Scene], None]]
83
+ depsgraph_update_post: list[
84
+ collections.abc.Callable[[bpy.types.Scene, bpy.types.Depsgraph], None]
85
+ ]
84
86
  """ on depsgraph update (post)
85
87
  """
86
88
 
87
- depsgraph_update_pre: list[collections.abc.Callable[[bpy.types.Scene], None]]
89
+ depsgraph_update_pre: list[collections.abc.Callable[[bpy.types.Scene, None], None]]
88
90
  """ on depsgraph update (pre)
89
91
  """
90
92
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: fake-bpy-module
3
- Version: 20241113
3
+ Version: 20241114
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 @@ bmesh/utils/__init__.pyi,sha256=SJYkdKVf0mB5pw8YuWXAW-7pZye2RXUF0F-Wo3Rd5gQ,5602
191
191
  bpy/__init__.pyi,sha256=dozab_KhjTikiJAE59kzHS9tbX9OJc8U1vPdj6gNFJY,502
192
192
  bpy/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
193
193
  bpy/app/__init__.pyi,sha256=gQJdiazscopU-G66fjv1pOLRZykYpJ-6L0aIAYBvzKA,8205
194
- bpy/app/handlers/__init__.pyi,sha256=4e57CnucOnRaP2gpa0R-1aOpXv3hjNogJz-fQ3H5SgM,6878
194
+ bpy/app/handlers/__init__.pyi,sha256=Gxao8v-gF10WpVRUdswsB4QndzHjO1UtymwrorJef-4,6911
195
195
  bpy/app/icons/__init__.pyi,sha256=ZUL0UMY3r1vNNCKttKYZAABLnn4JNj6yxjm6LtKC5Ik,815
196
196
  bpy/app/timers/__init__.pyi,sha256=vtrATRAmkTfP1CknievwpOCC19cPOMowyLTE6Ie9GSg,2126
197
197
  bpy/app/translations/__init__.pyi,sha256=aYjEv1Qdg_jCJ6ud1KcVUhQmOum3t6Au24NBs4Ti9Ws,6478
@@ -358,7 +358,7 @@ rna_prop_ui/__init__.pyi,sha256=lShhkbbeJ_ANi2dy4J4HIkyp1HZrMqCfhcf8QpAQsj0,1281
358
358
  rna_prop_ui/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
359
359
  rna_xml/__init__.pyi,sha256=idYsAZj-_egBKMA2pQl2P9IoNhZxXIkBSALFuq-ylO8,577
360
360
  rna_xml/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
361
- fake_bpy_module-20241113.dist-info/METADATA,sha256=GwzrdjIaZsS5X30SWZbnS3jD29kW46B8I8FOgUONtlU,7289
362
- fake_bpy_module-20241113.dist-info/WHEEL,sha256=a7TGlA-5DaHMRrarXjVbQagU3Man_dCnGIWMJr5kRWo,91
363
- fake_bpy_module-20241113.dist-info/top_level.txt,sha256=SZm3DVRKif7dFSjYKiIIg3_7uqjIwRAwOnCIcT4hRNM,500
364
- fake_bpy_module-20241113.dist-info/RECORD,,
361
+ fake_bpy_module-20241114.dist-info/METADATA,sha256=1tO2bER_L4lRVl2GqXVFOQTjY2xKkXJ5DEd1wUfhUoY,7289
362
+ fake_bpy_module-20241114.dist-info/WHEEL,sha256=R06PA3UVYHThwHvxuRWMqaGcr-PuniXahwjmQRFMEkY,91
363
+ fake_bpy_module-20241114.dist-info/top_level.txt,sha256=SZm3DVRKif7dFSjYKiIIg3_7uqjIwRAwOnCIcT4hRNM,500
364
+ fake_bpy_module-20241114.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (75.4.0)
2
+ Generator: setuptools (75.5.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5