pluginPaths Struct
This struct provides methods to access the plugin paths defined in the plugin.ini
file.
Available in 3ds Max 9 and higher.
Returns the number of plugin paths
Returns the indexed plugin path
EXAMPLE
|
count = pluginPaths.count()
for j = 1 to count do format " % : %\n" j (pluginPaths.get j)
|