Thank you very much for all of that. I'll run the first script with edits when I get home to test it out and report back, however what you've told me makes sense to me. Also thank you for those references to the interface of the unwraps. That issue has been plaguing me for a while.
This should show you all the Unwrap2 commands: showinterface unwrap_uvw.unwrap2 When using a single unwrap mod on multiple objects you should use the ByNode commands available in the Unwrap6 interface. They are basically duplicates of the same commands with an extra parameter to specify the object to operate on.…
Hey currently I'm trying to sort through this piece of code that I've edited from one of @Ojah 's old posts. fn F_moveUV movePos = ( if selection.count >= 1 do ( SEL = selection as array for i = 1 to SEL.count do ( print SEL[i] objMod = SEL[i].modifiers[#unwrap_uvw] objMod.unwrap2.faceToVertSelect() print objMod vArray =…