Houdini 20.0 Executing tasks with PDG/TOPs pdg

pdg.workItemCookType module

The cook type of the work item

Values

pdg.workItemCookType.Automatic

The work item uses whatever cook type was set on the node that created it

pdg.workItemCookType.Generate

The work item does all of its work during the generation step

pdg.workItemCookType.InProcess

The work item cooks in process

pdg.workItemCookType.OutOfProcess

The work item cooks out of process

pdg.workItemCookType.Service

The work item cooks using a PDG 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