Copy vectorpoints to a different layer and keep pointbinding

Wondering how to accomplish a certain animation task? Ask here.

Moderators: Víctor Paredes, Belgarath, slowtiger

Post Reply
User avatar
Lukas
Posts: 1336
Joined: Fri Apr 09, 2010 9:00 am
Location: Netherlands
Contact:

Copy vectorpoints to a different layer and keep pointbinding

Post by Lukas »

Hi all,

I need a way to copy many layers into a new layer. And keep the way they are bound.

Basicly what I want to achieve is to go from this:

Code: Select all

+ Bone group
    - Arm1
    - Arm2
    - Body
To this:

Code: Select all

+ Bone group
    - New layer (Containing copies of all points in Arm1, Arm2, Body)
    - Arm1
    - Arm2
    - Body
Right now the only way I've found is duplicating vector layers, BUT I can't merge them.
Is there a way to merge layers?

OR

Is there a way to copy vector points to a different layer and keep the binding info. (Which points are bound by pointbinding, which are by flexible binding, etc)

The points DO remember all the keyframes in smartbone actions etc, but not what bones they are bound to and it's frustrating. Anyone have a clue how to do this?
Post Reply