Houdini 20.0 Executing tasks with PDG/TOPs pdg

pdg.debugLevelWorkItem module

The enumeration of work item debug log levels

The entries in this enum correspond to the possible values of the HOUDINI_PDG_WORK_ITEM_DEBUG environment variable.

Values

pdg.debugLevelWorkItem.Off

Work item debug logging is disabled

pdg.debugLevelWorkItem.Scheduled

Status messages about work items that cook using a scheduler are logged – work items that don’t cook and only carry attribute data are not

pdg.debugLevelWorkItem.All

Status messages about all types of work item are logged

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