use logging for exceptions in webserver, check BAM_VERBOSE env var

This commit is contained in:
2014-11-21 17:56:57 +01:00
parent 2c9afe8d2f
commit 47a6eaa936
4 changed files with 23 additions and 7 deletions

View File

@@ -58,6 +58,7 @@ def create_from_files(deps):
f_rel = bpy.path.relpath(f_abs)
image = bpy.data.images.load(f)
image.use_fake_user = True
deps.append(f_abs)
if __name__ == "__main__":