Is it possible to return current viewport camera as an object with pymel?
I got this far and I am lost
from pymel.core import *
pan = getPanel( withFocus=True )
If I just return a camera as an unicode string I can't do things like this right?
cam.setFocalLength(24)
Any help would be very much appreciated!
