geodoodle icon indicating copy to clipboard operation
geodoodle copied to clipboard

Unit lengths option

Open dantreble opened this issue 4 years ago • 0 comments

Awesome utility, thank you!

I was a bit confused about distances originally, my test model is huge and vertex weights are capped at 1.0. I worked out what was happening by looking at the uvs after using the uv writer.

For my purposes I made the max length 1.0 by adding:

d /= np.max(d)

In compute distance here https://github.com/lukas-toenne/geodoodle/blob/main/geometry_math.py#L98

It would be amazing if that were an option exposed in the ui.

Thanks again!

dantreble avatar Aug 19 '21 20:08 dantreble