|
Inherited from interface.Interface:
supports
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__new__,
__reduce__,
__reduce_ex__,
__setattr__,
__sizeof__,
__subclasshook__
|
|
|
__init__(self,
filepath=None,
refnode=None)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
source code
|
|
|
|
__eq__(self,
other)
Special treatment for other filereferences |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
cleanup(self,
unresolvedEdits=True,
editTypes=editTypes)
remove unresolved edits or all edits on this reference |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
namespace(self)
Returns:
namespace object of the full namespace holding all objects in this reference |
source code
|
|
|
|
path(self,
copynumber=False,
unresolved=False)
Returns:
Path object with the path containing the reference's data |
source code
|
|
|
|
|
|
|
parent(self)
Returns:
the parent reference of this instance or None if we are root |
source code
|
|
|
|
children(self,
predicate=lambda x: True)
Returns:
all intermediate child references of this instance |
source code
|
|
|
Inherited from interface.iDagItem:
basename,
childrenDeep,
isPartOf,
isRoot,
isRootOf,
parentDeep,
root
|
|
Inherited from interface.iDagItem:
iterParents
|
|
Inherited from interface.iDagItem:
fullChildName
|
|
|
|
|
|
create(cls,
filepath,
namespace=None,
load=True,
**kwargs)
Create a reference with the given namespace |
source code
|
|
|
|
|
|
|
ls(cls,
rootReference="",
predicate=lambda x: True)
list all references in the scene or under the given root |
source code
|
|
|
|
lsDeep(cls,
predicate=lambda x: True,
**kwargs)
Return all references recursively |
source code
|
|
|
Inherited from interface.iDagItem:
addSep
|