Blender Git Loki
Git Commits -> Revision 1dc11d1
Revision 1dc11d1 by Pablo Dobarro (master) September 7, 2020, 15:26 (GMT) |
Fix T79914: Grab active vertex using wrong coordinates This was introduced in the first commit of the cloth brush. In order to support the cloth brush deformations with subsurf modifiers, the sculpt API was changed to return the deformed coordinates from the PBVH instead of the mesh coordinates. When using grab active vertex and rendering the original mesh wireframe it should render the undeformed mesh coordinates when available. Reviewed By: sergey Maniphest Tasks: T79914 Differential Revision: https://developer.blender.org/D8630 |
Commit Details:
Full Hash: 1dc11d15a60b1fdb21f72c9bd39ba27e3acdb80f
Parent Commit: bbbfd71
Lines Changed: +24, -4