|
|
|
|
|
__setattr__(...)
x.__setattr__('name', value) <==> x.name = value |
|
|
CorrespondencePoints
|
defaultJoin(self,
AShape,
BShape)
Joins the two given SplineWarp elements. |
|
|
|
getAB(...)
self.getAB(shapeObj, ) ->
["A"|"B"|"UNDEFINED"] Returns a string
denoting the channel the given shape is in. |
|
|
|
getCorrespondencePoints(...)
self.getCorrespondencePoints('path/to/element') ->
CorrespondencePoints Gets the collection of correspondence point
collection for the element specified by the path. |
|
|
|
setAB(...)
self.setAB(shapeObj, ["A"|"B"]) -> None Puts
the given shape into the 'A' or the 'B' channel. |
|
|
Inherited from _curveknob.CurveKnob :
changed ,
getSelected ,
toElement
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__
|