Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2020-12-16 10:02:40 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-12-16 10:02:40 +0300
commite671c548e66e95d4fd1884c81c2dab1ae4a1a219 (patch)
treeb40a9188f9a2b98998c384d1453d1c45d450f4f7 /release/scripts/startup/bl_ui/space_image.py
parentf34ca933a806b83be957f69835c7a6033fe5ca2c (diff)
Cleanup: pep8
Diffstat (limited to 'release/scripts/startup/bl_ui/space_image.py')
-rw-r--r--release/scripts/startup/bl_ui/space_image.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/release/scripts/startup/bl_ui/space_image.py b/release/scripts/startup/bl_ui/space_image.py
index f4e88b70281..342b72acb8c 100644
--- a/release/scripts/startup/bl_ui/space_image.py
+++ b/release/scripts/startup/bl_ui/space_image.py
@@ -1465,7 +1465,7 @@ class IMAGE_PT_overlay(Panel):
bl_ui_units_x = 13
def draw(self, context):
- pass
+ pass
class IMAGE_PT_overlay_uv_edit(Panel):
@@ -1496,7 +1496,6 @@ class IMAGE_PT_overlay_uv_edit(Panel):
subrow.prop(uvedit, "display_stretch_type", text="")
-
class IMAGE_PT_overlay_uv_edit_geometry(Panel):
bl_space_type = 'IMAGE_EDITOR'
bl_region_type = 'HEADER'
@@ -1529,7 +1528,6 @@ class IMAGE_PT_overlay_uv_edit_geometry(Panel):
row.prop(uvedit, "show_faces", text="Faces")
-
class IMAGE_PT_overlay_texture_paint(Panel):
bl_space_type = 'IMAGE_EDITOR'
bl_region_type = 'HEADER'