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 08:36:50 +0300
committerNicholas Bishop <nicholasbishop@gmail.com>2006-12-04 08:36:50 +0300
commit0cc76d831cdd7c58024d480fa64e8a3798afad11 (patch)
tree3c8745e437d6d00f92bf04c3d065ea253fe1f4e9 /source/blender/python/SConscript
parentc520a2a6b2abd7d6ded95817b86f156835decf08 (diff)
Large change to the way sculptmode drawing works. The default is now to draw
using the standard drawing functions. Enabling the "Partial Redraw" item in the sculpt menu will turn on the optimizations which stores unmodified parts of the color buffer and only redraws the polygons that are within the modified area(s). The Partial Redraw option uses the accumulation buffer to store the copy, and unfortunately this is not accelerated on older cards. There are alternatives, e.g. drawing to an auxiliary buffer or downloading the data from the graphics card with glReadPixels, but there's no guarantee that these will run at an acceptable speed on older graphics cards either. For the cards that do accelerate the accumulation buffer (for nvidia cards, I would assume that is at least FX5200 and up, and maybe earlier) it provides a very significant speedup.
Diffstat (limited to 'source/blender/python/SConscript')
0 files changed, 0 insertions, 0 deletions