pie desktop support
This commit is contained in:
parent
3d6ff40dab
commit
d8b8b8a0f3
@ -112,7 +112,7 @@ def install_desktop(pane_name="Network"):
|
|||||||
|
|
||||||
def set_desktop():
|
def set_desktop():
|
||||||
desktops = {d.name(): d for d in hou.ui.desktops()}
|
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:
|
if name in desktops:
|
||||||
desktops[name].setAsCurrent()
|
desktops[name].setAsCurrent()
|
||||||
break
|
break
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user