fake-bpy-module 20241112__py3-none-any.whl → 20241113__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.
- {fake_bpy_module-20241112.dist-info → fake_bpy_module-20241113.dist-info}/METADATA +1 -1
- {fake_bpy_module-20241112.dist-info → fake_bpy_module-20241113.dist-info}/RECORD +5 -5
- freestyle/utils/__init__.pyi +1 -1
- {fake_bpy_module-20241112.dist-info → fake_bpy_module-20241113.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20241112.dist-info → fake_bpy_module-20241113.dist-info}/top_level.txt +0 -0
|
@@ -311,7 +311,7 @@ freestyle/functions/__init__.pyi,sha256=XYveitaHq0iT_FRPa9-h7r_Qz1kuEOknwlIDy5hR
|
|
|
311
311
|
freestyle/predicates/__init__.pyi,sha256=TI-9arpIRbq7ePsxHS-d-4iIj54uHMp-ZyGhPVODMPg,13461
|
|
312
312
|
freestyle/shaders/__init__.pyi,sha256=1Ov48B4P7LV3dwjBqHqqqbPFRBZWjENqIDaFb97Qdj0,23835
|
|
313
313
|
freestyle/types/__init__.pyi,sha256=Gqn4Lt8Z7R3JhDQDF70AhHcWw7v4zE3ot9CUXZAlsds,97165
|
|
314
|
-
freestyle/utils/__init__.pyi,sha256=
|
|
314
|
+
freestyle/utils/__init__.pyi,sha256=CrWHBvKHm2p1i7_ND1rQJLSjutpEx7YANq2OViTvXNs,5077
|
|
315
315
|
freestyle/utils/ContextFunctions/__init__.pyi,sha256=AdK38eLUN8YDE2Y-Am3gNUYxduClt0jmaDbr-WNv_cA,3401
|
|
316
316
|
gpu/__init__.pyi,sha256=Q-AbyJO85pPYcwXNWtvgAhFGGJ6OnnHrlsXQxur9jhs,7999
|
|
317
317
|
gpu/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -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-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,,
|
freestyle/utils/__init__.pyi
CHANGED
|
@@ -123,7 +123,7 @@ def material_from_fedge(fe):
|
|
|
123
123
|
"""get the diffuse RGBA color from an FEdge"""
|
|
124
124
|
|
|
125
125
|
def normal_at_I0D(it): ...
|
|
126
|
-
def pairwise(iterable, types={
|
|
126
|
+
def pairwise(iterable, types={StrokeVertexIterator, Stroke}):
|
|
127
127
|
"""Yields a tuple containing the previous and current object"""
|
|
128
128
|
|
|
129
129
|
def rgb_to_bw(r, g, b):
|
|
File without changes
|
|
File without changes
|