omni.mdl.neuraylib

Classes Summary:

Interop

A Collection of functions to support renderer and tools with common tasks.

MdlEntity

Maps between USD shade nodes and the MDL representation of a shade node.

MdlEntitySnapshot

MDL representation of a shade node along with the currently set parameters.

MdlModule

The representation of an MDL module to load or loaded by neuray.

NeurayLib

Access to the MDL Material back-end in Omniverse.

Functions Summary:

EnsureRunning

Make sure that neuray is running and MDL resolution through USD is possible.

RegisterExtensionSearchPath

Register a folder of your extension data in an default MDL search Path.

UnregisterExtensionSearchPath

Removes your extension data from the default MDL search path.

create_mdl_module_async

Loads an MDL module and stores the loaded definitions in the neuray DB scope provided.

lru_cache

Least-recently-used cache decorator.

acquire_interface

acquire_interface(plugin_name: str = None, library_path: str = None) -> omni.mdl.neuraylib._neuraylib.NeurayLib

release_interface

release_interface(arg0: omni.mdl.neuraylib._neuraylib.NeurayLib) -> None