pymel.core.nodetypes.PairBlend

Inheritance diagram of PairBlend

class PairBlend(*args, **kwargs)

class counterpart of mel function pairBlend

The pairBlend node allows a weighted combinations of 2 inputs to be blended together. It is created automatically when keying or constraining an attribute which is already connected.Alternatively, the pairBlend command can be used to connect a pairBlend node to connected attributes of a node. The previously existing connections are rewired to input1 of the pairBlend node. Additional connections can then be made manually to input2 of the pairBlend node. The pairBlend command can also be used to query the inputs to an existing pairBlend node.

getInput1(**kwargs)

Returns a string array of the node(s) connected to input 1.

Derived from mel command maya.cmds.pairBlend

getInput2(**kwargs)

Returns a string array of the node(s) connected to input 2.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.pairBlend

Previous topic

pymel.core.nodetypes.OrientationMarker

Next topic

pymel.core.nodetypes.ParamDimension

Core

Core Modules

Other Modules

This Page