Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntony Riakiotakis <kalast@gmail.com>2013-01-02 01:32:17 +0400
committerAntony Riakiotakis <kalast@gmail.com>2013-01-02 01:32:17 +0400
commit7085387defb2e9ae90bdf3ed625f056d616fac6b (patch)
tree6cd1be0b3bc1fc37df967acf98b3e3331236cf6d /source/blender/editors/sculpt_paint/CMakeLists.txt
parent59893d9d5b0e1c0d39b629e7d25e94c467eb5997 (diff)
rename paint_2D to paint_image_2D. Catering for possible name conflicts
with other 2D paint systems.
Diffstat (limited to 'source/blender/editors/sculpt_paint/CMakeLists.txt')
-rw-r--r--source/blender/editors/sculpt_paint/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
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