Commit: 453e1d0e52ac95a1f18bd6996d3222e245a32200
Author: Antonio Vazquez
Date:   Mon Jul 2 12:42:43 2018 +0200
Branches: temp-greasepencil-vfx
https://developer.blender.org/rB453e1d0e52ac95a1f18bd6996d3222e245a32200

Cleanup: Rename Gaussian Blur to Blur only

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

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 7df9679b045..128ebba8875 100644
--- a/source/blender/shader_fx/intern/FX_shader_blur.c
+++ b/source/blender/shader_fx/intern/FX_shader_blur.c
@@ -48,7 +48,7 @@ static void copyData(const ShaderFxData *md, ShaderFxData 
*target)
 }
 
 ShaderFxTypeInfo shaderfx_Type_Blur = {
-       /* name */              "Gaussian Blur",
+       /* name */              "Blur",
        /* structName */        "BlurShaderFxData",
        /* structSize */        sizeof(BlurShaderFxData),
        /* type */              eShaderFxType_GpencilType,

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

Reply via email to