I have created a plugin which will convert all the outlines to advanced outlines.
Advantages over using the “Make Advanced Outline” (within Synfig studio):
Preserves the color
Preserves the width
Useful if you want every outline to be advanced outline
If you face any issues then please tell me, we will discuss and solve that.
Added support for converting selective layers to advanced outline
Usage
To convert layers to Advanced Outline from Outline, just rename the layer or the group to the following format:
toAdvOutline_name
Examples:
toAdvOutline_head
toAdvOutline_other
If you rename a layer in the above format it will only convert that layer to Advanced Outline
You can also convert all the direct child outlines within a group:
So only the direct child outlines i.e. layers outline1 and outline2 are only converted.
You can also convert all the child outlines (at deep levels) with the following syntax
With the above syntax all the children at any level will be converted to advanced outline, so in above example outline1, outline2, outline3 are all converted.
If any other ways for implementing controlled conversion is possible let me know.
Let me know if you face any issues or have any suggestions
I just would like to suggest to use a simpler way of naming as this is a process that should be done anytime you want to run the plugin, I mean, I would like to make the initial renaming faster. So instead of “toAdvOutline” I would suggest to use just a character, something like “@”, “!” or similar.