Commit: 426c04b92179e4e360b549fff26a8f4d030f26b8
Author: Antonio Vazquez
Date:   Wed Dec 18 15:28:01 2019 +0100
Branches: greasepencil-refactor
https://developer.blender.org/rB426c04b92179e4e360b549fff26a8f4d030f26b8

GPencil: Change default values for Blur VFX

===================================================================

M       source/blender/shader_fx/intern/FX_shader_blur.c

===================================================================

diff --git a/source/blender/shader_fx/intern/FX_shader_blur.c 
b/source/blender/shader_fx/intern/FX_shader_blur.c
index 0d41c316b69..70f53995201 100644
--- a/source/blender/shader_fx/intern/FX_shader_blur.c
+++ b/source/blender/shader_fx/intern/FX_shader_blur.c
@@ -30,8 +30,8 @@
 static void initData(ShaderFxData *fx)
 {
   BlurShaderFxData *gpfx = (BlurShaderFxData *)fx;
-  ARRAY_SET_ITEMS(gpfx->radius, 1, 1);
-  gpfx->samples = 4;
+  ARRAY_SET_ITEMS(gpfx->radius, 5, 5);
+  gpfx->samples = 2;
   gpfx->coc = 0.025f;
 }

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to