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

blenderize.py looks for a Sun lamp named "Lamp" #17

Closed HolySmokesBatman closed 8 years ago

HolySmokesBatman commented 8 years ago

My default .blend file contains no lamps at the moment. blenderize.py therefore failed because it looks for a Sun named "Lamp". After creating such a lamp, it worked fine.

iKlsR commented 8 years ago

Did you grab the latest revision? This is fixed in https://github.com/josauder/procedural_city_generation/pull/15