fake-bpy-module-latest 20260125__py3-none-any.whl → 20260201__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.
- _bpy_internal/assets/remote_library_listing/blender_asset_library_openapi/__init__.pyi +1 -1
- _bpy_internal/filesystem/locking/__init__.pyi +1 -1
- bl_operators/node/__init__.pyi +14 -0
- bl_ui/node_add_menu/__init__.pyi +3 -2
- bpy/ops/extensions/__init__.pyi +5 -5
- bpy/ops/node/__init__.pyi +14 -0
- bpy/ops/object/__init__.pyi +1 -1
- bpy/ops/pose/__init__.pyi +2 -2
- bpy/ops/sculpt/__init__.pyi +2 -0
- bpy/ops/sequencer/__init__.pyi +0 -2
- bpy/stub_internal/rna_enums/__init__.pyi +3 -0
- bpy/types/__init__.pyi +1564 -408
- bpy/utils/__init__.pyi +5 -1
- {fake_bpy_module_latest-20260125.dist-info → fake_bpy_module_latest-20260201.dist-info}/METADATA +4 -1
- {fake_bpy_module_latest-20260125.dist-info → fake_bpy_module_latest-20260201.dist-info}/RECORD +18 -18
- {fake_bpy_module_latest-20260125.dist-info → fake_bpy_module_latest-20260201.dist-info}/WHEEL +1 -1
- freestyle/utils/__init__.pyi +1 -1
- {fake_bpy_module_latest-20260125.dist-info → fake_bpy_module_latest-20260201.dist-info}/top_level.txt +0 -0
bpy/utils/__init__.pyi
CHANGED
|
@@ -177,10 +177,14 @@ def register_class(
|
|
|
177
177
|
:param cls: Registerable Blender class type.
|
|
178
178
|
"""
|
|
179
179
|
|
|
180
|
-
def register_classes_factory(
|
|
180
|
+
def register_classes_factory(
|
|
181
|
+
classes: collections.abc.Sequence[typing.Any],
|
|
182
|
+
) -> tuple[collections.abc.Callable[None], collections.abc.Callable[None]]:
|
|
181
183
|
"""Utility function to create register and unregister functions
|
|
182
184
|
which simply registers and unregisters a sequence of classes.
|
|
183
185
|
|
|
186
|
+
:param classes: Sequence of classes to register and unregister.
|
|
187
|
+
:return: register and unregister functions.
|
|
184
188
|
"""
|
|
185
189
|
|
|
186
190
|
def register_cli_command(id: str, execute: collections.abc.Callable) -> None:
|
{fake_bpy_module_latest-20260125.dist-info → fake_bpy_module_latest-20260201.dist-info}/METADATA
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: fake-bpy-module-latest
|
|
3
|
-
Version:
|
|
3
|
+
Version: 20260201
|
|
4
4
|
Summary: Collection of the fake Blender Python API module for the code completion.
|
|
5
5
|
Author: nutti
|
|
6
6
|
Author-email: nutti.metro@gmail.com
|
|
@@ -182,3 +182,6 @@ Support via [GitHub Sponsors](https://github.com/sponsors/nutti)
|
|
|
182
182
|
* [**@Road-hog123**](https://github.com/Road-hog123)
|
|
183
183
|
* [**@Andrej730**](https://github.com/Andrej730)
|
|
184
184
|
* [**@ice3**](https://github.com/ice3)
|
|
185
|
+
* [**@almarouk**](https://github.com/almarouk)
|
|
186
|
+
* [**@UnknownLITE**](https://github.com/UnknownLITE)
|
|
187
|
+
* [**@emmanuel-ferdman**](https://github.com/emmanuel-ferdman)
|
{fake_bpy_module_latest-20260125.dist-info → fake_bpy_module_latest-20260201.dist-info}/RECORD
RENAMED
|
@@ -37,7 +37,7 @@ _bpy_internal/addons/__init__.pyi,sha256=s4opQQDWvCt1h0JSU6xojviEDXk-b4zoOUGizdr
|
|
|
37
37
|
_bpy_internal/addons/cli/__init__.pyi,sha256=4bhW_Ern-FwNR2AjuKoAzFy3mRSBvkMS_rUbN2IyeJY,138
|
|
38
38
|
_bpy_internal/assets/__init__.pyi,sha256=eCFsojUoOl1khierdra45_LRMXGbROIfkIFPKJXEbXA,152
|
|
39
39
|
_bpy_internal/assets/remote_library_listing/__init__.pyi,sha256=Ts80tVKlpfQeuLAVYXkzAIQDuXvJHKAkxw4GbXUDi6k,166
|
|
40
|
-
_bpy_internal/assets/remote_library_listing/blender_asset_library_openapi/__init__.pyi,sha256=
|
|
40
|
+
_bpy_internal/assets/remote_library_listing/blender_asset_library_openapi/__init__.pyi,sha256=48ab7GzEXe0JK8kFY8ZCzdJkxk0o9enJIsimP-rPEqU,338
|
|
41
41
|
_bpy_internal/disk_file_hash_service/__init__.pyi,sha256=L0iRi6RGlKroxKDdVifHTE5bmvBQSvSXvVv2VmagZ6w,816
|
|
42
42
|
_bpy_internal/disk_file_hash_service/backend_sqlite/__init__.pyi,sha256=PUH9_Fh2_UZkPOcfwhosG5dZyVMsNkgVNsZfsGi80AA,1530
|
|
43
43
|
_bpy_internal/disk_file_hash_service/hash_service/__init__.pyi,sha256=YR12dTUp_9zfap7bfXIxzrRVbdyKShh7uG5J7jlwOp4,2331
|
|
@@ -47,7 +47,7 @@ _bpy_internal/extensions/junction_module/__init__.pyi,sha256=HLTAcbvk_Gz3ew5wkrM
|
|
|
47
47
|
_bpy_internal/extensions/stale_file_manager/__init__.pyi,sha256=XX8gqh2o8Edkz8jo4wTBd3oIzn-91ps-qLeReMe7-NE,785
|
|
48
48
|
_bpy_internal/extensions/wheel_manager/__init__.pyi,sha256=iof2eWA4COe-HySkeiyqsDRQ-rLRt0fWRKL9znHrVQg,976
|
|
49
49
|
_bpy_internal/filesystem/__init__.pyi,sha256=RlMx0tsZQZhs34XVezFOXTgBAdfQVo-uiBhrSBqHurA,122
|
|
50
|
-
_bpy_internal/filesystem/locking/__init__.pyi,sha256=
|
|
50
|
+
_bpy_internal/filesystem/locking/__init__.pyi,sha256=vlvT7Ylsyuk5moFyWEhGZqyKpO6y6GFkUZ2DYeQ2cCw,1051
|
|
51
51
|
_bpy_internal/grease_pencil/__init__.pyi,sha256=4YIHrnLvkVHJW3S7fz8xYyAakqsDCnxvaQfuZiUUvFc,120
|
|
52
52
|
_bpy_internal/grease_pencil/stroke/__init__.pyi,sha256=WZyvmOADIF0IC_aQHaQUnxSJ_nfF75phpIuLwxwWRhM,2192
|
|
53
53
|
_bpy_internal/platform/__init__.pyi,sha256=0AcS2goUqkNAe5SwRtQNb_N8V_LHI7WIHvq6C0cZfZs,130
|
|
@@ -113,7 +113,7 @@ bl_operators/grease_pencil/__init__.pyi,sha256=aYuRtDCkR5cWIZ9YZ1PfrfsCpsnewS9D-
|
|
|
113
113
|
bl_operators/image/__init__.pyi,sha256=Q0BfMC_waIJh2Bd1OnVnWD-fOHQHHqHORsYskeKf72k,3242
|
|
114
114
|
bl_operators/image_as_planes/__init__.pyi,sha256=2ZQE5QfI0WJ7g6Ilhb94O8fGv82ytyi0Tl2m9mtobSw,4684
|
|
115
115
|
bl_operators/mesh/__init__.pyi,sha256=_oPv0pZKG3wnDCyjLJKkVQ4RStIw2rHpJjGuKz3P3WY,1510
|
|
116
|
-
bl_operators/node/__init__.pyi,sha256=
|
|
116
|
+
bl_operators/node/__init__.pyi,sha256=9wpBR1jzuqrAFEuOE8QyPyeQdRBzQFkYC5b7GuoFXtg,18203
|
|
117
117
|
bl_operators/node_editor/__init__.pyi,sha256=nXKuGcFgA7viFPwVoXogOT1iClUnXhtrK_rZTTXJ2Go,136
|
|
118
118
|
bl_operators/node_editor/node_functions/__init__.pyi,sha256=lvnouyugGqmyzgLR8aRsLj823dK3wC22vEu8lucNhJI,626
|
|
119
119
|
bl_operators/object/__init__.pyi,sha256=gxWZIVsZSLmnGqPzrPYdyjIgXoR52zeAZLh1Wl0haSo,10820
|
|
@@ -138,7 +138,7 @@ bl_ui/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
|
138
138
|
bl_ui/anim/__init__.pyi,sha256=0JPiZ9LgUqabOkuvIP1YrX1uRrVQdPwUHVkGJ5PH8ho,878
|
|
139
139
|
bl_ui/asset_shelf/__init__.pyi,sha256=ekmDyY0LQ7jrdveaVblTcxUNFWd4dd1NBVYkb5rbiLI,765
|
|
140
140
|
bl_ui/generic_ui_list/__init__.pyi,sha256=81QVZe8pd6NSZddr_UJME5l09AMF9ve3nOv59JqJmxo,3771
|
|
141
|
-
bl_ui/node_add_menu/__init__.pyi,sha256=
|
|
141
|
+
bl_ui/node_add_menu/__init__.pyi,sha256=hw0yV2RWDwTjApY5ExYwkKT7ghR-24rTnJDSWjyGNJQ,7995
|
|
142
142
|
bl_ui/node_add_menu_compositor/__init__.pyi,sha256=dob1UYQq_Vi-gROCfc8XDNKAt2GYv3Rhhj58L_MH8AA,11657
|
|
143
143
|
bl_ui/node_add_menu_geometry/__init__.pyi,sha256=QV7ZetK6xQbSEgT-6RKPzfsQrXVrHT8tHVEdwGjaCLk,33980
|
|
144
144
|
bl_ui/node_add_menu_shader/__init__.pyi,sha256=lT8O0U4UZoCeR61BI2dJXWRn9-CiU7c2CZSh8UmLg5I,6483
|
|
@@ -253,7 +253,7 @@ bpy/ops/dpaint/__init__.pyi,sha256=enL7w6gHt2tL7hRcZGDgwIWrezeuY2h4XMOPxDcFqq8,1
|
|
|
253
253
|
bpy/ops/ed/__init__.pyi,sha256=BDO9IvRoANcULKxGDj3lk9O-GllP9qk1Ie_lbgRQPY8,5146
|
|
254
254
|
bpy/ops/export_anim/__init__.pyi,sha256=cIIPmE35PiQM0oKYpFW3cd-VTiV_i9fn3sSzknqR-Gw,1779
|
|
255
255
|
bpy/ops/export_scene/__init__.pyi,sha256=Au71VKQ_lxJlZN8sSNJzFtqi3OeV8mmsm5IZWdy2A0k,32323
|
|
256
|
-
bpy/ops/extensions/__init__.pyi,sha256=
|
|
256
|
+
bpy/ops/extensions/__init__.pyi,sha256=PSh8WivDnnnjAysFJkmez2E2a4l2xbhNz81we7A5st8,9211
|
|
257
257
|
bpy/ops/file/__init__.pyi,sha256=xVXEy6qldFKj7xA6PwabZZr16ZTmIIolgZ4k4hyrvI4,14394
|
|
258
258
|
bpy/ops/fluid/__init__.pyi,sha256=w2Aajl2YSyeC5pxPbZVzkpYaqLilNFBszEG-eFo9RtY,2346
|
|
259
259
|
bpy/ops/font/__init__.pyi,sha256=7AtULg9-N14GfRnShKxCV__Nu-ucX-sAaZLgZh5ckNk,10933
|
|
@@ -274,15 +274,15 @@ bpy/ops/material/__init__.pyi,sha256=UAGeEyAaBsF_rIrgYNPwCZDT-MNrOS8CvtFN9rlXcpo
|
|
|
274
274
|
bpy/ops/mball/__init__.pyi,sha256=JYYaV4p5U26FaVphBLCOewgP5l2I0hPAHf9PFxRk-gQ,3088
|
|
275
275
|
bpy/ops/mesh/__init__.pyi,sha256=DK3AjAMxd8PdYnSTuz3pRFHM9Nz69PG8VfURCCYmZg8,96789
|
|
276
276
|
bpy/ops/nla/__init__.pyi,sha256=BKhMtxIO-S1uvKYDWWGtkdImtHOkh0vuMCQPXU-DMHo,13934
|
|
277
|
-
bpy/ops/node/__init__.pyi,sha256=
|
|
278
|
-
bpy/ops/object/__init__.pyi,sha256=
|
|
277
|
+
bpy/ops/node/__init__.pyi,sha256=5FWX-dFK1swudapqrynNgAIswOjexR5yPt8Edf1_K8o,62488
|
|
278
|
+
bpy/ops/object/__init__.pyi,sha256=cHg85Sxal2-oXbLheSjQm7h3w1YdhwdjVMFx_-kWReY,132852
|
|
279
279
|
bpy/ops/outliner/__init__.pyi,sha256=4rZO3LukZbZZ9PjRcMOF573eXPEmQ_HTFqeAzQWXnDQ,21389
|
|
280
280
|
bpy/ops/paint/__init__.pyi,sha256=oaTyzz8ZtxSoBxnxyiCNyiZX_T4pA9BaLigyj8rLLk4,29251
|
|
281
281
|
bpy/ops/paintcurve/__init__.pyi,sha256=YC6tSOp62YNPX_SpgZFCcthR7lZC0CYEdRWonEKnNEs,2198
|
|
282
282
|
bpy/ops/palette/__init__.pyi,sha256=jAl22wlshj9D8HU97etN6o7-OoiIV2m7VHf6XTp1DZ8,1519
|
|
283
283
|
bpy/ops/particle/__init__.pyi,sha256=bQAY27lzTiJuuM2KLKPUF0wEs5AwwjVGGYgsMJU1ogA,10397
|
|
284
284
|
bpy/ops/pointcloud/__init__.pyi,sha256=sobbTqe-GdCpGjgb7Wct0eR75mhweZp9BMsUaL0tgNo,2793
|
|
285
|
-
bpy/ops/pose/__init__.pyi,sha256=
|
|
285
|
+
bpy/ops/pose/__init__.pyi,sha256=JjFLX7tkfQH4V_oRcYMkx4w_koVRabxKuXH0pxk33jk,21370
|
|
286
286
|
bpy/ops/poselib/__init__.pyi,sha256=3_kiwfZWc168J_UV8uOaNthybeKUXrJAUfPb1_Ai1JQ,4431
|
|
287
287
|
bpy/ops/preferences/__init__.pyi,sha256=1uceZeR4Xunqw6_C70_5YTiq-dRFi0Occedw5bB-1Hk,14574
|
|
288
288
|
bpy/ops/ptcache/__init__.pyi,sha256=CA2tVqJgrr0bKe1hlfsXyyKuhjd_MFln2tp8rBd-mZ8,1230
|
|
@@ -291,9 +291,9 @@ bpy/ops/rigidbody/__init__.pyi,sha256=Jiz2mEGjhBz81pScUCxDhYZnUMS4V-jE1egwXaPZt8
|
|
|
291
291
|
bpy/ops/scene/__init__.pyi,sha256=XavOXgbmkjXG88nlezdGlmVYZKutQtQ9Eyo9Xj2nvjw,11345
|
|
292
292
|
bpy/ops/screen/__init__.pyi,sha256=nxBCgAWjhvmIzWV2YX3-sA5mYfVbKtCp_Ks5ckEfdzU,14751
|
|
293
293
|
bpy/ops/script/__init__.pyi,sha256=pNn6soV2lzLLhd_Vv8eLMN29xcB9FjO26KnED8eNtsw,744
|
|
294
|
-
bpy/ops/sculpt/__init__.pyi,sha256=
|
|
294
|
+
bpy/ops/sculpt/__init__.pyi,sha256=nJlkCYmIt__x4PanLbyGXL7N0suZn26mW3IryhqXeSM,39312
|
|
295
295
|
bpy/ops/sculpt_curves/__init__.pyi,sha256=WtVSN3OSBtZbQZxO82pqYchR0TIaGHSukGa3KPf4kKc,2467
|
|
296
|
-
bpy/ops/sequencer/__init__.pyi,sha256=
|
|
296
|
+
bpy/ops/sequencer/__init__.pyi,sha256=D3krN0UTPiB0GxE4V-AYqHewwFb4iw2Zl70twfgP8n8,68893
|
|
297
297
|
bpy/ops/sound/__init__.pyi,sha256=BDCShvaNarTBtccMKcM4vjyH23Ckbdm5qmALZ86imoQ,12269
|
|
298
298
|
bpy/ops/spreadsheet/__init__.pyi,sha256=bgeQpsv3OQVezKJS6o-_B9s9Iy0WwHmkrfgXwX85Eqw,1518
|
|
299
299
|
bpy/ops/surface/__init__.pyi,sha256=81WFZbjrNCZuu0mLdlBJwp-aAOdIG1WtxhJtvxSgYBo,7576
|
|
@@ -312,9 +312,9 @@ bpy/ops/world/__init__.pyi,sha256=AUIC-ONsc4QHX5bL5rUHEibn4kejjgsFbaJ66NGQztM,51
|
|
|
312
312
|
bpy/path/__init__.pyi,sha256=jgXGlVLUTr15BhcgCVnkz6WlJp4yjpHhJc4TJAXSbsU,4632
|
|
313
313
|
bpy/props/__init__.pyi,sha256=BFnRoY78kkf6szROPfp4HSETs8yEgMeKE4QeSd2vDrs,41820
|
|
314
314
|
bpy/stub_internal/__init__.pyi,sha256=h3K2LGZ8lcLY-Oo9ym-HEopjGScc4iTfpT1MU_6smTI,126
|
|
315
|
-
bpy/stub_internal/rna_enums/__init__.pyi,sha256=
|
|
316
|
-
bpy/types/__init__.pyi,sha256=
|
|
317
|
-
bpy/utils/__init__.pyi,sha256=
|
|
315
|
+
bpy/stub_internal/rna_enums/__init__.pyi,sha256=NnK6Jb3XCXqtrGzzDSTYkDmqztbccJFDxutBEkqxx-8,145433
|
|
316
|
+
bpy/types/__init__.pyi,sha256=Gt8iEnZ97HvV0MK8zRh-7yA5aFLzAahWENerwohIQ9Q,5425123
|
|
317
|
+
bpy/utils/__init__.pyi,sha256=7ERJ_QG-UJismh3PC1WKuO-4bDbzDLDniHLhv9KiHNA,13288
|
|
318
318
|
bpy/utils/previews/__init__.pyi,sha256=ByUvnneVHqE8dr5c1-hYsf-6qaKWdU0KP0IbwA5QN00,2028
|
|
319
319
|
bpy/utils/units/__init__.pyi,sha256=CbBgOpnx48WP0flNilskhsmA7YCAnbbj07vr3OXlMG8,2214
|
|
320
320
|
bpy_extras/__init__.pyi,sha256=Vish0mn6IfEYsdv9gWh6VDSpzvOwYavpgAC_PleMtFE,995
|
|
@@ -340,7 +340,7 @@ freestyle/functions/__init__.pyi,sha256=VIOR7rzJk4cKlroiL1wyjn9ryN-gEBYy_5X2LLIs
|
|
|
340
340
|
freestyle/predicates/__init__.pyi,sha256=mzuSrIsB8yriP9gADA7L5aKabIWLpk1F5iRb4vp2T2A,11559
|
|
341
341
|
freestyle/shaders/__init__.pyi,sha256=elfbSCX1X1jVvNdRBz7ODmbpj5-rhCKrdZnw6MRx4K4,22112
|
|
342
342
|
freestyle/types/__init__.pyi,sha256=M4Kdyr57Ipyu5IshKDRbfnKzxnCM9gy2Af44ktm-E8s,88233
|
|
343
|
-
freestyle/utils/__init__.pyi,sha256=
|
|
343
|
+
freestyle/utils/__init__.pyi,sha256=rrPh6FYPskj_bd-CYvrIBQwaH8j1e8vh3JG98jFpsKo,5436
|
|
344
344
|
freestyle/utils/ContextFunctions/__init__.pyi,sha256=Gaa6QxLegxyZMDEdscucxbMlk6dBfIfBh7SMzMw8GjM,2926
|
|
345
345
|
gpu/__init__.pyi,sha256=TLoatdrTMM6vfjnbuQA6cW38ARW5nuLa4Y-eicnJU5Q,8900
|
|
346
346
|
gpu/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -379,7 +379,7 @@ rna_keymap_ui/__init__.pyi,sha256=HjNXbu5w-94HLbvVQlEWXV3JVrgWpNz9jiJ3mzGMCNg,48
|
|
|
379
379
|
rna_keymap_ui/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
380
380
|
rna_prop_ui/__init__.pyi,sha256=Gn7kc9WhI3qPObIz8QiFbjeVIP7GCeF6liywBzIEcnE,1402
|
|
381
381
|
rna_prop_ui/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
382
|
-
fake_bpy_module_latest-
|
|
383
|
-
fake_bpy_module_latest-
|
|
384
|
-
fake_bpy_module_latest-
|
|
385
|
-
fake_bpy_module_latest-
|
|
382
|
+
fake_bpy_module_latest-20260201.dist-info/METADATA,sha256=5yc-i3WxVuAattkQKi-pptg3t_OWw0npczTssG78HiA,7902
|
|
383
|
+
fake_bpy_module_latest-20260201.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
|
|
384
|
+
fake_bpy_module_latest-20260201.dist-info/top_level.txt,sha256=LGIXuHDoaVTgSTMScq2hvwZRtozSAzYE7RqrFaRqT6o,553
|
|
385
|
+
fake_bpy_module_latest-20260201.dist-info/RECORD,,
|
freestyle/utils/__init__.pyi
CHANGED
|
@@ -134,7 +134,7 @@ def normal_at_I0D(it) -> None:
|
|
|
134
134
|
|
|
135
135
|
"""
|
|
136
136
|
|
|
137
|
-
def pairwise(iterable, types={
|
|
137
|
+
def pairwise(iterable, types={StrokeVertexIterator, Stroke}) -> None:
|
|
138
138
|
"""Yields a tuple containing the previous and current object"""
|
|
139
139
|
|
|
140
140
|
def rgb_to_bw(r, g, b) -> None:
|
|
File without changes
|