Blender Git Commit Log
Git Commits -> Revision 49bf56e
Revision 49bf56e by Lukas Toenne (temp_merge_gooseberry_hair) January 19, 2015, 19:24 (GMT) |
Fix for invalid access to undefined hair data in edge-only cloth meshes. Cloth data is used both for hair and actual cloth, which makes things really difficult. The face number was used for distinguishing the two types (no faces == hair mesh), but the extra hair data necessary for hair sim is generated by particles and not available for edge-only cloth meshes. This really needs to be sanitized ... Conflicts: source/blender/physics/intern/BPH_mass_spring.cpp |
Commit Details:
Full Hash: 49bf56e06f284e17c3bfec2ceec255ee4cc93528
Parent Commit: f2f08ea
Lines Changed: +36, -12