pymel.core.nodetypes.CharacterMap

Inheritance diagram of CharacterMap

class CharacterMap(*args, **kwargs)

class counterpart of mel function characterMap

This command is used to create a correlation between the attributes of 2 or more characters.

getMapAttr(**kwargs)

In query mode, this flag can be used to query the mapping stored by the specified map node. It returns an array of strings. In non-query mode, this flag can be used to create a mapping between the specified character members. Any previous mapping on the attributes is removed in favor of the newly specified mapping.

Derived from mel command maya.cmds.characterMap

getMapNode(**kwargs)

This flag can be used to map all the attributes on the source node to their matching attributes on the destination node.

Derived from mel command maya.cmds.characterMap

getMapping(**kwargs)

This flag is valid in query mode only. It must be used before the query flag with a string argument. It is used for querying the mapping for a particular attribute. A string array is returned.

Derived from mel command maya.cmds.characterMap

getProposedMapping(**kwargs)

This flag is valid in query mode only. It is used to get an array of the mapping that the character map would prvide if called with the specified characters and the (optional) specified mappingMethod. If a character map exists on the characters, the map is not affected by the query operation. A string array is returned.

Derived from mel command maya.cmds.characterMap

setMapAttr(val=True, **kwargs)

In query mode, this flag can be used to query the mapping stored by the specified map node. It returns an array of strings. In non-query mode, this flag can be used to create a mapping between the specified character members. Any previous mapping on the attributes is removed in favor of the newly specified mapping.

Derived from mel command maya.cmds.characterMap

unmapAttr(val=True, **kwargs)

This flag can be used to unmap the mapping stored by the specified map node.

Derived from mel command maya.cmds.characterMap

Previous topic

pymel.core.nodetypes.Character

Next topic

pymel.core.nodetypes.CharacterOffset

Core

Core Modules

Other Modules

This Page