Houdini 20.0 Executing tasks with PDG/TOPs pdg

pdg.nodeSubtype module

The subtype of PDG node type

All PDG nodes are either a processor, partitioner, but can have an additional subtype value.

Values

pdg.nodeSubtype.FeedbackBegin

A begin node in a feedback loop or service block

pdg.nodeSubtype.FeedbackEnd

An end node in a feedback loop or service block

pdg.nodeSubtype.Normal

A regular PDG node, with no special subtype handling

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