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:
authorBrecht Van Lommel <brechtvanlommel@pandora.be>2009-11-11 21:31:19 +0300
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2009-11-11 21:31:19 +0300
commitc5b89a2b7a249535ddca184528eca6b2aba906fa (patch)
tree1bd77124a7ed5e2aa9c4159b909144ff13471fa3 /source/blender/blenkernel/BKE_paint.h
parentd70943c40cb55fc0c9eee69891f52b7b31865ce3 (diff)
Forgot to include these files in sculpt shape key commit.
Diffstat (limited to 'source/blender/blenkernel/BKE_paint.h')
-rw-r--r--source/blender/blenkernel/BKE_paint.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/blenkernel/BKE_paint.h b/source/blender/blenkernel/BKE_paint.h
index ba42aca1872..b532b0820d7 100644
--- a/source/blender/blenkernel/BKE_paint.h
+++ b/source/blender/blenkernel/BKE_paint.h
@@ -68,6 +68,9 @@ typedef struct SculptSession {
struct MFace *mface;
int totvert, totface;
float *face_normals;
+
+ struct Object *ob;
+ struct KeyBlock *kb, *refkb;
/* Mesh connectivity */
struct ListBase *fmap;