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:
Diffstat (limited to 'source/blender/blenkernel/BKE_paint.h')
-rw-r--r--source/blender/blenkernel/BKE_paint.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/source/blender/blenkernel/BKE_paint.h b/source/blender/blenkernel/BKE_paint.h
index 434255b2d9c..3722bd41f1d 100644
--- a/source/blender/blenkernel/BKE_paint.h
+++ b/source/blender/blenkernel/BKE_paint.h
@@ -39,7 +39,6 @@ struct ImageUser;
struct ListBase;
struct MLoop;
struct MLoopTri;
-struct MVert;
struct Main;
struct Mesh;
struct MeshElemMap;
@@ -572,7 +571,7 @@ typedef struct SculptSession {
struct Depsgraph *depsgraph;
/* These are always assigned to base mesh data when using PBVH_FACES and PBVH_GRIDS. */
- struct MVert *mvert;
+ float (*positions)[3];
const struct MPoly *mpoly;
const struct MLoop *mloop;