I can see within the documentation in the Solaris glossary relating to Schema and API Schema. But is there a node within Houdini which provides the ability to add schemas to meshes?
Snippet from a usda file which only contains a box.
def Mesh "Cube" ( prepend apiSchemas = ["PhysicsCollisionAPI", "PhysxCollisionAPI", "PhysxTriangleMeshCollisionAPI", "PhysicsMeshCollisionAPI"] )
The apiSchemas was added by Nvidia Isaac Sim. I assume we can add this using Python but wanted to know if there were tools already for this so we're not reinventing the wheel.
edited: Sorry i didn't realise the forums didn't like lists and hide the text.
Thanks