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>2009-01-16 00:07:44 +0300
committerNicholas Bishop <nicholasbishop@gmail.com>2009-01-16 00:07:44 +0300
commit09683a7c7dba7ec1e3b2a6b0e61f8357e62bd77b (patch)
tree93760a76d6554fb06cd8c80c0c2b4b9f799d0f7c /source/blender/blenkernel/BKE_sculpt.h
parent2784d5b9959c3fa69dcd7a51d7510a4d44b2267c (diff)
Cleaning of the small part of sculpt still in blenkernel, more to come
Diffstat (limited to 'source/blender/blenkernel/BKE_sculpt.h')
-rw-r--r--source/blender/blenkernel/BKE_sculpt.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/source/blender/blenkernel/BKE_sculpt.h b/source/blender/blenkernel/BKE_sculpt.h
index 139b84062c4..b84dcfbd2a8 100644
--- a/source/blender/blenkernel/BKE_sculpt.h
+++ b/source/blender/blenkernel/BKE_sculpt.h
@@ -30,8 +30,6 @@
#ifndef BKE_SCULPT_H
#define BKE_SCULPT_H
-struct MFace;
-struct MVert;
struct NumInput;
struct RadialControl;
struct Scene;
@@ -44,13 +42,6 @@ typedef struct SculptSession {
struct bglMats *mats;
- int multires;
- int totvert;
- int totface;
- struct MVert *mvert;
- struct MFace *mface;
- float *face_normals;
-
/* An array of lists; array is sized as
large as the number of verts in the mesh,
the list for each vert contains the index