flumpa
08-15-2007, 08:19 PM
Hi
Is it posible to select multiple joints in a rigg and Copy/Paste the keys front or back in time to the original joints?
I always got the problem that ondly one joint will past his keys to all of the other.
I want to do this:
I select 3 joints in my rigg, the "shoulder" ,"elbow" and the "hand".
Then i select my Keys that i want to copy "100 to 120", and paste to "80 -> 100".
This script exemple select all animation in my scen. and the Copy/Paste works fine!
Is it poseble to modify this skript so it ondly grabs animation from selected joints?
Right now the problem is that i get all keys in the whole rigg/Scen when i use this skript.
{
$SEL = `ls -typ animCurveTA -typ animCurveTU -typ animCurveTL`;
select -r $SEL;
}
// Henrik
Is it posible to select multiple joints in a rigg and Copy/Paste the keys front or back in time to the original joints?
I always got the problem that ondly one joint will past his keys to all of the other.
I want to do this:
I select 3 joints in my rigg, the "shoulder" ,"elbow" and the "hand".
Then i select my Keys that i want to copy "100 to 120", and paste to "80 -> 100".
This script exemple select all animation in my scen. and the Copy/Paste works fine!
Is it poseble to modify this skript so it ondly grabs animation from selected joints?
Right now the problem is that i get all keys in the whole rigg/Scen when i use this skript.
{
$SEL = `ls -typ animCurveTA -typ animCurveTU -typ animCurveTL`;
select -r $SEL;
}
// Henrik
