Houdini 20.0 Executing tasks with PDG/TOPs pdg

pdg.ConstWorkItemList class

A list of read-only work items

This class wraps a list of work items and provides the same interface as a standard Python list. Work items in the list are only converted to pdg.WorkItem objects when they're accessed. The work items in the list cannot be modified, e.g. attempting to write to their attributes will be result in an exception.

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