-
Notifications
You must be signed in to change notification settings - Fork 1
Description
I need the SVG exporter can assign names for pathes and collections (or only for collections will be good too).
My .blender files has a deep nested collections, I give a name to collections, and when I export it I need SVG to have tags with the attribute data-name with the name I gave.
It is like in Adobe Illistrator, I assign the name [car, transport] to a layer or to an object, and or tag has a data-name attribute data-name='[car, transport]'. It works with objects names the same way.
Why I need this feature? I want't to make some kids educational website with illustrated dictionaries. E.g. render some bitmap , and above them put svg transparent pictures with tags with data-name attributes, and these attributes are connected to my JS scripts to fetch information.
I need it extremely soon. How can we come to an agreement?