From: Mikko Rasa Date: Wed, 15 May 2019 21:42:03 +0000 (+0300) Subject: Redesign file writing in the Blender exporter X-Git-Url: http://git.tdb.fi/?a=commitdiff_plain;h=6ee541fd39de1e1368134cb8a98a14f2f5ddd767;hp=6ee541fd39de1e1368134cb8a98a14f2f5ddd767;p=libs%2Fgl.git Redesign file writing in the Blender exporter Instead of writing statements directly to the file as string fragments, construct an in-memory representation of the exported data first. This allows it to be manipulated and combined easier. ---