Blender Git Loki
Git Commits -> Revision 673e1fb
Revision 673e1fb by Joseph Eagar (sculpt-dev) October 15, 2021, 20:40 (GMT) |
Sculpt: smothing ops now slide UVs * Wrote a new function, SCULPT_reproject_cdata, to reproject loop customdata after smoothing. * SCULPT_reproject_cdata is only called if UV layers exist. * All of the smoothing tools (hopefully all) use it. * This change is necassary to properly support vector displacement maps in the future; otherwise DynTopo will introduce lots of noise into the uv tangent space. |
Commit Details:
Full Hash: 673e1fbac5cb7136a516f1124725fc52b4658f1c
Parent Commit: 7d25a5a
Lines Changed: +414, -29