This Blender Addon can automatically create text objects of letters and numbers, convert them to meshes, and export them to .obj files.
Currently, I've hardcoded in the font settings, but I would like to add additional UI options in the future for these.
- Empty Scene: Deletes everything in the scene so the export runs properly.
- Generate Text: Generates text objects (from
string.ascii_uppercase
andstring.digits
), then converts them to meshes. - Export all chars to .obj: Exports all models to a hardcoded file path.