[Bf-blender-cvs] [72856499410] temp-greasepencil-vfx: Cleanup: Rename File

Antonio Vazquez noreply at git.blender.org
Wed Jun 27 12:09:12 CEST 2018


Commit: 72856499410409999e159ca3162218d35f782e40
Author: Antonio Vazquez
Date:   Wed Jun 27 12:09:02 2018 +0200
Branches: temp-greasepencil-vfx
https://developer.blender.org/rB72856499410409999e159ca3162218d35f782e40

Cleanup: Rename File

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

M	source/blender/draw/CMakeLists.txt
R099	source/blender/draw/engines/gpencil/gpencil_fx.c	source/blender/draw/engines/gpencil/gpencil_shader_fx.c

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

diff --git a/source/blender/draw/CMakeLists.txt b/source/blender/draw/CMakeLists.txt
index 5dd27f653a6..3d3de07f9d9 100644
--- a/source/blender/draw/CMakeLists.txt
+++ b/source/blender/draw/CMakeLists.txt
@@ -125,7 +125,7 @@ set(SRC
 	engines/gpencil/gpencil_cache_utils.c
 	engines/gpencil/gpencil_draw_utils.c
 	engines/gpencil/gpencil_draw_cache_impl.c
-	engines/gpencil/gpencil_fx.c
+	engines/gpencil/gpencil_shader_fx.c
 
 	DRW_engine.h
 	intern/DRW_render.h
diff --git a/source/blender/draw/engines/gpencil/gpencil_fx.c b/source/blender/draw/engines/gpencil/gpencil_shader_fx.c
similarity index 99%
rename from source/blender/draw/engines/gpencil/gpencil_fx.c
rename to source/blender/draw/engines/gpencil/gpencil_shader_fx.c
index 67d69bc1e27..e007acc3c09 100644
--- a/source/blender/draw/engines/gpencil/gpencil_fx.c
+++ b/source/blender/draw/engines/gpencil/gpencil_shader_fx.c
@@ -19,7 +19,7 @@
  *
  */
 
-/** \file blender/draw/engines/gpencil/gpencil_fx.c
+/** \file blender/draw/engines/gpencil/gpencil_shader_fx.c
  *  \ingroup draw
  */
 #include "DNA_gpencil_types.h"



More information about the Bf-blender-cvs mailing list