Cleanup: autopep8

This commit is contained in:
2022-04-26 15:03:04 +10:00
parent 802bc8e233
commit e3724d29ff
6 changed files with 6 additions and 6 deletions

View File

@@ -43,7 +43,7 @@ with offscreen.bind():
offscreen.free()
if not IMAGE_NAME in bpy.data.images:
if IMAGE_NAME not in bpy.data.images:
bpy.data.images.new(IMAGE_NAME, WIDTH, HEIGHT)
image = bpy.data.images[IMAGE_NAME]
image.scale(WIDTH, HEIGHT)