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-12-19 00:56:17 +0300
committerNicholas Bishop <nicholasbishop@gmail.com>2007-12-19 00:56:17 +0300
commit5518aaaace192f9d9fea351faab1acd17845e6a5 (patch)
treec9c76a0c55137ec94253d70ecbb89528c49b0283 /source/blender/src/toets.c
parent84b58f8653218ff10f701cfef402c4f699a9b0d2 (diff)
Fixed bug #6711, Retopo problem when maximizing 3d view and still painting
Caused by some incorrect usage of the current v3d during updates
Diffstat (limited to 'source/blender/src/toets.c')
-rw-r--r--source/blender/src/toets.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/src/toets.c b/source/blender/src/toets.c
index 27a39537988..f2c50ffc2a4 100644
--- a/source/blender/src/toets.c
+++ b/source/blender/src/toets.c
@@ -384,7 +384,6 @@ void persptoetsen(unsigned short event)
if(G.vd->depths) G.vd->depths->damaged= 1;
retopo_queue_updates(G.vd);
- retopo_force_update();
if(preview3d_event)
BIF_view3d_previewrender_signal(curarea, PR_DBASE|PR_DISPRECT);