fake-bpy-module 20240605__py3-none-any.whl → 20240607__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_i18n_utils/utils/__init__.pyi +7 -7
- bl_operators/connect_to_output/__init__.pyi +8 -8
- bl_operators/image_as_planes/__init__.pyi +295 -49
- bl_operators/node_editor/node_functions/__init__.pyi +0 -1
- bl_operators/view3d/__init__.pyi +195 -0
- bl_operators/wm/__init__.pyi +1 -1
- bmesh/ops/__init__.pyi +2 -2
- bmesh/types/__init__.pyi +5 -5
- bpy/app/handlers/__init__.pyi +40 -36
- bpy/msgbus/__init__.pyi +1 -1
- bpy/ops/export_scene/__init__.pyi +3 -0
- bpy/ops/extensions/__init__.pyi +3 -0
- bpy/ops/image/__init__.pyi +237 -105
- bpy/ops/import_scene/__init__.pyi +6 -0
- bpy/ops/object/__init__.pyi +0 -15
- bpy/ops/wm/__init__.pyi +11 -1
- bpy/props/__init__.pyi +20 -20
- bpy/types/__init__.pyi +21028 -20921
- bpy/utils/__init__.pyi +17 -2
- bpy_extras/asset_utils/__init__.pyi +0 -7
- bpy_extras/io_utils/__init__.pyi +1 -1
- {fake_bpy_module-20240605.dist-info → fake_bpy_module-20240607.dist-info}/METADATA +1 -1
- {fake_bpy_module-20240605.dist-info → fake_bpy_module-20240607.dist-info}/RECORD +29 -29
- freestyle/utils/__init__.pyi +1 -1
- gpu/types/__init__.pyi +2 -2
- mathutils/__init__.pyi +3 -2
- rna_xml/__init__.pyi +1 -1
- {fake_bpy_module-20240605.dist-info → fake_bpy_module-20240607.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240605.dist-info → fake_bpy_module-20240607.dist-info}/top_level.txt +0 -0
bpy/utils/__init__.pyi
CHANGED
|
@@ -428,7 +428,8 @@ def script_paths(
|
|
|
428
428
|
subdir: str | None = None,
|
|
429
429
|
user_pref: bool | None = True,
|
|
430
430
|
check_all: bool | None = False,
|
|
431
|
-
use_user=True,
|
|
431
|
+
use_user: bool | None = True,
|
|
432
|
+
use_system_environment: bool | None = True,
|
|
432
433
|
) -> list:
|
|
433
434
|
"""Returns a list of valid script paths.
|
|
434
435
|
|
|
@@ -438,6 +439,10 @@ def script_paths(
|
|
|
438
439
|
:type user_pref: bool | None
|
|
439
440
|
:param check_all: Include local, user and system paths rather just the paths Blender uses.
|
|
440
441
|
:type check_all: bool | None
|
|
442
|
+
:param use_user: Include user paths
|
|
443
|
+
:type use_user: bool | None
|
|
444
|
+
:param use_system_environment: Include BLENDER_SYSTEM_SCRIPTS variable path
|
|
445
|
+
:type use_system_environment: bool | None
|
|
441
446
|
:return: script paths.
|
|
442
447
|
:rtype: list
|
|
443
448
|
"""
|
|
@@ -448,7 +453,8 @@ def script_paths(
|
|
|
448
453
|
subdir: str | None = None,
|
|
449
454
|
user_pref: bool | None = True,
|
|
450
455
|
check_all: bool | None = False,
|
|
451
|
-
use_user=True,
|
|
456
|
+
use_user: bool | None = True,
|
|
457
|
+
use_system_environment: bool | None = True,
|
|
452
458
|
) -> list:
|
|
453
459
|
"""Returns a list of valid script paths.
|
|
454
460
|
|
|
@@ -458,6 +464,10 @@ def script_paths(
|
|
|
458
464
|
:type user_pref: bool | None
|
|
459
465
|
:param check_all: Include local, user and system paths rather just the paths Blender uses.
|
|
460
466
|
:type check_all: bool | None
|
|
467
|
+
:param use_user: Include user paths
|
|
468
|
+
:type use_user: bool | None
|
|
469
|
+
:param use_system_environment: Include BLENDER_SYSTEM_SCRIPTS variable path
|
|
470
|
+
:type use_system_environment: bool | None
|
|
461
471
|
:return: script paths.
|
|
462
472
|
:rtype: list
|
|
463
473
|
"""
|
|
@@ -469,6 +479,11 @@ def script_paths_pref():
|
|
|
469
479
|
|
|
470
480
|
...
|
|
471
481
|
|
|
482
|
+
def script_paths_system_environment():
|
|
483
|
+
"""Returns a list of system script directories from environment variables."""
|
|
484
|
+
|
|
485
|
+
...
|
|
486
|
+
|
|
472
487
|
def smpte_from_frame(frame: int | None, *, fps=None, fps_base=None) -> str:
|
|
473
488
|
"""Returns an SMPTE formatted string from the frame:
|
|
474
489
|
HH:MM:SS:FF.If fps and fps_base are not given the current scene is used.
|
bpy_extras/io_utils/__init__.pyi
CHANGED
|
@@ -221,7 +221,7 @@ def path_reference(
|
|
|
221
221
|
|
|
222
222
|
...
|
|
223
223
|
|
|
224
|
-
def path_reference_copy(copy_set: set, report: typing.Any =
|
|
224
|
+
def path_reference_copy(copy_set: set, report: typing.Any = print):
|
|
225
225
|
"""Execute copying files of path_reference
|
|
226
226
|
|
|
227
227
|
:param copy_set: set of (from, to) pairs to copy.
|
|
@@ -26,7 +26,7 @@ bl_i18n_utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
|
26
26
|
bl_i18n_utils/bl_extract_messages/__init__.pyi,sha256=PK9TwGq0RzgjRcak7rliC8k4Y0ylt-Djbvzt04_RO-s,1160
|
|
27
27
|
bl_i18n_utils/merge_po/__init__.pyi,sha256=fgVwjKMTXdOhl2XSIzpki0cu-RVw5ksiWeDMx6oThW8,147
|
|
28
28
|
bl_i18n_utils/settings/__init__.pyi,sha256=DDFF9eOzQOKNAMpgxY2vePXGz_mQs-UE8y2Papoj1eg,980
|
|
29
|
-
bl_i18n_utils/utils/__init__.pyi,sha256=
|
|
29
|
+
bl_i18n_utils/utils/__init__.pyi,sha256=pdWzxbj4LYLf0CiXFSoEIpDxrNmMSteQHFHqhwcAbbg,8184
|
|
30
30
|
bl_i18n_utils/utils_cli/__init__.pyi,sha256=3Th_OE2g1wADgmzBqRUH9XHfb_vxKv1yiXMyciyRvMg,331
|
|
31
31
|
bl_i18n_utils/utils_languages_menu/__init__.pyi,sha256=vmF_azw80yoamz3fekw2lvit1ZAja4KmbT90uHNDeFY,171
|
|
32
32
|
bl_i18n_utils/utils_rtl/__init__.pyi,sha256=NfiU8BZuCp_YO7xU7ECsgsWBf08Xt0QklEVpFOKVWvM,455
|
|
@@ -47,18 +47,18 @@ bl_operators/assets/__init__.pyi,sha256=ql1eAG5OtyF1S4eGuLjQMWxU99CfQ9B7VzKCyI4U
|
|
|
47
47
|
bl_operators/bmesh/__init__.pyi,sha256=2EtNC6kriMbmDARx9e47SJYRtpWHYr8kJoZ5mNjHofo,158
|
|
48
48
|
bl_operators/bmesh/find_adjacent/__init__.pyi,sha256=nWMlEexaU1j7FWa1gYOT_BOfjINguOSMXCJY845wauE,676
|
|
49
49
|
bl_operators/clip/__init__.pyi,sha256=2MwAsR72w94s170tNb4GuLjTx_j8DOJwDzZaQHlBEhk,56184
|
|
50
|
-
bl_operators/connect_to_output/__init__.pyi,sha256=
|
|
50
|
+
bl_operators/connect_to_output/__init__.pyi,sha256=9GiaIHXQgCsoK3EmNE1YZw0uDriWLlkRClLpKZH90p0,8395
|
|
51
51
|
bl_operators/console/__init__.pyi,sha256=j2Iz8qcHeFaRH5yN_jA1eUmyTn3OROkP4HoJby_g_d0,27785
|
|
52
52
|
bl_operators/constraint/__init__.pyi,sha256=q0eGuJsyFw16zeZUhbbuKQmxHrWe9wWbNyELpSk3YeE,22502
|
|
53
53
|
bl_operators/file/__init__.pyi,sha256=lCHSSwRdxWJS-E9RPpjokRNQJ4CVNwiN07GmQjDhOvo,16968
|
|
54
54
|
bl_operators/freestyle/__init__.pyi,sha256=Ax-GQSX3f5jWhs0-PUtfh0UEx8VzrJyDEPGFpnT5ncw,22721
|
|
55
55
|
bl_operators/geometry_nodes/__init__.pyi,sha256=vgkY9xchYC2YiwhvAyIGMWHLhAq048U4evATOC1VWHg,23355
|
|
56
56
|
bl_operators/image/__init__.pyi,sha256=cb5DFv5wj2BMQ866H4sDoTt3CAyRRq59N2Zu0Yvc9wI,27155
|
|
57
|
-
bl_operators/image_as_planes/__init__.pyi,sha256=
|
|
57
|
+
bl_operators/image_as_planes/__init__.pyi,sha256=4Qw3Q8AlkyjYDAT_yuNhQxO5KfHVlH2MFEQFGkNpMG8,17046
|
|
58
58
|
bl_operators/mesh/__init__.pyi,sha256=JPC60NQkcETdg11bbEpq6pO8D_y4MLGYlqHa9bIwvW0,16903
|
|
59
59
|
bl_operators/node/__init__.pyi,sha256=05DJVtgVxGs1svvRDsDUB9sd899c3iwXSu1BpFP2BOk,57860
|
|
60
60
|
bl_operators/node_editor/__init__.pyi,sha256=FV9O2LQHgb2aBgUVqgqI1BmdO9lkOCAE7Qrz9ZwBjp4,159
|
|
61
|
-
bl_operators/node_editor/node_functions/__init__.pyi,sha256=
|
|
61
|
+
bl_operators/node_editor/node_functions/__init__.pyi,sha256=O6mCApd530rb3btjLtzuVmowllJjIpbzVEAqOUdRvZs,591
|
|
62
62
|
bl_operators/object/__init__.pyi,sha256=Xq_PjOU1nNU1TrdsPqe8MBhgH4WFK5_R9yu3xImHB_Q,83651
|
|
63
63
|
bl_operators/object_align/__init__.pyi,sha256=mGCC8VYB2LPvD9IFDV7TaXUSc-mJ-ZhIaSXqNxmSewA,5879
|
|
64
64
|
bl_operators/object_quick_effects/__init__.pyi,sha256=z2ZCxFrAIElInCuV-e_4Nfgg7KTYnrf851YzjuVsWw0,22612
|
|
@@ -73,8 +73,8 @@ bl_operators/uvcalc_follow_active/__init__.pyi,sha256=5wljjUofULbcGLAxu1SPo3VHMU
|
|
|
73
73
|
bl_operators/uvcalc_lightmap/__init__.pyi,sha256=S4Qd8hIuR4QphYKkqWNzer-XlR6RZFsPQgzTeQ_Kvgc,6808
|
|
74
74
|
bl_operators/uvcalc_transform/__init__.pyi,sha256=CbwgnUkyq48X8OGU6qsrzAWAw9Il0qGAl6HHN8e4Oyo,13387
|
|
75
75
|
bl_operators/vertexpaint_dirt/__init__.pyi,sha256=E0sI_J6oIOG7jWfLApMwVsqr7Tu3QW84-7cjVCV2ib8,5852
|
|
76
|
-
bl_operators/view3d/__init__.pyi,sha256=
|
|
77
|
-
bl_operators/wm/__init__.pyi,sha256=
|
|
76
|
+
bl_operators/view3d/__init__.pyi,sha256=MZLCOkPPQikjNGKQhrGELaWg2Og1zAOQoRkqCOCw8tE,43917
|
|
77
|
+
bl_operators/wm/__init__.pyi,sha256=OyYPf6PGaHVsH28t1SQIY_BEOi3exDnU_oNjV-jHPew,257198
|
|
78
78
|
bl_operators/world/__init__.pyi,sha256=ja4FkQmlqUj7blB1eB3vDaa1a5d2dwCEQhhT0fVAWVE,5809
|
|
79
79
|
bl_previews_utils/__init__.pyi,sha256=QCEV9HiZ_Nv-soA5ReC2_W1ogkROXmlTPuek5nQli4U,163
|
|
80
80
|
bl_previews_utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -175,17 +175,17 @@ blf/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
|
175
175
|
bmesh/__init__.pyi,sha256=jLVw2jRJGXC8XUX1HHdf32PfZK8_pvQ8U6E4w5Du2yc,1558
|
|
176
176
|
bmesh/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
177
177
|
bmesh/geometry/__init__.pyi,sha256=T6ho6w7oPVgee1HhzcAN1hGWHO8Ev4BbrFy52eoRXfw,733
|
|
178
|
-
bmesh/ops/__init__.pyi,sha256=
|
|
179
|
-
bmesh/types/__init__.pyi,sha256=
|
|
178
|
+
bmesh/ops/__init__.pyi,sha256=Q4x5CLByYTtOC0bj3l2fqR2nKFwR0-01wuGK3gE1UKg,72717
|
|
179
|
+
bmesh/types/__init__.pyi,sha256=t4urGaES66lgzVOoo2Mng5zqSOMX8I4ONJXUUS6ZWM0,40294
|
|
180
180
|
bmesh/utils/__init__.pyi,sha256=3viQcFEX2UYApfWKxgja5prZVYtj8cqax7Vmwzgqpxc,6111
|
|
181
181
|
bpy/__init__.pyi,sha256=_aPxZG75j_LcawPviW9vM5kU2SSZvHl_1VmUWIfHPKE,472
|
|
182
182
|
bpy/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
183
183
|
bpy/app/__init__.pyi,sha256=pj0HIrral4fzdbeDqQ9LykXek4cco7rHvxOR-4gK0V8,8010
|
|
184
|
-
bpy/app/handlers/__init__.pyi,sha256=
|
|
184
|
+
bpy/app/handlers/__init__.pyi,sha256=BJs2jM3XVta4umJhScmNYMi_--cgbRvqJJRP4c5h7RA,6881
|
|
185
185
|
bpy/app/icons/__init__.pyi,sha256=IMFPFBIe9v1hLO3uZZ9gNT5WTaq361zZ6WkAf4aHKXo,1115
|
|
186
186
|
bpy/app/timers/__init__.pyi,sha256=Lqr0fgtzHthcKg-qSCZNfNBluO58KLJ8fLcmgcpF-Ak,1852
|
|
187
187
|
bpy/app/translations/__init__.pyi,sha256=WGPnipHE0xa8pZGS6y1oyqFSVANXmo0PZu_1wnrDQq4,6490
|
|
188
|
-
bpy/msgbus/__init__.pyi,sha256=
|
|
188
|
+
bpy/msgbus/__init__.pyi,sha256=xGJiEgmZabpBe3gibBwTAmv2rpnyed7-VDvzJksj-uI,2692
|
|
189
189
|
bpy/ops/__init__.pyi,sha256=zAzAlBX3UsdWGkrnusYlsvwHylfvlMjyPKYgXpdY4w8,4646
|
|
190
190
|
bpy/ops/action/__init__.pyi,sha256=EMefp_n2m4eVi1xpBR0um_RYHwb5NpGXiaaQMvlmG0E,23479
|
|
191
191
|
bpy/ops/anim/__init__.pyi,sha256=wZkA_SocobPvF8ED53o7m8owRNdOAxPmvCtXz5Q43Ko,31927
|
|
@@ -207,8 +207,8 @@ bpy/ops/cycles/__init__.pyi,sha256=w6l4MI2YonbEpb5BkUsj4y9k0eJS71rMfkHKh5s-lYY,2
|
|
|
207
207
|
bpy/ops/dpaint/__init__.pyi,sha256=p2GNDiQaiN6ti8NDWiHfw_DEBoOegGy9HlMcPF-iWU4,2314
|
|
208
208
|
bpy/ops/ed/__init__.pyi,sha256=Kp9GQKYCiu0Omo2lss75ZpUOPb3-LX570t5TJsd6bUI,9462
|
|
209
209
|
bpy/ops/export_anim/__init__.pyi,sha256=3XjL-aY3D37MQCAkSVlHL0gYNK0_JDiMdBU4BR7vh6o,2292
|
|
210
|
-
bpy/ops/export_scene/__init__.pyi,sha256=
|
|
211
|
-
bpy/ops/extensions/__init__.pyi,sha256=
|
|
210
|
+
bpy/ops/export_scene/__init__.pyi,sha256=HNiXZiVt0s-vLCIBjCciZ4C2EQ5_4sncF0UxOKLnK5w,40180
|
|
211
|
+
bpy/ops/extensions/__init__.pyi,sha256=wCOXnfiaMbd5gzx3_HQO3Tgm9dL9LUSDzycgoeWZa9k,16002
|
|
212
212
|
bpy/ops/file/__init__.pyi,sha256=tt5ndw1Pks3hgy86NBSvKrxWX15StN29wjCk7Kn3o-s,25833
|
|
213
213
|
bpy/ops/fluid/__init__.pyi,sha256=BlftRcURUvMv94-FhEOTOrmRS5w2sz6-GoyEaBp41H4,5788
|
|
214
214
|
bpy/ops/font/__init__.pyi,sha256=pZOadqQH-I2tQqEZLPD2oMOREynvAFtb-M3rLJkGr3c,18752
|
|
@@ -217,10 +217,10 @@ bpy/ops/gizmogroup/__init__.pyi,sha256=DFmKRtSU4CC-ol2ze7F1ck0sWjcxuvxmSEN3v3QMS
|
|
|
217
217
|
bpy/ops/gpencil/__init__.pyi,sha256=yJo5Wm_TiefXPVqNtCRfI45l5xBMdMH0KONs2McpH2k,110759
|
|
218
218
|
bpy/ops/graph/__init__.pyi,sha256=KapDjbMboo70TFOvdRHVs4U4Dfik40jqoSCzXn7tqL4,51146
|
|
219
219
|
bpy/ops/grease_pencil/__init__.pyi,sha256=QGluB0Xa1Mf5gqKNf2rWs4ccJRVwTyppnG0X7lk6UYw,43499
|
|
220
|
-
bpy/ops/image/__init__.pyi,sha256=
|
|
220
|
+
bpy/ops/image/__init__.pyi,sha256=ZZsr3kM5O0FwWIlc_z0imE-1tmoYRsCvXDwvdVe2f70,62560
|
|
221
221
|
bpy/ops/import_anim/__init__.pyi,sha256=7mM5oQrn97txefqTHnT4L89ySHfZ2Ic8Sgy2xfChrV8,3077
|
|
222
222
|
bpy/ops/import_curve/__init__.pyi,sha256=zEW4XZeySdCypFeX7yOtRDbfyblTYthZ8nAf0uLiWkw,780
|
|
223
|
-
bpy/ops/import_scene/__init__.pyi,sha256=
|
|
223
|
+
bpy/ops/import_scene/__init__.pyi,sha256=x8mHIJfgVWfDLM-TgM7v1WEdYzIugt_OSCyeNXTkMvU,10144
|
|
224
224
|
bpy/ops/info/__init__.pyi,sha256=ODSMajt868vLy_U9AxSWy4PPODCnibmnmQg20czLbX0,4312
|
|
225
225
|
bpy/ops/lattice/__init__.pyi,sha256=jCyToIf_fTg3vv6nlrbfb1d1Bxi4TXXS7LjfZ4cSQXw,4753
|
|
226
226
|
bpy/ops/marker/__init__.pyi,sha256=bZwovTJC2UF2r6N1bM8pCl0fZeoJS10N9bqNhaW4XKg,7369
|
|
@@ -230,7 +230,7 @@ bpy/ops/mball/__init__.pyi,sha256=Grv6jeWqDX0M5fJfc118xS3n0KGFP27UeuZHK0RfGMk,53
|
|
|
230
230
|
bpy/ops/mesh/__init__.pyi,sha256=4ANZF7__zfKp9xETMKoraDxisGAxM-9TL8JJ-U1X53E,152717
|
|
231
231
|
bpy/ops/nla/__init__.pyi,sha256=fuqWkOfhF48-3_5rjAcoO5Y8vTrmb0qlk0PyAeQtVLU,24830
|
|
232
232
|
bpy/ops/node/__init__.pyi,sha256=GE2C5WzQ87-KaQNNsjQK8IGNf7R5Ju95wCw56k-M5Rk,65067
|
|
233
|
-
bpy/ops/object/__init__.pyi,sha256=
|
|
233
|
+
bpy/ops/object/__init__.pyi,sha256=j5uap6dRMgQhSKYETlCvkm6EvleXkfIQwZ6wjsRMYNQ,202948
|
|
234
234
|
bpy/ops/outliner/__init__.pyi,sha256=ETM-rcMeT1jf4y3Z7bFnrjfKMRYC208_2pMKvHyjza4,38083
|
|
235
235
|
bpy/ops/paint/__init__.pyi,sha256=Vgc93NVldAvshYa3tSAwLvTj7hSupQfEvU8UFOcUtaU,44986
|
|
236
236
|
bpy/ops/paintcurve/__init__.pyi,sha256=SX6yrvs3Yq5Vt4G3mXkCUu5QakKhdSsY1d9YCEAHmbA,4429
|
|
@@ -260,25 +260,25 @@ bpy/ops/uilist/__init__.pyi,sha256=hUBe9g9ff9d1Bx8AryLK--DQum_31-V1mQZ868s4_7o,2
|
|
|
260
260
|
bpy/ops/uv/__init__.pyi,sha256=iTUnKdws1aFsHX2nGRyplZvNCpytKgcThsOJ84vIo54,49976
|
|
261
261
|
bpy/ops/view2d/__init__.pyi,sha256=LWQQFhFsNhXaVT0w0m47rD_T3cP9LThrpBxAFWFIa1U,9859
|
|
262
262
|
bpy/ops/view3d/__init__.pyi,sha256=GYOPq7hR_5A2iSk_7cW4DpoJbOR3lVpU3V_bIh0XpXs,41423
|
|
263
|
-
bpy/ops/wm/__init__.pyi,sha256=
|
|
263
|
+
bpy/ops/wm/__init__.pyi,sha256=DdM0PnGfHwU0DnonJ5xoQbbBjY28UHEX7_jbxoVvrT4,236183
|
|
264
264
|
bpy/ops/workspace/__init__.pyi,sha256=5meuBP_QWCDCkoE2vQqdgBnkeRVsdoOvgqsDqZ1pfzE,3316
|
|
265
265
|
bpy/ops/world/__init__.pyi,sha256=imGbkOZ4Z_mNMwg2TwfpPf1DeGiige4UE-vc9991_tk,1032
|
|
266
266
|
bpy/path/__init__.pyi,sha256=_sJAmwZHhmcIXbchob_87KT_Nyv6R_qrX76gy9IbDRk,11515
|
|
267
|
-
bpy/props/__init__.pyi,sha256=
|
|
268
|
-
bpy/types/__init__.pyi,sha256=
|
|
269
|
-
bpy/utils/__init__.pyi,sha256=
|
|
267
|
+
bpy/props/__init__.pyi,sha256=zu1VsqE0gJ6OoBI_ZkYIW_WodAZ2H-0CuESfQDDhFkM,29002
|
|
268
|
+
bpy/types/__init__.pyi,sha256=WdPG4N5UYhnc--zGXFdsUmBxQRlhAMT2LdLVqlnZgiA,5348649
|
|
269
|
+
bpy/utils/__init__.pyi,sha256=j40qxVYp__ZU4OCAG7Vmw9IlI6Tj1yIm3SduACnsu4k,18625
|
|
270
270
|
bpy/utils/previews/__init__.pyi,sha256=odPazdv-bjKEVpeX-KfaDGZe5rKlMT11zL_q1SgPK3U,4255
|
|
271
271
|
bpy/utils/units/__init__.pyi,sha256=Mf5e9M8OwkE2zC-rs5CVV7NfobaI7LQkU0v7u-z9xwI,2655
|
|
272
272
|
bpy_extras/__init__.pyi,sha256=mSQGV3OnBDLrI9Bur-VUrKNXrE7dQbDDnQwb40kdi5I,862
|
|
273
273
|
bpy_extras/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
274
274
|
bpy_extras/anim_utils/__init__.pyi,sha256=KE2O6oo39l8MOX84X2DIYZPOwcE1TZud1cp0yVHtBJE,5975
|
|
275
|
-
bpy_extras/asset_utils/__init__.pyi,sha256=
|
|
275
|
+
bpy_extras/asset_utils/__init__.pyi,sha256=w19HhXEIn-y0JoDlmV2OoKMT1DbeUYgmpHsGIYHy-no,852
|
|
276
276
|
bpy_extras/bmesh_utils/__init__.pyi,sha256=pBU1N3HAuF8SQHYbl2a2vdb04cyJy7exwJe9_j9xdyA,533
|
|
277
277
|
bpy_extras/extensions/__init__.pyi,sha256=7X21tOIZzQFyf4jd_v40SOkYEgKUteHyjAKBkaErywU,160
|
|
278
278
|
bpy_extras/extensions/junction_module/__init__.pyi,sha256=Y4wWyDVpNoWmMjPLBtwA2x3WWTLInpvA-ZE6h_qO0SE,1084
|
|
279
279
|
bpy_extras/id_map_utils/__init__.pyi,sha256=u0XQmvE9wYzNIP0-TEcE5dmybiyKeELjBcnPsW5Lscw,805
|
|
280
280
|
bpy_extras/image_utils/__init__.pyi,sha256=4wmKPCi14IkpaUkEhKroNUGbENEO5Ra3Awk089IhHgM,4125
|
|
281
|
-
bpy_extras/io_utils/__init__.pyi,sha256=
|
|
281
|
+
bpy_extras/io_utils/__init__.pyi,sha256=8p40ugKArr0rb0ZlDsEOkvEHiBZCK2XBfpFA-jWfsMk,9746
|
|
282
282
|
bpy_extras/keyconfig_utils/__init__.pyi,sha256=Fh5nW2VyNDI7Z_LX-Qz3O2AkzJZD-9i1gAtzlyFdOfs,763
|
|
283
283
|
bpy_extras/mesh_utils/__init__.pyi,sha256=95vbRrNoxHul5s-Lrh87tPg5x2qx2ch4A9VcdvUcoQA,5255
|
|
284
284
|
bpy_extras/node_shader_utils/__init__.pyi,sha256=Pbi9HZ9hyWArfAuG0vbRjciQslKIkn6gmfGNvuDO53E,6084
|
|
@@ -302,7 +302,7 @@ freestyle/functions/__init__.pyi,sha256=ZXmo3TBOSEg7gDxSaAe1Who9s7XHOjiVwUnst275
|
|
|
302
302
|
freestyle/predicates/__init__.pyi,sha256=2VPAQ-M4LuOy6ANkIYLf5RIGABPYGeuwDh2wVLu22F4,13819
|
|
303
303
|
freestyle/shaders/__init__.pyi,sha256=VuHMETXrPC8vV4Texb-XGnoUOtSo0n_kigpTfqxFR-I,24803
|
|
304
304
|
freestyle/types/__init__.pyi,sha256=VCe-VgK250-VNWBE8Si61H3j2O7kTAGQ24M9QLEpEeU,100481
|
|
305
|
-
freestyle/utils/__init__.pyi,sha256=
|
|
305
|
+
freestyle/utils/__init__.pyi,sha256=CY6e1N8rc1xxgwAhePAN_oIwlpkhC27M1ax4tTK81Q0,5390
|
|
306
306
|
freestyle/utils/ContextFunctions/__init__.pyi,sha256=D3585MnopiUbhFr2rpLcaUq570SFcCf3RhGod9iTsvI,3554
|
|
307
307
|
gpu/__init__.pyi,sha256=0ZBmaKVBFpRxYV4uvzmA-ZN6J-Q3j3_j3T8-YnPuhJ0,7956
|
|
308
308
|
gpu/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -313,7 +313,7 @@ gpu/select/__init__.pyi,sha256=V5-adTC_Tbh3vWMPQJ0sxYCfL52niDmwx5s_LpyG7vE,284
|
|
|
313
313
|
gpu/shader/__init__.pyi,sha256=MQzDvV_CWZcy8jRS0ABFKaBk9pSCkedgVYH2QGy8Qx8,2102
|
|
314
314
|
gpu/state/__init__.pyi,sha256=TykvJ-reXNH2r0Dg09jQqj4i4-mTyBM-O3A6kmISg9U,4522
|
|
315
315
|
gpu/texture/__init__.pyi,sha256=c5A7PiYqQcUMgtzVoD9dmFY8oaZPqeWDkajaJ0poe7Q,718
|
|
316
|
-
gpu/types/__init__.pyi,sha256=
|
|
316
|
+
gpu/types/__init__.pyi,sha256=TePio57BHMfwsTlpCDZHx0yNvTzAmDH3Xc7hasQkfsM,27558
|
|
317
317
|
gpu_extras/__init__.pyi,sha256=txr5heejqCgJPJ2WFGNJ7_o9k_npFLrxLMus8XDW_t4,261
|
|
318
318
|
gpu_extras/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
319
319
|
gpu_extras/batch/__init__.pyi,sha256=DtRbEiiuiGRMtFPTktmS_CNQrxQ0zWHPjIZ4LrtrDn0,738
|
|
@@ -330,7 +330,7 @@ keyingsets_builtins/__init__.pyi,sha256=fsw-waCxw0kFLwMVjhoZdUXcuZRxQY2H4kQ8MIes
|
|
|
330
330
|
keyingsets_builtins/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
331
331
|
keyingsets_utils/__init__.pyi,sha256=wd-BoOVzNqH0ZEMV2lfosxlAPGmCct3BOkbRxyaJcRs,838
|
|
332
332
|
keyingsets_utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
333
|
-
mathutils/__init__.pyi,sha256=
|
|
333
|
+
mathutils/__init__.pyi,sha256=fxSruxlbPJktnP_rwD4Ci0j7a64HWvcFL2qUkhcpu7M,77399
|
|
334
334
|
mathutils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
335
335
|
mathutils/bvhtree/__init__.pyi,sha256=Uof6POySR9nHl8ff950M8Laliq8A9iKEwbok1svZoi4,4386
|
|
336
336
|
mathutils/geometry/__init__.pyi,sha256=-yi9rLjzLw7V1VeVcuFjZ9TY7hgLO92Sg6oc8osaqXM,21205
|
|
@@ -347,11 +347,11 @@ rna_keymap_ui/__init__.pyi,sha256=m2tpKH0fJWOTdfK5sLPR0wsLyeDjw33_x6KB19Nk1-M,48
|
|
|
347
347
|
rna_keymap_ui/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
348
348
|
rna_prop_ui/__init__.pyi,sha256=CLmjcUFh0nPEQlb9MrB1lILwaWq1jyrZkZUgidY0bl4,1356
|
|
349
349
|
rna_prop_ui/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
350
|
-
rna_xml/__init__.pyi,sha256=
|
|
350
|
+
rna_xml/__init__.pyi,sha256=0qo0Lc6fTAAUSnHNIy0caLHVgK6-hk1havURr61jizM,601
|
|
351
351
|
rna_xml/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
352
352
|
sys_info/__init__.pyi,sha256=9MR_HOycufd8IKZQf-QDqUqE8Aj1D8n_Pfvi9wEKtvo,164
|
|
353
353
|
sys_info/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
354
|
-
fake_bpy_module-
|
|
355
|
-
fake_bpy_module-
|
|
356
|
-
fake_bpy_module-
|
|
357
|
-
fake_bpy_module-
|
|
354
|
+
fake_bpy_module-20240607.dist-info/METADATA,sha256=_O3OviwD6rwaHq_gLgTqmur9o9YJsbQhgbm2W2--Q1A,7315
|
|
355
|
+
fake_bpy_module-20240607.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
|
356
|
+
fake_bpy_module-20240607.dist-info/top_level.txt,sha256=laOLfHIg0_6N4ntsGrWh85yODawYeLVGI-wex_FGLUI,509
|
|
357
|
+
fake_bpy_module-20240607.dist-info/RECORD,,
|
freestyle/utils/__init__.pyi
CHANGED
|
@@ -160,7 +160,7 @@ def material_from_fedge(fe):
|
|
|
160
160
|
...
|
|
161
161
|
|
|
162
162
|
def normal_at_I0D(it): ...
|
|
163
|
-
def pairwise(iterable, types={
|
|
163
|
+
def pairwise(iterable, types={StrokeVertexIterator, Stroke}):
|
|
164
164
|
"""Yields a tuple containing the previous and current object"""
|
|
165
165
|
|
|
166
166
|
...
|
gpu/types/__init__.pyi
CHANGED
|
@@ -118,7 +118,7 @@ class GPUFrameBuffer:
|
|
|
118
118
|
channels: int,
|
|
119
119
|
slot: int,
|
|
120
120
|
format: str,
|
|
121
|
-
data: Buffer | None =
|
|
121
|
+
data: Buffer | None = data,
|
|
122
122
|
) -> Buffer:
|
|
123
123
|
"""Read a block of pixels from the frame buffer.
|
|
124
124
|
|
|
@@ -142,7 +142,7 @@ class GPUFrameBuffer:
|
|
|
142
142
|
...
|
|
143
143
|
|
|
144
144
|
def read_depth(
|
|
145
|
-
self, x: int, y, xsize: int, ysize, data: Buffer | None =
|
|
145
|
+
self, x: int, y, xsize: int, ysize, data: Buffer | None = data
|
|
146
146
|
) -> Buffer:
|
|
147
147
|
"""Read a pixel depth block from the frame buffer.
|
|
148
148
|
|
mathutils/__init__.pyi
CHANGED
|
@@ -2619,10 +2619,11 @@ class Vector:
|
|
|
2619
2619
|
...
|
|
2620
2620
|
|
|
2621
2621
|
@classmethod
|
|
2622
|
-
def Repeat(cls, vector, size: int):
|
|
2622
|
+
def Repeat(cls, vector: Vector | collections.abc.Sequence[float], size: int):
|
|
2623
2623
|
"""Create a vector by repeating the values in vector until the required size is reached.
|
|
2624
2624
|
|
|
2625
|
-
:param vector:
|
|
2625
|
+
:param vector: The vector to draw values from.
|
|
2626
|
+
:type vector: Vector | collections.abc.Sequence[float]
|
|
2626
2627
|
:param size: The size of the vector to be created.
|
|
2627
2628
|
:type size: int
|
|
2628
2629
|
"""
|
rna_xml/__init__.pyi
CHANGED
|
File without changes
|
|
File without changes
|