/
createKey
createKey
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;
Additional information
Related commands
, multiple selections available,
Related content
zeroKey
zeroKey
More like this
selectProperty
selectProperty
More like this
setPosition
setPosition
More like this
setProperty
setProperty
More like this
pasteKeys
pasteKeys
More like this
getSelectedKeys
getSelectedKeys
More like this