Diffusion Krita 6f7f994274c6

fix CSV file saver animated channel bug

Authored by fazek on Jun 19 2017, 4:47 PM.

Description

fix CSV file saver animated channel bug

using paintLayer->original()->keyframeChannel() instead of paintLayer->projection()->keyframeChannel()
to get the animated keyframe channel for a layer.