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>2018-09-04 01:50:00 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-09-04 01:50:11 +0300
commit1d04d7721b2dd2de3127bf1604d10f005ab685e5 (patch)
treee952cad4f235c5d96f34f5a1dfd18b01374903bb /release/scripts/startup/bl_ui/properties_object.py
parentf428efc6db374579a56c1006ec0b1dc873b50938 (diff)
Cleanup: pep8
Diffstat (limited to 'release/scripts/startup/bl_ui/properties_object.py')
-rw-r--r--release/scripts/startup/bl_ui/properties_object.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/release/scripts/startup/bl_ui/properties_object.py b/release/scripts/startup/bl_ui/properties_object.py
index 17b4876c7f3..8d4112ad456 100644
--- a/release/scripts/startup/bl_ui/properties_object.py
+++ b/release/scripts/startup/bl_ui/properties_object.py
@@ -258,7 +258,6 @@ class OBJECT_PT_display(ObjectButtonsPanel, Panel):
# if obj_type == 'MESH' or is_empty_image:
# col.prop(obj, "show_transparent", text="Transparency")
-
flow = layout.grid_flow(row_major=True, columns=0, even_columns=True, even_rows=False, align=False)
col = flow.column()
@@ -273,7 +272,6 @@ class OBJECT_PT_display(ObjectButtonsPanel, Panel):
row.active = obj.show_bounds or (obj.draw_type == 'BOUNDS')
row.prop(obj, "draw_bounds_type", text="")
-
if is_geometry or is_empty_image:
# Only useful with object having faces/materials...
col = flow.column()