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.
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
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.
I understand, be waiting )
Note: transformation masks have no associated selection; this is about adding a selection to a transformation mask. WISHGROUP: Big Projects