Genious!, maybe it should have a switch for transform and grease pencil too! and have it be fixed at the top of the screen or something, but hey thanks for it!, really cool shit!
Please could you make something like this - short access to screens. Buttons on top toolbar (instead of tabs) for very often used screens (Default, Animation, Compositing…).
At present we must do three steps - go to menu, choose screen and click.
New buttons = one click.
It is not problem with shortcuts ( ctrl+left or right arrow), it listing the screens one step up or down. But it is not
direct connect to specific screen.
Buttons for top toolbar are :
row.operator(“screen.screen_set”, text=“”, icon=“BACK”).delta=-1
row.operator(“screen.screen_set”, text=“”, icon=“FORWARD”).delta=1
But I need ( I hope some blender people also) someting like this:
( for illustration only)
row.operator(“xxxxxxxxxxxxxxxxxx”, text=“D”).screen=Default
row.operator(“xxxxxxxxxxxxxxxxxx”, text=“A”).screen=Animation
row.operator(“xxxxxxxxxxxxxxxxxx”, text=“C”).screen=Compositing
“One click and go”, not listing…
I was looking for code in python guides, but it is a little bit complicated for me (I am not coder) and my way was unsuccessful.
sorry, but i’m also not a coder for complicated scripts.
I have try something but without success.
Please, post this question into the Phyton Support Thread.
The developer there will help you better than i could.