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.
- bpy/app/handlers/__init__.pyi +4 -2
- {fake_bpy_module-20241113.dist-info → fake_bpy_module-20241114.dist-info}/METADATA +1 -1
- {fake_bpy_module-20241113.dist-info → fake_bpy_module-20241114.dist-info}/RECORD +5 -5
- {fake_bpy_module-20241113.dist-info → fake_bpy_module-20241114.dist-info}/WHEEL +1 -1
- {fake_bpy_module-20241113.dist-info → fake_bpy_module-20241114.dist-info}/top_level.txt +0 -0
bpy/app/handlers/__init__.pyi
CHANGED
|
@@ -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[
|
|
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
|
|
|
@@ -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=
|
|
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-
|
|
362
|
-
fake_bpy_module-
|
|
363
|
-
fake_bpy_module-
|
|
364
|
-
fake_bpy_module-
|
|
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,,
|
|
File without changes
|