Paul, he means the modifier, that only works on Editable_Poly I rarely use the edit_poly mod but here are some pointers: I’m not sure about moving v…
Restart max and try to run it again. If it doesn’t work, then it’s because some arrays are not set just like you say. It’s also a Macroscript. This is…
MerlinEl: –First get autoback files: –Second Use a loop to compare flies modification date: getFileModDate <filename_string> Is there a sim…
I used used the INI file like this: lastFileName=getINISetting (getDir #maxRoot+”3dsmax.ini”) “FileList” “File1” shortFileName=getFilenameFil…
Yes more documentation for the SDK would be quite lovely. I had an enormous headache when I tried to figure out how the editable_poly objects works. M…
Can you call normal functions from MaxScript so that it works fine? I know the functions in the structs should behave exactly like normal functions (…
Damn, I hope they fix that. I’m using that feature and it’s working fine in max8 /Andreas
Bobo, if you are still helping Autodesk with the manual could you make this information a little easier to find. For example add it to the Standard Op…
Great job guys! I’ve been working on a tool like this for a few months. Most fun I had in a while. I asked our TCO if I’m allowed to release my tool …
He, don’t waste 6 hours working before posting. Some tips on finding paranthesises. First use the Ctrl+B as suggested above. However often this does…
I made a small update so that the function also returns False, if we have empty arrays of objects. For example if you write $sphere* and there is no s…