josauder / procedural_city_generation

Procedural City Generation program implemented in Python and Visualized with Blender.
Mozilla Public License 2.0
559 stars 86 forks source link

Use a path relative to the pickletools file to generate the output file #24

Closed garyservin closed 7 years ago

garyservin commented 7 years ago

This allows the use of the main.py from the roadmaps folder to be used as a standalone script to generate the roadmap layout.

I've also added an extra exception check and only increase the recursion level if that was the issue and made some minor pep8 fixes.