The workflow in DollRoom's studio requires you to upload MMD model files after launching the studio, select the model you want to display, and then determine the details of how it will be displayed before it finally appears.
However, performing this process every time you open the studio can be quite cumbersome, so I've implemented a system to simplify it.
Files that are uploaded are automatically saved in a browser storage area called IndexedDB.
This means that once a file is uploaded, you won’t need to upload it again.
The studio has a feature called "Save Studio."
This feature saves information such as the display settings, position, morphs, material transparency, and material visibility of the models. (When multiple models are arranged, the information for all of them is saved.)
Then, if there is saved data when you reopen the studio, you can automatically restore it from "Load Saved Studio," saving you the trouble of adjusting everything again.
Regarding the studio's save function mentioned in Simplification Element 2, I started to think that even pressing "Load Saved Studio" each time was a hassle, so I implemented an automatic restoration feature.
By turning on "Automatic Restoration When Launching the Studio," the next time you launch the studio, it will automatically restore the saved data. (This feature is OFF by default.)
I think this makes things a bit more manageable now.
I'll continue to work on simplifying and improving unnecessary or cumbersome operations.