LIVENODING 897 / WordCloud Inkscape SVG XML Parsing

Опубликовано: 25 Июль 2026
на канале: Jimmy “Blender Sushi Guy” Gunawan
651
11

In this live noding video, I am breaking down the process that I use to "parse" SVG XML data to be something that is simpler and works the way I wanted it inside Blender.

I am using Inkscape to help me observe and understand the SVG XML data from the online word cloud generator by Jason Davies:
https://www.jasondavies.com/wordcloud/

Then I use Sverchok Add-On nodes and Python from inside Blender to basically go through each of the data, parsing and slicing the data frame by frame to recreate and generate Polygon Mesh data of the Word Cloud.

It is possible to make the whole process as simple as importing the SVG using special Python code. However I enjoy this slower process and sharing it with you.

Enjoy!

GITHUB:
https://github.com/enzyme69/blendersu...