Houdini 20.0 Executing tasks with PDG/TOPs pdg

pdg.PathMapEditBlock class

Context manager for editing the global path map

This is a helper class/context manager used with the /tops/pdg/pdg.PathMap.html#edit method. The method returns an instance of this context manager, which can be used to edit the global path mapping instance. The $PDG_PATHMAP variable is updated when the context manager exits.

with pdg.PathMap.edit() as path_map:
    path_map.addPathMapping(pdg.PathMap.LinuxZone, "/mnt/file/src_path", "/mnt/file/dst_path")

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