fake-bpy-module 20250606__py3-none-any.whl → 20250607__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/properties_data_mesh/__init__.pyi +0 -33
- bl_ui/properties_paint_common/__init__.pyi +0 -1
- bl_ui/space_image/__init__.pyi +0 -2
- bl_ui/space_view3d/__init__.pyi +0 -10
- bpy/app/__init__.pyi +1 -1
- bpy/msgbus/__init__.pyi +12 -0
- bpy/ops/asset/__init__.pyi +0 -3
- bpy/ops/brush/__init__.pyi +0 -3
- bpy/ops/buttons/__init__.pyi +0 -6
- bpy/ops/cachefile/__init__.pyi +0 -6
- bpy/ops/clip/__init__.pyi +0 -3
- bpy/ops/ed/__init__.pyi +0 -3
- bpy/ops/file/__init__.pyi +0 -3
- bpy/ops/font/__init__.pyi +0 -6
- bpy/ops/graph/__init__.pyi +0 -3
- bpy/ops/image/__init__.pyi +0 -12
- bpy/ops/mesh/__init__.pyi +3 -3
- bpy/ops/node/__init__.pyi +0 -3
- bpy/ops/object/__init__.pyi +0 -9
- bpy/ops/preferences/__init__.pyi +0 -3
- bpy/ops/screen/__init__.pyi +0 -6
- bpy/ops/sequencer/__init__.pyi +0 -15
- bpy/ops/sound/__init__.pyi +0 -9
- bpy/ops/text/__init__.pyi +0 -6
- bpy/ops/wm/__init__.pyi +0 -460
- bpy/types/__init__.pyi +33 -126
- {fake_bpy_module-20250606.dist-info → fake_bpy_module-20250607.dist-info}/METADATA +1 -1
- {fake_bpy_module-20250606.dist-info → fake_bpy_module-20250607.dist-info}/RECORD +30 -30
- {fake_bpy_module-20250606.dist-info → fake_bpy_module-20250607.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20250606.dist-info → fake_bpy_module-20250607.dist-info}/top_level.txt +0 -0
bpy/ops/sound/__init__.pyi
CHANGED
|
@@ -30,7 +30,6 @@ def mixdown(
|
|
|
30
30
|
filter_text: bool | None = False,
|
|
31
31
|
filter_archive: bool | None = False,
|
|
32
32
|
filter_btx: bool | None = False,
|
|
33
|
-
filter_collada: bool | None = False,
|
|
34
33
|
filter_alembic: bool | None = False,
|
|
35
34
|
filter_usd: bool | None = False,
|
|
36
35
|
filter_obj: bool | None = False,
|
|
@@ -95,8 +94,6 @@ def mixdown(
|
|
|
95
94
|
:type filter_archive: bool | None
|
|
96
95
|
:param filter_btx: Filter btx files
|
|
97
96
|
:type filter_btx: bool | None
|
|
98
|
-
:param filter_collada: Filter COLLADA files
|
|
99
|
-
:type filter_collada: bool | None
|
|
100
97
|
:param filter_alembic: Filter Alembic files
|
|
101
98
|
:type filter_alembic: bool | None
|
|
102
99
|
:param filter_usd: Filter USD files
|
|
@@ -252,7 +249,6 @@ def open(
|
|
|
252
249
|
filter_text: bool | None = False,
|
|
253
250
|
filter_archive: bool | None = False,
|
|
254
251
|
filter_btx: bool | None = False,
|
|
255
|
-
filter_collada: bool | None = False,
|
|
256
252
|
filter_alembic: bool | None = False,
|
|
257
253
|
filter_usd: bool | None = False,
|
|
258
254
|
filter_obj: bool | None = False,
|
|
@@ -301,8 +297,6 @@ def open(
|
|
|
301
297
|
:type filter_archive: bool | None
|
|
302
298
|
:param filter_btx: Filter btx files
|
|
303
299
|
:type filter_btx: bool | None
|
|
304
|
-
:param filter_collada: Filter COLLADA files
|
|
305
|
-
:type filter_collada: bool | None
|
|
306
300
|
:param filter_alembic: Filter Alembic files
|
|
307
301
|
:type filter_alembic: bool | None
|
|
308
302
|
:param filter_usd: Filter USD files
|
|
@@ -363,7 +357,6 @@ def open_mono(
|
|
|
363
357
|
filter_text: bool | None = False,
|
|
364
358
|
filter_archive: bool | None = False,
|
|
365
359
|
filter_btx: bool | None = False,
|
|
366
|
-
filter_collada: bool | None = False,
|
|
367
360
|
filter_alembic: bool | None = False,
|
|
368
361
|
filter_usd: bool | None = False,
|
|
369
362
|
filter_obj: bool | None = False,
|
|
@@ -412,8 +405,6 @@ def open_mono(
|
|
|
412
405
|
:type filter_archive: bool | None
|
|
413
406
|
:param filter_btx: Filter btx files
|
|
414
407
|
:type filter_btx: bool | None
|
|
415
|
-
:param filter_collada: Filter COLLADA files
|
|
416
|
-
:type filter_collada: bool | None
|
|
417
408
|
:param filter_alembic: Filter Alembic files
|
|
418
409
|
:type filter_alembic: bool | None
|
|
419
410
|
:param filter_usd: Filter USD files
|
bpy/ops/text/__init__.pyi
CHANGED
|
@@ -311,7 +311,6 @@ def open(
|
|
|
311
311
|
filter_text: bool | None = True,
|
|
312
312
|
filter_archive: bool | None = False,
|
|
313
313
|
filter_btx: bool | None = False,
|
|
314
|
-
filter_collada: bool | None = False,
|
|
315
314
|
filter_alembic: bool | None = False,
|
|
316
315
|
filter_usd: bool | None = False,
|
|
317
316
|
filter_obj: bool | None = False,
|
|
@@ -364,8 +363,6 @@ def open(
|
|
|
364
363
|
:type filter_archive: bool | None
|
|
365
364
|
:param filter_btx: Filter btx files
|
|
366
365
|
:type filter_btx: bool | None
|
|
367
|
-
:param filter_collada: Filter COLLADA files
|
|
368
|
-
:type filter_collada: bool | None
|
|
369
366
|
:param filter_alembic: Filter Alembic files
|
|
370
367
|
:type filter_alembic: bool | None
|
|
371
368
|
:param filter_usd: Filter USD files
|
|
@@ -525,7 +522,6 @@ def save_as(
|
|
|
525
522
|
filter_text: bool | None = True,
|
|
526
523
|
filter_archive: bool | None = False,
|
|
527
524
|
filter_btx: bool | None = False,
|
|
528
|
-
filter_collada: bool | None = False,
|
|
529
525
|
filter_alembic: bool | None = False,
|
|
530
526
|
filter_usd: bool | None = False,
|
|
531
527
|
filter_obj: bool | None = False,
|
|
@@ -569,8 +565,6 @@ def save_as(
|
|
|
569
565
|
:type filter_archive: bool | None
|
|
570
566
|
:param filter_btx: Filter btx files
|
|
571
567
|
:type filter_btx: bool | None
|
|
572
|
-
:param filter_collada: Filter COLLADA files
|
|
573
|
-
:type filter_collada: bool | None
|
|
574
568
|
:param filter_alembic: Filter Alembic files
|
|
575
569
|
:type filter_alembic: bool | None
|
|
576
570
|
:param filter_usd: Filter USD files
|