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.
Data editing
createKey |
None
None
void
// A key is created on the XYZ Translation properties of the markers // LMWT, and LFWT. selectProperty "TranslationX" "TranslationY" "TranslationZ"; select LMWT LFWT; createKey; |