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 17:52:20 +0300
committerAntonioya <blendergit@gmail.com>2018-09-28 17:52:20 +0300
commitc78d83bca7a56ae4ebb7af86ec0b66e6f6f659d4 (patch)
tree74b62cc928cfd5122c7e6ef903d1e1062574e7b7 /source/blender/shader_fx/intern
parent0d2c95a77a5927ca120fa53f9da5514574256054 (diff)
GP: Set pixel shader fx lines to OFF by default
Diffstat (limited to 'source/blender/shader_fx/intern')
-rw-r--r--source/blender/shader_fx/intern/FX_shader_pixel.c1
1 files changed, 0 insertions, 1 deletions
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)