Go to: Synopsis. Return value. MEL examples.

Synopsis

listTransforms (string $flags)

This procedure returns an array of all the parents of the objects returned by the use of the 'ls' command.

Return value

None

Arguments

Variable Name Variable Type Description
$flagsstring- String containing flags and arguments to the 'ls' command.

MEL examples

 // Select the transforms for all cameras:
 select -r `listTransforms -cameras`;