Hello polyhertz and thanks for your reply. Did you corrected the provided code ? I just tried it but it doesn't work. I'm a maxscript beginner so i don't know how to achieve what you're talking about. The would be kind of you if you could maybe provide the code [by position method] as i really don't know about it.
Here I did it... after 4 years, lol :D I've found this thread in google. I hope you still need this... lol It's unoptimized and slow though. If someone can help to speed it up - I will appreciate. Here is the code (slow, but should work for instanced modifier): And another one (faster, but will work only for single object…
I made a slightly faster version (it's missing the checks FishMans script has and unwrap needs to be the first modifier, but those should be easy enough to fix), the most expensive calls seems to be the conversions, setters and getters. I'm guessing that the relation between vert/edge/faces neighbours aren't stored and…