|
duplicate(self,
name=None,
*args,
**kwargs)
Duplicate our node and return a wrapped version to it |
source code
|
|
|
|
Inherited from Node :
__hash_2009__ ,
__new__
Inherited from interface.iDuplicatable :
copyTo ,
copyToOther
Inherited from interface.Interface :
supports
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__init__ ,
__reduce__ ,
__reduce_ex__ ,
__setattr__ ,
__sizeof__ ,
__subclasshook__
|
|
__getattr__(self,
attr)
Interpret attributes not in our dict as attributes on the wrapped node,
create a plug for it and add it to our class dict, effectively caching the attribute |
source code
|
|
|
|
|
|
Inherited from Node :
__eq__ ,
__hash__ ,
__ne__
|
|
|
|
|
|
sets(self,
setFilter=fSets)
Returns:
list of object set compatible Nodes having self as member |
source code
|
|
|
|
|
addTo(self,
setnode,
component=MObject(),
**kwargs)
Add ourselves to the given set |
source code
|
|
|
|
|
rename(self,
newname,
autocreateNamespace=True,
renameOnClash=True)
Rename this node to newname |
source code
|
|
|
|
|
_addRemoveAttr(self,
attr,
add)
DoIt function adding or removing attributes with undo |
source code
|
|
|
|
|
|
|
|
|
|
|
dependencyInfo(self,
attribute,
by=True)
Returns:
list of attributes that given attribute affects or that the given attribute
is affected by
if the attribute turns dirty. |
source code
|
|
|
|
|
|
|
|
|
|
|
referenceFile(self)
Returns:
name (str) of file this node is coming from - it could contain
a copy number as {x} |
source code
|
|
|
|
Inherited from Node :
apiType ,
hasFn
Inherited from interface.iDuplicatable :
copyFrom ,
createInstance
|