Houdini 20.0 Executing tasks with PDG/TOPs pdg

pdg.serviceBlockCookType module

Enumerations of options for how a work item in a service block should cook

Values

pdg.serviceBlockCookType.Always

The work item will always runs on the block’s active service

pdg.serviceBlockCookType.Match

The work item will run on the block’s service if it matches the node’s service field

pdg.serviceBlockCookType.Never

The work item will never run using the block’s service

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