fake-bpy-module 20241122__py3-none-any.whl → 20241123__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/types/__init__.pyi +2 -2
- {fake_bpy_module-20241122.dist-info → fake_bpy_module-20241123.dist-info}/METADATA +1 -1
- {fake_bpy_module-20241122.dist-info → fake_bpy_module-20241123.dist-info}/RECORD +5 -5
- {fake_bpy_module-20241122.dist-info → fake_bpy_module-20241123.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20241122.dist-info → fake_bpy_module-20241123.dist-info}/top_level.txt +0 -0
bpy/types/__init__.pyi
CHANGED
|
@@ -157827,10 +157827,10 @@ class GreasePencilEnvelopeModifier(Modifier, bpy_struct):
|
|
|
157827
157827
|
class GreasePencilFrame(bpy_struct):
|
|
157828
157828
|
"""A Grease Pencil keyframe"""
|
|
157829
157829
|
|
|
157830
|
-
drawing: GreasePencilDrawing
|
|
157830
|
+
drawing: GreasePencilDrawing | None
|
|
157831
157831
|
""" A Grease Pencil drawing
|
|
157832
157832
|
|
|
157833
|
-
:type: GreasePencilDrawing
|
|
157833
|
+
:type: GreasePencilDrawing | None
|
|
157834
157834
|
"""
|
|
157835
157835
|
|
|
157836
157836
|
frame_number: int
|
|
@@ -275,7 +275,7 @@ bpy/ops/workspace/__init__.pyi,sha256=4qG0-HkVfaGfdBe9QvBCKUox03nb1ZfeV1fz-0b3KJ
|
|
|
275
275
|
bpy/ops/world/__init__.pyi,sha256=ytaDhwJ-K4SbWylChL1za6lvMNM2-RX1S0BR7892Afg,946
|
|
276
276
|
bpy/path/__init__.pyi,sha256=b_M-IUy-VEWMDZJH0bP9P-HHcLLcQo59S1dARRQrP9E,5064
|
|
277
277
|
bpy/props/__init__.pyi,sha256=TfulJGBHgbMIc1aadTzLWiL6Q2NQdeO9Q4_ePasNesU,30717
|
|
278
|
-
bpy/types/__init__.pyi,sha256=
|
|
278
|
+
bpy/types/__init__.pyi,sha256=z-P_FVHPEF3DwS7i8Qn1m_lZtqLFnE02iGr-XA632Pc,5366788
|
|
279
279
|
bpy/typing/__init__.pyi,sha256=aVkYVtSgroaQKvNT7B1qcJ6BadJHTk_LqIuuM1BPWWY,138925
|
|
280
280
|
bpy/utils/__init__.pyi,sha256=XXoE6J8aW13NQ-2FvnFORXyNVUFfO8hSno-xfgJ6ZNI,13078
|
|
281
281
|
bpy/utils/previews/__init__.pyi,sha256=XEThA7jxMWet1sPTJ3mmngM6LdAdKiIVSZOKbCsbvzw,2217
|
|
@@ -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-20241123.dist-info/METADATA,sha256=243mIygMou1nUUZ4iqxQyPVcxqhsNYm9eDhkipbSEmA,7289
|
|
362
|
+
fake_bpy_module-20241123.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
|
|
363
|
+
fake_bpy_module-20241123.dist-info/top_level.txt,sha256=SZm3DVRKif7dFSjYKiIIg3_7uqjIwRAwOnCIcT4hRNM,500
|
|
364
|
+
fake_bpy_module-20241123.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|