Skip to content

Commit b443477

Browse files
authored
Merge pull request #5 from tbttfox/master
Create a quick Readme
2 parents b62d23b + 554591a commit b443477

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# BlurRelax
2+
Why does maya not have a smooth or relax deformer? They've got brushes, sure, but no deformers.
3+
This one is pretty fast. I've got it working with SIMD under the hood.
4+
5+
Also includes pinning and sliding along hard edges/borders.
6+
One of the most annoying things with trying to even out geometry is that the relax will either pin the un-even verts on the border, or it won't pin them at all and you lose your shape.
7+
I added "Slide" mode for pinning that fixes this issue.
8+
9+
![Pinning Demo](https://tbttfox.github.io/Images/BlurRelax_PinVsSlide.gif)
10+
11+
In future versions, I plan to add user defined pin sets.

0 commit comments

Comments
 (0)