unreal.AnimSequenceExporterUSDOptions

class unreal.AnimSequenceExporterUSDOptions(outer: Object | None = None, name: Name | str = 'None')

Bases: Object

Options for exporting skeletal mesh animations to USD format.

C++ Source:

  • Plugin: USDImporter

  • Module: USDExporter

  • File: AnimSequenceExporterUSDOptions.h

Editor Properties: (see get_editor_property/set_editor_property)

  • export_preview_mesh (bool): [Read-Write] Whether to also export the skeletal mesh data of the preview mesh

  • metadata_options (UsdMetadataExportOptions): [Read-Write] Options to use when exporting UsdAssetUserData metadata to USD for all assets (including the preview mesh)

  • preview_mesh_options (UsdMeshAssetOptions): [Read-Write] Export options to use for the preview mesh, if enabled

  • re_export_identical_assets (bool): [Read-Write] Whether to export any asset (StaticMesh, Material, etc.) even if the existing file already describes the same version of a compatible asset. This is only checked when bReplaceIdentical is set on the asset export task. Otherwise we’ll never overwrite files.

  • stage_options (UsdStageOptions): [Read-Write] Export options to use for the layer where the animation is emitted

property export_preview_mesh: bool

[Read-Write] Whether to also export the skeletal mesh data of the preview mesh

Type:

(bool)

property metadata_options: UsdMetadataExportOptions

[Read-Write] Options to use when exporting UsdAssetUserData metadata to USD for all assets (including the preview mesh)

Type:

(UsdMetadataExportOptions)

property preview_mesh_options: UsdMeshAssetOptions

[Read-Write] Export options to use for the preview mesh, if enabled

Type:

(UsdMeshAssetOptions)

property re_export_identical_assets: bool

[Read-Write] Whether to export any asset (StaticMesh, Material, etc.) even if the existing file already describes the same version of a compatible asset. This is only checked when bReplaceIdentical is set on the asset export task. Otherwise we’ll never overwrite files.

Type:

(bool)

property stage_options: UsdStageOptions

[Read-Write] Export options to use for the layer where the animation is emitted

Type:

(UsdStageOptions)