Hey! Thanks for the suggestion, I also tried with #filePostOpenProcess but 3dsMax still checks for the missing bitmaps first. I cannot use dialogmoni…
Thank you very much! Got it working!
Thank you Denis! But I’m having a small problem, I’m using: fn showTopmost name act:on = if (hwnd = windows.getChildHWND 0 name) != undefined do ( …
Yes! Thank you very much!
I have had the same problem. The only workaround I found was to create a startup ms that adds the actions back to the quick access toolbar with “qat.a…
deadalvs: you say you’re working on 2k10 ? because i’m on 2k09 … i guess this is why i get the error … the stuff in the other thread is too advanc…
D’oh! My fault, that’s the import dialog. This is an example for the export dialog: theINI = objExp.getIniName() setIniSetting theINI “General” “Us…
hey! I’m not an expert, and I may be wrong. But I think that you can’t set different export settings through maxscript for versions bellow 2010. Vers…
Pjanssen: Just by chance I was using the FileSystemWatcher in maxscript yesterday. Here’s a bit of code to get you started: This code watches for c…
Thanks! Sounds maybe a bit too advanced for me! But I’ll try anyway!