Go to: Synopsis. Return value. MEL examples.

Synopsis

srtContext

srtContext is undoable, queryable, and editable.

This command can be used to create a combined transform (translate/scale/rotate) context.

Return value

string- name of the newly created context

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

MEL examples

// To see if an srtContext named "Transform" exists:
srtContext -q -exists Transform;