PDA

View Full Version : Hotkey for selected attribute


goosh
01-15-2003, 06:10 PM
Hi

I was wondering if there is a way to key just the selected attribute with a hotkey (I can't find it in the Setup for Hot Keys)

I know that say with E you set a key to the rotation of the selected objects, but I sometimes working on just one attribute alone (say rotateY) and would like just to quickly (withouth having to right click on it) set a key on it

Any ideas?

Thanks

Goosh

wrend
01-16-2003, 02:11 PM
hey goosh, you can customise the behaviour of setKeyframe to drop keys only for selected channels in CBox. set it to All Keyable Attribs to get that control.

goosh
01-16-2003, 04:40 PM
Beauty.. thanks..

I never thought of looking in the obvious places :bounce:

Goosh

svenip
01-16-2003, 05:06 PM
or write a little script


=======================================
global string $gChannelBoxname;
string $mainAttributes[] = `channelBox -q -selectedMainAttributes $gChannelBoxname`;

for($attr in $mainAttributes)
setKeyframe -at $attr;
=======================================

don't have maya here so there may be a little fault, but should work (i think)

Molte
01-17-2003, 01:51 AM
Is it possible to set a hot key to toggle x-ray, on-off?

CGTalk Moderation
01-14-2006, 04:02 AM
This thread has been automatically closed as it remained inactive for 12 months. If you wish to continue the discussion, please create a new thread in the appropriate forum.