|
I have a couple things selected at once in the graph editor, what would be the key or procedure to key select everything i have there, on a given frame.
|
|
|
niccwhite 11 January 2011 02:54 AM
I have a couple things selected at once in the graph editor, what would be the key or procedure to key select everything i have there, on a given frame.
If you want to select every key at a certain frame or frame range (for the selected objects), try this:
// select all the animation of the active objects, range 0-30
//
selectKey -time "0:30";
Take a look at the selectKey command docs for other options.
http://download.autodesk.com/us/maya/2011help/Commands/selectKey.html
Is this what you’re trying to accomplish?
|
|
|