Hello,
I'm trying to combine UVW tags so I can use one texture for several objects (without having to go through the Bodypaint Setup Wizard). I have found a method that is successful:
- Run the Connect command on the objects
- Run the UVCommand "Realign"
- Separate the objects
- Copy the UVW tag of the separated object to the original object
I'm trying to write a script that does this. The trouble comes with step 3: Separate the objects. When I use the "Polygon Groups to Objects" command, this method works.
Often, though, I don't want to separate all of the objects completely; I just want to realign the existing UV islands and keep the polygon groups as one object. So I tried a different method: combining them with polygon Selection Tags for each object, selecting each object with a Selection Tag, then running the Split modeling command (as described in this forum post: https://plugincafe.maxon.net/topic/8716/11415_how-to-create-polygonobj-from-selection-solved/4).
For some reason, this Split seems to rearrange the points, because when I drag the split object's UVW tag to the original geometry, many of the points jump to the same UV space.
Can someone please help me separate objects using Selection Tags (or another method) without separating all the polygon groups while maintaining the point order so I can copy the UVW tag to the original object?
Thank you!