Blender Git Loki
Git Commits -> Revision 4542b50
Revision 4542b50 by Sergey Sharybin (master) April 24, 2020, 08:29 (GMT) |
T75631: New multires shrinkage problem The old Subdivide button was behaving as if subdivision modifier was applied on top of the multires. This was the source of shrinkage since the behavior of the limit surface: limit surface of a sparse point from another limit surface makes final result appear smaller. The new behavior is based on propagating delta against base mesh's limit surface to the top level. Effectively, this is as if we've sculpted on old top level and then propagated to the new top level. Differential Revision: https://developer.blender.org/D7505 |
Commit Details:
Full Hash: 4542b50afcfc9b797d5f3048393ba1f1836561a0
Parent Commit: 1625b7c
Lines Changed: +13, -3