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

A context object intended for use with python's "with" syntax. More...

Public Member Functions

def __init__ (self, take)
 
def __enter__ (self)
 
def __exit__ (self, type, value, traceBack)
 

Static Public Member Functions

def name ()
 
def ls ()
 

Detailed Description

A context object intended for use with python's "with" syntax.

It ensures that all operations in the with block are performed in the given take, and that the previous take is restored if it still exists when the block exits.

Member Function Documentation

def IECoreHoudini.ActiveTake.ls ( )
static
Todo:
: remove this method when the hscript take commands are available in python
def IECoreHoudini.ActiveTake.name ( )
static
Todo:
: remove this method when the hscript take commands are available in python

Referenced by IECoreMaya.FnParameterisedHolder.fullPathName(), and IECoreMaya.FnParameterisedHolder.ls().


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