Wow, I thought the devs had ripped this out of Blender since 2.8. Gonna check right away if this also works for the Smooth brush.
I had no idea about this, thank you!
Is is possible to assign one brush to the pen tip and another brush to the pen eraser?
Wow! It works amazing! Exactly what I want! Thank you very much!
Yeah, this really is the tip of the month, thanks @sick! I thought the toggle option was removed, and missed it for the Smooth brush. In 2.7x the toggle was on for the Smooth brush by default.
Nice. That’ll make this free add-on obsolete. I hope it will include the same options:
- Position: Change in vertex position is minimized.
- Tangency: Change in vertex tangency is minimized.
- Curvature: Change in vertex curvature is minimized.
I also hope “The same algorithm will be used to improve other existing tools” means Smooth brush improvement.
Poor monkey
Great new feature. I love that addon though, seem like pretty impressive piece of programming ( I know nothing about programming), so a bit sad it will be going away.
I also love the Mesh Fairing add-on. The developer might continue developing it, because the add-on also works on Edit Mode selections. But maybe Pablo will take care of that too.
Writing wishes in this topic always feels like writing a letter to Santa Claus, and then be surprised when you actually get the present you wished for.
So I hope Santa Pablo reads this!
Pablo is using the code from that addon, he said it on the following tweet, so maybe the exact same functionality from the addon will eventually be merged?
Gracias, Santa Pablo!
Sergey Sharybin fixed multires creating spikes when subdividing ngons:
From tonight in 2.92 buildbot builds.
I can’t believe it!
N-gons were not passing corner of 0 to the matrix construction function!
Oh c’mon!
Man what a bunch of amateurs ! omitting to build tangent matrices like that !
Thanks Sergey.
Sergey ‘Neo’ Sharybin!
I don’t even know what is he talking about. Sergey is a genius
A matrix is basically an orientation. A tangent matrix specifically is an orientation that’s turned to be aligned to the surface normal and the surrounding geometry flow. Anything that exists with respect to that orientation is said to exist in “tangent-space” (such as tangent-space normal maps, where any given pixel modifies the surface orientation relatively to the surface underneath, as opposed to “world-space” or “object-space” normal maps).
What I suspect is multires needs a tangent matrix for each point in the mesh, so it knows in which direction to displace them when the user draws brush strokes (or maybe it has to do with propagation, I don’t know).
If some points (specifically those part of an ngon) lack this matrix, they simply choose to fly the fuck out the window.
That’s interesting (now I understand it a bit better). Thanks for the explanation!
Geometry displacement (spike) / tangent space (damp) = beautiful sculpt.
course if damp = 0… kaboom. spike goes to infinite.
first year math college student classical error
edit: @Poligonete
also called a “mesh fairing”, a math system for distributing forces (on geometry) over (tangent) space