Blender Git Commit Log
Git Commits -> Revision 061442c
Revision 061442c by Ton Roosendaal (master) September 27, 2004, 10:12 (GMT) |
- improvement for edge/face select - edges now sample on three locationsm gives more hits - own version of glPolygonOffset remains cumbersome... but for select now the selection routine gets more offset than draw. - first attempt to clean drawobject.c and displists - generic call for draw object in backbuf for select purposes, cleans up a lot in the other calls. - also to verify if we can (in future) use this for vertex/edge/face select, but the whole drawobject code works against me... this is for another refactory (incl. displist) and out of the focus for now - subsurf.c: now creates new faces in order of original. Not used yet, but is handy to recover the original order for selection/paint purposes. |
Commit Details:
Full Hash: 061442cbd1e69ad494eb22a69a2ae89e72e9d978
SVN Revision: 3133
Parent Commit: 995826f
Lines Changed: +381, -281
8 Modified Paths:
/source/blender/blenkernel/intern/subsurf.c (+8, -4) (Diff)
/source/blender/include/BDR_drawobject.h (+1, -0) (Diff)
/source/blender/src/drawmesh.c (+2, -2) (Diff)
/source/blender/src/drawobject.c (+312, -254) (Diff)
/source/blender/src/drawview.c (+1, -1) (Diff)
/source/blender/src/editmesh_mods.c (+39, -8) (Diff)
/source/blender/src/editview.c (+10, -10) (Diff)
/source/blender/src/glutil.c (+8, -2) (Diff)
/source/blender/include/BDR_drawobject.h (+1, -0) (Diff)
/source/blender/src/drawmesh.c (+2, -2) (Diff)
/source/blender/src/drawobject.c (+312, -254) (Diff)
/source/blender/src/drawview.c (+1, -1) (Diff)
/source/blender/src/editmesh_mods.c (+39, -8) (Diff)
/source/blender/src/editview.c (+10, -10) (Diff)
/source/blender/src/glutil.c (+8, -2) (Diff)