Okay, I don’t know if anyone else is going to find this particular script useful as is. I created it mainly for myself, because I think it is something I will use, and generally to teach myself some things and try stuff out. However, I am sure there are parts that other people will find useful.
Right now I am looking for suggestions on how to improve the script. I am looking for input, especially on the following three topics:
1.) How can I make this script more efficient? (I know I have more global variables than I need, but can’t figure where to put them locally to prevent errors. Any advice on that would be appreciated.) Are there opportunities for recursive functions I am missing, or other things that will make it run faster?
2.) What features do you think would be useful in this? I already have some ideas of my own, but want to see what kinds of things other people suggest.
3.) When you look at the script, is there anything you find confusing, that you would like to see documented better?
Of course, any and all other suggestions are entirely welcome.
The script can be downloaded here:
http://www.versatileartist.com/code/maxscript/PropertiesDisplay.ms

