tik_manager4.dcc.houdini.utils ============================== .. py:module:: tik_manager4.dcc.houdini.utils .. autoapi-nested-parse:: Collection of utility functions for Houdini. 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 --------- .. autoapisummary:: tik_manager4.dcc.houdini.utils.get_ranges tik_manager4.dcc.houdini.utils.get_scene_fps tik_manager4.dcc.houdini.utils.resolve_extension tik_manager4.dcc.houdini.utils.set_environment_variable tik_manager4.dcc.houdini.utils.set_ranges tik_manager4.dcc.houdini.utils.set_scene_fps Module Contents --------------- .. py:function:: get_ranges() Get the viewport ranges. .. py:function:: get_scene_fps() Return the current FPS value set by DCC. None if not supported. .. py:function:: resolve_extension() Return the appropriate format for non-commercial version. .. py:function:: set_environment_variable(var, value) Set the environment variable. .. py:function:: set_ranges(range_list) Set the timeline ranges. Args: range_list: list of ranges as [, , , ] Returns: None .. py:function:: set_scene_fps(fps_value) Set the FPS value in DCC if supported. Args: fps_value: (integer) fps value Returns: None