omni.mdl.neuraylib Functions

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