Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Bonavita <mindrones@gmail.com>2010-11-01 16:27:33 +0300
committerLuca Bonavita <mindrones@gmail.com>2010-11-01 16:27:33 +0300
commit726e6d85305a228f3e13f348cd8d209c6734d1e5 (patch)
tree42a17d3b41276a2a15b5a172964f164a07ec15fd /doc/blender_file_format/BlendFileDnaExporter_25.py
parente40b4d80c6869c2d112c68999447a0556a5f99f5 (diff)
== 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.
Diffstat (limited to 'doc/blender_file_format/BlendFileDnaExporter_25.py')
-rwxr-xr-xdoc/blender_file_format/BlendFileDnaExporter_25.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/blender_file_format/BlendFileDnaExporter_25.py b/doc/blender_file_format/BlendFileDnaExporter_25.py
index 77656f43ae5..afc58ce6730 100755
--- a/doc/blender_file_format/BlendFileDnaExporter_25.py
+++ b/doc/blender_file_format/BlendFileDnaExporter_25.py
@@ -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")