How to change the viewport statistics?

I would like to change the Viewport Statistics to show specific data... Triangle Count, Vertex Count, and Selection.

I review 3ds Max models submitted by outsourcers, so I press 7 to see the stats, but I constantly have to change the settings in Viewport Config to get the stats I need.

Looking through the MAXScript help, there doesn't seem to be a way to change it? The only thing I could find is viewport.GetFPS() but I don't really need the fps.

Maybe it has to be custom text printed to the viewport? See this post:
http://www.scriptspot.com/forums/3ds-max/scripts-wanted/materials-on-sel...

Any help is much appreciated!

Comments

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
miauu's picture

.

Checkbox for FPS is added. by default it is OF, so the script will remove the FPS info from the statistic.

er.cchadw.ck@gmail.com's picture

Very nicely done. Thanks

Very nicely done. Thanks again, this saves me some headaches!

3D Game Artist - http://ericchadwick.com
Admin for the Polycount wiki - http://wiki.polycount.com

miauu's picture

.

The only way to access the Viewport Statistich through maxscript is by usint UIAccessors which is a bit tricky. Custom script will works, but for heavy scene I don't know how faster/slower it will be compared to the default Viewport Statistic.

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.