NEW in 3ds Max 2017: The NVIDIARenderersHelper Core Interface exposes a method for checking whether mental ray us installed.
In 3ds Max 2017, the mental ray and iRay renderers and related components are an optional installation.
Scripts that depend on their presence could use this interface to ensure they are available on the current system.
Properties:
Methods:
<bool>NVIDIARenderersHelper.IsMentalrayDllPresent()
Returns True if the optional mental ray installation is present, False if mental ray is not installed.
Actions: