Blender Git Commit Log
Git Commits -> Revision ac212f1
Revision ac212f1 by Nicholas Bishop (soc-2010-nicolasbishop) July 24, 2010, 17:18 (GMT) |
== VPaint == Added partial redraw to vpaint. Updated the PBVH docs in the wiki to include some info about partial redraw: http://wiki.blender.org/index.php/Dev:2.5/Source/Modeling/PBVH#Partial_Redraw * Moved some sculpt-pbvh functions to paint_util for general use ** sculpt_get_redraw_rect -> paint_get_redraw_rect ** sculpt_get_redraw_planes -> paint_get_redraw_planes ** Some of the code from sculpt_flush_update is now paint_tag_partial_redraw * Added some debugging code to show the area being redraw during partial redraw ** Draws a box around the area being updated ** Set rt to 444 to see it |
Commit Details:
Full Hash: ac212f1cd0860bbf28758ae71427d9f52a1515ab
SVN Revision: 30692
Parent Commit: ca227a9
Lines Changed: +153, -104
8 Modified Paths:
/source/blender/blenlib/intern/pbvh.c (+2, -0) (Diff)
/source/blender/editors/include/ED_sculpt.h (+5, -2) (Diff)
/source/blender/editors/sculpt_paint/paint_intern.h (+2, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_utils.c (+105, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_vertex.c (+2, -1) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+1, -98) (Diff)
/source/blender/editors/space_view3d/drawobject.c (+2, -2) (Diff)
/source/blender/editors/space_view3d/view3d_draw.c (+34, -1) (Diff)
/source/blender/editors/include/ED_sculpt.h (+5, -2) (Diff)
/source/blender/editors/sculpt_paint/paint_intern.h (+2, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_utils.c (+105, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_vertex.c (+2, -1) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+1, -98) (Diff)
/source/blender/editors/space_view3d/drawobject.c (+2, -2) (Diff)
/source/blender/editors/space_view3d/view3d_draw.c (+34, -1) (Diff)