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
- Host: GitHub
- URL: https://github.com/blurstudio/blurdeform
- Owner: blurstudio
- License: lgpl-3.0
- Created: 2023-08-21T21:48:11.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-15T20:30:40.000Z (4 months ago)
- Last Synced: 2025-03-26T13:05:30.442Z (about 2 months ago)
- Language: Python
- Size: 804 KB
- Stars: 12
- 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 ...