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>2007-01-17 07:02:09 +0300
committerNicholas Bishop <nicholasbishop@gmail.com>2007-01-17 07:02:09 +0300
commit52f0648949f1709c865735bf0119efab204da556 (patch)
treee6fc6d7b5abb9cf36e151178205c5b45ff72609c /source/blender/src/toets.c
parent5f798002c9ca6b9532862ea14fdad27a4c136a12 (diff)
Fixed bug #5647, retopo - projection buffer not updated when changed via numpad. Was caused by not updating the depth and matrix retopo data when changing the view.
Diffstat (limited to 'source/blender/src/toets.c')
-rw-r--r--source/blender/src/toets.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/src/toets.c b/source/blender/src/toets.c
index 355a1535f42..5ee1a2991d4 100644
--- a/source/blender/src/toets.c
+++ b/source/blender/src/toets.c
@@ -337,6 +337,8 @@ void persptoetsen(unsigned short event)
if(G.vd->persp<2) perspo= G.vd->persp;
}
+ if(G.vd->depths) G.vd->depths->damaged= 1;
+ retopo_queue_updates(G.vd);
retopo_force_update();
if(preview3d_event)