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:
authorMaxime Curioni <maxime.curioni@gmail.com>2008-05-29 01:19:56 +0400
committerMaxime Curioni <maxime.curioni@gmail.com>2008-05-29 01:19:56 +0400
commit9986b5cd736a493026c9580a49bbf030cd1fa4be (patch)
tree6e6e3d36059cd890805fce1f7afbb743f3dfc5e0 /source/blender/freestyle/intern/app_blender/AppCanvas.cpp
parent58066fd0af30388a6bf29fa897fb0300b37c5c7b (diff)
soc-2008-mxcurioni: corrected GLStrokeRender::preparePaper function for paper texture loading. The canvas view now has its frame properly initialized to fixed dimensions. When the Freestyle render is executed, the render is displayed for a fraction of a second and is then erased by a standard gray background. I have to analyze what command I need to call to keep the result on display.
Diffstat (limited to 'source/blender/freestyle/intern/app_blender/AppCanvas.cpp')
-rwxr-xr-xsource/blender/freestyle/intern/app_blender/AppCanvas.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/freestyle/intern/app_blender/AppCanvas.cpp b/source/blender/freestyle/intern/app_blender/AppCanvas.cpp
index 5125bf5f70b..98013cf18d4 100755
--- a/source/blender/freestyle/intern/app_blender/AppCanvas.cpp
+++ b/source/blender/freestyle/intern/app_blender/AppCanvas.cpp
@@ -214,7 +214,7 @@ void AppCanvas::update()
// char number[10];
//
_pViewer->updateGL();
- _pViewer->swapBuffers();
+ //_pViewer->swapBuffers();
//QImage fb = _pViewer->grabFrameBuffer();
// sprintf(number, "%3d", counter);
// strcat(fileName, number);