Is there a way to easily insert/delete/move frames? More specifically, I had 2 frames of animation using multiple layers, and I wanted to just add an empty frame in-between them. I couldn't find a way to do that so I ended up having to modify the canvas size and manually moving the second frame, layer by layer to the next frame. I switched to pyxel from pickle because I absolutely love having the power of layers, but pickle's intuitive UI for managing animation frames is something I am missing.
Danik
May 22, 2014 at 8:14 pm
Yes, I'm aware of the problem. This is really cumbersome at the moment and fixing it is on the todo list. I think I will add a tool for it: click to insert, right click to remove, drag to move, or something along those lines.