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-07-31 14:06:08 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-07-31 14:31:04 +0300
commitc1185f3d0dbbb51dea17cc2ac759776365927738 (patch)
treed5836ab0496a6dbbdb0818b66781185965b68352 /release/scripts/startup/bl_ui/properties_data_shaderfx.py
parentc7e1d067a5ce3ce9803cce5db6ac25f9692a7472 (diff)
Cleanup: pep8, windows line endings
Diffstat (limited to 'release/scripts/startup/bl_ui/properties_data_shaderfx.py')
-rw-r--r--release/scripts/startup/bl_ui/properties_data_shaderfx.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/release/scripts/startup/bl_ui/properties_data_shaderfx.py b/release/scripts/startup/bl_ui/properties_data_shaderfx.py
index 5010f56d234..3798a273e09 100644
--- a/release/scripts/startup/bl_ui/properties_data_shaderfx.py
+++ b/release/scripts/startup/bl_ui/properties_data_shaderfx.py
@@ -28,6 +28,7 @@ class ShaderFxButtonsPanel:
bl_context = "shaderfx"
bl_options = {'HIDE_HEADER'}
+
class DATA_PT_shader_fx(ShaderFxButtonsPanel, Panel):
bl_label = "Effects"
@@ -79,7 +80,7 @@ class DATA_PT_shader_fx(ShaderFxButtonsPanel, Panel):
if fx.mode in {'BITONE', 'CUSTOM', 'TRANSPARENT'}:
layout.prop(fx, "factor")
- def FX_WAVE(self, layout,fx):
+ def FX_WAVE(self, layout, fx):
layout.prop(fx, "orientation", expand=True)
layout.separator()