Blender Git Commit Log
Git Commits -> Revision 179bd1e
Revision 179bd1e by Sergey Sharybin (master) September 7, 2020, 14:56 (GMT) |
Fix T77763: Wrong highlight of active grab vertex The "Grab Active Vertex" in sculpt mode highlights the vertex and the neighbor vertices. This was working wrong in the case when mesh has multires modifier at sculpt level 0 and has shape keys. The issue was caused by the wrong crazy space calculation, which was ignoring subdivision level. This is an oversight from the initial implementation: the modifier has no effect if the subdivision level is 0. |
Commit Details:
Full Hash: 179bd1ea7d4d1b31ce22ac1d5d0c0b32b843aa6f
Parent Commit: 231d08c
Lines Changed: +9, -1
1 Modified Path:
/source/blender/modifiers/intern/MOD_multires.c (+9, -1) (Diff)