pymel.core.animation.ubercam

ubercam(*args, **kwargs)

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

Derived from mel command maya.cmds.ubercam

Example:

import pymel.core as pm

camera = pm.shot('myUbercam');