Diffusion Krita 2459d14e5491

CCBUG:375720 Disable the gradient map filter for filter layers

Authored by rempt on Jan 31 2017, 10:04 AM.

Description

CCBUG:375720 Disable the gradient map filter for filter layers

This doesn't work currently because the gradient is stored in a
problematic way in the filter config:

With an absolute path, which makes the file non-portable

Could not find gradient "C:/Users/GC/AppData/Roaming/krita/gradients/kC5644.svg"

With a plain name

Could not find gradient "skin1"

Or apparently without any name, I guess for the autogenerated gradients

Could not find gradient "C:/Users/GC/AppData/Roaming/krita/gradients\\.svg"

To fix this properly, we will need to sit down and fix the resource system.

Details

Committed
remptJan 31 2017, 10:04 AM
Parents
R37:d436c8ead215: remove a couple broken signals and slots. not sure why I added them.
Branches
Unknown
Tags
Unknown