pymel.core.nodetypes.JointCluster

digraph inheritancee5905ec5e0 { rankdir=TB; ranksep=0.15; nodesep=0.15; size="8.0, 12.0"; "Cluster" [fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",URL="pymel.core.nodetypes.Cluster.html#pymel.core.nodetypes.Cluster",style="setlinewidth(0.5)",tooltip="class counterpart of mel function `cluster`",height=0.25,shape=box,fontsize=8]; "WeightGeometryFilter" -> "Cluster" [arrowsize=0.5,style="setlinewidth(0.5)"]; "DependNode" [fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",URL="pymel.core.nodetypes.DependNode.html#pymel.core.nodetypes.DependNode",style="setlinewidth(0.5)",height=0.25,shape=box,fontsize=8]; "PyNode" -> "DependNode" [arrowsize=0.5,style="setlinewidth(0.5)"]; "GeometryFilter" [fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",URL="pymel.core.nodetypes.GeometryFilter.html#pymel.core.nodetypes.GeometryFilter",style="setlinewidth(0.5)",height=0.25,shape=box,fontsize=8]; "DependNode" -> "GeometryFilter" [arrowsize=0.5,style="setlinewidth(0.5)"]; "JointCluster" [fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",URL="#pymel.core.nodetypes.JointCluster",style="setlinewidth(0.5)",tooltip="class counterpart of mel function `jointCluster`",height=0.25,shape=box,fontsize=8]; "Cluster" -> "JointCluster" [arrowsize=0.5,style="setlinewidth(0.5)"]; "ProxyUnicode" [fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",URL="../pymel.util.utilitytypes/pymel.util.utilitytypes.ProxyUnicode.html#pymel.util.utilitytypes.ProxyUnicode",style="setlinewidth(0.5)",height=0.25,shape=box,fontsize=8]; "PyNode" [fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",URL="../pymel.core.general/pymel.core.general.PyNode.html#pymel.core.general.PyNode",style="setlinewidth(0.5)",tooltip="Abstract class that is base for all pymel nodes classes.",height=0.25,shape=box,fontsize=8]; "ProxyUnicode" -> "PyNode" [arrowsize=0.5,style="setlinewidth(0.5)"]; "WeightGeometryFilter" [fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",URL="pymel.core.nodetypes.WeightGeometryFilter.html#pymel.core.nodetypes.WeightGeometryFilter",style="setlinewidth(0.5)",height=0.25,shape=box,fontsize=8]; "GeometryFilter" -> "WeightGeometryFilter" [arrowsize=0.5,style="setlinewidth(0.5)"]; }

class JointCluster(*args, **kwargs)

class counterpart of mel function jointCluster

The joint cluster command adds high-level controls to manage the cluster percentage values on a bound skin around a joint. JointClusters are one way to create smooth bending behaviour on skin when joints rotate. . a —- aboveBound . ____________a_________ . a . Joint1 a Joint2 . _____________a_______ . a b — belowBound . a b . b . b . b . b Joint3 CVs/vertices between Joint1 and aaaaa (aboveBound) receive only translation/rotation/scale from Joint1. CVs vertices between aaaa and bbbb transition between translation/rotatation/scale from Joint1 and Joint2. CV2 beyand bbbbb (below bound) receive only translation/ rotation scale from Joint3.

getAboveBound(**kwargs)

Specifies the where the drop-off begins in the direction of the bone above the joint. A value of 100 indicates the entire length of the bone. The default value is 10.

Derived from mel command maya.cmds.jointCluster

getAboveCluster(**kwargs)

Returns the name of the cluster associated with the bone above this joint.

Derived from mel command maya.cmds.jointCluster

getAboveDropoffType(**kwargs)

Specifies the type of percentage drop-off in the direction of the bone above this joint. Valid values are linear, exponential, sineand none. Default is linear.

Derived from mel command maya.cmds.jointCluster

getAboveValue(**kwargs)

Specifies the drop-off percentage of the joint cluster in the direction of the bone above the cluster. A value of 100 indicates the entire length of the bone. The default value is 50.

Derived from mel command maya.cmds.jointCluster

getBelowBound(**kwargs)

Specifies where the drop-off ends in the direction of the bone below the joint. A value of 100 indicates the entire length of the bone. The default value is 10.

Derived from mel command maya.cmds.jointCluster

getBelowCluster(**kwargs)

Returns the name of the cluster associated with this joint.

Derived from mel command maya.cmds.jointCluster

getBelowDropoffType(**kwargs)

Specifies the type of type of percentage drop-off in the direction of the bone below this joint. Valid values are linear, exponential, sineand none. Default is linear.

Derived from mel command maya.cmds.jointCluster

getBelowValue(**kwargs)

Specifies the drop-off percentage of the joint cluster in the direction of the joint below the cluster. A value of 100 indicates the entire length of the bone. The default value is 50.

Derived from mel command maya.cmds.jointCluster

getDeformerTools(**kwargs)

Used to query for the helper nodes associated with the jointCluster.

Derived from mel command maya.cmds.jointCluster

setAboveBound(val=True, **kwargs)

Specifies the where the drop-off begins in the direction of the bone above the joint. A value of 100 indicates the entire length of the bone. The default value is 10.

Derived from mel command maya.cmds.jointCluster

setAboveDropoffType(val=True, **kwargs)

Specifies the type of percentage drop-off in the direction of the bone above this joint. Valid values are linear, exponential, sineand none. Default is linear.

Derived from mel command maya.cmds.jointCluster

setAboveValue(val=True, **kwargs)

Specifies the drop-off percentage of the joint cluster in the direction of the bone above the cluster. A value of 100 indicates the entire length of the bone. The default value is 50.

Derived from mel command maya.cmds.jointCluster

setBelowBound(val=True, **kwargs)

Specifies where the drop-off ends in the direction of the bone below the joint. A value of 100 indicates the entire length of the bone. The default value is 10.

Derived from mel command maya.cmds.jointCluster

setBelowDropoffType(val=True, **kwargs)

Specifies the type of type of percentage drop-off in the direction of the bone below this joint. Valid values are linear, exponential, sineand none. Default is linear.

Derived from mel command maya.cmds.jointCluster

setBelowValue(val=True, **kwargs)

Specifies the drop-off percentage of the joint cluster in the direction of the joint below the cluster. A value of 100 indicates the entire length of the bone. The default value is 50.

Derived from mel command maya.cmds.jointCluster