MainDevNotes - tooll3/t3 GitHub Wiki

A loose collection of notes related to improving the architecture and code of the main brain.

Open Questions:

Backup currently not implemented?

https://github.com/tooll3/t3/blob/240c3309e47f24414cc96369480c77cd0aca4805/Editor/Gui/T3UI.cs#L363

Issues

Multiple output windows not working

Layout handling with multiple user projects needs clarification

Potential refactoring

Avoid ParameterWindow references

Many classes have a reference to ParameterWindow to check if this is open / exist. This property show be somewhere else, maybe at T3UI or ProjectSession

Fix gradientPresets not used

Fix UserSettings.OperatorViewSettings not used