Blender Git Commit Log
Git Commits -> Revision 5e332fd
Revision 5e332fd by Sergey Sharybin (master) September 19, 2019, 09:51 (GMT) |
Fix T67934: Weight paint doesn't work with Subsurf/Multires This is a regression since PBVH was introduced for weight paint. The solution is: treat subsurf and multires modifiers as deforming ones for the weight painting. This is an easiest solution to make PBVH use subdivided location of original vertices. This change could simplify some of the weight paint by removing the grids check, since PBVH is not supposed to be built from grids in this case anymore. Differential Revision: https://developer.blender.org/D5751 |
Commit Details:
Full Hash: 5e332fd700fbddfbc4c7e543daa1d852809ad1c1
Parent Commit: 74d27bb
Lines Changed: +65, -25