| Interfaces > Core Interfaces > SceneMissingPlugIns |
NEW in 3ds Max 2014: The SceneMissingPlugins Core Interface provides methods to query to count, classes, file names and descriptions of missing plugins in the current scene.
<integer>SceneMissingPlugIns.GetMissingPlugInCount()
Returns the number of missing plugins in the current scene.
<string>SceneMissingPlugIns.GetMissingPlugInClassName <index>Index
Returns the class name of the indexed missing plugin.
<string>SceneMissingPlugIns.GetMissingPlugInFileName <index>Index
Returns the file name of the indexed missing plugin.
<string>SceneMissingPlugIns.GetMissingPlugInDescription <index>Index
Returns the description of the indexed missing plugin.