Python Export - Long lines for image affect editors - EdgeLine v0.3

I the .c export, the encoding of the images (hexbin) are split over multiple lines in the .h files. That’s nice!

In the python export, the image binaries are assigned in a single line. I noticed that gedit in Ubuntu can’t handle these long lines. I normally use Sublime 3, which can handle the long lines. But, boy, they are long!!

For the export, I think it would be better to split the long line into a series of lines using the backslash () character at the end of each line.

Makes sense, added to our TODO list! :slight_smile: