Inheritance |
|
The key
property contains the file path. The given file will be copied to the
PDG working directory before the first work item from the node is scheduled to
execute.
This can be used to ensure that supporting files like digital assets and custom scripts are available for the work item job.
The specified paths can be absolute or relative to HOUDINI_PATH.
¶
Methods from pdg.TypeInstance ¶
type
: pdg.BaseType
Property
The pdg.BaseType object used to construct this instance
typeName
: str
Property
The type name of the type
object.
Methods from pdg.Dependency ¶
key
: str
Property
The name/key for the dependency, unique this is object
nodes
: list
of pdg.Node
Property
The list of nodes that depend on this external dependency object.