Changeset View
Changeset View
Standalone View
Standalone View
doc/blender_file_format/README
| Context not available. | |||||
| This creates a temporary dna.blend to be inspected and it produces two new files: | This creates a temporary dna.blend to be inspected and it produces two new files: | ||||
| * dna.html: the list of all the structures saved in a blend file with the blender2.5 | * dna.html: the list of all the structures saved in a blend file with the blender2.5 | ||||
| executable you have used. If you enable build informations when you build blender, | executable you have used. If you enable build information when you build blender, | ||||
| the dna.html file will also show which svn revision the html refers to. | the dna.html file will also show which svn revision the html refers to. | ||||
| * dna.css: the css for the html above | * dna.css: the css for the html above | ||||
| Context not available. | |||||
| Options: | Options: | ||||
| --dna-keep-blend: doesn't delete the produced blend file DNA export to html | --dna-keep-blend: doesn't delete the produced blend file DNA export to html | ||||
| --dna-debug: sets the logging level to DEBUG (lots of additional info) | --dna-debug: sets the logging level to DEBUG (lots of additional info) | ||||
| --dna-versioned saves version informations in the html and blend filenames | --dna-versioned saves version information in the html and blend filenames | ||||
| --dna-overwrite-css overwrite dna.css, useful when modifying css in the script | --dna-overwrite-css overwrite dna.css, useful when modifying css in the script | ||||
| Examples: | Examples: | ||||
| default: % blender2.5 --background -noaudio --python BlendFileDnaExporter_25.py | default: % blender2.5 --background -noaudio --python BlendFileDnaExporter_25.py | ||||
| Context not available. | |||||