FlatCollectionTextureOptions#

class omni.kit.usd.collect.FlatCollectionTextureOptions(
value,
names=None,
*,
module=None,
qualname=None,
type=None,
start=1,
boundary=None,
)#

Bases: Enum

Collection options for textures under ‘Flat Collection’ mode.

Attributes

BY_MDL

Groups textures by MDL.

BY_USD

Groups textures by USD.

FLAT

All textures will be under the same hierarchy, flat.

__init__(*args, **kwds)#
BY_MDL = 0#

Groups textures by MDL.

BY_USD = 1#

Groups textures by USD.

FLAT = 2#

All textures will be under the same hierarchy, flat.