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>2011-12-06 02:19:30 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-12-06 02:19:30 +0400
commitb44c82b4fdf4db3ce9935d46bc6feeab6319a104 (patch)
tree7ed321f7f348e1834e59ae14845abcfb2d56f0a1 /release/scripts/startup/bl_ui/properties_texture.py
parent63ad25c30ddca609d39e3ae6288cdddeed7fb918 (diff)
remove invalid NULL checks from own recent commit and minor pep8 edits.
Diffstat (limited to 'release/scripts/startup/bl_ui/properties_texture.py')
-rw-r--r--release/scripts/startup/bl_ui/properties_texture.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/startup/bl_ui/properties_texture.py b/release/scripts/startup/bl_ui/properties_texture.py
index d16b2f15f52..358f1e12239 100644
--- a/release/scripts/startup/bl_ui/properties_texture.py
+++ b/release/scripts/startup/bl_ui/properties_texture.py
@@ -166,7 +166,7 @@ class TEXTURE_PT_preview(TextureButtonsPanel, Panel):
layout.template_preview(tex, parent=idblock, slot=slot)
else:
layout.template_preview(tex, slot=slot)
-
+
#Show Alpha Button for Brush Textures, see #29502
if context.space_data.texture_context == 'BRUSH':
layout.prop(tex, "use_preview_alpha")