Commit: 24e6b2702d14d43e1b8c3a3453a373351edf2372
Author: Clément Foucault
Date:   Tue Dec 10 15:29:22 2019 +0100
Branches: greasepencil-refactor
https://developer.blender.org/rB24e6b2702d14d43e1b8c3a3453a373351edf2372

GPencil: Refactor: Rename gpencil_data.c to gpencil_draw_data.c

This is to avoid confusion with the already existing gpencil_data.c.

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

M       source/blender/draw/CMakeLists.txt
R100    source/blender/draw/engines/gpencil/gpencil_data.c      
source/blender/draw/engines/gpencil/gpencil_draw_data.c

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

diff --git a/source/blender/draw/CMakeLists.txt 
b/source/blender/draw/CMakeLists.txt
index 8d6ed936ca5..9d5231e5e00 100644
--- a/source/blender/draw/CMakeLists.txt
+++ b/source/blender/draw/CMakeLists.txt
@@ -111,8 +111,8 @@ set(SRC
   engines/workbench/workbench_volume.c
   engines/external/external_engine.c
   engines/gpencil/gpencil_cache_utils.c
-  engines/gpencil/gpencil_data.c
   engines/gpencil/gpencil_draw_cache_impl.c
+  engines/gpencil/gpencil_draw_data.c
   engines/gpencil/gpencil_draw_utils.c
   engines/gpencil/gpencil_engine.c
   engines/gpencil/gpencil_engine.h
diff --git a/source/blender/draw/engines/gpencil/gpencil_data.c 
b/source/blender/draw/engines/gpencil/gpencil_draw_data.c
similarity index 100%
rename from source/blender/draw/engines/gpencil/gpencil_data.c
rename to source/blender/draw/engines/gpencil/gpencil_draw_data.c

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

Reply via email to