Blender Git Loki
Git Commits -> Revision a5906de
Revision a5906de by Brecht Van Lommel (master) July 8, 2011, 13:22 (GMT) |
Fix #26962: softbody collision doesn't respect subsurf+displace modifiers. Softbody was still using a flag to determine if it should use the final or deform derivedmesh, but this wans't exposed in the UI. Others systems use the collision modifier, now softbody uses it also to get vertices and faces, but with own collision code. |
Commit Details:
Full Hash: a5906de7c4f1bd188030ee4b8d9822c7c31fc2ea
SVN Revision: 38235
Parent Commit: 668323d
Lines Changed: +31, -60