https://github.com/blurstudio/blurrelax
A smooth and relax deformer for maya
https://github.com/blurstudio/blurrelax
Last synced: 2 months ago
JSON representation
A smooth and relax deformer for maya
- Host: GitHub
- URL: https://github.com/blurstudio/blurrelax
- Owner: blurstudio
- License: mit
- Created: 2018-10-03T22:45:59.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-09-13T00:59:25.000Z (8 months ago)
- Last Synced: 2025-03-04T08:08:28.892Z (3 months ago)
- Language: C++
- Size: 80.1 KB
- Stars: 57
- Watchers: 14
- Forks: 20
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.
In future versions, I plan to add user defined pin sets.