Message 1 of 4
How can we get list of "scripted Modifiers" filenames which are used in a max file?! ( isMSPlugin true )
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello Everyone,
I want the list of "scripted Modifiers" ( not plugins ) used in a .max file as modifiers, controllers, or everywhere.
I mean the list of script filenames (.ms , .mse ) in use in the file.
how can I get this list with maxscript?
I can collect scripted modifiers and custom attributes with "isMSPlugin" and "isMSPluginClass", but how can I get their related filenames and paths?
Regards