unreal.UsdStageOptions¶
- class unreal.UsdStageOptions(meters_per_unit: float = 0.0, up_axis: UsdUpAxis = Ellipsis)¶
Bases:
StructBaseUsd Stage Options
C++ Source:
Plugin: USDCore
Module: USDClasses
File: USDStageOptions.h
Editor Properties: (see get_editor_property/set_editor_property)
meters_per_unit(double): [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