Description
Creates a key on the selected properties of the selected modules at the current frame. The value set for the key is a value interpolated from surrounding keys, if any exist. If none exist the values are 0, 0, 0.
Functional area
Data editing
Command syntax
Syntax
createKey |
Arguments
None
Flags
None
Return value
void
Examples
// A key is created on the XYZ Translation properties of the markers
// LMWT, and LFWT.
selectProperty "TranslationX" "TranslationY" "TranslationZ";
select LMWT LFWT;
createKey;