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

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

View File

@@ -48,7 +48,7 @@ SPHINXBASE=doc/python_api
if $DO_EXE_BLENDER ; then
# dont delete existing docs, now partial updates are used for quick builds.
$BLENDER --background --factory-startup --python $SPHINXBASE/sphinx_doc_gen.py
$BLENDER --background -noaudio --factory-startup --python $SPHINXBASE/sphinx_doc_gen.py
fi