pymel.core.general.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.
- _the_instance = <pymel.core.general.Scene object at 0x1932cd50>¶