pymel.core.nodetypes.DynGlobals

Inheritance diagram of DynGlobals

class DynGlobals(*args, **kwargs)

class counterpart of mel function dynGlobals

This node edits and queries the attributes of the active dynGlobals node in the scene. There can be only one active node of this type. The active dynGlobals node is the first one that was created, either with a “createNode” command or by accessing/editing any of the attributes on the node through this command.

getActive(**kwargs)

This flag returns the name of the active dynGlobals node in the the scene. Only one dynGlobals node is active. It is the first on created. Any additional dynGlobals nodes will be ignored.

Derived from mel command maya.cmds.dynGlobals

getListAll(**kwargs)

This flag will list all of the dynGlobals nodes in the scene.Flag can appear in Create mode of commandFlag can have multiple arguments, passed either as a tuple or a list.

Derived from mel command maya.cmds.dynGlobals

getOverSampling(**kwargs)

This flag will set the current overSampling value for all of the particle in the scene.

Derived from mel command maya.cmds.dynGlobals

setOverSampling(val=True, **kwargs)

This flag will set the current overSampling value for all of the particle in the scene.

Derived from mel command maya.cmds.dynGlobals

Previous topic

pymel.core.nodetypes.DynController

Next topic

pymel.core.nodetypes.DynHolder

Core

Core Modules

Other Modules

This Page