wapi.ui#
Use this module to interact with the wizard interface. Those functions won’t work within PyWizard.
- wapi.ui.raise_ui()#
Raise the wizard window.
- Returns:
None
- Return type:
None
- wapi.ui.restart_ui()#
Restart the wizard window.
- Returns:
None
- Return type:
None
- wapi.ui.refresh_ui()#
Refresh the wizard interface.
- Returns:
None
- Return type:
None
- wapi.ui.focus_asset(asset)#
Focus on the given asset in the wizard interface.
- Parameters:
asset (str or int) – The asset as string ( for example : “sequences/seq_0001/sh_0001” ) or int
- Returns:
None
- Return type:
None
- wapi.ui.focus_stage(stage)#
Focus on the given stage in the wizard interface.
- Parameters:
stage (str or int) – The stage as string ( for example : “sequences/seq_0001/sh_0001/layout” ) or int
- Returns:
None
- Return type:
None
- wapi.ui.focus_variant(variant)#
Focus on the given variant in the wizard interface.
- Parameters:
variant (str or int) – The variant as string ( for example : “sequences/seq_0001/sh_0001/layout/main” ) or int
- Returns:
None
- Return type:
None
- wapi.ui.focus_work_version(work_version)#
Focus on the given variant in the wizard interface.
- Parameters:
work_version (str or int) – The work_version as string ( for example : “sequences/seq_0001/sh_0001/layout/main/maya/0004” ) or int
- Returns:
None
- Return type:
None