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:
@@ -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")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user