Runtime Settings Files
The app creates, seeds, or upgrades JSON files as needed. Use Settings Folder to open the runtime user settings directory. Back up files before hand-editing them.
Default Settings And User Settings
Section titled “Default Settings And User Settings”- Runtime user settings are stored under the app user settings folder when available.
- Deployment defaults are read from
{AppRoot}/DefaultSettings. - When a user settings file is missing, the app looks for a file with the same filename in
{AppRoot}/DefaultSettingsand copies it into the userSettingsfolder. - After a user settings file exists, that user file overrides the default seed file. Changing
{AppRoot}/DefaultSettingslater does not overwrite existing user settings automatically. - This is intended for shared or centrally deployed installs: an IT admin can place first-run defaults in the app
DefaultSettingsfolder, while each user keeps their own overrides.
Seedable Base Filenames
Section titled “Seedable Base Filenames”Supported base user/default filenames include:
ModelVistaLibraries.jsonModelVistaAppSettings.jsonModelVistaCameraSettings.jsonModelVistaXrAlignmentPresets.jsonModelVistaCameraPresets.jsonModelVistaAdjustmentPresets.jsonModelVistaColorAdjustmentVolumes.jsonModelVistaProceduralBackground.modelvista.jsonModelVistaProceduralBackground.modelvista-graphics.jsonModule-specific settings and schemas are documented in the separately delivered Module manuals.
