From c78d83bca7a56ae4ebb7af86ec0b66e6f6f659d4 Mon Sep 17 00:00:00 2001 From: Antonioya Date: Fri, 28 Sep 2018 16:52:20 +0200 Subject: GP: Set pixel shader fx lines to OFF by default --- source/blender/shader_fx/intern/FX_shader_pixel.c | 1 - 1 file changed, 1 deletion(-) (limited to 'source/blender/shader_fx/intern') diff --git a/source/blender/shader_fx/intern/FX_shader_pixel.c b/source/blender/shader_fx/intern/FX_shader_pixel.c index a3ffd3a9b0d..8c5c38d6aa7 100644 --- a/source/blender/shader_fx/intern/FX_shader_pixel.c +++ b/source/blender/shader_fx/intern/FX_shader_pixel.c @@ -39,7 +39,6 @@ static void initData(ShaderFxData *fx) PixelShaderFxData *gpfx = (PixelShaderFxData *)fx; ARRAY_SET_ITEMS(gpfx->size, 5, 5); ARRAY_SET_ITEMS(gpfx->rgba, 0.0f, 0.0f, 0.0f, 0.9f); - gpfx->flag |= FX_PIXEL_USE_LINES; } static void copyData(const ShaderFxData *md, ShaderFxData *target) -- cgit v1.2.3