Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider adding Average method for Spans in Strokes #1364

Closed
jlampel opened this issue Dec 4, 2024 · 2 comments
Closed

Consider adding Average method for Spans in Strokes #1364

jlampel opened this issue Dec 4, 2024 · 2 comments

Comments

@jlampel
Copy link
Member

jlampel commented Dec 4, 2024

Most of the time when I'm working with Strokes, I want the spacing of the newly created quads to be as even as possible. Having that automatically calculated would save time!

We could use the average of the lengths of the selected edges and use that as the brush size, so that the result forms near-perfect quads.

image

image

Of course, this method would not work at all when there is a brand-new stroke with no connected geometry, so in that case it would fall back on a default count like the Fixed method has.

@vxlcoder
Copy link
Contributor

easy to add. ready for testing!

@jlampel
Copy link
Member Author

jlampel commented Dec 19, 2024

Oh man, this is such a big quality of life improvement. I rarely need to adjust the count afterwards now. Thank you!!

@jlampel jlampel closed this as completed Dec 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants