Houdini 20.0 Executing tasks with PDG/TOPs pdg

pdg.cloneMode module

The enumeration of clone modes that can be used when generating work items

Values

pdg.cloneMode.Always

Always attempt to clone the parent work item’s data, and fail if cloning is not possible

pdg.cloneMode.Default

Clone the parent work item’s data if possible, else construct a new data object.

pdg.cloneMode.Never

Do not attempt to clone the parent item’s data and always create a new data object.

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