Houdini 20.0 Executing tasks with PDG/TOPs pdg

pdg.Event class

Represents an event that occurred while the graph was running.

If you set up an event handler on a node, work item or graph (using pdg.Node.addEventHandler, pdg.WorkItem.addEventHandler or pdg.GraphContext.addEventHandler), PDG passes an Event object to the handler when the corresponding event occurs as the PDG graph is cooking.

Methods

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