pie desktop support

This commit is contained in:
Kuba Winnicki 2019-06-21 18:44:18 +02:00
parent 3d6ff40dab
commit d8b8b8a0f3

View File

@ -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