Copy tags from on object to a duplicate object
-
On 13/04/2014 at 10:41, xxxxxxxx wrote:
I have a script that will create essentially a duplicate of an object and then bake it to PLA. However, it creates this duplicate without any of the tags of the previous object. What is the best way to transfer the tags via python? I was looking at CopyTagsTo, but in just a simple poly example, it only does either the phong, OR the UVW tag. How can I effectively transfer all the tags(Phong, UVW, Textures, and selection tags namely). Trying to find a workflow for cleaning up interpenetrations post animation in a short pipeline.
-
On 14/04/2014 at 07:58, xxxxxxxx wrote:
Hi Bret
Maybe clone tags to op byC4DAtom.GetClone(0)?!