Houdini 20.0 Executing tasks with PDG/TOPs pdg

pdg.acceptResult module

The return type of a pdg.SchedulerBase onAcceptWorkItem callback

Values

pdg.acceptResult.Accept

The scheduler is able to schedule the specified work item.

pdg.acceptResult.Default

The default behavior should be used to determine if the scheduler is able to accept the work item.

pdg.acceptResult.Reject

The scheduler cannot process the specified work item.

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