Blender Git Commit Log
Git Commits -> Revision f186388
Revision f186388 by Martin Poirier (master) April 3, 2005, 21:52 (GMT) |
Removes global variable access from TransData conversion fonctions. Added a NULL check on TransInfo->data before sorting. At that point, the conversion could have been cancel if there's no selected elements (caused segfaults with PET). Another NULL check on TransInfo->data in postTrans fonction, since that is called on cancel on no selection too. Was missing a matrix multiplication when setting TransData->dist on meshes which caused PET on scaled meshes to be bad. (bug report 2395: http://projects.blender.org/tracker/?func=detail&atid=125&aid=2395&group_id=9 ) |
Commit Details:
Full Hash: f186388b9179e5b522647fc2066b0b7c71e62e7d
SVN Revision: 4183
Parent Commit: da01fb6
Lines Changed: +77, -71