Skip to content

Commit

Permalink
Create a quick Readme
Browse files Browse the repository at this point in the history
Create a quick Readme with a gif to show this off
  • Loading branch information
tbttfox authored Dec 15, 2018
1 parent b62d23b commit 554591a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# BlurRelax
Why does maya not have a smooth or relax deformer? They've got brushes, sure, but no deformers.
This one is pretty fast. I've got it working with SIMD under the hood.

Also includes pinning and sliding along hard edges/borders.
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.
I added "Slide" mode for pinning that fixes this issue.

![Pinning Demo](https://tbttfox.github.io/Images/BlurRelax_PinVsSlide.gif)

In future versions, I plan to add user defined pin sets.

0 comments on commit 554591a

Please sign in to comment.