Omni Asset Validator - Writing own rule

Hello!
I want to write my own rule by adding omni.asset_validator.core as a dependency, deriving a new class from BaseRuleChecker and using the ValidationRulesRegistry to categorise my rule within the system.

Where/How do I have to save the .py code containing my own rule in order to include it in the Omni Asset Validator UI without coding directly into omni.asset_validator.core or omni.asset_validator.ui extension scripts?

Thank you in advance!

Hi @niklas.ba.biermann. Welcome to the forums! Please consider join our community Discord too: NVIDIA Omniverse

You can write your own rule and register it from a separate module or extension. Here are some instructions from the docs:

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.