unreal.AnimSequenceExporterUSDOptions

class unreal.AnimSequenceExporterUSDOptions(outer=None, name='None')

Bases: unreal.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] Export Preview Mesh: Whether to also export the skeletal mesh data of the preview mesh

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

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

property export_preview_mesh

[Read-Write] Export Preview Mesh: Whether to also export the skeletal mesh data of the preview mesh

Type

(bool)

property preview_mesh_options

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

Type

(UsdMeshAssetOptions)

property stage_options

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

Type

(UsdStageOptions)