Good plan! I’ve never made a scripted modifier. This one is perfect for it. Thanks for the suggestion. I’ll post it when I do it.
Thanks! I’ll probably upgrade it sometime, but what I wrote fits my needs perfectly. When I do, I’ll definitely do the combination (XY, XZ, Z, etc.) …
That double-single quote trick is pretty sweet! I’ll try and remember that one. Got any tricks for file paths? trying to constantly escape out all the…
You may need to put a slash before the “-” character to escape it: execute “$My-box” $Box:My-Box @ [35.599663,-38.134167,0.000000]
As usual, if I’m pounding my head against a wall for 2 days, I should post here then I’ll figure out my problem immediately Before 09 you didn’t nee…
I should add that I’m using MAX 2009 Design 64 bit. I’ve tried to run the demo script in the Biped Footprints reference: — create a Biped bipObj = b…
That’s awesome. That really helps me out! I’ll try and work it into my master script next week. –Tom
Lameola. :shrug: I’m guessing a dlu is a compiled C++ thing, right? i guess I’ll stick to a floating dialog thing. thanks bobo.
I got it. I can either get the value from the open window by doing somehting like: myscript.mapPath.text = gTextureBakeDialog.rollouts.commonBakePr…
After 2 days of breaking my back over this. I finally have it!!! The secret was to only work on a single selection at a time. I accomplished this by…