Cleanup: pep8

This commit is contained in:
Campbell Barton
2016-02-01 00:47:10 +11:00
parent 0f3f117311
commit d924998d3e
24 changed files with 56 additions and 49 deletions

View File

@@ -63,7 +63,6 @@ class OffScreenDraw(bpy.types.Operator):
render.pixel_aspect_y,
)
offscreen.draw_view3d(
scene,
context.space_data,

View File

@@ -180,8 +180,8 @@ def main():
l = "None,"
b[i] = l
#for l in b:
# print(l)
# for l in b:
# print(l)
text = "\n".join(b)
global_namespace = {