pymel.core.animation.ubercam

ubercam(*args, **kwargs)

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

Derived from mel command maya.cmds.ubercam

Example:

import pymel.core as pm

import maya.cmds as cmds

camera = pm.shot('myUbercam');

Previous topic

pymel.core.animation.timeWarp

Next topic

pymel.core.animation.volumeBind

Core

Core Modules

Other Modules

This Page