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>2006-12-04 03:44:52 +0300
committerNicholas Bishop <nicholasbishop@gmail.com>2006-12-04 03:44:52 +0300
commit706635d931ea167bbf4acd52318878d620f0538a (patch)
tree974bc6a73c89b0e46575c7a673974d23bd0ae7e4 /source/blender/src/multires.c
parent9f4df07b68831f4fe719c185bf812e628e91e429 (diff)
Forgot to add middlemouse events for sculptmode.
Diffstat (limited to 'source/blender/src/multires.c')
-rw-r--r--source/blender/src/multires.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/src/multires.c b/source/blender/src/multires.c
index 377fac9f6c4..4a0c058f54c 100644
--- a/source/blender/src/multires.c
+++ b/source/blender/src/multires.c
@@ -43,6 +43,7 @@
#include "DNA_object_types.h"
#include "DNA_scene_types.h"
#include "DNA_vec_types.h"
+#include "DNA_view3d_types.h"
#include "BKE_customdata.h"
#include "BKE_depsgraph.h"
@@ -61,6 +62,7 @@
#include "BLI_editVert.h"
#include "BSE_edit.h"
+#include "BSE_view.h"
#include "IMB_imbuf.h"
#include "IMB_imbuf_types.h"
@@ -1181,6 +1183,7 @@ void multires_level_to_mesh(Object *ob, Mesh *me)
countall();
+ if(G.vd->depths) G.vd->depths->damaged= 1;
allqueue(REDRAWVIEW3D, 0);
}