External plugin to write .sif

Hi hbarone,

It would be cool if you share them with the community :smiley:

That would be awesome!

Yes it is but cannot be sure of it is different from any other xml.

Unfortunately nobody has written Synfig’s file xml format specification yet. All information is in the source code. Check loadcanvas.cpp and savecanvas.cpp in the source code.

I have zero experience on xml library syntax so I don’t know if it would be hard or not.
it would be very useful for non expert users. Specially if it is generated using some sort of wizard that ask the user some properties and it generates the pre-made particle file.
I only can say that the syntax of synfig in the xml file does not explicitly needs all the values of each layer because when it is not found it uses the default one from the defined in the source code or in case of the canvases it uses the parent canvas value if the child canvas doesn’t define the parameter.
Good luck and count with my encouragement :slight_smile:

-G