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:
authorJeroen Bakker <j.bakker@atmind.nl>2019-05-28 16:12:29 +0300
committerJeroen Bakker <j.bakker@atmind.nl>2019-05-28 16:12:29 +0300
commit13a90d646a4d29296dde1561417f3faeb46091c6 (patch)
treeb7cf96c94659ce97c228a874d66ec2653d3d2695 /release/scripts/startup
parentdee5c1aa409cb9d3f80f7b8422b073e67a469cfc (diff)
Codestyle: Remove trailing spaces
Diffstat (limited to 'release/scripts/startup')
-rw-r--r--release/scripts/startup/bl_ui/space_view3d.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/release/scripts/startup/bl_ui/space_view3d.py b/release/scripts/startup/bl_ui/space_view3d.py
index fdf9570763a..649abfe5fe6 100644
--- a/release/scripts/startup/bl_ui/space_view3d.py
+++ b/release/scripts/startup/bl_ui/space_view3d.py
@@ -5576,9 +5576,9 @@ class VIEW3D_PT_overlay_edit_mesh_shading(Panel):
sub.prop(tool_settings, "vertex_group_user", expand=True)
if shading.type == 'WIREFRAME':
- xray = shading.show_xray_wireframe and shading.xray_alpha_wireframe < 1.0
+ xray = shading.show_xray_wireframe and shading.xray_alpha_wireframe < 1.0
elif shading.type == 'SOLID':
- xray = shading.show_xray and shading.xray_alpha < 1.0
+ xray = shading.show_xray and shading.xray_alpha < 1.0
else:
xray = False
statvis_active = not xray