olibia / inkscape-multipage-export

Inkscape extension to export selected objects to various file formats.
GNU General Public License v3.0
38 stars 0 forks source link

Export from Label #6

Open tonypuglieso opened 3 years ago

tonypuglieso commented 3 years ago

Hello, very thanks for this plugin this its very helpfull!

I have a question, if posible to export from inkscape:label instead of from id?

Or what values should I edit to change it?

olibia commented 3 years ago

Hi, it is possible. I will add an option to select which attribute to use for naming (ID, label or title) in the next version.

tonypuglieso commented 2 years ago

Hi Thank you very much for sharing the plugin, I really use it a lot. For game character parts, as for PDF presentations, etc.

Adding export by Label would be very functional (I think the inkscape api does not make it easy). I had a particular case in which I had to have for example a character in 3 views (up-down-lateral) to export to the spine2D software.

So I had 3 objects with duplicate names. called "Head" "Body" [...] In that case "Label" was a better option, but everything was exported as "ID".

I still used your plugin, and then my brother externally programmed a script to change the name of the resulting PNG file "ID" to "inkcape: label" but each object had to be part of a group for it to work.

And for personal use modify your plugin a bit by deleting the fformat line, so it does not divide me by formats. So I can do skin1 / up, skin1 / down skin1 / lateral, and the images are exported in that folder.