Diffusion Krita 17a922c5576b

Port animation frames commands to use strokes

Authored by dkazakov on Apr 19 2017, 3:06 PM.

Description

Port animation frames commands to use strokes

The system is not ideal, we have to use lambda commands coupled
with SkipFirstRedoWrapper. The problem is that our animation
framework returns "post-execution" commands. That is, it first modifies
the object and then returns the command for undoing this.

In the future we should refactor the animation system not to do this
post-execution thing, but just return commands for doing the work. Then
the code will be a bit simplified.

BUG:376596

Details

Committed
dkazakovApr 19 2017, 4:49 PM
Parents
R37:5092952c069e: Another build fix
Branches
Unknown
Tags
Unknown