Summary: | Show in Timeline should be by default disabled for masks | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | Tiar <tamtamy.tymona> |
Component: | Animation | Assignee: | Krita Bugs <krita-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | ahab.greybeard |
Priority: | NOR | ||
Version First Reported In: | git master (please specify the git hash!) | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/kde/krita/commit/930bdbeedc5941e9796e14551b94aa3e363b2069 | Version Fixed In: | |
Sentry Crash Report: |
Description
Tiar
2019-11-30 15:00:48 UTC
I'd like a toggle that does all enabled/disabled by default :) If I want to work with an animated mask then I'd want it to have the same behaviour as other layers. Could there be a hierarchy of toggles for different types of layers? It would be important to make sure that this is only for newly created layers of course. Git commit a1cd8d74b1a7e2b77010adae312b25168f6e9459 by Emmet O'Neill. Committed on 08/04/2020 at 19:54. Pushed by emmetoneill into branch 'master'. Added user setting for autopinning layers to timeline. Currently this setting only applies to paint layers, so other types of nodes will not be autopinned at all. Related: bug 413805 M +14 -14 libs/image/kis_base_node.cpp M +8 -1 libs/image/kis_base_node.h M +5 -5 libs/image/kis_layer_utils.cpp M +3 -3 libs/libkis/Node.h M +22 -18 libs/ui/KisDocument.cpp M +11 -1 libs/ui/dialogs/kis_dlg_preferences.cc M +1 -0 libs/ui/dialogs/kis_dlg_preferences.h M +22 -9 libs/ui/forms/wdggeneralsettings.ui M +10 -0 libs/ui/kis_config.cc M +3 -0 libs/ui/kis_config.h M +4 -0 libs/ui/kis_layer_manager.cc M +2 -2 plugins/extensions/pykrita/sip/krita/Node.sip https://invent.kde.org/kde/krita/commit/a1cd8d74b1a7e2b77010adae312b25168f6e9459 Git commit 930bdbeedc5941e9796e14551b94aa3e363b2069 by Emmet O'Neill. Committed on 15/05/2020 at 23:07. Pushed by emmetoneill into branch 'emmetpdx/T12769/aninext'. Added user setting for autopinning layers to timeline. Currently this setting only applies to paint layers, so other types of nodes will not be autopinned at all. Related: bug 413805 M +14 -14 libs/image/kis_base_node.cpp M +8 -1 libs/image/kis_base_node.h M +5 -5 libs/image/kis_layer_utils.cpp M +3 -3 libs/libkis/Node.h M +22 -18 libs/ui/KisDocument.cpp M +10 -3 libs/ui/dialogs/kis_dlg_preferences.cc M +1 -0 libs/ui/dialogs/kis_dlg_preferences.h M +22 -9 libs/ui/forms/wdggeneralsettings.ui M +10 -0 libs/ui/kis_config.cc M +3 -0 libs/ui/kis_config.h M +4 -0 libs/ui/kis_layer_manager.cc M +2 -2 plugins/extensions/pykrita/sip/krita/Node.sip https://invent.kde.org/kde/krita/commit/930bdbeedc5941e9796e14551b94aa3e363b2069 |