From 7085387defb2e9ae90bdf3ed625f056d616fac6b Mon Sep 17 00:00:00 2001 From: Antony Riakiotakis Date: Tue, 1 Jan 2013 21:32:17 +0000 Subject: [PATCH] rename paint_2D to paint_image_2D. Catering for possible name conflicts with other 2D paint systems. --- source/blender/editors/sculpt_paint/CMakeLists.txt | 2 +- .../editors/sculpt_paint/{paint_2D.c => paint_image_2D.c} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename source/blender/editors/sculpt_paint/{paint_2D.c => paint_image_2D.c} (100%) diff --git a/source/blender/editors/sculpt_paint/CMakeLists.txt b/source/blender/editors/sculpt_paint/CMakeLists.txt index 7f4ee4fdd55..7a74385ea77 100644 --- a/source/blender/editors/sculpt_paint/CMakeLists.txt +++ b/source/blender/editors/sculpt_paint/CMakeLists.txt @@ -42,7 +42,7 @@ set(SRC paint_cursor.c paint_hide.c paint_image.c - paint_2D.c + paint_image_2D.c paint_mask.c paint_ops.c paint_stroke.c diff --git a/source/blender/editors/sculpt_paint/paint_2D.c b/source/blender/editors/sculpt_paint/paint_image_2D.c similarity index 100% rename from source/blender/editors/sculpt_paint/paint_2D.c rename to source/blender/editors/sculpt_paint/paint_image_2D.c