addam / Export-Paper-Model-from-Blender

Python addon for creating paper models in Blender (development version)
https://blenderartists.org/t/export-paper-model/476597
406 stars 54 forks source link

Unicode Error on lines 1393 and 1396 #30

Closed Spuddy closed 11 years ago

Spuddy commented 11 years ago

Problem loading in blender. Needs to be changed from: ('DOT', "Dots (· · ·)", "Dotted line"), and ('DASHDOT', "Dash-dotted (-- ·)", "Solid line")] to ('DOT', "Dots (. . .)", "Dotted line"), and ('DASHDOT', "Dash-dotted (-- .)", "Solid line")]

Notice the full stops instead of the dots. Not as nice but it doesn't work without it.

Spuddy commented 11 years ago

Okay I have sent a pull request