Page 1 of 1
Plotting parent animations to child
Posted: Tue Apr 19, 2011 3:52 pm
by DarthD.U.C.K.
i made new weaponanimations amd made the left hand child of the right hand etc. so the weapon is being grabbed properly all the time. the problem is that now that i want to export the animations i somehow have to either plot the translations made by the parent (right hand) to the child (left hand) or transform the local transformations into global ones so that once the left hand isnt child of the right hand anymore, it still moves the same way.
does anybody has an idea how to do that or ho to solve the problem another way?
Re: plotting parent animations to child
Posted: Tue Apr 19, 2011 10:06 pm
by The Nasal Abyss
Have you tried adding keyframes for the child bone? I don't know much about animation, but if the position of a bone changes in any way you could probably add keyframes for the particular bone and retain that movement.
Plotting constraint animations
Posted: Tue Apr 19, 2011 10:36 pm
by AceMastermind
Without knowing all the details of this would-be animation, instead of parenting you could just create a null outside the to-be-exported hierarchy where it would be located at the weapon position then pose constrain (enable CnsComp first!) both arm effectors to it, then direction constrain both hand bones to the same null, then animate the null and plot the animation to the bones.
Re: Plotting parent animations to child
Posted: Fri May 13, 2011 6:13 am
by DarthD.U.C.K.
its a bit late, but thank you for the replies!
i created a null where the left hand is, made it child of the right hand and contrained the left hands pose to that null.