pymel.core.animation.jointDisplayScale

jointDisplayScale(*args, **kwargs)

This action modifies and queries the current display size of skelton joints. The joint display size is controlled by a scale factor; scale factor 1 puts the display size to its default, which is 1 in diameter. With the plain format, the float argument is the factor with respect to the default size. When -a/absolute is used, the float argument refers to the actual diameter of the joint display size. In query mode, return type is based on queried flag.

Flags:
  • absolute : a (bool) [create,query]

    Interpret the float argument as the actual display size as opposed to the scale factor.

  • ikfk : ik (bool) [create,query]

    Set the display size of ik/fk skeleton joints. Flag can have multiple arguments, passed either as a tuple or a list.

Derived from mel command maya.cmds.jointDisplayScale

Previous topic

pymel.core.animation.jointCluster

Next topic

pymel.core.animation.jointLattice

Core

Core Modules

Other Modules

This Page