Commit Graph

10 Commits

Author SHA1 Message Date
7adfb5874c requesthandler: Implement input, scene, and transition UUID support
Transition UUID support is partial due to the current state of the OBS
frontend API.

Most requests which accepted things like `sourceName` now allow
`sourceUuid` (or equivalent) to be specified instead. While both fields
on the various requests may be marked as optional, at least one field
will still be required.
2024-01-18 19:27:57 -08:00
6deadc25ac base: Change column limit to 132
A column limit of 80 is very restrictive and code readability was
suffering. A limit of 132 is more realistic for this plugin.
2022-06-07 21:36:51 -07:00
f73e78582b base: Format code 2022-05-13 21:19:29 -07:00
9664f28483 requesthandler: Finish transition requests 2022-02-14 17:01:44 -08:00
1339202c02 docs: Fix Array fields in transition requests 2021-12-28 22:37:00 -08:00
ec79124b5f docs: Document transition requests 2021-12-28 18:11:30 -08:00
07249da400 RequestHandler: More transition requests 2021-12-23 21:00:11 -08:00
14238027cc RequestHandler: More transition requests 2021-12-23 01:07:27 -08:00
e05be47847 RequestHandler: Add GetTransitionKindList 2021-12-22 16:28:12 -08:00
ad347c4823 RequestHandler: Add files for Transitions and Filters 2021-12-22 15:57:57 -08:00