Blender Git Commit Log
Git Commits -> Revision 1b6f5ec
Revision 1b6f5ec by Lukas Toenne (master) January 20, 2015, 08:30 (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: 1b6f5ecbf4aad9c6d4c58460b3e5596cd5f12399
Parent Commit: bb76e96
Lines Changed: +36, -12