o3de / o3de-atom-sampleviewer

Atom sample viewer project for the Open 3D Engine
https://o3de.org
Other
31 stars 35 forks source link

Added option to customize the image diff tool #652

Closed galibzon closed 10 months ago

galibzon commented 10 months ago

Added option to customize the image diff tool executable via settings registry key: O3DE/External/DiffTool

If the registry key is not defined then it will default to the previously hardcoded platform defaults.

Validated this functionality by using WinMerge, and added this to my .o3de/Registry/bootstrap.setreg:

{
    ... 
    "O3DE" : {
        "External": {
            "DiffTool": "C:/Program Files/WinMerge/WinMergeU.exe"
        }
    }
}
galibzon commented 10 months ago

Add the information about the settings registry to the relevant O3de Wiki page

https://github.com/o3de/o3de-atom-sampleviewer/wiki/Customizing-The-Image-Diff-Tool