pass -noaudio when running blender for various utilities - doc-gen and tests.

This commit is contained in:
Campbell Barton
2011-10-19 21:55:27 +00:00
parent f6f9288f35
commit 617d3cb852
9 changed files with 16 additions and 16 deletions

View File

@@ -8,7 +8,7 @@ Typical line in the input file (elements in [] are optional).
[comment *] ToolSettings.snap_align_rotation -> use_snap_align_rotation: boolean [Align rotation with the snapping target]
Geterate output format from blender run this:
./blender.bin --background --python ./release/scripts/modules/rna_info.py 2> source/blender/makesrna/rna_cleanup/out.txt
./blender.bin --background -noaudio --python ./release/scripts/modules/rna_info.py 2> source/blender/makesrna/rna_cleanup/out.txt
"""