I use SketchUp and normally have 2 monitors with the Enscape Window on the 2nd. Since we've been working from home I only have the 1 monitor so I've been strugling with the Enscape window disapering everythime I try to do someting in SketchUp.
There's a program for Windows called AutoHotKey? (https://www.autohotkey.com/) it enables you to write macros/programs for Windows that can range from very simpe to extremly complex.
Sooooo....
I've written an AHK script with an interface that will pin/unpin to top the Enscape Window and allow you to change its size (4x3, Square etc) from a dropdownlist.
Here's a screen recording of it in action, its lthe little dialog in the bottom left of the screen: https://share.getcloudapp.com/6qu5L8vl
Once you've seleced the Enscape window you can:
- Pin it so that its always the top most window
- Unpin it so it behaves normally
- Change the apect of the Enscape window (Square, 4x3 etc) from a menu, what it does is chage the height bases on the windows current width
To use it you'll need to download and install AHK(AutoHotKey) from the link above then download my script from here: https://share.getcloudapp.com/p9u75N9j
AHK scripts are simple text files so you can look at with any text editor and edit it if you wish, I've tried to annotate it as much as possible.
I have another AHK script that:
- Takes all the Enscape png renders in a folder and renames them with the selected project name
- Copies them to a dated folder in the selected project folder
- Makes jpg copies of all the renders
- Makes lowres emailable copies of all the renders
- Deletes the originals
Its a far more complex script that is setup for the way I work but I've tried to write it so that it can be edited for another Enscape users needs, if this is of interest let me know.