Go to: Synopsis. Return value. MEL examples.

Synopsis

snapshotModifyKeyCtx

snapshotModifyKeyCtx is undoable, queryable, and editable.

Creates a context for inserting/delete keys on an editable motion trail

Return value

string(name of the new context)

In query mode, return type is based on queried flag.

MEL examples

// Create an insert key context
string $ctx = `snapshotModifyKeyCtx`;
setToolTo $ctx;