Values ¶
hou.lopTraversalDemands.Active
Primitives must be Active.
hou.lopTraversalDemands.Defined
Primitives must have a specifier of pxr.Sdf.SpecifierDef
.
hou.lopTraversalDemands.Loaded
Primitives with payloads must have those payloads loaded. Primitives without payloads are always considered loaded.
hou.lopTraversalDemands.NonAbstract
Primitives must not be, or be contained by, a class primitive.
hou.lopTraversalDemands.AllowInstanceProxies
Primitives may be proxy
primitives inside instances. The other
demands here all cause primitives to be excluded when the demand is
set. This one causes instance proxy primitives to be excluded if this
demand is not set.
hou.lopTraversalDemands.Default
The default demands, consisting of a combination of
Active
, Defined
, Loaded
, and NonAbstract
.
hou.lopTraversalDemands.NoDemands
A value that includes none of the above demands.