pymel.core.general.Scene

Inheritance diagram of Scene

class Scene(*p, **k)

The Scene class provides an attribute-based method for retrieving PyNode instances of nodes in the current scene.

>>> SCENE = Scene()
>>> SCENE.persp
nt.Transform(u'persp')
>>> SCENE.persp.t
Attribute(u'persp.translate')

An instance of this class is provided for you with the name SCENE.

Previous topic

pymel.core.general.PyNode

Next topic

pymel.core.general.SubdEdge

Core

Core Modules

Other Modules

This Page