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>2011-09-14 05:32:59 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-09-14 05:32:59 +0400
commitac51152ec507cb141a598d2edd7fe32840999a94 (patch)
treeb2d77be7895b2d370d677321ac8f7cb664ea94d5 /source/blender/blenkernel/BKE_paint.h
parent272bdce84d476154a85c4ac02b751f49033fffc9 (diff)
parentdd2a2ec6993060f3dbf62c64c4ff56bcca02c54f (diff)
svn merge -r40179:40195 https://svn.blender.org/svnroot/bf-blender/trunk/blender
Diffstat (limited to 'source/blender/blenkernel/BKE_paint.h')
-rw-r--r--source/blender/blenkernel/BKE_paint.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/blenkernel/BKE_paint.h b/source/blender/blenkernel/BKE_paint.h
index cee97e7631f..99f9944bc08 100644
--- a/source/blender/blenkernel/BKE_paint.h
+++ b/source/blender/blenkernel/BKE_paint.h
@@ -98,5 +98,6 @@ typedef struct SculptSession {
} SculptSession;
void free_sculptsession(struct Object *ob);
+void free_sculptsession_deformMats(struct SculptSession *ss);
#endif