Inherited from interface.iDuplicatable :
copyTo ,
copyToOther ,
duplicate
Inherited from interface.Interface :
supports
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__subclasshook__
|
|
|
|
|
|
targetRating(self,
target,
check_input_plugs=True,
**kwargs)
Returns:
tuple( int, PlugShell )
int between 0 and 255 - 255 means target matches perfectly, 0
means complete incompatability. |
source code
|
|
|
|
|
|
|
compute(self,
plug,
mode)
Base implementation of the output, called by input Method. |
source code
|
|
|
prepareProcess(self)
Will be called on all processes of the workflow once before a target is
actually being queried by someone
It should be used to do whatever you think is required to work as process. |
source code
|
|
|
|
Inherited from dge.NodeBase :
clearCache ,
connections ,
inputPlugs ,
outputPlugs ,
plugs ,
toShell ,
toShells
|
|
__init__(self,
id,
*args,
**kwargs)
Initialize process with most common information |
source code
|
|
Inherited from dge.NodeBase :
__del__ ,
__str__
|
Inherited from dge.NodeBase :
id ,
setID
|