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:
authorNicholas Bishop <nicholasbishop@gmail.com>2012-05-11 00:34:47 +0400
committerNicholas Bishop <nicholasbishop@gmail.com>2012-05-11 00:34:47 +0400
commit41b52062706db3429ae1aa86c00eba8d2e73a14a (patch)
tree8ca34e108bba4e9892580bf166ce5f7d13cae4a0 /source/blender/blenkernel/BKE_paint.h
parentc9c0bfeeb8569c4c8e3d39186a2922de1f7fdc5b (diff)
Add undo/redo support for paint masks.
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 7bee131c63b..bfefd9dc3b8 100644
--- a/source/blender/blenkernel/BKE_paint.h
+++ b/source/blender/blenkernel/BKE_paint.h
@@ -84,6 +84,7 @@ typedef struct SculptSession {
int totvert, totpoly;
float *face_normals;
struct KeyBlock *kb;
+ float *vmask;
/* Mesh connectivity */
const struct MeshElemMap *pmap;