test for linked blendfile writing

This commit is contained in:
2014-11-27 17:48:35 +01:00
parent 6e825c02a0
commit 3e846a8127
3 changed files with 181 additions and 11 deletions

View File

@@ -18,8 +18,9 @@
#
# ***** END GPL LICENCE BLOCK *****
VERBOSE = True
TIMEIT = True
import os
VERBOSE = os.environ.get('BAM_VERBOSE', False)
TIMEIT = False
class C_defs: