An open API service indexing awesome lists of open source software.

https://github.com/blurstudio/blurdeform

Blur Studio's Post-Sculpting interface and deformer
https://github.com/blurstudio/blurdeform

Last synced: about 1 month ago
JSON representation

Blur Studio's Post-Sculpting interface and deformer

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 ...