fake-bpy-module 20250115__py3-none-any.whl → 20250116__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.
- bl_ui/space_sequencer/__init__.pyi +1 -1
- bpy/ops/collection/__init__.pyi +1 -1
- bpy/ops/image/__init__.pyi +3 -0
- bpy/types/__init__.pyi +6 -0
- {fake_bpy_module-20250115.dist-info → fake_bpy_module-20250116.dist-info}/METADATA +1 -1
- {fake_bpy_module-20250115.dist-info → fake_bpy_module-20250116.dist-info}/RECORD +8 -8
- {fake_bpy_module-20250115.dist-info → fake_bpy_module-20250116.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20250115.dist-info → fake_bpy_module-20250116.dist-info}/top_level.txt +0 -0
bpy/ops/collection/__init__.pyi
CHANGED
|
@@ -76,7 +76,7 @@ def objects_add_active(
|
|
|
76
76
|
*,
|
|
77
77
|
collection: str | None = "",
|
|
78
78
|
):
|
|
79
|
-
"""Add the object to
|
|
79
|
+
"""Add selected objects to one of the collections the active-object is part of. Optionally add to "All Collections" to ensure selected objects are included in the same collections as the active object
|
|
80
80
|
|
|
81
81
|
:type execution_context: int | str | None
|
|
82
82
|
:type undo: bool | None
|
bpy/ops/image/__init__.pyi
CHANGED
|
@@ -1021,6 +1021,7 @@ def resize(
|
|
|
1021
1021
|
/,
|
|
1022
1022
|
*,
|
|
1023
1023
|
size: collections.abc.Iterable[int] | None = (0, 0),
|
|
1024
|
+
all_udims: bool | None = False,
|
|
1024
1025
|
):
|
|
1025
1026
|
"""Resize the image
|
|
1026
1027
|
|
|
@@ -1028,6 +1029,8 @@ def resize(
|
|
|
1028
1029
|
:type undo: bool | None
|
|
1029
1030
|
:param size: Size
|
|
1030
1031
|
:type size: collections.abc.Iterable[int] | None
|
|
1032
|
+
:param all_udims: All UDIM Tiles, Scale all the image's UDIM tiles
|
|
1033
|
+
:type all_udims: bool | None
|
|
1031
1034
|
"""
|
|
1032
1035
|
|
|
1033
1036
|
def rotate_orthogonal(
|
bpy/types/__init__.pyi
CHANGED
|
@@ -134283,6 +134283,12 @@ class Curves(ID, bpy_struct):
|
|
|
134283
134283
|
:type: Object | None
|
|
134284
134284
|
"""
|
|
134285
134285
|
|
|
134286
|
+
surface_collision_distance: float
|
|
134287
|
+
""" Distance to keep the curves away from the surface
|
|
134288
|
+
|
|
134289
|
+
:type: float
|
|
134290
|
+
"""
|
|
134291
|
+
|
|
134286
134292
|
surface_uv_map: str
|
|
134287
134293
|
""" The name of the attribute on the surface mesh used to define the attachment of each curve
|
|
134288
134294
|
|
|
@@ -163,7 +163,7 @@ bl_ui/space_nla/__init__.pyi,sha256=uT7nGRBlJlDS-wYZGGGuMs17DK-_XsYoa1qkop7ZVyM,
|
|
|
163
163
|
bl_ui/space_node/__init__.pyi,sha256=sHP77K93twJEnel9dlQFAMjCBhLpC58LS6oK96OP1xo,17979
|
|
164
164
|
bl_ui/space_outliner/__init__.pyi,sha256=o_7H2lQtpKIncGyBU2lL7SHOp-emrqicrRoOBkjwMIg,8090
|
|
165
165
|
bl_ui/space_properties/__init__.pyi,sha256=U4lQ2UupgDfM0RBCSQrI-MlmNG2pOtBxwn5gED-7jzU,2708
|
|
166
|
-
bl_ui/space_sequencer/__init__.pyi,sha256=
|
|
166
|
+
bl_ui/space_sequencer/__init__.pyi,sha256=lDOlRD7N0AvSTPFp-gWEB2QIMNOI5g1Dx9K7IkRbN18,55253
|
|
167
167
|
bl_ui/space_spreadsheet/__init__.pyi,sha256=FcAaZ7hZHyyk9EmM8YuVaDZhFFafRUPbrnXftJ74xMY,1450
|
|
168
168
|
bl_ui/space_statusbar/__init__.pyi,sha256=uz_efXSX0cK9jOf_V-GCveZ1JWid8rae4wYEvLZ3QkY,613
|
|
169
169
|
bl_ui/space_text/__init__.pyi,sha256=l5CwsrWjvBl_CQQQqfjH7SbRVeAkK7z9R8UAi7GY59c,8799
|
|
@@ -210,7 +210,7 @@ bpy/ops/cachefile/__init__.pyi,sha256=KFndyrBJnch4nxwe_SSoBPHV5n3nxjzQki8Wcgc_R4
|
|
|
210
210
|
bpy/ops/camera/__init__.pyi,sha256=Il4dR95oos_zZb1wuj9gQ97Bfvq6rdWhf8oXBPPfc5M,1384
|
|
211
211
|
bpy/ops/clip/__init__.pyi,sha256=7jjYI07dSDylZ8XXD_o_8g4BtirZExq9-T6YFr4EwmE,44815
|
|
212
212
|
bpy/ops/cloth/__init__.pyi,sha256=-QZgZVWwhhr7uTvjCQIrSTaLo5oa6vAUkL50wz6JnKk,629
|
|
213
|
-
bpy/ops/collection/__init__.pyi,sha256=
|
|
213
|
+
bpy/ops/collection/__init__.pyi,sha256=z2rWoNxbdj4xFqPlItbIi2l57eHlarU6RnUM0zjI-FQ,3212
|
|
214
214
|
bpy/ops/console/__init__.pyi,sha256=lgoYIWzf29q06AniBBiPYuI7zndNoc2aGyXYyINZbPI,7304
|
|
215
215
|
bpy/ops/constraint/__init__.pyi,sha256=lb318xrvDTH1T_raLhoBKcDPTl4mVmYPfh5TxbnoGDU,11838
|
|
216
216
|
bpy/ops/curve/__init__.pyi,sha256=eO5HeAhCijFOcq-V8WBJVig7VkKmt1QQqiuVijIfueQ,28585
|
|
@@ -229,7 +229,7 @@ bpy/ops/gizmogroup/__init__.pyi,sha256=lsDnIxuI4uIqJJEiLNmKUuMq2uqlc6HQAqDHY3T9t
|
|
|
229
229
|
bpy/ops/gpencil/__init__.pyi,sha256=cqeFGa_2tSDBDSWhsWVQVZx5BhHs08wiW4And1rhfVE,4832
|
|
230
230
|
bpy/ops/graph/__init__.pyi,sha256=LxlhLzlxAjlrVyfx09PY74t15-khJK0tiasNQyYUqw4,41703
|
|
231
231
|
bpy/ops/grease_pencil/__init__.pyi,sha256=H9WVzX5b9L_OB0KW1repZrTZ_NrZ-1Xj9pnZgdvtMX4,61294
|
|
232
|
-
bpy/ops/image/__init__.pyi,sha256=
|
|
232
|
+
bpy/ops/image/__init__.pyi,sha256=GiNPnZRmVUdtFmuckOxdV55Po_2ul_qda5wU2fFrm6U,52466
|
|
233
233
|
bpy/ops/import_anim/__init__.pyi,sha256=aE1pDcT6TlridpXwg7tF-E3tXLcm83n7j1vVgn_-g7A,3046
|
|
234
234
|
bpy/ops/import_curve/__init__.pyi,sha256=sDhKpg3cI-y0NYuUo8ey3jb3h-KKergdPUDKlQ-C2iI,485
|
|
235
235
|
bpy/ops/import_scene/__init__.pyi,sha256=-DCT923onVq2BOas29bCrybOE9qJN-1j7KTUhGQ81CM,10282
|
|
@@ -277,7 +277,7 @@ bpy/ops/workspace/__init__.pyi,sha256=BHvDV5CcVBnuKaL8akhm-Es7VcGUjf3jGFTbfx5YHC
|
|
|
277
277
|
bpy/ops/world/__init__.pyi,sha256=pBV8EDA8HoWovDSul6mxkF7Mt6N3PQWuukRhkw3dBr8,601
|
|
278
278
|
bpy/path/__init__.pyi,sha256=emlV7ocbsOuOSMzxJXr6ldKRk2-_K0DWlKc3Ylt5dsU,5484
|
|
279
279
|
bpy/props/__init__.pyi,sha256=rxpq9_AeVaMNXJ1MBAowRzLYjBzsYxNx5Ox5qWLLu5w,35255
|
|
280
|
-
bpy/types/__init__.pyi,sha256=
|
|
280
|
+
bpy/types/__init__.pyi,sha256=D519BiEBQFq6LF5Ccmj_HmHi6Fhi5bZv1HIT6WElN_g,5421400
|
|
281
281
|
bpy/utils/__init__.pyi,sha256=LBKZscVUnS43O9AFmDZrJA1hBxJE3AFAY9d5SCWdKyU,14403
|
|
282
282
|
bpy/utils/previews/__init__.pyi,sha256=AsbDN4vRLbSTZ7_S_4LqmI1sJmV_8NnqDt1QfBdH94Y,2280
|
|
283
283
|
bpy/utils/units/__init__.pyi,sha256=QuXx22JjmObRmP_KcdoqOlDSvVtXZHeK5nTIvwjcUnI,2645
|
|
@@ -359,7 +359,7 @@ rna_prop_ui/__init__.pyi,sha256=lShhkbbeJ_ANi2dy4J4HIkyp1HZrMqCfhcf8QpAQsj0,1281
|
|
|
359
359
|
rna_prop_ui/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
360
360
|
rna_xml/__init__.pyi,sha256=idYsAZj-_egBKMA2pQl2P9IoNhZxXIkBSALFuq-ylO8,577
|
|
361
361
|
rna_xml/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
362
|
-
fake_bpy_module-
|
|
363
|
-
fake_bpy_module-
|
|
364
|
-
fake_bpy_module-
|
|
365
|
-
fake_bpy_module-
|
|
362
|
+
fake_bpy_module-20250116.dist-info/METADATA,sha256=F0l0adGumJiXLjJol7gAvWHWNQhBGRmz_P6RGXvs9l0,7289
|
|
363
|
+
fake_bpy_module-20250116.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
|
364
|
+
fake_bpy_module-20250116.dist-info/top_level.txt,sha256=SZm3DVRKif7dFSjYKiIIg3_7uqjIwRAwOnCIcT4hRNM,500
|
|
365
|
+
fake_bpy_module-20250116.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|