unreal.UsdStageOptions

class unreal.UsdStageOptions(meters_per_unit: float = 0.0, up_axis: UsdUpAxis = Ellipsis)

Bases: StructBase

Usd Stage Options

C++ Source:

  • Plugin: USDImporter

  • Module: USDClasses

  • File: USDStageOptions.h

Editor Properties: (see get_editor_property/set_editor_property)

  • meters_per_unit (float): [Read-Write] MetersPerUnit to use for the stage. Defaults to 0.01 (i.e. 1cm per unit, which equals UE units)

  • up_axis (UsdUpAxis): [Read-Write] UpAxis to use for the stage. Defaults to ZAxis, which equals the UE convention

property meters_per_unit: float

[Read-Write] MetersPerUnit to use for the stage. Defaults to 0.01 (i.e. 1cm per unit, which equals UE units)

Type:

(float)

property up_axis: UsdUpAxis

[Read-Write] UpAxis to use for the stage. Defaults to ZAxis, which equals the UE convention

Type:

(UsdUpAxis)