I'm really puzzled by this, it's not necessarily a scripting question, but it's a problem that prevents a script from working on multiple installs. Problem: the material editor window width seems to differ randomly (probably not, but seems so) between different max installs on different computers. Some computers will have…
a hard way to do it would be through some win32 just found out a lot is possible so with the SetWindowPos function it might work example http://forums.cgsociety.org/showthread.php?t=898647 but an easier way would be to edit the max ini, it's strange that it resets if you'd get it to work you could do a setINISetting…
Interesting, glad to get some replies as most forums look like a dead end. Raven: thanks, the win32 stuff looks powerfull but some bits are beyond my understanding at the moment. I get the hwnd stuff and all, but not a lot of the supporting code. I tried setting the ini through maxscript already: same result, you can…