CollectorFailureOptions#

class omni.kit.usd.collect.CollectorFailureOptions(
value,
names=<not given>,
*values,
module=None,
qualname=None,
type=None,
start=1,
boundary=None,
)#

Bases: IntFlag

Options to customize failure options for collector.

Methods

Attributes

SILENT

Silent for all failures except root USD.

EXTERNAL_USD_REFERENCES

Throws exception if any external USD file is not found.

OTHER_EXTERNAL_REFERENCES

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.