You can revert it outside plugins, edit file GPU.xml here: /Users/<username>/Library/Application Support/MeldaProduction/GPU.xml
You will see there something like this:
<?xml version="1.0" encoding="utf-8"?>
<GPU HDPI="0" SampleMaxMemory="10000"/>
Change the attribute HDPI to HDPI="1" or remove it completely, as by default it is 1. So you can let the file as this
<?xml version="1.0" encoding="utf-8"?>
<GPU HDPI="1" SampleMaxMemory="10000"/>
or this
<?xml version="1.0" encoding="utf-8"?>
<GPU SampleMaxMemory="10000"/>
You will see there something like this:
<?xml version="1.0" encoding="utf-8"?>
<GPU HDPI="0" SampleMaxMemory="10000"/>
Change the attribute HDPI to HDPI="1" or remove it completely, as by default it is 1. So you can let the file as this
<?xml version="1.0" encoding="utf-8"?>
<GPU HDPI="1" SampleMaxMemory="10000"/>
or this
<?xml version="1.0" encoding="utf-8"?>
<GPU SampleMaxMemory="10000"/>
Statistics: Posted by martin-meldaproduction — Mon Dec 09, 2024 1:58 pm