Blender Git Commit Log
Git Commits -> Revision 32255b6
Revision 32255b6 by Daniel Dunbar (master) July 23, 2005, 07:45 (GMT) |
- added DerivedMesh.drawMapped{VertNormals,FaceNormals,FaceCenters}EM functions and implementation for EditmeshDerivedMesh - switch drawobject to drawing normals/centers through the DerivedMesh - added G_DRAW_VNORMALS flag and button, implementation is not yet complete because editmesh normals are not updated regularly - switch editmesh draw buttons to use uiDefButBit (can't we get some monkey to convert all of the uiDefBut calls with TOG|BIT type? It makes grepping the source much nicer) |
Commit Details:
Full Hash: 32255b65df00897ea9f5ec960eec0040edd946be
SVN Revision: 4885
Parent Commit: e125ed5
Lines Changed: +172, -46