Houdini 20.0 Executing tasks with PDG/TOPs pdg

pdg.fileType module

The enumeration of file types

This enum contains possible file types, which track when a particular file was created and added to a work item.

Values

pdg.fileType.Expected

The file refers to an expected output, which may not exist on disk

pdg.fileType.Generated

The file is a real file path that was added to the work item when it generated

pdg.fileType.Runtime

The file is a real file path that was added to the work item when it cooked

pdg.fileType.RuntimeExpected

The file was originally an expected output, but a correpsonding file was added to the work item when it cooked

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