prettyPixel
@prettypixel
New Member
Joined: Feb 14, 2024
Topics: 29 / Replies: 249
Reply
RE: morphMap – automatic unwrap uvw

Thanks to everyone for your support I have just updated the script to avoid the error if there is no outline. Download the script again and you will …

19 years ago
Forum
Reply
RE: morphMap – automatic unwrap uvw

Thanks for the feedback About the wishlist : 1- the first idea seems easy to implement. No problem. 2- About the second problem. Is it possible th…

19 years ago
Forum
Topic
Forum
Replies: 19
Views: 69
Reply
RE: a bit strange for me…

Thanks Bobo Bobo: An edge in EPoly can have 0 to 2 polygons. Really 0 ? So I can create an edge with 2 isolated vertices. yeaah… of course,…

19 years ago
Forum
Reply
RE: a bit strange for me…

Oh I see… There are 2 edges at the same place in a mesh. The structure is realy different to a poly… sorry for this stupid question

19 years ago
Forum
Topic
Forum
Replies: 3
Views: 15
Reply
RE: how I get diference between to arrays?

Hello If the order of your elements does not have any importance you could use this: a=#(1,2,3,4,6) b=#(1,3) theDifference=(a as bitarray – b as bita…

19 years ago
Forum
Reply
RE: align vertex

Indeed moveSelection does not seem to work. objSource=$target objDest=$source theVerts=#{1..objSource.numVerts} theVertsPos=for v in theVerts collect…

19 years ago
Forum
Reply
RE: align vertex

That seems very easy objSource=$source objDest=$target theVerts=#{1..objSource.numVerts} for v in theVerts do ( coord=polyOp.getVert objSource v me…

19 years ago
Forum
Reply
RE: OBB oriented bounding box

using the addition instead of the multiplication seems to give better results. in the code: append OBBvolArrayLev3 (currentOBB.size.x + currentOBB.s…

19 years ago
Forum
Topic
Forum
Replies: 1
Views: 15
Reply
RE: Undo function/uv changes?

This is why I use the modifier UNWRAP now. I stopped making modifications on the uvs directly in the poly. To delete the modifier is equivalent to an …

19 years ago
Forum
Reply
RE: Undo function/uv changes?

I had the same problem and I never found a solution. Maybe it isn’t possible with maxscript ? But I hope that somebody will tell us the opposite.

19 years ago
Forum
Reply
RE: [help] euler rotation

I have to use “inverse”… q=inverse (eulerToquat ea) just that

19 years ago
Forum
Topic
Forum
Replies: 1
Views: 15
Page 2 / 19