Hey Bobo, damn you beat me to the punch…again. I tried your sciprt in max5 and it seems to work fine. Nice work. Falfa- I too decided to write someth…
Aha I see. I’m on max5 here. Thanks for the info Cooper. CML
Alright, I tried the other way of doing it and it’s blazing fast:) Here’s the code I use if anybody is interested: uv = modpanel.getcurrentobject()…
Bobo- Thanks, I don’t know how it is in later versions of max but in my max5, for such a conversion to work, all of the mapfaces verts must be selecte…
Bobo- Thanks, but it’s not so much the getting of the mapverts that’s taking time, it’s when I want to select verts in the $.baseobject based on the s…
Bobo- Oh yes, of course I need to check all faces. I didn’t think about that. It works ok now both ways, but it’s terribly slow to go from the uvw’s t…
alright, found these: polyop.getMapFace $.baseobject 1 … [size=2]polyop.getFaceVerts $.baseobject …[/size] [size=2][/size] [size=2]Those two should d…
Bobo- Thanks, hmm that’s a way I have tried already. I get the faces a vertex is using, pick one of those faces and check wich vertnumber the initial …
Yes Rens is right, to write it in an easy way you could just put a – before your Point3 like so: -[1,1,1] CML
Bobo- Alright thanks, I tried it some and I can see the difference. The tool I was working on seems pretty ready now:) . It’s a “mode” you can enter …
hey, thanks a lot for the help! Bobo- That sounds like a good idea, but I can’t get it to work. Can you post a easy example of how it should be used …