Summary: | Add all node properties to the compositions docker | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | Bollebib <kwadraatnope> |
Component: | Usability | Assignee: | Krita Bugs <krita-bugs-null> |
Status: | CONFIRMED --- | ||
Severity: | wishlist | CC: | halla |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Bollebib
2013-07-09 15:32:59 UTC
as an added comment to n. 4 make it possible to export individual compositions,not all at once ideally you would just make a selection and export those that are selected Ack, good points. The composition docker would be even better if it: * would save the collapsed state of group layers (see also bug https://bugs.kde.org/show_bug.cgi?id=275899_ * save the lock state of layers * have buttons to move forward and backwards through the saved compositions * maybe have short preview, a snapshot of the image when the composition is created and later when it was visited. *** Bug 300120 has been marked as a duplicate of this bug. *** Git commit 1433a15c2684f451b2c24a4040e07ed817ac74b5 by Sven Langkamp. Committed on 16/05/2014 at 22:03. Pushed by langkamp into branch 'master'. add ability to update a composition M +39 -0 krita/plugins/extensions/dockers/compositiondocker/compositiondocker_dock.cpp M +6 -0 krita/plugins/extensions/dockers/compositiondocker/compositiondocker_dock.h M +1 -1 krita/plugins/extensions/dockers/compositiondocker/compositionmodel.cpp http://commits.kde.org/calligra/1433a15c2684f451b2c24a4040e07ed817ac74b5 Git commit a097bf3fa00b84ef349a1ace3f3718503636d700 by Sven Langkamp. Committed on 17/05/2014 at 13:53. Pushed by langkamp into branch 'master'. added checkboxes that controls which compositions are exported M +12 -1 krita/image/kis_layer_composition.cpp M +12 -0 krita/image/kis_layer_composition.h M +4 -0 krita/plugins/extensions/dockers/compositiondocker/compositiondocker_dock.cpp M +26 -3 krita/plugins/extensions/dockers/compositiondocker/compositionmodel.cpp M +1 -0 krita/plugins/extensions/dockers/compositiondocker/compositionmodel.h M +2 -0 krita/ui/kra/kis_kra_loader.cpp http://commits.kde.org/calligra/a097bf3fa00b84ef349a1ace3f3718503636d700 Git commit 3ce774312fe23fab3f552422882caebc32096b5d by Sven Langkamp. Committed on 17/05/2014 at 19:58. Pushed by langkamp into branch 'master'. store collapsed state in compositions M +6 -0 krita/image/kis_image.cc M +11 -0 krita/image/kis_image.h M +15 -0 krita/image/kis_layer_composition.cpp M +3 -0 krita/image/kis_layer_composition.h M +2 -0 krita/plugins/extensions/dockers/compositiondocker/compositiondocker_dock.cpp M +7 -0 krita/plugins/extensions/dockers/defaultdockers/kis_layer_box.cpp M +1 -0 krita/plugins/extensions/dockers/defaultdockers/kis_layer_box.h M +2 -0 krita/ui/kra/kis_kra_loader.cpp http://commits.kde.org/calligra/3ce774312fe23fab3f552422882caebc32096b5d great additions Sven! I really like what you did . When testing I noticed that visibility state of filter masks are not stored however. Is this possible to do? Just as a personal reminder this is what still possibly needs to be done -Store filter mask visibility -Store locks,alpha locks and inherit alpha -have short preview, a snapshot of the image when the composition is created and later when it was visited. WISHGROUP: Larger Usability Fixes This is still something that would be useful |