Houdini 20.0 Executing tasks with PDG/TOPs pdg

pdg.attribCollisionStrategy module

The enumeration of ways that collisions can be handled when loading attributes

Values

pdg.attribCollisionStrategy.Error

Generate an error when loading an attribute with the same name as an existing attribute

pdg.attribCollisionStrategy.Keep

Keep existing attribute values when loading an attribute with a name that matches an existing one

pdg.attribCollisionStrategy.Replace

Replace existing attribute values when loading an attribute with a name that matches an existing one

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