CollectorFailureOptions#
- class omni.kit.usd.collect.CollectorFailureOptions(
- value,
- names=<not given>,
- *values,
- module=None,
- qualname=None,
- type=None,
- start=1,
- boundary=None,
Bases:
IntFlagOptions to customize failure options for collector.
Methods
Attributes
Silent for all failures except root USD.
Throws exception if any external USD file is not found.
Throws exception if external references other than all above are missing.
- __init__(*args, **kwds)#
- EXTERNAL_USD_REFERENCES = 1#
Throws exception if any external USD file is not found.
- OTHER_EXTERNAL_REFERENCES = 4#
Throws exception if external references other than all above are missing.
- SILENT = 0#
Silent for all failures except root USD.