pymel.core.system.Namespace

Inheritance diagram of Namespace

class Namespace
clean(haltOnError=True)
classmethod create(name)
classmethod getCurrent()
getNode(nodeName, verify=True)
getParent()
listNamespaces(recursive=False, internal=False)

List the namespaces contained within this namespace.

Parameters :
recursive : bool
Set to True to enable recursive search of sub (and sub-sub, etc) namespaces
internal : bool
By default, this command filters out certain automatically created maya namespaces (ie, :UI, :shared); set to True to show these internal namespaces as well
listNodes(recursive=False, internal=False)

List the nodes contained within this namespace.

Parameters :
recursive : bool
Set to True to enable recursive search of sub (and sub-sub, etc) namespaces
internal : bool
By default, this command filters out nodes in certain automatically created maya namespaces (ie, :UI, :shared); set to True to show these internal namespaces as well
ls(pattern='*', **kwargs)
move(other, force=False)
remove(haltOnError=True)
setCurrent()
shortName()
splitAll()

Previous topic

pymel.core.system.FileReference

Next topic

pymel.core.system.Path

Core

Core Modules

Other Modules

This Page