Unable to import my own presets, not had a problem in the past
Also seeing 4 DXO presets at the bottom of the list that are duplicates of DXO presets in a folder above, which are marked as locked and will not delete.
Drop downs fail to close also.
Running version 8, and I have repaired from the setup file.
The format of my presets was in the incorrect format.
It has to be inLua-style table format (Preset = { ... }), which DxO PhotoLab uses internally.
That means:
Each setting is stored in Settings = { Base = { ... } } as key/value pairs.
Parameter names are exactly what PL8 expects (e.g., ExposureCompensation, Vibrancy, ClearViewActive).
Preset files also have LocalizedInfo for display names in multiple languages.
Boolean values are lowercase true/false, numbers are plain, and strings are in
quotes.
Thanks for viewing, and I hope this helps others when creating their own presets.