Value_On_Layer#

class omni.usd.Value_On_Layer(value)#

Bases: Enum

Enum for the strength type of an attribute value.

Attributes

No_Value

No value is authored to the stage.

ON_CURRENT_LAYER

Value is authored to the current edit target.

ON_STRONGER_LAYER

Value is authored to a stronger layer than the current edit target.

ON_WEAKER_LAYER

Value is authored to a weaker layer than the current edit target.

__init__()#
No_Value = 0#

No value is authored to the stage.

ON_CURRENT_LAYER = 0#

Value is authored to the current edit target.

ON_STRONGER_LAYER = 1#

Value is authored to a stronger layer than the current edit target.

ON_WEAKER_LAYER = 2#

Value is authored to a weaker layer than the current edit target.