Hi all,
I was wondering if someone could help me with this one ... I am looking for a script (or way) to display the active scene state in the viewport info in max2012.
many thanks
Forum topic · Scripts Wanted
By 4strings4ever · 2013-01-25
Hi all,
I was wondering if someone could help me with this one ... I am looking for a script (or way) to display the active scene state in the viewport info in max2012.
many thanks
even more...
Anubis · 2013-01-25
I wonder if "active scene state" is not only a user made definition :) There no such mode/state/condition. The SSManager offer just capture and restore of scene state, and as before as and after that operations, the scene is open for editing.
barigazy · 2013-01-25
Makes sense. I think that is the scene mats, render options etc. are stored inside some *.ini or better *.xml inside max root or other autodesk folder. Menage State Sets dialog is just a simple loader, but which file use and where is it, that is a questions?
just speculation but...
Anubis · 2013-01-26
I think that it's stored inside the scene (.max) file.
:(
barigazy · 2013-01-26
Damn it!:) I don't know how to use maxSDK...
barigazy · 2013-01-25
First of all main problem is how to find which state(from Menage Scene State dialog list) is currently active. Even in max2013 sceneStateMgr have same methods (nothing changed)
http://docs.autodesk.com/3DSMAX/15/ENU/MAXScript-Help/index.html?url=fil…
interesting....
Anubis · 2013-01-25
Up to Max 2011 am not aware of any way to get the active scene state. Maybe since Max 2012 there is new function for that purpose?