Bug 344196 - Allow using selections in Transform Masks
Summary: Allow using selections in Transform Masks
Status: CONFIRMED
Alias: None
Product: krita
Classification: Applications
Component: Filter Layers (show other bugs)
Version: git master (please specify the git hash!)
Platform: Compiled Sources Linux
: NOR wishlist
Target Milestone: ---
Assignee: Krita Bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-02-15 15:54 UTC by sghpunk
Modified: 2016-01-24 09:55 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description sghpunk 2015-02-15 15:54:58 UTC
When I add Transform mask and transform only selected part of it with liquify, then the rest of layer became transparent.
Maybe it is feature? But I don't understand it.
I do selection because liquify is work faster on smaller image parts.

Reproducible: Always

Steps to Reproduce:
1. Open/create one layer image
2. Add Transform mask to it
3. Select part of transform mask with rectangular selection tool
4. transform selected part with liquify
5. See the rest (not transformaed part) of layer is transparent while Transform mask is enabled.

Actual Results:  
Not transformed part of layer is transparent while Transform mask is enabled.

Expected Results:  
Not transformed part of layer must stay visible while Transform mask is enabled.
Comment 1 Dmitry Kazakov 2015-02-16 12:13:51 UTC
Git commit 3623f14f7739439ec2137b8e6197a270734f6204 by Dmitry Kazakov.
Committed on 16/02/2015 at 11:12.
Pushed by dkazakov into branch 'calligra/2.9'.

Forbid using global selection when editing transform masks

Using global selections in the transform tool when editing
transformation masks was an "accidental feature". Transform masks
were not designed to handle it properly. Using selections in
transformation  masks is a good idea, but it needs time for
implementing it. So right now we just disable using selections in
transform masks and postpone it till later :)

M  +10   -1    krita/plugins/tools/tool_transform2/kis_tool_transform.cc
M  +11   -0    krita/plugins/tools/tool_transform2/strokes/transform_stroke_strategy.cpp
M  +2    -0    krita/plugins/tools/tool_transform2/strokes/transform_stroke_strategy.h

http://commits.kde.org/calligra/3623f14f7739439ec2137b8e6197a270734f6204
Comment 2 Dmitry Kazakov 2015-02-16 12:15:45 UTC
The idea of this report is really nice, but we cannot implement it till 2.9. Probably later. I will convert this report into a wishlist.
Comment 3 sghpunk 2015-02-16 19:10:47 UTC
I understand, be waiting )
Comment 4 Halla Rempt 2016-01-24 09:55:08 UTC
Note: transformation masks have no associated selection; this is about adding a selection to a transformation mask.

WISHGROUP: Big Projects