Go to: Synopsis. Return value. Keywords. Python examples.

Synopsis

ubercam([string])

Note: Strings representing object names and arguments must be separated by commas. This is not depicted in the synopsis.

ubercam is undoable, NOT queryable, and NOT editable.

Use this command to create a "ubercam" with equivalent behavior to all cameras used by shots in the sequencer.

Return value

stringUbercam name

Keywords

sequencer, shot, camera

Python examples

import maya.cmds as cmds

camera = cmds.shot('myUbercam');