
[Update] Toolbar for Fusion 16 Viewer [SUBMITTED]
Moderator: SecondMan
- ShadowMaker SdR
- Fusionista
- Posts: 694
- Joined: Sun Sep 21, 2014 6:17 am
- Been thanked: 28 times
Re: [Update] Toolbar for Fusion 16 Viewer
Practical question: how do you move the toolbar? Since it appears at the mouse position, it always appears somewhere in the middle of my view (because that's where my script-submenu lives.
Re: [Update] Toolbar for Fusion 16 Viewer
I use shortcut to launch the script, and it shows just where I need it. I put cursor under the PlayForward button where split window cursor appears and and press alt+shift+T
Re: [Update] Toolbar for Fusion 16 Viewer
I was wondering if I could make a top button to determine whether to execute the command
WindowsStaysOnTopHint = true
WindowsStaysOnTopHint = true
Re: [Update] Toolbar for Fusion 16 Viewer
I think it would be nice to create small preferences window, with a couple of options, like 1) stay on top and 2) save window position on exit, then save it to Fusion:SetPref(), and invoke on launch.
- SirEdric
- Fusionator
- Posts: 2065
- Joined: Tue Aug 05, 2014 10:04 am
- Real name: Eric Westphal
- Been thanked: 162 times
- Contact:
Re: [Update] Toolbar for Fusion 16 Viewer
Sometimes updates seem to get submitted faster than new submissions....

- SecondMan
- Site Admin
- Posts: 3786
- Joined: Thu Jul 31, 2014 5:31 pm
- Location: Vancouver, Canada
- Been thanked: 147 times
- Contact:
Re: [Update] Toolbar for Fusion 16 Viewer
I was actually wondering if after viewtopic.php?p=23995#p23995 you were going to revise the categories of your submissions?
(sorry to go off topic here, we can continue in their respective topics...)
- SirEdric
- Fusionator
- Posts: 2065
- Joined: Tue Aug 05, 2014 10:04 am
- Real name: Eric Westphal
- Been thanked: 162 times
- Contact:
Re: [Update] Toolbar for Fusion 16 Viewer
Hmmmm.....dunno....no real need to revise them, I think...

Re: [Update] Toolbar for Fusion 16 Viewer
version 1.55 brings save window position
I realized I mostly tend to put the UI to the same place.
Launch the UI and mouse pointer with a shortcut, the window position will be saved in Fusion data, and last position will be restored on next launch. To reset position data, click Refresh button (this is a temporary solution, until preferences window arrives).
https://gitlab.com/WeSuckLess/Reactor/merge_requests/87
I realized I mostly tend to put the UI to the same place.
Launch the UI and mouse pointer with a shortcut, the window position will be saved in Fusion data, and last position will be restored on next launch. To reset position data, click Refresh button (this is a temporary solution, until preferences window arrives).
https://gitlab.com/WeSuckLess/Reactor/merge_requests/87
Re: [Update] Toolbar for Fusion 16 Viewer [SUBMITTED]
update 2.0: add preferences window
-- the script now works correctly with 3D viewer
-- you can save preferences for stay on top of all windows and optional remember last position
-- flush button resets position data
-- little triangle button on the right toggles preferences dialogue
-- added check if main UI is already launched to prevent multiple windows
Many thanks to PeterLoveday for invaluable UI hints!
https://gitlab.com/WeSuckLess/Reactor/merge_requests/88

-- the script now works correctly with 3D viewer
-- you can save preferences for stay on top of all windows and optional remember last position
-- flush button resets position data
-- little triangle button on the right toggles preferences dialogue
-- added check if main UI is already launched to prevent multiple windows
Many thanks to PeterLoveday for invaluable UI hints!
https://gitlab.com/WeSuckLess/Reactor/merge_requests/88

- SecondMan
- Site Admin
- Posts: 3786
- Joined: Thu Jul 31, 2014 5:31 pm
- Location: Vancouver, Canada
- Been thanked: 147 times
- Contact:
Re: [Update] Toolbar for Fusion 16 Viewer
Exciting 
Just checking - the merge request also contains changes for

Just checking - the merge request also contains changes for
LoaderFromSaver
and SaverManager
. Is this intentional?Re: [Update] Toolbar for Fusion 16 Viewer
Yep!
There was a bug preventing it to install manager on mac (did not copy a script file), I fixed it.
Also I added a tool script to convert regular saver to a plus version.
There was a bug preventing it to install manager on mac (did not copy a script file), I fixed it.
Also I added a tool script to convert regular saver to a plus version.
Last edited by Movalex on Fri Jul 12, 2019 3:27 pm, edited 1 time in total.