Cortex  10.0.0-a4
Public Member Functions | List of all members
IECoreHoudini.TemporaryParameterValues Class Reference

A context manager for controlling houdini parameter values in with statements. More...

Public Member Functions

def __init__ (self, parametersAndValues={}, kw)
 
def __enter__ (self)
 
def __exit__ (self, type, value, traceBack)
 

Detailed Description

A context manager for controlling houdini parameter values in with statements.

It sets parameters to requested values on entering the block and resets them to their previous values on exiting the block.


The documentation for this class was generated from the following file: