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:
authorAntonioya <blendergit@gmail.com>2018-09-28 18:20:00 +0300
committerAntonioya <blendergit@gmail.com>2018-09-28 18:20:00 +0300
commit3037acf3756591baff40defbc2ca90064f12ac96 (patch)
treeaa8a8d605220b6100587d8ba66ef6ef2623dacb2 /release/scripts/startup/bl_ui/properties_data_shaderfx.py
parentc78d83bca7a56ae4ebb7af86ec0b66e6f6f659d4 (diff)
GP: Remove show lines from Pixelate effect
The grid lines get a weird result and it's better keep disabled. Maybe in the future we implement a new shader with a full grid.
Diffstat (limited to 'release/scripts/startup/bl_ui/properties_data_shaderfx.py')
-rw-r--r--release/scripts/startup/bl_ui/properties_data_shaderfx.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/release/scripts/startup/bl_ui/properties_data_shaderfx.py b/release/scripts/startup/bl_ui/properties_data_shaderfx.py
index 3798a273e09..1c2682e4220 100644
--- a/release/scripts/startup/bl_ui/properties_data_shaderfx.py
+++ b/release/scripts/startup/bl_ui/properties_data_shaderfx.py
@@ -91,12 +91,6 @@ class DATA_PT_shader_fx(ShaderFxButtonsPanel, Panel):
def FX_PIXEL(self, layout, fx):
layout.prop(fx, "size", text="Size")
- layout.prop(fx, "use_lines", text="Display Lines")
-
- col = layout.column()
- col.enabled = fx.use_lines
- col.prop(fx, "color")
-
def FX_RIM(self, layout, fx):
layout.prop(fx, "offset", text="Offset")