Blender Git Commit Log
Git Commits -> Revision 750e4e1
Revision 750e4e1 by Pablo Dobarro (master) October 15, 2020, 17:37 (GMT) |
Fix Multires edge adjacency info returning wrong vertex indices ME_POLY_LOOP_NEXT and ME_POLY_LOOP_PREV expect the offset of the loop in the poly as an argument, in other words, corner index of the poly. This was violated in some places. It didn't cause issues when base mesh consists of only quads due to the way how modulus worked inside of the macro. However, if mesh had non-quad faces adjacency information was returning wrong vertex indices. This was causing multiple brushes to work erratically, including brushes like Face Set, Boundary automasking, mesh relax, and others. Reviewed By: sergey Differential Revision: https://developer.blender.org/D9173 |
Commit Details:
Full Hash: 750e4e1158bb1bd40c1724e24693cb22c6910f86
Parent Commit: 6fe3521
Lines Changed: +4, -2
1 Modified Path:
/source/blender/blenkernel/intern/subdiv_ccg.c (+4, -2) (Diff)