* Fail gracefully if you don't have any initial matches when doing Inpaint Weights.
* Fix ClothPatternToDynamicMesh to actually populate the NonManifoldMapping data.
#rb rinat.abdrashitov
[CL 26249177 by Alex McAdams in 5.3 branch]
-Added a function for computing per-edge cotangent weights
-Added a function for computing edge lengths
-Added a geometry script function for bluring colors
#rb david.hill
[CL 26054406 by rinat abdrashitov in 5.3 branch]
-Add support for multulayerd meshes.
-Add an option to compute the laplacian on intrisic mesh.
-Add a mask to force computation of inpainted weights.
-Add the laplacian energy term.
-Improved peformance by getting the sparse matrix from the solve and then iterating over all (most zero) values.
#rb halfdan.ingvarsson
#rnx
[CL 26039423 by rinat abdrashitov in 5.3 branch]
- Factor out "extra corner" finding code from PolyEd and add support for it in subdivide tool.
- Add support for rounded corners for mesh boundaries.
- Override subdivision scheme during tool usage rather than just at tool start, to allow extra corners to fix some issues.
- Add some clarifying comments about schemes.
#rb Jimmy.Andrews
#jira UE-185416
[CL 26036654 by semion piskarev in 5.3 branch]
-Added a function to smooth weights for an array of vertices and all vertices within a geodesic distance away from them.
#rb jimmy.andrews
#jira none
#rnx
[CL 25956360 by rinat abdrashitov in ue5-main branch]
-Runt the solve for each column in parallel using ParallelFor.
-Allow to set fixed values contraints via a Dense matrix.
-When calling the Solve allow to output a sparse matrix by prunning small numbers.
#rb tyson.brochu
#jira none
#rnx
[CL 25956288 by rinat abdrashitov in ue5-main branch]
-Refactored the SkinWeightsPaintTool to use the new operator.
#rb david.hill
#rb kiaran.ritchie
#jira none
[CL 25879825 by rinat abdrashitov in ue5-main branch]
-Removed unused includes.
-Added SparseMatrix.cpp
-Added a function for slicing the sparse matrix.
#rb jimmy.andrews
#preflight 644c0967864f15ebf5e71bef
#rnx
[CL 25309503 by rinat abdrashitov in ue5-main branch]