I finally got my script working except none of the bone attributes are being applied at the end... I think because of this incorrect reference to the big table with all the stuff in it. I don't get an error so I think there are two tables being created with the same name.
For instance:
Code: Select all
self.pasteOptions
Code: Select all
HV_PasteBones.pasteOptions
Is this the same thing? I need to create new bones on a layer from the table and then apply the attributes copied from the other layer from this same table to the new bones.
If the table itself is used both for copying and pasting do I need to use "self" at all?
I will probably figure this out 5 minutes after posting... but it gets my brain rolling to write it down.
-vern