fake-bpy-module 20250603__py3-none-any.whl → 20250604__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/__init__.pyi +2 -2
- bpy/types/__init__.pyi +14 -0
- {fake_bpy_module-20250603.dist-info → fake_bpy_module-20250604.dist-info}/METADATA +1 -1
- {fake_bpy_module-20250603.dist-info → fake_bpy_module-20250604.dist-info}/RECORD +7 -7
- freestyle/utils/__init__.pyi +1 -1
- {fake_bpy_module-20250603.dist-info → fake_bpy_module-20250604.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20250603.dist-info → fake_bpy_module-20250604.dist-info}/top_level.txt +0 -0
bpy/app/__init__.pyi
CHANGED
|
@@ -190,7 +190,7 @@ factory_startup: typing.Any
|
|
|
190
190
|
"""
|
|
191
191
|
|
|
192
192
|
ffmpeg: typing.Any
|
|
193
|
-
""" Constant value bpy.app.ffmpeg(supported=True, avcodec_version=(
|
|
193
|
+
""" Constant value bpy.app.ffmpeg(supported=True, avcodec_version=(61, 19, 101), avcodec_version_string='61, 19, 101', avdevice_version=(61, 3, 100), avdevice_version_string='61, 3, 100', avformat_version=(61, 7, 100), avformat_version_string='61, 7, 100', avutil_version=(59, 39, 100), avutil_version_string='59, 39, 100', swscale_version=(8, 3, 100), swscale_version_string=' 8, 3, 100')
|
|
194
194
|
"""
|
|
195
195
|
|
|
196
196
|
module: typing.Any
|
|
@@ -202,7 +202,7 @@ ocio: typing.Any
|
|
|
202
202
|
"""
|
|
203
203
|
|
|
204
204
|
oiio: typing.Any
|
|
205
|
-
""" Constant value bpy.app.oiio(supported=True, version=(3, 0,
|
|
205
|
+
""" Constant value bpy.app.oiio(supported=True, version=(3, 0, 6), version_string=' 3, 0, 6')
|
|
206
206
|
"""
|
|
207
207
|
|
|
208
208
|
online_access: typing.Any
|
bpy/types/__init__.pyi
CHANGED
|
@@ -123069,6 +123069,20 @@ class bpy_prop_collection_idprop[_GenericType1](bpy_prop_collection):
|
|
|
123069
123069
|
:rtype: _GenericType1 | _GenericType2
|
|
123070
123070
|
"""
|
|
123071
123071
|
|
|
123072
|
+
def values(self) -> list[_GenericType1 | None]:
|
|
123073
|
+
"""
|
|
123074
|
+
|
|
123075
|
+
:return:
|
|
123076
|
+
:rtype: list[_GenericType1 | None]
|
|
123077
|
+
"""
|
|
123078
|
+
|
|
123079
|
+
def items(self) -> list[tuple[str, _GenericType1]]:
|
|
123080
|
+
"""
|
|
123081
|
+
|
|
123082
|
+
:return:
|
|
123083
|
+
:rtype: list[tuple[str, _GenericType1]]
|
|
123084
|
+
"""
|
|
123085
|
+
|
|
123072
123086
|
class AOV(bpy_struct):
|
|
123073
123087
|
is_valid: bool
|
|
123074
123088
|
""" Is the name of the AOV conflicting
|
|
@@ -191,7 +191,7 @@ bmesh/types/__init__.pyi,sha256=h6exBppe1gQyt7UD4bImUMMDRLvUNDmBqaEJO9j2IxM,4401
|
|
|
191
191
|
bmesh/utils/__init__.pyi,sha256=B2MEUdWjhoPVN_86ZJnKBouszuYlmox83fs_eMy_XSQ,6262
|
|
192
192
|
bpy/__init__.pyi,sha256=xqYSQA60ItjGIlcKmU1c67ClE1dzY3IA0l7SeDDfFFg,491
|
|
193
193
|
bpy/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
194
|
-
bpy/app/__init__.pyi,sha256=
|
|
194
|
+
bpy/app/__init__.pyi,sha256=u9FlQRWnDtaurAnTLqW1Pb3Ik6eyW1vCXGf60HZGOQo,8814
|
|
195
195
|
bpy/app/handlers/__init__.pyi,sha256=A9IS2EmBskYtGy2aMCX5vxAmTKB3YCuz1hUPZvah8S4,6938
|
|
196
196
|
bpy/app/icons/__init__.pyi,sha256=IxxJA0uPQaBAogv-iZ2jEG-5f6i3X9M-gRjw8jJnL8A,955
|
|
197
197
|
bpy/app/timers/__init__.pyi,sha256=JaOnmHW7fyBaIU61otWa94nylOcS01gtud3HX0FthUI,1791
|
|
@@ -279,7 +279,7 @@ bpy/path/__init__.pyi,sha256=yGX45MUnn9fJYw32UWTsBQ646iN5DbbxfvnoDkREWvI,5537
|
|
|
279
279
|
bpy/props/__init__.pyi,sha256=cUjAkh-s3hCDtjZk5F5NMTcSnx6HrYNeV0s4x_B9p-w,35632
|
|
280
280
|
bpy/stub_internal/__init__.pyi,sha256=h3K2LGZ8lcLY-Oo9ym-HEopjGScc4iTfpT1MU_6smTI,126
|
|
281
281
|
bpy/stub_internal/rna_enums/__init__.pyi,sha256=oCQqEHzbCdBfOqdlFp404l0iQYDQbDLVawk-KnGis-4,141088
|
|
282
|
-
bpy/types/__init__.pyi,sha256=
|
|
282
|
+
bpy/types/__init__.pyi,sha256=ZnMOzdRjKb4gpA4o8Cpf2B9TzSMNygBSkxsNfZ_xAg8,5807456
|
|
283
283
|
bpy/utils/__init__.pyi,sha256=NwKl40t0SfvM2Lce9VmXS9zh6T-ZE1JxleSh9te_d5E,15351
|
|
284
284
|
bpy/utils/previews/__init__.pyi,sha256=Pji8UKqvI3AJTk5v3nCK92URlJfehxuoaaJW6n9L7XU,2342
|
|
285
285
|
bpy/utils/units/__init__.pyi,sha256=zULS_4qRrtzpHLtSU-jfO2761J4WeYBZyK-BTlL4KG0,2671
|
|
@@ -314,7 +314,7 @@ freestyle/functions/__init__.pyi,sha256=RGdlJWbBctqKBR3p81MsXBk9OWdTuvEoOfBXvxjf
|
|
|
314
314
|
freestyle/predicates/__init__.pyi,sha256=Liq_1krkT25RfeNPeEgvKWkLnWtHCuO9-7vXX3lE71E,13488
|
|
315
315
|
freestyle/shaders/__init__.pyi,sha256=imuo4jXkwaN4dazDARvErEGdn9XuMGlWIKGpnqd3Po0,24041
|
|
316
316
|
freestyle/types/__init__.pyi,sha256=zCVqLakrYPiSTlYVHLg-455C9aPCEo-eeO-0A1fYFYs,100227
|
|
317
|
-
freestyle/utils/__init__.pyi,sha256=
|
|
317
|
+
freestyle/utils/__init__.pyi,sha256=k2JFp4C3DUpnkVgR1B32ZDux08pAcsceSuWBnIEHD9A,5135
|
|
318
318
|
freestyle/utils/ContextFunctions/__init__.pyi,sha256=YvDLJXMxKbbqBS0so4MnfuSN1g4wNAFOXbpW7_g4AR0,3472
|
|
319
319
|
gpu/__init__.pyi,sha256=TLoatdrTMM6vfjnbuQA6cW38ARW5nuLa4Y-eicnJU5Q,8900
|
|
320
320
|
gpu/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -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-
|
|
365
|
-
fake_bpy_module-
|
|
366
|
-
fake_bpy_module-
|
|
367
|
-
fake_bpy_module-
|
|
364
|
+
fake_bpy_module-20250604.dist-info/METADATA,sha256=zkVshzt7zvb9_98Ptd7z1pRDNyO7EPEgpBvkLEsbLls,7429
|
|
365
|
+
fake_bpy_module-20250604.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
366
|
+
fake_bpy_module-20250604.dist-info/top_level.txt,sha256=SZm3DVRKif7dFSjYKiIIg3_7uqjIwRAwOnCIcT4hRNM,500
|
|
367
|
+
fake_bpy_module-20250604.dist-info/RECORD,,
|
freestyle/utils/__init__.pyi
CHANGED
|
@@ -125,7 +125,7 @@ def material_from_fedge(fe):
|
|
|
125
125
|
"""get the diffuse RGBA color from an FEdge"""
|
|
126
126
|
|
|
127
127
|
def normal_at_I0D(it): ...
|
|
128
|
-
def pairwise(iterable, types={
|
|
128
|
+
def pairwise(iterable, types={StrokeVertexIterator, Stroke}):
|
|
129
129
|
"""Yields a tuple containing the previous and current object"""
|
|
130
130
|
|
|
131
131
|
def rgb_to_bw(r, g, b):
|
|
File without changes
|
|
File without changes
|