https://github.com/blurstudio/blurdeform
Blur Studio's Post-Sculpting interface and deformer
https://github.com/blurstudio/blurdeform
Last synced: 11 months ago
JSON representation
Blur Studio's Post-Sculpting interface and deformer
- Host: GitHub
- URL: https://github.com/blurstudio/blurdeform
- Owner: blurstudio
- License: lgpl-3.0
- Created: 2023-08-21T21:48:11.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-15T20:30:40.000Z (over 1 year ago)
- Last Synced: 2025-06-04T14:17:25.792Z (about 1 year ago)
- Language: Python
- Size: 804 KB
- Stars: 13
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BlurDeform
Blur Studio's post sculpting interface and deformer. Written by [Guillaume Babin](https://github.com/guibab)
## Installing
To install, download the latest release zip file. This file will contain a file `blurdeform.mod` and a folder `blurdeform` . Place both of these in `C:\Users\\Documents\maya\modules` (you may have to create this folder). Then restart Maya.
Finally, make a Python shelf button with this script:
```python
import blurdeform
blurdeform.runBlurDeformUI()
```
## Usage
Coming Soon ...