Raptor235
02-22-2002, 08:41 PM
Hi there I wrote a small script a while back and I need to change it right now I'm just not sure how, I'm using it to add inbetween keys to a selected character set the only problem is that I have to be in graph editor and have everything selected there to add the keys I would like to do it when I'm just in any view, so I think I need the name for currentCharacter and so it adds keys to every object in the current character here is the script and the stuff in bold is I think what I have to change pls help me out thanks
$timeNow = `currentTime -query`;
keyframe -time ($timeNow + ":") -relative -timeChange 15 -option over -animation objects graphEditor1FromOutliner;
$timeNow = `currentTime -query`;
keyframe -time ($timeNow + ":") -relative -timeChange 15 -option over -animation objects graphEditor1FromOutliner;
