Import 2D meshes into Godot from other programs?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By HeroicNate

Is it possible to import 2D meshes from other programs like Spine2d? I’m using Godot’s animations system but hand drawing all of the polygons is pretty rough.

:bust_in_silhouette: Reply From: st_phan

I was just wondering the same, so for somebody stumbling upon this:
There is a plugin-like thing to convert SVGs to Godot shapes.

More interestingly maybe: It’s made with something called EditorScript which are … well … scripts that are designed to be run from the Editor, not the game itself.

I currently use it to generatively create polygons which (upon running the script) get added to the scene, so I can still tweak them manually.