bootchk / resynthesizer

Suite of gimp plugins for texture synthesis
GNU General Public License v3.0
1.39k stars 164 forks source link

Misbehaviour on context aware features within folders #129

Open masiv1001 opened 5 months ago

masiv1001 commented 5 months ago

The problem revolves around a fault in the way the plug-ins selects the context from which it heals, I found this issue specifically when using the heal selection plug-in, but it applies to others as well.

When trying to heal on a layer inside a folder, the plug-in uses the layers outside said folder instead, see example:

Screenshot from 2024-01-12 14-10-52

Selecting an area inside the folder, 10 pixels all around inwards towards center (applies in other configurations too)

Screenshot from 2024-01-12 14-11-01

Instead reconstructing the line (or similar), it fills with content from the layer outside the folder.

I don't think this is the desired behaviour, should it be that way users must be prompted with an option to change such option (GUI example below)

image