fake-bpy-module 20250606__py3-none-any.whl → 20250608__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.
@@ -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