/
pasteKeys
pasteKeys
Description
Pastes keys from the clipboard onto the selected channels of the selected module at the current frame
The pasteKeys command may only be used under these conditions:
- Exactly one module is selected
- A single channel selection is made within only one Property of the module
Keys are then pasted starting at the current frame, unless the useFrame
option is used to specify a different starting frame.
Functional area
Data editing
Command syntax
Syntax
pasteKeys [-useFrame integer] |
Arguments
None
Flags
Name | Flag arguments | Argument type | Exclusive to | Comments |
---|---|---|---|---|
useFrame | 1 | integer | — | Frame number at which to start pasting. If this option is not specified, the paste operation will begin at the current frame. |
Return value
void
Examples
// Select the X Rotation channel of the module right_foot, and paste // the keys within the clipboard to those channels, beginning at the // current frame. select right_foot; selectProperty "RotationX"; pasteKeys;
Additional information
Related commands
, multiple selections available,
Related content
createKey
createKey
More like this
getSelectedKeys
getSelectedKeys
More like this
selectKeys
selectKeys
More like this
zeroKey
zeroKey
More like this
selectProperty
selectProperty
More like this
findDeviantKeys
findDeviantKeys
More like this