Blender Git Commit Log

Git Commits -> Revision d9b7655

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

2 Modified Paths:

/source/blender/blenkernel/intern/cloth.c (+10, -4) (Diff)
/source/blender/physics/intern/BPH_mass_spring.cpp (+24, -8) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021