Blender Git Commit Log

Git Commits -> Revision 6f38938

Revision 6f38938 by Campbell Barton (master)
November 21, 2009, 16:44 (GMT)
[#19930] Nurb CV select is failing because of view clipping
- the clipping test function was using the rv3d->viewmatob where it needed to use the object matrix.
- added a local clipping member to rv3d, the clipping planes in object-space, avoids many matrix multiplications when testing verts or clipping pixels when projection painting.

Commit Details:

Full Hash: 6f38938a64178f0a3ed6a4b96e4bf459c9076468
SVN Revision: 24724
Parent Commit: bd1f548
Lines Changed: +98, -44

9 Modified Paths:

/source/blender/editors/include/ED_view3d.h (+4, -1) (Diff)
/source/blender/editors/mesh/editmesh_mods.c (+7, -5) (Diff)
/source/blender/editors/sculpt_paint/paint_image.c (+6, -7) (Diff)
/source/blender/editors/space_view3d/drawobject.c (+26, -15) (Diff)
/source/blender/editors/space_view3d/space_view3d.c (+3, -0) (Diff)
/source/blender/editors/space_view3d/view3d_draw.c (+13, -8) (Diff)
/source/blender/editors/space_view3d/view3d_edit.c (+37, -7) (Diff)
/source/blender/editors/space_view3d/view3d_view.c (+1, -1) (Diff)
/source/blender/makesdna/DNA_view3d_types.h (+1, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021