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:
authorCampbell Barton <ideasman42@gmail.com>2014-07-12 13:58:35 +0400
committerCampbell Barton <ideasman42@gmail.com>2014-07-12 14:07:39 +0400
commitf905eba7c89de599fb0d10d941ce801481bb3a00 (patch)
treec8b6255b746017c039f43b4d8aaf6f6e6046d90b /source/blender/blenkernel/BKE_paint.h
parent5dc0639d6bee134137a4a935a68bc4a12d021b4c (diff)
rename DM_active_paint_uvlayer, BKE_free_paint_curve
Diffstat (limited to 'source/blender/blenkernel/BKE_paint.h')
-rw-r--r--source/blender/blenkernel/BKE_paint.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenkernel/BKE_paint.h b/source/blender/blenkernel/BKE_paint.h
index e2e1ebf08c8..66f4dac7ca7 100644
--- a/source/blender/blenkernel/BKE_paint.h
+++ b/source/blender/blenkernel/BKE_paint.h
@@ -107,7 +107,7 @@ void BKE_palette_cleanup(struct Palette *palette);
/* paint curves */
struct PaintCurve *BKE_paint_curve_add(struct Main *bmain, const char *name);
-void BKE_free_paint_curve(struct PaintCurve *pc);
+void BKE_paint_curve_free(struct PaintCurve *pc);
void BKE_paint_init(struct Paint *p, const char col[3]);
void BKE_paint_free(struct Paint *p);