Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

X-Sheet: frame list view #278

Open
Darkspace65 opened this issue Nov 3, 2016 · 2 comments
Open

X-Sheet: frame list view #278

Darkspace65 opened this issue Nov 3, 2016 · 2 comments

Comments

@Darkspace65
Copy link

Darkspace65 commented Nov 3, 2016

Hi!
I guess this falls under feature request. I use lst files on a regular basis to edit and compose complex animations. I render stuff as png and then use lst files as some sort of work around x-sheet to combine it all. When you import a lst file into Synfig you get a switch file that only shows the title of the lst file when you open it in The Layers Panel. Would it be possible to let it actually show the png files and their corresponding frames? And even maybe edit them? Let's call it The X-Sheet Layer...
Greetz!


Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

@caryoscelus
Copy link
Collaborator

This is supposed to be simple, so i wanted to implement it as Gtk practice. However, it turned out that .lst layers do not expose any info except for .lst file path itself, so it will require rewriting them in order to implement this feature.

More generic approach which would make X-Sheet possible for any layer would require dealing with rendering engine which is probably even more complicated. Would be nice to have have it in the future, though.

@caryoscelus caryoscelus added this to the v2.0 milestone Jan 26, 2017
@caryoscelus
Copy link
Collaborator

caryoscelus commented Feb 15, 2017

Actually just made a very basic implementation for switch layer with imported images inside.

https://github.com/caryoscelus/synfig/tree/xsheet

xsheet-1

@caryoscelus caryoscelus changed the title Viewing content of lst file in Synfig X-Sheet: frame list view Feb 16, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants