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.
This commit is contained in:
2018-09-28 17:20:00 +02:00
parent c78d83bca7
commit 3037acf375

View File

@@ -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")