UnregisterExtensionSearchPath

omni.mdl.neuraylib.scripts.UnregisterExtensionSearchPath(extensionName: str, ignoreDeprecationWarning: bool = False) bool

Removes your extension data from the default MDL search path.

Resolving modules in the extensions data folder will fail. However, if MDL modules are currently loaded they will be available till the next start of kit.

Parameters

extensionName – The name of your extension, e.g., ``omni.foo.bar``.

Returns

True if removing the symlink or deleting the registered content was successful.