Functions ¶
takes()
→ tuple of hou.Take
Return a tuple of all the takes in the scene.
setCurrentTake(take)
Set the current take to the specified take.
Raise hou.OperationFailed if the take
argument is None.
findTake(take_name)
→ hou.Take or None
Return the take with the specified name or None if no such take exists.
defaultTakeName()
Return the default take name used for new takes. The default name acts like a prefix since new takes will contain the default name plus a numerical suffix in their take names.
setDefaultTakeName()
Sets the default take name. The default take name is used as a prefix for the names of new takes.
See also |