CollectorFailureOptions

class omni.kit.usd.collect.CollectorFailureOptions(value)

Bases: IntFlag

Options to customize failure options for collector.

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__()
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.