Blender Git Commit Log
Git Commits -> Revision fc066a6
Revision fc066a6 by Janne Karhu (master) December 25, 2009, 23:51 (GMT) |
Fix for [#20458] Segmentation fault when trying to enable Hair dynamics * The hair mesh vertex index was stored as a short, but vertex counts can easily go higher than what fits in a short so changed this to an int. * Also removed particle life looping, which didn't work correctly anyways. Similar functionality will become available when I get to recoding reactor particles into a better system. |
Commit Details:
Full Hash: fc066a6a5d01718981c9dcae23c5f4f47f3d7b1e
SVN Revision: 25559
Parent Commit: 99e3423
Lines Changed: +16, -48