- Why this is broken?
- "3d" is part of that magic world where everything can happen... ... or not.
Tuesday, November 2, 2010
Loop in all objects
import pymel.core as pm
allObjects = pm.ls( geometry=True, lights=True, cameras=True )
for obj in allObjects:
print obj +" is a "+ pm.objectType( obj )
allObjects = pm.ls( geometry=True, lights=True, cameras=True )
for obj in allObjects:
print obj +" is a "+ pm.objectType( obj )
Subscribe to:
Posts (Atom)