Go to: Synopsis. Return value. MEL examples.
snapshotModifyKeyCtx
snapshotModifyKeyCtx is undoable, queryable, and editable.
Creates a context for inserting/delete keys on an editable motion trailstring | (name of the new context) |
In query mode, return type is based on queried flag.
// Create an insert key context string $ctx = `snapshotModifyKeyCtx`; setToolTo $ctx;