chao huang
chao huang
> There are a number of these warnings before the failure: > > ``` > Try to clean the non-manifold mesh, generated by partition > ``` > > The DirectXMesh...
> Right. `meshconvert` only calls `Clean` if you use `-c`, but `uvatlas` always calls it. > > Do you get any warnings from `Validate` (which is called before `Clean`) or...
> Try hacking up your local copy of uvatlas to do the `Validate` again after the `Clean`. It seems like it's not fixing all the issues... I put another `Validate`...