Houdini 20.0 Executing tasks with PDG/TOPs pdg

pdg.AttribError class

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

This error is raised by PDG when Python code attempts to make an invalid work item attribute access. Typical causes are attempting to delete an attribute while the graph is cooking, create an attribute with the same name as an existing attribute of a different type, or setting a value on an attribute that was marked as read only.

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