Blender Git Loki
Git Commits -> Revision 02f8648
Revision 02f8648 by Sergey Sharybin (master) January 18, 2019, 11:29 (GMT) |
Multires: Simplify reshaping code The idea is to run reshaping for every boundary vertex of a grid rather than trying to copy boundary grid elements. While this is somewhat slower, this avoids all this tangent flipping magic, which tempts to be rather tricky and fragile. |
Commit Details:
Full Hash: 02f86482b4e528f4cee106983c0c6ef81b0ca3e3
Parent Commit: 076019c
Lines Changed: +100, -217