Blender Git Commit Log
Git Commits -> Revision 5f3b1a9
Revision 5f3b1a9 by Nicholas Bishop (master) December 26, 2011, 20:19 (GMT) |
Factor out some generic parts of the sculpting PBVH redraw planes code. One function converts bounding boxes to screen space, the other converts a screen-space rectangle to 3D clipping planes. Also const-ified some parameters in the ED_view3d API. |
Commit Details:
Full Hash: 5f3b1a976785fae9c36334a038794bc03b324c3f
SVN Revision: 42881
Parent Commit: 50cc053
Lines Changed: +121, -68
6 Modified Paths:
/source/blender/editors/include/ED_view3d.h (+3, -3) (Diff)
/source/blender/editors/sculpt_paint/paint_intern.h (+21, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_utils.c (+71, -0) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+23, -62) (Diff)
/source/blender/editors/space_view3d/view3d_select.c (+1, -1) (Diff)
/source/blender/editors/space_view3d/view3d_view.c (+2, -2) (Diff)
/source/blender/editors/sculpt_paint/paint_intern.h (+21, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_utils.c (+71, -0) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+23, -62) (Diff)
/source/blender/editors/space_view3d/view3d_select.c (+1, -1) (Diff)
/source/blender/editors/space_view3d/view3d_view.c (+2, -2) (Diff)