Houdini 20.0 Executing tasks with PDG/TOPs pdg

pdg.debugLevelTransfer module

The enumeration of file transfer debug log levels

The entries in this enum correspond to the possible values of the HOUDINI_PDG_TRANSFER_DEBUG environment variable.

Values

pdg.debugLevelTransfer.Off

File transfer debug logging is disabled

pdg.debugLevelTransfer.Failure

Messages are only logged if a file transfer fails

pdg.debugLevelTransfer.Success

Messages are logged when a file transfer fails or succeeds

pdg.debugLevelTransfer.All

Messages are logged when a file transfer fails, succeeds, or is skipped because the file has already been transfered

pdg.debugLevelTransfer.Handler

All messages are logged, including information about Custom File Transfer Handlers

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