Houdini 20.0 Executing tasks with PDG/TOPs pdg

pdg.fileTransferType module

The enumeration of file transfer destination types

This enum contains possible destination types for file transfers

Values

pdg.fileTransferType.AssetDir

The file is transfered to the asset directory, which is normally $PDG_DIR/otls

pdg.fileTransferType.ScriptDir

The file is transfered to the script directory, which is normally $PDG_TEMP/scripts

pdg.fileTransferType.TempDir

The file is transfered to the temp directory, i.e. $PDG_TEMP

pdg.fileTransferType.WorkingDir

The file is transfered to the working directory, i.e. $PDG_DIR

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