unreal.UsdStageOptions

class unreal.UsdStageOptions(meters_per_unit=0.01, up_axis=UsdUpAxis.Z_AXIS)

Bases: unreal.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

[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

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

Type

(UsdUpAxis)