So I didn't get the same error you have above. MaxScript usually tells you the line that it errored on, that's a good place to start. The error I see is that you are trying to select an array of Point3 values (resultsuvs). The select commands only work on bitArrays. There are several workflow improvements you can make to…
Hey Polycount! I got a (newbie) Maxscript question. The task seems fairly simplistic but I keep running into technical issues. Here's what I wanna do: -make a cycle that takes every UV vertex, calculates its' distance to every other UV of the model; -for every pair of UV vertices check distance between them; -if some of…