tik_manager4.dcc.katana.utils
Collection of utility functions for Katana
These are essentially methods are both required by the main module and the ingest, extract and/or validate modules. To prevent circular imports, these methods are collected here.
Functions
Get the viewport ranges. |
|
|
Set the timeline ranges. |
Module Contents
- get_ranges()
Get the viewport ranges. Returns (list): [<absolute range start>, <user range start>, <user range end>, <absolute range end>
- set_ranges(range_list)
Set the timeline ranges. Args:
- range_list: list of ranges as [<animation start>, <user min>, <user max>,
<animation end>]
Returns: None