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.
- 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-20250608.dist-info}/METADATA +1 -1
- {fake_bpy_module-20250606.dist-info → fake_bpy_module-20250608.dist-info}/RECORD +31 -31
- gpu_extras/batch/__init__.pyi +2 -3
- {fake_bpy_module-20250606.dist-info → fake_bpy_module-20250608.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20250606.dist-info → fake_bpy_module-20250608.dist-info}/top_level.txt +0 -0
bpy/ops/wm/__init__.pyi
CHANGED
|
@@ -24,7 +24,6 @@ def alembic_export(
|
|
|
24
24
|
filter_text: bool | None = False,
|
|
25
25
|
filter_archive: bool | None = False,
|
|
26
26
|
filter_btx: bool | None = False,
|
|
27
|
-
filter_collada: bool | None = False,
|
|
28
27
|
filter_alembic: bool | None = True,
|
|
29
28
|
filter_usd: bool | None = False,
|
|
30
29
|
filter_obj: bool | None = False,
|
|
@@ -99,8 +98,6 @@ def alembic_export(
|
|
|
99
98
|
:type filter_archive: bool | None
|
|
100
99
|
:param filter_btx: Filter btx files
|
|
101
100
|
:type filter_btx: bool | None
|
|
102
|
-
:param filter_collada: Filter COLLADA files
|
|
103
|
-
:type filter_collada: bool | None
|
|
104
101
|
:param filter_alembic: Filter Alembic files
|
|
105
102
|
:type filter_alembic: bool | None
|
|
106
103
|
:param filter_usd: Filter USD files
|
|
@@ -219,7 +216,6 @@ def alembic_import(
|
|
|
219
216
|
filter_text: bool | None = False,
|
|
220
217
|
filter_archive: bool | None = False,
|
|
221
218
|
filter_btx: bool | None = False,
|
|
222
|
-
filter_collada: bool | None = False,
|
|
223
219
|
filter_alembic: bool | None = True,
|
|
224
220
|
filter_usd: bool | None = False,
|
|
225
221
|
filter_obj: bool | None = False,
|
|
@@ -273,8 +269,6 @@ def alembic_import(
|
|
|
273
269
|
:type filter_archive: bool | None
|
|
274
270
|
:param filter_btx: Filter btx files
|
|
275
271
|
:type filter_btx: bool | None
|
|
276
|
-
:param filter_collada: Filter COLLADA files
|
|
277
|
-
:type filter_collada: bool | None
|
|
278
272
|
:param filter_alembic: Filter Alembic files
|
|
279
273
|
:type filter_alembic: bool | None
|
|
280
274
|
:param filter_usd: Filter USD files
|
|
@@ -343,7 +337,6 @@ def append(
|
|
|
343
337
|
filter_text: bool | None = False,
|
|
344
338
|
filter_archive: bool | None = False,
|
|
345
339
|
filter_btx: bool | None = False,
|
|
346
|
-
filter_collada: bool | None = False,
|
|
347
340
|
filter_alembic: bool | None = False,
|
|
348
341
|
filter_usd: bool | None = False,
|
|
349
342
|
filter_obj: bool | None = False,
|
|
@@ -400,8 +393,6 @@ def append(
|
|
|
400
393
|
:type filter_archive: bool | None
|
|
401
394
|
:param filter_btx: Filter btx files
|
|
402
395
|
:type filter_btx: bool | None
|
|
403
|
-
:param filter_collada: Filter COLLADA files
|
|
404
|
-
:type filter_collada: bool | None
|
|
405
396
|
:param filter_alembic: Filter Alembic files
|
|
406
397
|
:type filter_alembic: bool | None
|
|
407
398
|
:param filter_usd: Filter USD files
|
|
@@ -583,397 +574,6 @@ def clear_recent_files(
|
|
|
583
574
|
:type remove: typing.Literal['ALL','MISSING'] | None
|
|
584
575
|
"""
|
|
585
576
|
|
|
586
|
-
def collada_export(
|
|
587
|
-
execution_context: int | str | None = None,
|
|
588
|
-
undo: bool | None = None,
|
|
589
|
-
/,
|
|
590
|
-
*,
|
|
591
|
-
filepath: str = "",
|
|
592
|
-
check_existing: bool | None = True,
|
|
593
|
-
filter_blender: bool | None = False,
|
|
594
|
-
filter_backup: bool | None = False,
|
|
595
|
-
filter_image: bool | None = False,
|
|
596
|
-
filter_movie: bool | None = False,
|
|
597
|
-
filter_python: bool | None = False,
|
|
598
|
-
filter_font: bool | None = False,
|
|
599
|
-
filter_sound: bool | None = False,
|
|
600
|
-
filter_text: bool | None = False,
|
|
601
|
-
filter_archive: bool | None = False,
|
|
602
|
-
filter_btx: bool | None = False,
|
|
603
|
-
filter_collada: bool | None = True,
|
|
604
|
-
filter_alembic: bool | None = False,
|
|
605
|
-
filter_usd: bool | None = False,
|
|
606
|
-
filter_obj: bool | None = False,
|
|
607
|
-
filter_volume: bool | None = False,
|
|
608
|
-
filter_folder: bool | None = True,
|
|
609
|
-
filter_blenlib: bool | None = False,
|
|
610
|
-
filemode: int | None = 8,
|
|
611
|
-
display_type: typing.Literal[
|
|
612
|
-
"DEFAULT", "LIST_VERTICAL", "LIST_HORIZONTAL", "THUMBNAIL"
|
|
613
|
-
]
|
|
614
|
-
| None = "DEFAULT",
|
|
615
|
-
sort_method: str | None = "",
|
|
616
|
-
filter_glob: str = "*.dae",
|
|
617
|
-
prop_bc_export_ui_section: typing.Literal[
|
|
618
|
-
"main", "geometry", "armature", "animation", "collada"
|
|
619
|
-
]
|
|
620
|
-
| None = "main",
|
|
621
|
-
apply_modifiers: bool | None = False,
|
|
622
|
-
export_mesh_type: int | None = 0,
|
|
623
|
-
export_mesh_type_selection: typing.Literal["view", "render"] | None = "view",
|
|
624
|
-
export_global_forward_selection: typing.Literal["X", "Y", "Z", "-X", "-Y", "-Z"]
|
|
625
|
-
| None = "Y",
|
|
626
|
-
export_global_up_selection: typing.Literal["X", "Y", "Z", "-X", "-Y", "-Z"]
|
|
627
|
-
| None = "Z",
|
|
628
|
-
apply_global_orientation: bool | None = False,
|
|
629
|
-
selected: bool | None = False,
|
|
630
|
-
include_children: bool | None = False,
|
|
631
|
-
include_armatures: bool | None = False,
|
|
632
|
-
include_shapekeys: bool | None = False,
|
|
633
|
-
deform_bones_only: bool | None = False,
|
|
634
|
-
include_animations: bool | None = True,
|
|
635
|
-
include_all_actions: bool | None = True,
|
|
636
|
-
export_animation_type_selection: typing.Literal["sample", "keys"] | None = "sample",
|
|
637
|
-
sampling_rate: int | None = 1,
|
|
638
|
-
keep_smooth_curves: bool | None = False,
|
|
639
|
-
keep_keyframes: bool | None = False,
|
|
640
|
-
keep_flat_curves: bool | None = False,
|
|
641
|
-
active_uv_only: bool | None = False,
|
|
642
|
-
use_texture_copies: bool | None = True,
|
|
643
|
-
triangulate: bool | None = True,
|
|
644
|
-
use_object_instantiation: bool | None = True,
|
|
645
|
-
use_blender_profile: bool | None = True,
|
|
646
|
-
sort_by_name: bool | None = False,
|
|
647
|
-
export_object_transformation_type: int | None = 0,
|
|
648
|
-
export_object_transformation_type_selection: typing.Literal["matrix", "decomposed"]
|
|
649
|
-
| None = "matrix",
|
|
650
|
-
export_animation_transformation_type: int | None = 0,
|
|
651
|
-
export_animation_transformation_type_selection: typing.Literal[
|
|
652
|
-
"matrix", "decomposed"
|
|
653
|
-
]
|
|
654
|
-
| None = "matrix",
|
|
655
|
-
open_sim: bool | None = False,
|
|
656
|
-
limit_precision: bool | None = False,
|
|
657
|
-
keep_bind_info: bool | None = False,
|
|
658
|
-
) -> None:
|
|
659
|
-
"""Save a Collada file (Deprecated)
|
|
660
|
-
|
|
661
|
-
:type execution_context: int | str | None
|
|
662
|
-
:type undo: bool | None
|
|
663
|
-
:param filepath: File Path, Path to file
|
|
664
|
-
:type filepath: str
|
|
665
|
-
:param check_existing: Check Existing, Check and warn on overwriting existing files
|
|
666
|
-
:type check_existing: bool | None
|
|
667
|
-
:param filter_blender: Filter .blend files
|
|
668
|
-
:type filter_blender: bool | None
|
|
669
|
-
:param filter_backup: Filter .blend files
|
|
670
|
-
:type filter_backup: bool | None
|
|
671
|
-
:param filter_image: Filter image files
|
|
672
|
-
:type filter_image: bool | None
|
|
673
|
-
:param filter_movie: Filter movie files
|
|
674
|
-
:type filter_movie: bool | None
|
|
675
|
-
:param filter_python: Filter Python files
|
|
676
|
-
:type filter_python: bool | None
|
|
677
|
-
:param filter_font: Filter font files
|
|
678
|
-
:type filter_font: bool | None
|
|
679
|
-
:param filter_sound: Filter sound files
|
|
680
|
-
:type filter_sound: bool | None
|
|
681
|
-
:param filter_text: Filter text files
|
|
682
|
-
:type filter_text: bool | None
|
|
683
|
-
:param filter_archive: Filter archive files
|
|
684
|
-
:type filter_archive: bool | None
|
|
685
|
-
:param filter_btx: Filter btx files
|
|
686
|
-
:type filter_btx: bool | None
|
|
687
|
-
:param filter_collada: Filter COLLADA files
|
|
688
|
-
:type filter_collada: bool | None
|
|
689
|
-
:param filter_alembic: Filter Alembic files
|
|
690
|
-
:type filter_alembic: bool | None
|
|
691
|
-
:param filter_usd: Filter USD files
|
|
692
|
-
:type filter_usd: bool | None
|
|
693
|
-
:param filter_obj: Filter OBJ files
|
|
694
|
-
:type filter_obj: bool | None
|
|
695
|
-
:param filter_volume: Filter OpenVDB volume files
|
|
696
|
-
:type filter_volume: bool | None
|
|
697
|
-
:param filter_folder: Filter folders
|
|
698
|
-
:type filter_folder: bool | None
|
|
699
|
-
:param filter_blenlib: Filter Blender IDs
|
|
700
|
-
:type filter_blenlib: bool | None
|
|
701
|
-
:param filemode: File Browser Mode, The setting for the file browser mode to load a .blend file, a library or a special file
|
|
702
|
-
:type filemode: int | None
|
|
703
|
-
:param display_type: Display Type
|
|
704
|
-
|
|
705
|
-
DEFAULT
|
|
706
|
-
Default -- Automatically determine display type for files.
|
|
707
|
-
|
|
708
|
-
LIST_VERTICAL
|
|
709
|
-
Short List -- Display files as short list.
|
|
710
|
-
|
|
711
|
-
LIST_HORIZONTAL
|
|
712
|
-
Long List -- Display files as a detailed list.
|
|
713
|
-
|
|
714
|
-
THUMBNAIL
|
|
715
|
-
Thumbnails -- Display files as thumbnails.
|
|
716
|
-
:type display_type: typing.Literal['DEFAULT','LIST_VERTICAL','LIST_HORIZONTAL','THUMBNAIL'] | None
|
|
717
|
-
:param sort_method: File sorting mode
|
|
718
|
-
:type sort_method: str | None
|
|
719
|
-
:type filter_glob: str
|
|
720
|
-
:param prop_bc_export_ui_section: Export Section, Only for User Interface organization
|
|
721
|
-
|
|
722
|
-
main
|
|
723
|
-
Main -- Data export section.
|
|
724
|
-
|
|
725
|
-
geometry
|
|
726
|
-
Geom -- Geometry export section.
|
|
727
|
-
|
|
728
|
-
armature
|
|
729
|
-
Arm -- Armature export section.
|
|
730
|
-
|
|
731
|
-
animation
|
|
732
|
-
Anim -- Animation export section.
|
|
733
|
-
|
|
734
|
-
collada
|
|
735
|
-
Extra -- Collada export section.
|
|
736
|
-
:type prop_bc_export_ui_section: typing.Literal['main','geometry','armature','animation','collada'] | None
|
|
737
|
-
:param apply_modifiers: Apply Modifiers, Apply modifiers to exported mesh (non destructive)
|
|
738
|
-
:type apply_modifiers: bool | None
|
|
739
|
-
:param export_mesh_type: Resolution, Modifier resolution for export
|
|
740
|
-
:type export_mesh_type: int | None
|
|
741
|
-
:param export_mesh_type_selection: Resolution, Modifier resolution for export
|
|
742
|
-
|
|
743
|
-
view
|
|
744
|
-
Viewport -- Apply modifier's viewport settings.
|
|
745
|
-
|
|
746
|
-
render
|
|
747
|
-
Render -- Apply modifier's render settings.
|
|
748
|
-
:type export_mesh_type_selection: typing.Literal['view','render'] | None
|
|
749
|
-
:param export_global_forward_selection: Global Forward Axis, Global Forward axis for export
|
|
750
|
-
|
|
751
|
-
X
|
|
752
|
-
X -- Global Forward is positive X Axis.
|
|
753
|
-
|
|
754
|
-
Y
|
|
755
|
-
Y -- Global Forward is positive Y Axis.
|
|
756
|
-
|
|
757
|
-
Z
|
|
758
|
-
Z -- Global Forward is positive Z Axis.
|
|
759
|
-
|
|
760
|
-
-X
|
|
761
|
-
-X -- Global Forward is negative X Axis.
|
|
762
|
-
|
|
763
|
-
-Y
|
|
764
|
-
-Y -- Global Forward is negative Y Axis.
|
|
765
|
-
|
|
766
|
-
-Z
|
|
767
|
-
-Z -- Global Forward is negative Z Axis.
|
|
768
|
-
:type export_global_forward_selection: typing.Literal['X','Y','Z','-X','-Y','-Z'] | None
|
|
769
|
-
:param export_global_up_selection: Global Up Axis, Global Up axis for export
|
|
770
|
-
|
|
771
|
-
X
|
|
772
|
-
X -- Global UP is positive X Axis.
|
|
773
|
-
|
|
774
|
-
Y
|
|
775
|
-
Y -- Global UP is positive Y Axis.
|
|
776
|
-
|
|
777
|
-
Z
|
|
778
|
-
Z -- Global UP is positive Z Axis.
|
|
779
|
-
|
|
780
|
-
-X
|
|
781
|
-
-X -- Global UP is negative X Axis.
|
|
782
|
-
|
|
783
|
-
-Y
|
|
784
|
-
-Y -- Global UP is negative Y Axis.
|
|
785
|
-
|
|
786
|
-
-Z
|
|
787
|
-
-Z -- Global UP is negative Z Axis.
|
|
788
|
-
:type export_global_up_selection: typing.Literal['X','Y','Z','-X','-Y','-Z'] | None
|
|
789
|
-
:param apply_global_orientation: Apply Global Orientation, Rotate all root objects to match the global orientation settings otherwise set the global orientation per Collada asset
|
|
790
|
-
:type apply_global_orientation: bool | None
|
|
791
|
-
:param selected: Selection Only, Export only selected elements
|
|
792
|
-
:type selected: bool | None
|
|
793
|
-
:param include_children: Include Children, Export all children of selected objects (even if not selected)
|
|
794
|
-
:type include_children: bool | None
|
|
795
|
-
:param include_armatures: Include Armatures, Export related armatures (even if not selected)
|
|
796
|
-
:type include_armatures: bool | None
|
|
797
|
-
:param include_shapekeys: Include Shape Keys, Export all Shape Keys from Mesh Objects
|
|
798
|
-
:type include_shapekeys: bool | None
|
|
799
|
-
:param deform_bones_only: Deform Bones Only, Only export deforming bones with armatures
|
|
800
|
-
:type deform_bones_only: bool | None
|
|
801
|
-
:param include_animations: Include Animations, Export animations if available (exporting animations will enforce the decomposition of node transforms into <translation> <rotation> and <scale> components)
|
|
802
|
-
:type include_animations: bool | None
|
|
803
|
-
:param include_all_actions: Include all Actions, Export also unassigned actions (this allows you to export entire animation libraries for your character(s))
|
|
804
|
-
:type include_all_actions: bool | None
|
|
805
|
-
:param export_animation_type_selection: Key Type, Type for exported animations (use sample keys or Curve keys)
|
|
806
|
-
|
|
807
|
-
sample
|
|
808
|
-
Samples -- Export Sampled points guided by sampling rate.
|
|
809
|
-
|
|
810
|
-
keys
|
|
811
|
-
Curves -- Export Curves (note: guided by curve keys).
|
|
812
|
-
:type export_animation_type_selection: typing.Literal['sample','keys'] | None
|
|
813
|
-
:param sampling_rate: Sampling Rate, The distance between 2 keyframes (1 to key every frame)
|
|
814
|
-
:type sampling_rate: int | None
|
|
815
|
-
:param keep_smooth_curves: Keep Smooth curves, Export also the curve handles (if available) (this does only work when the inverse parent matrix is the unity matrix, otherwise you may end up with odd results)
|
|
816
|
-
:type keep_smooth_curves: bool | None
|
|
817
|
-
:param keep_keyframes: Keep Keyframes, Use existing keyframes as additional sample points (this helps when you want to keep manual tweaks)
|
|
818
|
-
:type keep_keyframes: bool | None
|
|
819
|
-
:param keep_flat_curves: All Keyed Curves, Export also curves which have only one key or are totally flat
|
|
820
|
-
:type keep_flat_curves: bool | None
|
|
821
|
-
:param active_uv_only: Only Selected UV Map, Export only the selected UV Map
|
|
822
|
-
:type active_uv_only: bool | None
|
|
823
|
-
:param use_texture_copies: Copy, Copy textures to same folder where the .dae file is exported
|
|
824
|
-
:type use_texture_copies: bool | None
|
|
825
|
-
:param triangulate: Triangulate, Export polygons (quads and n-gons) as triangles
|
|
826
|
-
:type triangulate: bool | None
|
|
827
|
-
:param use_object_instantiation: Use Object Instances, Instantiate multiple Objects from same Data
|
|
828
|
-
:type use_object_instantiation: bool | None
|
|
829
|
-
:param use_blender_profile: Use Blender Profile, Export additional Blender specific information (for material, shaders, bones, etc.)
|
|
830
|
-
:type use_blender_profile: bool | None
|
|
831
|
-
:param sort_by_name: Sort by Object name, Sort exported data by Object name
|
|
832
|
-
:type sort_by_name: bool | None
|
|
833
|
-
:param export_object_transformation_type: Transform, Object Transformation type for translation, scale and rotation
|
|
834
|
-
:type export_object_transformation_type: int | None
|
|
835
|
-
:param export_object_transformation_type_selection: Transform, Object Transformation type for translation, scale and rotation
|
|
836
|
-
|
|
837
|
-
matrix
|
|
838
|
-
Matrix -- Use <matrix> representation for exported transformations.
|
|
839
|
-
|
|
840
|
-
decomposed
|
|
841
|
-
Decomposed -- Use <rotate>, <translate> and <scale> representation for exported transformations.
|
|
842
|
-
:type export_object_transformation_type_selection: typing.Literal['matrix','decomposed'] | None
|
|
843
|
-
:param export_animation_transformation_type: Transform, Transformation type for translation, scale and rotation. Note: The Animation transformation type in the Anim Tab is always equal to the Object transformation type in the Geom tab
|
|
844
|
-
:type export_animation_transformation_type: int | None
|
|
845
|
-
:param export_animation_transformation_type_selection: Transform, Transformation type for translation, scale and rotation. Note: The Animation transformation type in the Anim Tab is always equal to the Object transformation type in the Geom tab
|
|
846
|
-
|
|
847
|
-
matrix
|
|
848
|
-
Matrix -- Use <matrix> representation for exported transformations.
|
|
849
|
-
|
|
850
|
-
decomposed
|
|
851
|
-
Decomposed -- Use <rotate>, <translate> and <scale> representation for exported transformations.
|
|
852
|
-
:type export_animation_transformation_type_selection: typing.Literal['matrix','decomposed'] | None
|
|
853
|
-
:param open_sim: Export to SL/OpenSim, Compatibility mode for Second Life, OpenSimulator and other compatible online worlds
|
|
854
|
-
:type open_sim: bool | None
|
|
855
|
-
:param limit_precision: Limit Precision, Reduce the precision of the exported data to 6 digits
|
|
856
|
-
:type limit_precision: bool | None
|
|
857
|
-
:param keep_bind_info: Keep Bind Info, Store Bindpose information in custom bone properties for later use during Collada export
|
|
858
|
-
:type keep_bind_info: bool | None
|
|
859
|
-
"""
|
|
860
|
-
|
|
861
|
-
def collada_import(
|
|
862
|
-
execution_context: int | str | None = None,
|
|
863
|
-
undo: bool | None = None,
|
|
864
|
-
/,
|
|
865
|
-
*,
|
|
866
|
-
filepath: str = "",
|
|
867
|
-
check_existing: bool | None = False,
|
|
868
|
-
filter_blender: bool | None = False,
|
|
869
|
-
filter_backup: bool | None = False,
|
|
870
|
-
filter_image: bool | None = False,
|
|
871
|
-
filter_movie: bool | None = False,
|
|
872
|
-
filter_python: bool | None = False,
|
|
873
|
-
filter_font: bool | None = False,
|
|
874
|
-
filter_sound: bool | None = False,
|
|
875
|
-
filter_text: bool | None = False,
|
|
876
|
-
filter_archive: bool | None = False,
|
|
877
|
-
filter_btx: bool | None = False,
|
|
878
|
-
filter_collada: bool | None = True,
|
|
879
|
-
filter_alembic: bool | None = False,
|
|
880
|
-
filter_usd: bool | None = False,
|
|
881
|
-
filter_obj: bool | None = False,
|
|
882
|
-
filter_volume: bool | None = False,
|
|
883
|
-
filter_folder: bool | None = True,
|
|
884
|
-
filter_blenlib: bool | None = False,
|
|
885
|
-
filemode: int | None = 8,
|
|
886
|
-
display_type: typing.Literal[
|
|
887
|
-
"DEFAULT", "LIST_VERTICAL", "LIST_HORIZONTAL", "THUMBNAIL"
|
|
888
|
-
]
|
|
889
|
-
| None = "DEFAULT",
|
|
890
|
-
sort_method: str | None = "",
|
|
891
|
-
filter_glob: str = "*.dae",
|
|
892
|
-
import_units: bool | None = False,
|
|
893
|
-
custom_normals: bool | None = True,
|
|
894
|
-
fix_orientation: bool | None = False,
|
|
895
|
-
find_chains: bool | None = False,
|
|
896
|
-
auto_connect: bool | None = False,
|
|
897
|
-
min_chain_length: int | None = 0,
|
|
898
|
-
keep_bind_info: bool | None = False,
|
|
899
|
-
) -> None:
|
|
900
|
-
"""Load a Collada file (Deprecated)
|
|
901
|
-
|
|
902
|
-
:type execution_context: int | str | None
|
|
903
|
-
:type undo: bool | None
|
|
904
|
-
:param filepath: File Path, Path to file
|
|
905
|
-
:type filepath: str
|
|
906
|
-
:param check_existing: Check Existing, Check and warn on overwriting existing files
|
|
907
|
-
:type check_existing: bool | None
|
|
908
|
-
:param filter_blender: Filter .blend files
|
|
909
|
-
:type filter_blender: bool | None
|
|
910
|
-
:param filter_backup: Filter .blend files
|
|
911
|
-
:type filter_backup: bool | None
|
|
912
|
-
:param filter_image: Filter image files
|
|
913
|
-
:type filter_image: bool | None
|
|
914
|
-
:param filter_movie: Filter movie files
|
|
915
|
-
:type filter_movie: bool | None
|
|
916
|
-
:param filter_python: Filter Python files
|
|
917
|
-
:type filter_python: bool | None
|
|
918
|
-
:param filter_font: Filter font files
|
|
919
|
-
:type filter_font: bool | None
|
|
920
|
-
:param filter_sound: Filter sound files
|
|
921
|
-
:type filter_sound: bool | None
|
|
922
|
-
:param filter_text: Filter text files
|
|
923
|
-
:type filter_text: bool | None
|
|
924
|
-
:param filter_archive: Filter archive files
|
|
925
|
-
:type filter_archive: bool | None
|
|
926
|
-
:param filter_btx: Filter btx files
|
|
927
|
-
:type filter_btx: bool | None
|
|
928
|
-
:param filter_collada: Filter COLLADA files
|
|
929
|
-
:type filter_collada: bool | None
|
|
930
|
-
:param filter_alembic: Filter Alembic files
|
|
931
|
-
:type filter_alembic: bool | None
|
|
932
|
-
:param filter_usd: Filter USD files
|
|
933
|
-
:type filter_usd: bool | None
|
|
934
|
-
:param filter_obj: Filter OBJ files
|
|
935
|
-
:type filter_obj: bool | None
|
|
936
|
-
:param filter_volume: Filter OpenVDB volume files
|
|
937
|
-
:type filter_volume: bool | None
|
|
938
|
-
:param filter_folder: Filter folders
|
|
939
|
-
:type filter_folder: bool | None
|
|
940
|
-
:param filter_blenlib: Filter Blender IDs
|
|
941
|
-
:type filter_blenlib: bool | None
|
|
942
|
-
:param filemode: File Browser Mode, The setting for the file browser mode to load a .blend file, a library or a special file
|
|
943
|
-
:type filemode: int | None
|
|
944
|
-
:param display_type: Display Type
|
|
945
|
-
|
|
946
|
-
DEFAULT
|
|
947
|
-
Default -- Automatically determine display type for files.
|
|
948
|
-
|
|
949
|
-
LIST_VERTICAL
|
|
950
|
-
Short List -- Display files as short list.
|
|
951
|
-
|
|
952
|
-
LIST_HORIZONTAL
|
|
953
|
-
Long List -- Display files as a detailed list.
|
|
954
|
-
|
|
955
|
-
THUMBNAIL
|
|
956
|
-
Thumbnails -- Display files as thumbnails.
|
|
957
|
-
:type display_type: typing.Literal['DEFAULT','LIST_VERTICAL','LIST_HORIZONTAL','THUMBNAIL'] | None
|
|
958
|
-
:param sort_method: File sorting mode
|
|
959
|
-
:type sort_method: str | None
|
|
960
|
-
:type filter_glob: str
|
|
961
|
-
:param import_units: Import Units, If disabled match import to Blender's current Unit settings, otherwise use the settings from the Imported scene
|
|
962
|
-
:type import_units: bool | None
|
|
963
|
-
:param custom_normals: Custom Normals, Import custom normals, if available (otherwise Blender will compute them)
|
|
964
|
-
:type custom_normals: bool | None
|
|
965
|
-
:param fix_orientation: Fix Leaf Bones, Fix Orientation of Leaf Bones (Collada does only support Joints)
|
|
966
|
-
:type fix_orientation: bool | None
|
|
967
|
-
:param find_chains: Find Bone Chains, Find best matching Bone Chains and ensure bones in chain are connected
|
|
968
|
-
:type find_chains: bool | None
|
|
969
|
-
:param auto_connect: Auto Connect, Set use_connect for parent bones which have exactly one child bone
|
|
970
|
-
:type auto_connect: bool | None
|
|
971
|
-
:param min_chain_length: Minimum Chain Length, When searching Bone Chains disregard chains of length below this value
|
|
972
|
-
:type min_chain_length: int | None
|
|
973
|
-
:param keep_bind_info: Keep Bind Info, Store Bindpose information in custom bone properties for later use during Collada export
|
|
974
|
-
:type keep_bind_info: bool | None
|
|
975
|
-
"""
|
|
976
|
-
|
|
977
577
|
def collection_export_all(
|
|
978
578
|
execution_context: int | str | None = None, undo: bool | None = None
|
|
979
579
|
) -> None:
|
|
@@ -1442,7 +1042,6 @@ def fbx_import(
|
|
|
1442
1042
|
filter_text: bool | None = False,
|
|
1443
1043
|
filter_archive: bool | None = False,
|
|
1444
1044
|
filter_btx: bool | None = False,
|
|
1445
|
-
filter_collada: bool | None = False,
|
|
1446
1045
|
filter_alembic: bool | None = False,
|
|
1447
1046
|
filter_usd: bool | None = False,
|
|
1448
1047
|
filter_obj: bool | None = False,
|
|
@@ -1499,8 +1098,6 @@ def fbx_import(
|
|
|
1499
1098
|
:type filter_archive: bool | None
|
|
1500
1099
|
:param filter_btx: Filter btx files
|
|
1501
1100
|
:type filter_btx: bool | None
|
|
1502
|
-
:param filter_collada: Filter COLLADA files
|
|
1503
|
-
:type filter_collada: bool | None
|
|
1504
1101
|
:param filter_alembic: Filter Alembic files
|
|
1505
1102
|
:type filter_alembic: bool | None
|
|
1506
1103
|
:param filter_usd: Filter USD files
|
|
@@ -1581,7 +1178,6 @@ def grease_pencil_export_pdf(
|
|
|
1581
1178
|
filter_text: bool | None = False,
|
|
1582
1179
|
filter_archive: bool | None = False,
|
|
1583
1180
|
filter_btx: bool | None = False,
|
|
1584
|
-
filter_collada: bool | None = False,
|
|
1585
1181
|
filter_alembic: bool | None = False,
|
|
1586
1182
|
filter_usd: bool | None = False,
|
|
1587
1183
|
filter_obj: bool | None = True,
|
|
@@ -1629,8 +1225,6 @@ def grease_pencil_export_pdf(
|
|
|
1629
1225
|
:type filter_archive: bool | None
|
|
1630
1226
|
:param filter_btx: Filter btx files
|
|
1631
1227
|
:type filter_btx: bool | None
|
|
1632
|
-
:param filter_collada: Filter COLLADA files
|
|
1633
|
-
:type filter_collada: bool | None
|
|
1634
1228
|
:param filter_alembic: Filter Alembic files
|
|
1635
1229
|
:type filter_alembic: bool | None
|
|
1636
1230
|
:param filter_usd: Filter USD files
|
|
@@ -1708,7 +1302,6 @@ def grease_pencil_export_svg(
|
|
|
1708
1302
|
filter_text: bool | None = False,
|
|
1709
1303
|
filter_archive: bool | None = False,
|
|
1710
1304
|
filter_btx: bool | None = False,
|
|
1711
|
-
filter_collada: bool | None = False,
|
|
1712
1305
|
filter_alembic: bool | None = False,
|
|
1713
1306
|
filter_usd: bool | None = False,
|
|
1714
1307
|
filter_obj: bool | None = True,
|
|
@@ -1757,8 +1350,6 @@ def grease_pencil_export_svg(
|
|
|
1757
1350
|
:type filter_archive: bool | None
|
|
1758
1351
|
:param filter_btx: Filter btx files
|
|
1759
1352
|
:type filter_btx: bool | None
|
|
1760
|
-
:param filter_collada: Filter COLLADA files
|
|
1761
|
-
:type filter_collada: bool | None
|
|
1762
1353
|
:param filter_alembic: Filter Alembic files
|
|
1763
1354
|
:type filter_alembic: bool | None
|
|
1764
1355
|
:param filter_usd: Filter USD files
|
|
@@ -1841,7 +1432,6 @@ def grease_pencil_import_svg(
|
|
|
1841
1432
|
filter_text: bool | None = False,
|
|
1842
1433
|
filter_archive: bool | None = False,
|
|
1843
1434
|
filter_btx: bool | None = False,
|
|
1844
|
-
filter_collada: bool | None = False,
|
|
1845
1435
|
filter_alembic: bool | None = False,
|
|
1846
1436
|
filter_usd: bool | None = False,
|
|
1847
1437
|
filter_obj: bool | None = True,
|
|
@@ -1891,8 +1481,6 @@ def grease_pencil_import_svg(
|
|
|
1891
1481
|
:type filter_archive: bool | None
|
|
1892
1482
|
:param filter_btx: Filter btx files
|
|
1893
1483
|
:type filter_btx: bool | None
|
|
1894
|
-
:param filter_collada: Filter COLLADA files
|
|
1895
|
-
:type filter_collada: bool | None
|
|
1896
1484
|
:param filter_alembic: Filter Alembic files
|
|
1897
1485
|
:type filter_alembic: bool | None
|
|
1898
1486
|
:param filter_usd: Filter USD files
|
|
@@ -1953,7 +1541,6 @@ def id_linked_relocate(
|
|
|
1953
1541
|
filter_text: bool | None = False,
|
|
1954
1542
|
filter_archive: bool | None = False,
|
|
1955
1543
|
filter_btx: bool | None = False,
|
|
1956
|
-
filter_collada: bool | None = False,
|
|
1957
1544
|
filter_alembic: bool | None = False,
|
|
1958
1545
|
filter_usd: bool | None = False,
|
|
1959
1546
|
filter_obj: bool | None = False,
|
|
@@ -2009,8 +1596,6 @@ def id_linked_relocate(
|
|
|
2009
1596
|
:type filter_archive: bool | None
|
|
2010
1597
|
:param filter_btx: Filter btx files
|
|
2011
1598
|
:type filter_btx: bool | None
|
|
2012
|
-
:param filter_collada: Filter COLLADA files
|
|
2013
|
-
:type filter_collada: bool | None
|
|
2014
1599
|
:param filter_alembic: Filter Alembic files
|
|
2015
1600
|
:type filter_alembic: bool | None
|
|
2016
1601
|
:param filter_usd: Filter USD files
|
|
@@ -2185,7 +1770,6 @@ def lib_reload(
|
|
|
2185
1770
|
filter_text: bool | None = False,
|
|
2186
1771
|
filter_archive: bool | None = False,
|
|
2187
1772
|
filter_btx: bool | None = False,
|
|
2188
|
-
filter_collada: bool | None = False,
|
|
2189
1773
|
filter_alembic: bool | None = False,
|
|
2190
1774
|
filter_usd: bool | None = False,
|
|
2191
1775
|
filter_obj: bool | None = False,
|
|
@@ -2236,8 +1820,6 @@ def lib_reload(
|
|
|
2236
1820
|
:type filter_archive: bool | None
|
|
2237
1821
|
:param filter_btx: Filter btx files
|
|
2238
1822
|
:type filter_btx: bool | None
|
|
2239
|
-
:param filter_collada: Filter COLLADA files
|
|
2240
|
-
:type filter_collada: bool | None
|
|
2241
1823
|
:param filter_alembic: Filter Alembic files
|
|
2242
1824
|
:type filter_alembic: bool | None
|
|
2243
1825
|
:param filter_usd: Filter USD files
|
|
@@ -2295,7 +1877,6 @@ def lib_relocate(
|
|
|
2295
1877
|
filter_text: bool | None = False,
|
|
2296
1878
|
filter_archive: bool | None = False,
|
|
2297
1879
|
filter_btx: bool | None = False,
|
|
2298
|
-
filter_collada: bool | None = False,
|
|
2299
1880
|
filter_alembic: bool | None = False,
|
|
2300
1881
|
filter_usd: bool | None = False,
|
|
2301
1882
|
filter_obj: bool | None = False,
|
|
@@ -2348,8 +1929,6 @@ def lib_relocate(
|
|
|
2348
1929
|
:type filter_archive: bool | None
|
|
2349
1930
|
:param filter_btx: Filter btx files
|
|
2350
1931
|
:type filter_btx: bool | None
|
|
2351
|
-
:param filter_collada: Filter COLLADA files
|
|
2352
|
-
:type filter_collada: bool | None
|
|
2353
1932
|
:param filter_alembic: Filter Alembic files
|
|
2354
1933
|
:type filter_alembic: bool | None
|
|
2355
1934
|
:param filter_usd: Filter USD files
|
|
@@ -2405,7 +1984,6 @@ def link(
|
|
|
2405
1984
|
filter_text: bool | None = False,
|
|
2406
1985
|
filter_archive: bool | None = False,
|
|
2407
1986
|
filter_btx: bool | None = False,
|
|
2408
|
-
filter_collada: bool | None = False,
|
|
2409
1987
|
filter_alembic: bool | None = False,
|
|
2410
1988
|
filter_usd: bool | None = False,
|
|
2411
1989
|
filter_obj: bool | None = False,
|
|
@@ -2461,8 +2039,6 @@ def link(
|
|
|
2461
2039
|
:type filter_archive: bool | None
|
|
2462
2040
|
:param filter_btx: Filter btx files
|
|
2463
2041
|
:type filter_btx: bool | None
|
|
2464
|
-
:param filter_collada: Filter COLLADA files
|
|
2465
|
-
:type filter_collada: bool | None
|
|
2466
2042
|
:param filter_alembic: Filter Alembic files
|
|
2467
2043
|
:type filter_alembic: bool | None
|
|
2468
2044
|
:param filter_usd: Filter USD files
|
|
@@ -2537,7 +2113,6 @@ def obj_export(
|
|
|
2537
2113
|
filter_text: bool | None = False,
|
|
2538
2114
|
filter_archive: bool | None = False,
|
|
2539
2115
|
filter_btx: bool | None = False,
|
|
2540
|
-
filter_collada: bool | None = False,
|
|
2541
2116
|
filter_alembic: bool | None = False,
|
|
2542
2117
|
filter_usd: bool | None = False,
|
|
2543
2118
|
filter_obj: bool | None = False,
|
|
@@ -2609,8 +2184,6 @@ def obj_export(
|
|
|
2609
2184
|
:type filter_archive: bool | None
|
|
2610
2185
|
:param filter_btx: Filter btx files
|
|
2611
2186
|
:type filter_btx: bool | None
|
|
2612
|
-
:param filter_collada: Filter COLLADA files
|
|
2613
|
-
:type filter_collada: bool | None
|
|
2614
2187
|
:param filter_alembic: Filter Alembic files
|
|
2615
2188
|
:type filter_alembic: bool | None
|
|
2616
2189
|
:param filter_usd: Filter USD files
|
|
@@ -2771,7 +2344,6 @@ def obj_import(
|
|
|
2771
2344
|
filter_text: bool | None = False,
|
|
2772
2345
|
filter_archive: bool | None = False,
|
|
2773
2346
|
filter_btx: bool | None = False,
|
|
2774
|
-
filter_collada: bool | None = False,
|
|
2775
2347
|
filter_alembic: bool | None = False,
|
|
2776
2348
|
filter_usd: bool | None = False,
|
|
2777
2349
|
filter_obj: bool | None = False,
|
|
@@ -2832,8 +2404,6 @@ def obj_import(
|
|
|
2832
2404
|
:type filter_archive: bool | None
|
|
2833
2405
|
:param filter_btx: Filter btx files
|
|
2834
2406
|
:type filter_btx: bool | None
|
|
2835
|
-
:param filter_collada: Filter COLLADA files
|
|
2836
|
-
:type filter_collada: bool | None
|
|
2837
2407
|
:param filter_alembic: Filter Alembic files
|
|
2838
2408
|
:type filter_alembic: bool | None
|
|
2839
2409
|
:param filter_usd: Filter USD files
|
|
@@ -2942,7 +2512,6 @@ def open_mainfile(
|
|
|
2942
2512
|
filter_text: bool | None = False,
|
|
2943
2513
|
filter_archive: bool | None = False,
|
|
2944
2514
|
filter_btx: bool | None = False,
|
|
2945
|
-
filter_collada: bool | None = False,
|
|
2946
2515
|
filter_alembic: bool | None = False,
|
|
2947
2516
|
filter_usd: bool | None = False,
|
|
2948
2517
|
filter_obj: bool | None = False,
|
|
@@ -2990,8 +2559,6 @@ def open_mainfile(
|
|
|
2990
2559
|
:type filter_archive: bool | None
|
|
2991
2560
|
:param filter_btx: Filter btx files
|
|
2992
2561
|
:type filter_btx: bool | None
|
|
2993
|
-
:param filter_collada: Filter COLLADA files
|
|
2994
|
-
:type filter_collada: bool | None
|
|
2995
2562
|
:param filter_alembic: Filter Alembic files
|
|
2996
2563
|
:type filter_alembic: bool | None
|
|
2997
2564
|
:param filter_usd: Filter USD files
|
|
@@ -3173,7 +2740,6 @@ def ply_export(
|
|
|
3173
2740
|
filter_text: bool | None = False,
|
|
3174
2741
|
filter_archive: bool | None = False,
|
|
3175
2742
|
filter_btx: bool | None = False,
|
|
3176
|
-
filter_collada: bool | None = False,
|
|
3177
2743
|
filter_alembic: bool | None = False,
|
|
3178
2744
|
filter_usd: bool | None = False,
|
|
3179
2745
|
filter_obj: bool | None = False,
|
|
@@ -3232,8 +2798,6 @@ def ply_export(
|
|
|
3232
2798
|
:type filter_archive: bool | None
|
|
3233
2799
|
:param filter_btx: Filter btx files
|
|
3234
2800
|
:type filter_btx: bool | None
|
|
3235
|
-
:param filter_collada: Filter COLLADA files
|
|
3236
|
-
:type filter_collada: bool | None
|
|
3237
2801
|
:param filter_alembic: Filter Alembic files
|
|
3238
2802
|
:type filter_alembic: bool | None
|
|
3239
2803
|
:param filter_usd: Filter USD files
|
|
@@ -3357,7 +2921,6 @@ def ply_import(
|
|
|
3357
2921
|
filter_text: bool | None = False,
|
|
3358
2922
|
filter_archive: bool | None = False,
|
|
3359
2923
|
filter_btx: bool | None = False,
|
|
3360
|
-
filter_collada: bool | None = False,
|
|
3361
2924
|
filter_alembic: bool | None = False,
|
|
3362
2925
|
filter_usd: bool | None = False,
|
|
3363
2926
|
filter_obj: bool | None = False,
|
|
@@ -3415,8 +2978,6 @@ def ply_import(
|
|
|
3415
2978
|
:type filter_archive: bool | None
|
|
3416
2979
|
:param filter_btx: Filter btx files
|
|
3417
2980
|
:type filter_btx: bool | None
|
|
3418
|
-
:param filter_collada: Filter COLLADA files
|
|
3419
|
-
:type filter_collada: bool | None
|
|
3420
2981
|
:param filter_alembic: Filter Alembic files
|
|
3421
2982
|
:type filter_alembic: bool | None
|
|
3422
2983
|
:param filter_usd: Filter USD files
|
|
@@ -4162,7 +3723,6 @@ def recover_auto_save(
|
|
|
4162
3723
|
filter_text: bool | None = False,
|
|
4163
3724
|
filter_archive: bool | None = False,
|
|
4164
3725
|
filter_btx: bool | None = False,
|
|
4165
|
-
filter_collada: bool | None = False,
|
|
4166
3726
|
filter_alembic: bool | None = False,
|
|
4167
3727
|
filter_usd: bool | None = False,
|
|
4168
3728
|
filter_obj: bool | None = False,
|
|
@@ -4207,8 +3767,6 @@ def recover_auto_save(
|
|
|
4207
3767
|
:type filter_archive: bool | None
|
|
4208
3768
|
:param filter_btx: Filter btx files
|
|
4209
3769
|
:type filter_btx: bool | None
|
|
4210
|
-
:param filter_collada: Filter COLLADA files
|
|
4211
|
-
:type filter_collada: bool | None
|
|
4212
3770
|
:param filter_alembic: Filter Alembic files
|
|
4213
3771
|
:type filter_alembic: bool | None
|
|
4214
3772
|
:param filter_usd: Filter USD files
|
|
@@ -4342,7 +3900,6 @@ def save_as_mainfile(
|
|
|
4342
3900
|
filter_text: bool | None = False,
|
|
4343
3901
|
filter_archive: bool | None = False,
|
|
4344
3902
|
filter_btx: bool | None = False,
|
|
4345
|
-
filter_collada: bool | None = False,
|
|
4346
3903
|
filter_alembic: bool | None = False,
|
|
4347
3904
|
filter_usd: bool | None = False,
|
|
4348
3905
|
filter_obj: bool | None = False,
|
|
@@ -4389,8 +3946,6 @@ def save_as_mainfile(
|
|
|
4389
3946
|
:type filter_archive: bool | None
|
|
4390
3947
|
:param filter_btx: Filter btx files
|
|
4391
3948
|
:type filter_btx: bool | None
|
|
4392
|
-
:param filter_collada: Filter COLLADA files
|
|
4393
|
-
:type filter_collada: bool | None
|
|
4394
3949
|
:param filter_alembic: Filter Alembic files
|
|
4395
3950
|
:type filter_alembic: bool | None
|
|
4396
3951
|
:param filter_usd: Filter USD files
|
|
@@ -4456,7 +4011,6 @@ def save_mainfile(
|
|
|
4456
4011
|
filter_text: bool | None = False,
|
|
4457
4012
|
filter_archive: bool | None = False,
|
|
4458
4013
|
filter_btx: bool | None = False,
|
|
4459
|
-
filter_collada: bool | None = False,
|
|
4460
4014
|
filter_alembic: bool | None = False,
|
|
4461
4015
|
filter_usd: bool | None = False,
|
|
4462
4016
|
filter_obj: bool | None = False,
|
|
@@ -4504,8 +4058,6 @@ def save_mainfile(
|
|
|
4504
4058
|
:type filter_archive: bool | None
|
|
4505
4059
|
:param filter_btx: Filter btx files
|
|
4506
4060
|
:type filter_btx: bool | None
|
|
4507
|
-
:param filter_collada: Filter COLLADA files
|
|
4508
|
-
:type filter_collada: bool | None
|
|
4509
4061
|
:param filter_alembic: Filter Alembic files
|
|
4510
4062
|
:type filter_alembic: bool | None
|
|
4511
4063
|
:param filter_usd: Filter USD files
|
|
@@ -4655,7 +4207,6 @@ def stl_export(
|
|
|
4655
4207
|
filter_text: bool | None = False,
|
|
4656
4208
|
filter_archive: bool | None = False,
|
|
4657
4209
|
filter_btx: bool | None = False,
|
|
4658
|
-
filter_collada: bool | None = False,
|
|
4659
4210
|
filter_alembic: bool | None = False,
|
|
4660
4211
|
filter_usd: bool | None = False,
|
|
4661
4212
|
filter_obj: bool | None = False,
|
|
@@ -4711,8 +4262,6 @@ def stl_export(
|
|
|
4711
4262
|
:type filter_archive: bool | None
|
|
4712
4263
|
:param filter_btx: Filter btx files
|
|
4713
4264
|
:type filter_btx: bool | None
|
|
4714
|
-
:param filter_collada: Filter COLLADA files
|
|
4715
|
-
:type filter_collada: bool | None
|
|
4716
4265
|
:param filter_alembic: Filter Alembic files
|
|
4717
4266
|
:type filter_alembic: bool | None
|
|
4718
4267
|
:param filter_usd: Filter USD files
|
|
@@ -4821,7 +4370,6 @@ def stl_import(
|
|
|
4821
4370
|
filter_text: bool | None = False,
|
|
4822
4371
|
filter_archive: bool | None = False,
|
|
4823
4372
|
filter_btx: bool | None = False,
|
|
4824
|
-
filter_collada: bool | None = False,
|
|
4825
4373
|
filter_alembic: bool | None = False,
|
|
4826
4374
|
filter_usd: bool | None = False,
|
|
4827
4375
|
filter_obj: bool | None = False,
|
|
@@ -4878,8 +4426,6 @@ def stl_import(
|
|
|
4878
4426
|
:type filter_archive: bool | None
|
|
4879
4427
|
:param filter_btx: Filter btx files
|
|
4880
4428
|
:type filter_btx: bool | None
|
|
4881
|
-
:param filter_collada: Filter COLLADA files
|
|
4882
|
-
:type filter_collada: bool | None
|
|
4883
4429
|
:param filter_alembic: Filter Alembic files
|
|
4884
4430
|
:type filter_alembic: bool | None
|
|
4885
4431
|
:param filter_usd: Filter USD files
|
|
@@ -5183,7 +4729,6 @@ def usd_export(
|
|
|
5183
4729
|
filter_text: bool | None = False,
|
|
5184
4730
|
filter_archive: bool | None = False,
|
|
5185
4731
|
filter_btx: bool | None = False,
|
|
5186
|
-
filter_collada: bool | None = False,
|
|
5187
4732
|
filter_alembic: bool | None = False,
|
|
5188
4733
|
filter_usd: bool | None = True,
|
|
5189
4734
|
filter_obj: bool | None = False,
|
|
@@ -5294,8 +4839,6 @@ def usd_export(
|
|
|
5294
4839
|
:type filter_archive: bool | None
|
|
5295
4840
|
:param filter_btx: Filter btx files
|
|
5296
4841
|
:type filter_btx: bool | None
|
|
5297
|
-
:param filter_collada: Filter COLLADA files
|
|
5298
|
-
:type filter_collada: bool | None
|
|
5299
4842
|
:param filter_alembic: Filter Alembic files
|
|
5300
4843
|
:type filter_alembic: bool | None
|
|
5301
4844
|
:param filter_usd: Filter USD files
|
|
@@ -5553,7 +5096,6 @@ def usd_import(
|
|
|
5553
5096
|
filter_text: bool | None = False,
|
|
5554
5097
|
filter_archive: bool | None = False,
|
|
5555
5098
|
filter_btx: bool | None = False,
|
|
5556
|
-
filter_collada: bool | None = False,
|
|
5557
5099
|
filter_alembic: bool | None = False,
|
|
5558
5100
|
filter_usd: bool | None = True,
|
|
5559
5101
|
filter_obj: bool | None = False,
|
|
@@ -5639,8 +5181,6 @@ def usd_import(
|
|
|
5639
5181
|
:type filter_archive: bool | None
|
|
5640
5182
|
:param filter_btx: Filter btx files
|
|
5641
5183
|
:type filter_btx: bool | None
|
|
5642
|
-
:param filter_collada: Filter COLLADA files
|
|
5643
|
-
:type filter_collada: bool | None
|
|
5644
5184
|
:param filter_alembic: Filter Alembic files
|
|
5645
5185
|
:type filter_alembic: bool | None
|
|
5646
5186
|
:param filter_usd: Filter USD files
|