Houdini 20.0 Executing tasks with PDG/TOPs pdg

pdg.registeredType module

The type of object when registering a custom class with PDG

Values

pdg.registeredType.Dependency

A custom external dependency implementation

pdg.registeredType.Node

A custom node callback implementation

pdg.registeredType.Scheduler

A custom scheduler implementation

pdg.registeredType.WorkItem

A custom work item data implementation

pdg.registeredType.Service

A custom service implementation

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