prettyPixel
@prettypixel
New Member
Joined: Feb 14, 2024
Topics: 29 / Replies: 249
Reply
RE: mapVertices… again (or never again?)

(I erased the message copied twice by mistake)

21 years ago
Forum
Reply
RE: mapVertices… again (or never again?)

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…

21 years ago
Forum
Topic
Forum
Replies: 4
Views: 30
Reply
RE: meshtools problems

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…

21 years ago
Forum
Topic
Forum
Replies: 0
Views: 11
Reply
RE: Error – Please help

I’m sorry for this error hiphopclown… Thanks galagast The right code is: rollout myScriptRoll “my script” ( global nomprg=”my script” group “grou…

21 years ago
Forum
Reply
RE: Error – Please help

place your code between the brackets of “rollout ()” Something like that: rollout myScriptRoll “my script” ( global nomprg=”my script” group “group”…

21 years ago
Forum
Reply
RE: Maxscript Extrude.

to help you: for obj in selection do ( addmodifier obj (Extrude ()) — each modifier will be different obj.modifiers[#Extrude].amount = (random rE…

21 years ago
Forum
Reply
RE: Urgent!

something like this… sel=getCurrentSelection() savepath=getSavePath() — or savepath=”C:\\” if savepath!=undefined then ( for g in sel where isGrou…

21 years ago
Forum
Reply
RE: The timer is mysterious

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…

21 years ago
Forum
Topic
Forum
Replies: 2
Views: 43
Topic
Forum
Replies: 0
Views: 16
Reply
RE: unwrap multiple objects

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….

21 years ago
Forum
Reply
RE: unwrap multiple objects

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 …

21 years ago
Forum
Reply
RE: unwrap multiple objects

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…

21 years ago
Forum
Page 17 / 19