Difference between revisions of "Session"
Jump to navigation
Jump to search
Line 38: | Line 38: | ||
|- | |- | ||
|workRange | |workRange | ||
− | |the current work range as a Tuple of (start_frame, end_frame) | + | |the current work range as a Tuple of (start_frame, end_frame) (''read/write'') |
|} | |} | ||
Revision as of 15:00, 29 November 2012
The Session object stores all the Nodes to create the output for a specific shot.
Base Class: Object
Attributes
Attributes are read-only except where noted.
Name | Description |
---|---|
depth | the session depth (read/write) |
duration | the duration in frames |
frameRate | the frame rate |
nodes | List of Nodes in the session |
pixelAspect | the pixel aspect |
project | the Project containing the session |
renderInfo | the rendering settings |
size | the size as a Tuple of (width, height) |
startFrame | the start frame number |
workRange | the current work range as a Tuple of (start_frame, end_frame) (read/write) |
Methods
Name | Description |
---|---|
node(name|type) | finds the Node with the name or type, depending on the argument name, or None |