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] Whether to also export the skeletal mesh data of the preview meshpreview_mesh_options
(SkeletalMeshExporterUSDInnerOptions): [Read-Write] Export options to use for the preview mesh, if enabledstage_options
(UsdStageOptions): [Read-Write] Export options to use for the layer where the animation is emitted
- property export_preview_mesh¶
[Read-Write] Whether to also export the skeletal mesh data of the preview mesh
- Type
(bool)
- property preview_mesh_options¶
[Read-Write] Export options to use for the preview mesh, if enabled
- property stage_options¶
[Read-Write] Export options to use for the layer where the animation is emitted
- Type