tik_manager4.dcc.max.utils

Functions

get_ranges()

Get the viewport ranges.

get_scene_fps()

Return the current FPS value set by DCC. None if not supported.

set_ranges(range_list)

Set the timeline ranges.

set_scene_fps(fps_value)

Set the FPS value in DCC if supported.

Module Contents

get_ranges()

Get the viewport ranges.

get_scene_fps()

Return the current FPS value set by DCC. None if not supported.

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

set_scene_fps(fps_value)

Set the FPS value in DCC if supported. Args:

fps_value: (integer) fps value

Returns: None