Blender Git Commit Log
Git Commits -> Revision 10cacbb
Revision 10cacbb by Pablo Dobarro (master) July 15, 2020, 14:15 (GMT) |
Fix T77417: Topology Automasking not working with individual vertices The flood fill operation was setting the mask using to_v, so in the first iteration when the floodfill callback was using the active vertex as from_v and any other neighbor as to_v, the mask for the active vertex was never set. Now the mask is set using from_v and it checks if it should continue propagating to the next neighbor using to_v. Reviewed By: sergey Maniphest Tasks: T77417 Differential Revision: https://developer.blender.org/D8294 |
Commit Details:
Full Hash: 10cacbbb159d95de00ac31befa466238c389f0b2
Parent Commit: 613d314
Lines Changed: +2, -2
1 Modified Path:
/source/blender/editors/sculpt_paint/sculpt_automasking.c (+2, -2) (Diff)