the posted block of code works fine on my machine (Max 8 sp3) doesn’t give me any error if I open another max file (while the rollout is running) Afte…
isn’t maxfilepath what you’re looking for?
oops … thanks, bobo macroScript ResetXForm category:”reseting” ( on isEnabled return selection.count > 0 on execute do ( $.pivot = […
And this would also convert the object into a editable poly (only if SHIFT is pressed) So, you could use the same code to generate mesh or poly as the…
macroScript ResetXForm category:”reseting” ( on isEnabled return selection.count > 0 on execute do ( $.pivot = [0,0,0] resetXForm sel…
post both, please
You could localize i the following way. If you use this code block again by changing the value of i to say 20, listener will print out 2 values for yo…
to check paranthesis : put the cursor just before the bracket and press CTRL B, it should select all code in that bracketed loop/block. if it doesn’t…
hey … never knew this before ! thanks
k, got it … on the page BipedKey : MAXObject in the reference
ok … got it … added a mouse tool in there, and it works fine
The sweep modifier converts the line into a mesh, hence the message that the mod is invalid. You could simply disable this modifier before adding norm…