A knob which allows selection of parts of a 3D object.
|
|
|
|
|
|
|
|
__setattr__(...)
x.__setattr__('name', value) <==> x.name = value |
|
|
|
list of lists of floats
|
getFaceWeights(self)
Returns the selection weight for each face as a float. |
|
|
|
_geo.GeometryList
|
getGeometry(self)
Get the geometry which this knob can select from. |
|
|
|
list of lists of floats
|
|
|
list of lists of floats
|
getSelection(self)
Returns the selection for each vertex as a float. |
|
|
|
list of lists of floats
|
|
|
Inherited from nuke.Knob:
Class,
__init__,
__new__,
clearAnimated,
clearFlag,
critical,
debug,
enabled,
error,
fromScript,
fullyQualifiedName,
getDerivative,
getFlag,
getIntegral,
getKeyIndex,
getKeyList,
getKeyTime,
getNthDerivative,
getNumKeys,
getValue,
getValueAt,
hasExpression,
isAnimated,
isKey,
isKeyAt,
label,
name,
node,
removeKey,
removeKeyAt,
setAnimated,
setEnabled,
setExpression,
setFlag,
setLabel,
setName,
setTooltip,
setValue,
setValueAt,
setVisible,
toScript,
tooltip,
value,
visible,
warning
Inherited from object:
__format__,
__hash__,
__reduce__,
__reduce_ex__,
__repr__,
__sizeof__,
__str__,
__subclasshook__
|