(I erased the message copied twice by mistake)
Apparently, you can get back a vertex from a map vertex, but not the opposite. Not directly… Then, I used a function wich bobo put on the forum in an…
You could try to just run “Grants-poovSaw.mcr” using the MAXScript item in the Main Menu (Run Script) If the error persist, the error is in the script…
I’m sorry for this error hiphopclown… Thanks galagast The right code is: rollout myScriptRoll “my script” ( global nomprg=”my script” group “grou…
place your code between the brackets of “rollout ()” Something like that: rollout myScriptRoll “my script” ( global nomprg=”my script” group “group”…
to help you: for obj in selection do ( addmodifier obj (Extrude ()) — each modifier will be different obj.modifiers[#Extrude].amount = (random rE…
something like this… sel=getCurrentSelection() savepath=getSavePath() — or savepath=”C:\\” if savepath!=undefined then ( for g in sel where isGrou…
thanks you very much PEN, it’s exactly what I wished! the function timestamp() work in all cases I did not think of using the hour of the system :arg…
Ok now the script can support mirroired objects Well First, thanks to ’ hunter ’ to give me the code to know if an object is mirroired: if ((obj….
It is exact! I have just make a test with a mirroired object using “copy mode” and the UVs are false :bounce: I resolved manually this problem using …
I think this problem comes from any object which is an “instance” or a “reference”. The miror in itself isn’t the problem. But by definition an instan…