You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
being able to duplicate layers would speed work by a lot
creating layers from what you rectangle/lasso select would be very nice instead of having to copy/paste selected into a new layer
copying/pasting layers would also avoid the need of rectangle selecting and pasting into a new layer
Is it possible to make the Layer System Independent depending on the frame? like I should be able to change the opacity for a layer only for a frame or delete a layer only for a frame instead of apply to all.
The text was updated successfully, but these errors were encountered:
BLUF: I think implementing macros is a better solution. However I have no idea how hard this would be.
This feels like two issues.
Layer duplication.
Independent layer properties.
I'm conflicted about independent layer properties. Needing to set the opacity of every single frame would be very annoying. It feels like we're exchanging one problem for another. A key frame system could be nice, but that feels like a significant overhaul.
The ability to duplicate layers would be helpful, but I wonder if this gets to a deeper issue. I think it would be good if we could implement macros. Duplicating a layer is essentially a sequence of actions:
create new layer
copy selection to new layer
repeat for all frames
If this was a new feature, the behavior is fixed. If this was a macro the user could choose to omit step 3 if they only wanted to duplicate that one frame layer.
Another example: If I wanted to fade something in (e.g. vary opacity of an object) it would be relatively simple with a macro:
create new frame
create new layer
copy selection to new layer on new frame
increase/decrease opacity of new layer
repeat as many times as I want
Piskel already maintains a history of actions for undo/redo purposes. I bet that could be leveraged to "record" a macro.
Yes, Macros would help a lot I feel most of my "issues" or feature requested are generally just making a sequence of actions easier to speed up creation
Wonderful Software, I do believe:
being able to duplicate layers would speed work by a lot
creating layers from what you rectangle/lasso select would be very nice instead of having to copy/paste selected into a new layer
copying/pasting layers would also avoid the need of rectangle selecting and pasting into a new layer
Is it possible to make the Layer System Independent depending on the frame? like I should be able to change the opacity for a layer only for a frame or delete a layer only for a frame instead of apply to all.
The text was updated successfully, but these errors were encountered: