Houdini 20.0 Executing tasks with PDG/TOPs pdg

pdg.dirtyHandlerType module

The enumeration of possible dirty handler types

This enum contains the different types of dirty handler that can be set.

Values

pdg.dirtyHandlerType.Any

The dirty handler is called any time a work item is dirtied or deleted.

pdg.dirtyHandlerType.Delete

The dirty handler is only called when a work item is deleted.

pdg.dirtyHandlerType.Files

The dirty handler is only called when work item is deleted and output files are removed from disk.

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