diff --git a/hhacks.py b/hhacks.py index 4e26023..7d9548c 100644 --- a/hhacks.py +++ b/hhacks.py @@ -112,7 +112,7 @@ def install_desktop(pane_name="Network"): def set_desktop(): desktops = {d.name(): d for d in hou.ui.desktops()} - for name in ['2x2', '3x2']: + for name in ['2x2', '3x2', 'pie']: if name in desktops: desktops[name].setAsCurrent() break