ScriptSpot

Forum topic · Scripts Wanted

Script to distinguish between Standard plugins and Additional plugins

By draging · 2010-12-10

Description

Is there any script to distinguish between Standard max plugins and Additional max plugins ?
a script can notify users that it is the additional plugins because so many extra plugins sometimes make us forget to know which standard plugin.

example the additional plugins like simcloth, greeble, vray, blur material and etc

Thanks

Comments (1)

isMSPlugin and isMSPluginClass

Anubis · 2010-12-10

Use this functions - isMSPlugin and isMSPluginClass.
Check the help for details, there is an example as well.

About C++ plug-ins like vray and so on - check category prop.:

<maxclass>.category

Cheers