Houdini 20.0 Executing tasks with PDG/TOPs pdg

pdg.FileDependency class

Represents a node’s dependence on the existence of an external file.

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

Methods from pdg.Dependency

pdg

attributes

cooking

data

debugging

events

exceptions

  • pdg.AttribError

    Generic exception raised when an error occurs when accessing work item attributes

  • pdg.CookError

    Generic exception raised when an error running the graph.

  • pdg.ServiceError

    Generic exception raised when an error occurs during a PDG service manager operation

expressions

  • pdg.EvaluationContext

    A module with global functions that operate on the thread-local evaluation context

internal

nodes

schedulers

services

types

workitems