Hiah! I am writing an export script to support a custom model format for my game engine. I would really like to use StringIO to create buffers before I write them to the file. However, when I import StringIO blender gives the error: “No module named StringIO”.
This is my first time using Python, so I have no idea how to overcome this.