fake-bpy-module 20241020__py3-none-any.whl → 20241022__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/ops/screen/__init__.pyi +2 -2
- bpy/types/__init__.pyi +6 -2
- {fake_bpy_module-20241020.dist-info → fake_bpy_module-20241022.dist-info}/METADATA +1 -1
- {fake_bpy_module-20241020.dist-info → fake_bpy_module-20241022.dist-info}/RECORD +6 -6
- {fake_bpy_module-20241020.dist-info → fake_bpy_module-20241022.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20241020.dist-info → fake_bpy_module-20241022.dist-info}/top_level.txt +0 -0
bpy/ops/screen/__init__.pyi
CHANGED
|
@@ -96,8 +96,8 @@ def area_join(
|
|
|
96
96
|
execution_context: int | str | None = None,
|
|
97
97
|
undo: bool | None = None,
|
|
98
98
|
*,
|
|
99
|
-
source_xy: collections.abc.Iterable[int] | None = (
|
|
100
|
-
target_xy: collections.abc.Iterable[int] | None = (
|
|
99
|
+
source_xy: collections.abc.Iterable[int] | None = (-918021723, 32767),
|
|
100
|
+
target_xy: collections.abc.Iterable[int] | None = (-918021723, 32767),
|
|
101
101
|
):
|
|
102
102
|
"""Join selected areas into new window
|
|
103
103
|
|
bpy/types/__init__.pyi
CHANGED
|
@@ -136045,6 +136045,7 @@ class FFmpegSettings(bpy_struct):
|
|
|
136045
136045
|
"NONE",
|
|
136046
136046
|
"AV1",
|
|
136047
136047
|
"H264",
|
|
136048
|
+
"H265",
|
|
136048
136049
|
"WEBM",
|
|
136049
136050
|
"DNXHD",
|
|
136050
136051
|
"DV",
|
|
@@ -136060,7 +136061,7 @@ class FFmpegSettings(bpy_struct):
|
|
|
136060
136061
|
]
|
|
136061
136062
|
""" FFmpeg codec to use for video output
|
|
136062
136063
|
|
|
136063
|
-
:type: typing.Literal['NONE','AV1','H264','WEBM','DNXHD','DV','FFV1','FLASH','HUFFYUV','MPEG1','MPEG2','MPEG4','PNG','QTRLE','THEORA']
|
|
136064
|
+
:type: typing.Literal['NONE','AV1','H264','H265','WEBM','DNXHD','DV','FFV1','FLASH','HUFFYUV','MPEG1','MPEG2','MPEG4','PNG','QTRLE','THEORA']
|
|
136064
136065
|
"""
|
|
136065
136066
|
|
|
136066
136067
|
constant_rate_factor: typing.Literal[
|
|
@@ -157483,6 +157484,9 @@ class GreasePencilDrawing(bpy_struct):
|
|
|
157483
157484
|
:type indices: collections.abc.Iterable[int] | None
|
|
157484
157485
|
"""
|
|
157485
157486
|
|
|
157487
|
+
def tag_positions_changed(self):
|
|
157488
|
+
"""Indicate that the positions of points in the drawing have changed"""
|
|
157489
|
+
|
|
157486
157490
|
@classmethod
|
|
157487
157491
|
def bl_rna_get_subclass(cls, id: str | None, default=None) -> Struct:
|
|
157488
157492
|
"""
|
|
@@ -196204,7 +196208,7 @@ class SceneEEVEE(bpy_struct):
|
|
|
196204
196208
|
"""
|
|
196205
196209
|
|
|
196206
196210
|
use_volumetric_shadows: bool
|
|
196207
|
-
"""
|
|
196211
|
+
""" Cast shadows from volumetric materials onto volumetric materials (Very expensive)
|
|
196208
196212
|
|
|
196209
196213
|
:type: bool
|
|
196210
196214
|
"""
|
|
@@ -253,7 +253,7 @@ bpy/ops/ptcache/__init__.pyi,sha256=UXfqM90z4atRrWfj-u_OG0wi7OgvMzs0r8usiBp5Sow,
|
|
|
253
253
|
bpy/ops/render/__init__.pyi,sha256=qgjTSltZ5-pvjFibfkbuahh5PPzPKe1Feo1lRzuxUMQ,9427
|
|
254
254
|
bpy/ops/rigidbody/__init__.pyi,sha256=kH3fZft8NevNiVP44o_RMGUqx0bj4e1k3ADbJYM3_90,8647
|
|
255
255
|
bpy/ops/scene/__init__.pyi,sha256=ZCDXo6ygGlCoFNgXs5BixfFTalKQJk48Tn5JKFK4EN4,19445
|
|
256
|
-
bpy/ops/screen/__init__.pyi,sha256=
|
|
256
|
+
bpy/ops/screen/__init__.pyi,sha256=I6s7bDaUOADKdEOTRGpj4yIBC4x86KiCI6sFOdmHNKU,26030
|
|
257
257
|
bpy/ops/script/__init__.pyi,sha256=qJGs4LY_-NgCKFwGkOBwvig0LFr5v72A9nL-LQ21HrY,1460
|
|
258
258
|
bpy/ops/sculpt/__init__.pyi,sha256=rx6Cwe39UDt57ekD4u3CsfjrbBIGmGxNGHY7I4St0zg,52342
|
|
259
259
|
bpy/ops/sculpt_curves/__init__.pyi,sha256=h9WZL7nJe6THcD9vxr7_qxeHb3s9dLuE-GSqd5s8dac,3310
|
|
@@ -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=lXSqQ4p4zukM_-6TaN4v7lNWFVY0xbYGMkOVLpkbpsI,5444
|
|
277
277
|
bpy/props/__init__.pyi,sha256=eVVh1KTFtNf6c-4uSWt4wANzTv1RvN2I2FQ7ewdrKCQ,31045
|
|
278
|
-
bpy/types/__init__.pyi,sha256=
|
|
278
|
+
bpy/types/__init__.pyi,sha256=r4YGyc7uM4OkJ8g_82zOzNWVlP7W4OLNtHU_jxSKNxQ,5368788
|
|
279
279
|
bpy/typing/__init__.pyi,sha256=l9zIo04M9gyNPPOCFAvFDOwgWgd-dyKCv5yGV6bx41Y,138523
|
|
280
280
|
bpy/utils/__init__.pyi,sha256=AEb3oVPPh_gqLyKORj6rsxDPWvXIHjqp_eME3z98GcM,13117
|
|
281
281
|
bpy/utils/previews/__init__.pyi,sha256=AsbDN4vRLbSTZ7_S_4LqmI1sJmV_8NnqDt1QfBdH94Y,2280
|
|
@@ -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-20241022.dist-info/METADATA,sha256=m3ZDlN0VL3oEobLDoLyTxXbik8qoBH4E0sJjQKrJPFc,7204
|
|
362
|
+
fake_bpy_module-20241022.dist-info/WHEEL,sha256=OVMc5UfuAQiSplgO0_WdW7vXVGAt9Hdd6qtN4HotdyA,91
|
|
363
|
+
fake_bpy_module-20241022.dist-info/top_level.txt,sha256=SZm3DVRKif7dFSjYKiIIg3_7uqjIwRAwOnCIcT4hRNM,500
|
|
364
|
+
fake_bpy_module-20241022.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|