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 …
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…
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,…
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
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…
Indeed moveSelection does not seem to work. objSource=$target objDest=$source theVerts=#{1..objSource.numVerts} theVertsPos=for v in theVerts collect…
That seems very easy objSource=$source objDest=$target theVerts=#{1..objSource.numVerts} for v in theVerts do ( coord=polyOp.getVert objSource v me…
using the addition instead of the multiplication seems to give better results. in the code: append OBBvolArrayLev3 (currentOBB.size.x + currentOBB.s…
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 …
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.
I have to use “inverse”… q=inverse (eulerToquat ea) just that