pymel.core.nodetypes.HikEffector

Inheritance diagram of HikEffector

class HikEffector(*args, **kwargs)
getAuxiliaryEffectors()

Returns an array of the auxiliary effectors associated with this effector. Auxiliary effectors are used by humanIK to act as additional pivots.

Return type:PyNode list

Derived from api method maya.OpenMayaAnim.MFnHikEffector.getAuxiliaryEffectors

getEffColor()

Retrieve the cached humanIK color of this effector.

Return type:Color

Derived from api method maya.OpenMayaAnim.MFnHikEffector.getEffColor

getPivotOffset()

Retrieve the pivot offset of this effector.

Return type:Vector

Derived from api method maya.OpenMayaAnim.MFnHikEffector.getPivotOffset

setEffColor(color)

Set the humanIK color for this effector.

Parameters :
color : Color

the new color

Derived from api method maya.OpenMayaAnim.MFnHikEffector.setEffColor

setPivotOffset(vector)

Set the pivot offset for this effector.

Parameters :
vector : Vector

the new pivot offset

Derived from api method maya.OpenMayaAnim.MFnHikEffector.setPivotOffset

Previous topic

pymel.core.nodetypes.HierarchyTestNode3

Next topic

pymel.core.nodetypes.HikFKJoint

Core

Core Modules

Other Modules

This Page