[Bf-blender-cvs] [453e1d0e52a] temp-greasepencil-vfx: Cleanup: Rename Gaussian Blur to Blur only

Antonio Vazquez noreply at git.blender.org
Mon Jul 2 12:43:02 CEST 2018


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,



More information about the Bf-blender-cvs mailing list