Summary: | 2.9.9 Animation Beta - Duplicating animated layers only creates new static layer | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | dymoblade |
Component: | Animation | Assignee: | Krita Bugs <krita-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | griffinvalley, halla |
Priority: | NOR | ||
Version First Reported In: | 2.9.9 | ||
Target Milestone: | --- | ||
Platform: | Microsoft Windows | ||
OS: | Microsoft Windows | ||
Latest Commit: | http://commits.kde.org/calligra/719d2b4b4de041e3b769f877b7b0ef9856dbdd0a | Version Fixed In: | |
Sentry Crash Report: |
Description
dymoblade
2015-12-07 03:26:44 UTC
Git commit 34b7eff796385a5caf0dbfd80045235f511d5162 by Dmitry Kazakov. Committed on 16/12/2015 at 13:11. Pushed by dkazakov into branch 'master'. Fix Duplicate Layer feature for animated layers Ref T1141 M +13 -0 krita/image/kis_keyframe_channel.cpp M +1 -0 krita/image/kis_keyframe_channel.h M +8 -1 krita/image/kis_paint_device.cc M +1 -1 krita/image/kis_paint_device.h M +14 -1 krita/image/kis_paint_layer.cc M +10 -0 krita/image/kis_raster_keyframe_channel.cpp M +1 -0 krita/image/kis_raster_keyframe_channel.h M +48 -0 krita/image/tests/kis_paint_device_test.cpp M +1 -0 krita/image/tests/kis_paint_device_test.h M +8 -5 krita/image/tests/kis_paint_layer_test.cpp http://commits.kde.org/krita/34b7eff796385a5caf0dbfd80045235f511d5162 Git commit 719d2b4b4de041e3b769f877b7b0ef9856dbdd0a by Dmitry Kazakov. Committed on 16/12/2015 at 19:42. Pushed by dkazakov into branch 'krita-animation-pentikainen'. Fix Duplicate Layer feature for animated layers Ref T1141 M +13 -0 krita/image/kis_keyframe_channel.cpp M +1 -0 krita/image/kis_keyframe_channel.h M +8 -1 krita/image/kis_paint_device.cc M +1 -1 krita/image/kis_paint_device.h M +14 -1 krita/image/kis_paint_layer.cc M +10 -0 krita/image/kis_raster_keyframe_channel.cpp M +1 -0 krita/image/kis_raster_keyframe_channel.h M +48 -0 krita/image/tests/kis_paint_device_test.cpp M +1 -0 krita/image/tests/kis_paint_device_test.h M +8 -5 krita/image/tests/kis_paint_layer_test.cpp http://commits.kde.org/calligra/719d2b4b4de041e3b769f877b7b0ef9856dbdd0a |