Blender Git Commit Log
Git Commits -> Revision 0345b3b
Revision 0345b3b by Martin Poirier (master) September 27, 2007, 17:45 (GMT) |
Improve consistency in editmesh tmp unions. EditVert had "float *fp" while the others had "float p". changed to "float p" and made all code using the float pointer use the already existing tmp.p (void*) instead. |
Commit Details:
Full Hash: 0345b3b221568d9c29665397ef42496c8199a05e
SVN Revision: 12160
Parent Commit: 8c2ebc2
Lines Changed: +21, -21