Houdini 20.0 Executing tasks with PDG/TOPs pdg

pdg.pathMapMatchType module

Enumeration of string matching types used when comparing a path mapping entry with an input string

Values

pdg.pathMapMatchType.Contains

The path mapping entry is applied to source strings that contain the entry’s mapping string

pdg.pathMapMatchType.Prefix

The path mapping entry is only applied to source strings that begin with the entry’s mapping string

pdg.pathMapMatchType.Suffix

The path mapping entry is only applied to source strings that end with the entry’s mapping string

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