PDA

View Full Version : creat key help


mikechen6996
09-23-2010, 03:40 AM
:help:Can Lscript to realize the selected items only in position to create the key frames

nickdigital
09-23-2010, 11:43 AM
You can toggle on and off which channels you want to key. Is this what you're asking?

mikechen6996
09-23-2010, 07:52 PM
I want to pressed Hot Key to key Position or Rotate channels,like modo or maya's key specific functions,In the animation to save time

like this:

@warnings
@name creatkye time

generic
{
getCurrentBones();
CreateKey("<time>",Position );
}


It's not work,I sorry for my poor script

nickdigital
09-23-2010, 07:59 PM
Ah ok I think I understand. You want to be able to hotkey only keying specific groups/channels. I don't believe LW does that natively and I've never seen a script/plug-in for that.

As for scripting I can't help you there. You could try posting your question in the scripting forum as well.