0

no longer validates images, runs MUCH faster to scan existing chunks.

If a chunk image can't be loaded, it re-generates it on the fly.
This commit is contained in:
Andrew Brown
2010-09-12 01:04:31 -04:00
parent 55d596fc26
commit a3a4877e6a
3 changed files with 38 additions and 24 deletions

View File

@@ -43,7 +43,9 @@ def main():
if i > 0:
if 1000 % i == 0 or i % 1000 == 0:
print "{0}/{1} chunks rendered".format(i, len(chunks))
results['pool'].join()
print "Writing out html file"
if not os.path.exists(destdir):
os.mkdir(destdir)