Panel(Layers, properties, etc.) locations with Python

Hi all,
Is there a way to get and set the location and extends of the panels(Layers, properties, named views, etc.) on screen through Python?

The reason being is that I find myself moving them around as i work, but after some time i would like to have the opportunity to reset my “workspace” to my preferred organization.

Any lead would be greatly appreciated!

hi @MichaelDanker, no, but in V8 this is basically solved with so called “Window Layouts”, This new feature allows you to store and restore multiple configurations of toolbars and panels.

1 Like

Wonderful! Thanks for the reply!