Cleanup: pep8

This commit is contained in:
Campbell Barton
2018-07-03 07:12:24 +02:00
parent 00fc1d70a7
commit 646f8bdb48
50 changed files with 658 additions and 655 deletions

View File

@@ -8,6 +8,7 @@ import shutil
import subprocess
import sys
def setup():
import bpy
@@ -29,6 +30,7 @@ def setup():
mat.use_screen_refraction = True
mat.use_screen_subsurface = True
# When run from inside Blender, render and exit.
try:
import bpy