Here is the code to check if a particular dialog is open. In the sample the “Extrude Polygons”. It returns the handler if found, or undefined if not f…
Thanks Galagast, I’m going to look into it, seems to be what I need. Just found some of the voodoo magic left by ZeBoxx2 in this thread too. The idea…
Hi Paul, do you necessarily need it to be dotNet? You can query the modifier keys status with: keyboard.shiftPressed keyboard.controlPressed keyboard…
Hi hotknife, take a look at FormattedPrint in MaxScript Reference. It provides a lot of options. Enrico
Thanks Jonathan, I’m quite sure now the value is static and can rely on it. More confirmations are still welcome. Keep on coding… See you soon with I…
Thank you Johan, knowing it works in 2009, allows me to assume it works for 2008 as well, now I miss a 2010. I guess 32/64 bits don’t make any differe…
I’m glad it helped, I went through the same steep path months ago, but in the end it’s fairly rewarding. I forgot to mention to take a look at: …\max…
Hi Canna, you can find (almost) all the answers in 3ds Max 2010 SDK Help in the section: – 3ds Max SDK Programmer’s Guide – 3dsMax Features …
So it won’t work on viewports and standard interface, right? Any solution for that? (SDK apart) Enrico
That’s awesome! Thank you very much Denis for your effort. I’ll make good use of that Enrico p.s. As soon as I’m done with PainterInterface based …
If I get it right I need the ID to change the color through: <boolean>colorMan.setColor <string>color <point3>colorValue where <…