Go to file
Sergey Sharybin 31bd412447 Fix #26932: When I enable multires, and start sculpting, some parts of the mesh just disappears.
Redraw issue was caused due to different redraw rectangles used for 3d view redraw and
gathering PBVH nodes to be re-drawed. I moved redraw rect expansion with rect from
previous step into sculpt_get_redraw_rect, so now redrawing works as it was planned
some commits ago -- redraw everything to which is inside currect rectangle and rectangle
from previous stroke step -- this still prevents artifact caused by fast strokes but
mesh doesn't disappear.

Brecht, Nicholas: it's the simpliest fix i could suggest atm. I've got some more
ideas with additional node flags, but it looked more complicated for me and
made code more difficult to understand. If you could see something better (like
revert all this redraw fixes for fast strokes) please tell me.
2011-04-14 15:53:33 +00:00
build_files - fix for cmake when there is no version character. 2011-04-12 16:20:41 +00:00
doc minor improvements to sphinx doc main page 2011-04-13 14:43:11 +00:00
extern revert Joseph Eagar's eltopo commits r36073, 36075 (& some minor edits) 2011-04-12 11:09:10 +00:00
intern Fix crash for Intel G45 video cards 2011-04-12 14:31:59 +00:00
release fix for help menu docs linking to the wrong page, created a redirect so 2.57 release doesn't get 404's. 2011-04-14 14:13:04 +00:00
source Fix #26932: When I enable multires, and start sculpting, some parts of the mesh just disappears. 2011-04-14 15:53:33 +00:00
CMakeLists.txt patch [#26861] Spelling, Typos, and Grammar 2011-04-11 01:18:25 +00:00
COPYING == docs == 2010-10-13 14:44:22 +00:00
GNUmakefile - background job style cleanup. 2011-04-10 15:24:05 +00:00
SConstruct Apply [#26044] Windows thumbnails and improved filetype registration 2011-03-29 13:00:03 +00:00