======= wapi.ui ======= Use this module to interact with the wizard interface. Those functions won't work within PyWizard. .. py:function:: wapi.ui.raise_ui() Raise the wizard window. :return: None :rtype: None .. py:function:: wapi.ui.restart_ui() Restart the wizard window. :return: None :rtype: None .. py:function:: wapi.ui.refresh_ui() Refresh the wizard interface. :return: None :rtype: None .. py:function:: wapi.ui.focus_asset(asset) Focus on the given asset in the wizard interface. :param asset: The asset as string ( for example : "sequences/seq_0001/sh_0001" ) or int :type asset: str or int :return: None :rtype: None .. py:function:: wapi.ui.focus_stage(stage) Focus on the given stage in the wizard interface. :param stage: The stage as string ( for example : "sequences/seq_0001/sh_0001/layout" ) or int :type stage: str or int :return: None :rtype: None .. py:function:: wapi.ui.focus_variant(variant) Focus on the given variant in the wizard interface. :param variant: The variant as string ( for example : "sequences/seq_0001/sh_0001/layout/main" ) or int :type variant: str or int :return: None :rtype: None .. py:function:: wapi.ui.focus_work_version(work_version) Focus on the given variant in the wizard interface. :param work_version: The work_version as string ( for example : "sequences/seq_0001/sh_0001/layout/main/maya/0004" ) or int :type work_version: str or int :return: None :rtype: None