Blender Git Loki
Git Commits -> Revision d9b7655
Revision d9b7655 by Lukas Toenne (gooseberry, gooseberry_farm, hair_immediate_fixes, temp_constraint_volume, temp_hair_flow, temp_hair_modifiers, temp_motionpaths) December 22, 2014, 10:54 (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 ... |
Commit Details:
Full Hash: d9b7655bbdf31400d9e8bd2ee904fc7b60dea52f
Parent Commit: bffe48f
Lines Changed: +34, -12