-
-
Notifications
You must be signed in to change notification settings - Fork 37
Description
So here the idea.
For Joystick maybe just two sliders if cant replicate in settings. (with a override button to make it active)
// need to be in the settings or some way for automation
// also VendorRequest and VendorEvent will be ever better.
In the Dock.
- Override modes:
- Disabled: no override
- Active: when we don't touch the model takes control.
If we touch/click the override enables (enabled until mouse up) and follows the mouse pos as the anchor for the guide.
- Passive: model is paused. We take control by clicking and dragging just like how active works but without the model's intervention.
PS: I don't have any experience with this codebase.
But this is my mental model of how things can work out.
If anything above is not possible or there is some blocker plz lmk.
I'd have checked and done it by now.
But since my machine is out of spare space and i'm out of spare time.
Things are the way it is.
Awesome plugin by the way.
I just found out about the FT Dock a couple days ago and it's super useful.
You have all in there what i was looking for.
I used to open the filters panel and clicking the reset button manually.
and after some time I learned to automate it via AdvancedSceneSwitcher.
Also, if you can expose the internal tracking details in any way.
- in filters settings
- VendorEvents in WS.
that's be super helpful to build some stuff around it.
like detecting undesired movements, etc