Ok, to make this more interesting I’m sharing the stuff I built. Attached is the EXE file which sends MXS Commands to 3dsmax. It works fine when we …
yes, simple stuff like sending “max preview”, no issues. problem starts with the complicated stuff, like creating custom dialogs,rollouts. The code b…
Your code works fine, but it require object to be selected. My code works fine, but it require exact naming. If we can club these two then it will b…
This is my Code, it doesn’t require object to be selected. tarObj = $* as array objwithMS = for i in tarObj collect if (superclassof i == GeometryCl…
Sorry for barging in but I was searching for something like this. Its helpful but it didn’t work if I rename the modifiers. Like I want to delete al…
Fully agree!! Even the 鈥渨indows.sendMessage hwnd CB_SETCURSEL 1 0鈥?line is sufficient to do the selection, as per my tests. But in the Make Preview Di…
You rock man! :bowdown: I just commented the line which turns the lock back, since there is no point locking the values again, If we lock, then the v…
Hi denisT, These spinners doesn’t have anything attached to them. How do we send a message to set custom values? Just give me a light!
Thanks denisT, I saw that post earlier today and was trying to get things done from that. Still no luck, but I’ll keep trying! Yes, its Nitrous. I …
No Replies!!
I was searching something like this only.