[Bf-blender-cvs] [f6f30b490a4] greasepencil-refactor: GPencil: Remove Blur VFX limit of 1 effect

Antonio Vazquez noreply at git.blender.org
Tue Dec 17 08:49:54 CET 2019


Commit: f6f30b490a4a23604091446121464377e1b423ef
Author: Antonio Vazquez
Date:   Tue Dec 17 08:49:47 2019 +0100
Branches: greasepencil-refactor
https://developer.blender.org/rBf6f30b490a4a23604091446121464377e1b423ef

GPencil: Remove Blur VFX limit of 1 effect

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

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 72d2a61dafd..0d41c316b69 100644
--- a/source/blender/shader_fx/intern/FX_shader_blur.c
+++ b/source/blender/shader_fx/intern/FX_shader_blur.c
@@ -45,7 +45,7 @@ ShaderFxTypeInfo shaderfx_Type_Blur = {
     /* structName */ "BlurShaderFxData",
     /* structSize */ sizeof(BlurShaderFxData),
     /* type */ eShaderFxType_GpencilType,
-    /* flags */ eShaderFxTypeFlag_Single,
+    /* flags */ 0,
 
     /* copyData */ copyData,



More information about the Bf-blender-cvs mailing list