Houdini 20.0 Executing tasks with PDG/TOPs pdg

pdg.attribMatchType module

The enumeration of the default attribute pattern match types

This enum contains the possible default match types for a pdg.AttributePattern.

Values

pdg.attribMatchType.Both

Terms in the pattern without an explicit * token will automatically be interpreted as *term* by the pattern parser.

pdg.attribMatchType.Plain

Terms in the pattern will be parsed exactly as they appear in the pattern. This is the default behavior.

pdg.attribMatchType.Prefix

Terms in the pattern without an explicit * token will automatically be interpreted as *term by the pattern parser, as if they have a * token prepended on the term.

pdg.attribMatchType.Suffix

Terms in the pattern without an explicit * token will automatically be interpreted as term* by the pattern parser, as if they have a * token prepended on the term.

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