== blender file format ==

- added a readme so that it's easy to understand how to use the py files.
- fixed typos in the usage message.
This commit is contained in:
Luca Bonavita
2010-11-01 13:27:33 +00:00
parent e40b4d80c6
commit 726e6d8530
2 changed files with 31 additions and 2 deletions

View File

@@ -383,8 +383,8 @@ def usage():
print("Options:")
print("\t--dna-keep-blend: doesn't delete the produced blend file DNA export to html")
print("\t--dna-debug: sets the logging level to DEBUG (lots of additional info)")
print("\t--dna-versioned' saves version informations in the html and blend filenames")
print("\t--dna-overwrite-css' overwrite dna.css, useful when modifying css in the script")
print("\t--dna-versioned saves version informations in the html and blend filenames")
print("\t--dna-overwrite-css overwrite dna.css, useful when modifying css in the script")
print("Examples:")
print("\tdefault: % blender2.5 -b -P BlendFileDnaExporter_25.py")
print("\twith options: % blender2.5 -b -P BlendFileDnaExporter_25.py -- --dna-keep-blend --dna-debug\n")