FlatCollectionTextureOptions#
- class omni.kit.usd.collect.FlatCollectionTextureOptions(
- value,
- names=None,
- *,
- module=None,
- qualname=None,
- type=None,
- start=1,
- boundary=None,
Bases:
EnumCollection options for textures under ‘Flat Collection’ mode.
Attributes
Groups textures by MDL.
Groups textures by USD.
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.