Blender Git Commit Log
Git Commits -> Revision 23d0361
Revision 23d0361 by Pablo Dobarro (master) June 13, 2020, 17:15 (GMT) |
Sculpt: Fix creation of repeated constraints in the Cloth Brush Previously, constraints were added multiple times from different vertices. This adds a GSet to check that the same constraint is not being added twice when iterating over the neighbors of two different vertices. Reviewed By: zeddb Differential Revision: https://developer.blender.org/D8007 |
Commit Details:
Full Hash: 23d0361b30da481ffe71142d4efd336dfb1f27f2
Parent Commit: fe3ca3f
Lines Changed: +35, -1