/blurdeform

Blur Studio's Post-Sculpting interface and deformer

Primary LanguagePythonGNU Lesser General Public License v3.0LGPL-3.0

BlurDeform

Blur Studio's post sculpting interface and deformer. Written by Guillaume Babin

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\<username>\Documents\maya\modules (you may have to create this folder). Then restart Maya.
Finally, make a Python shelf button with this script:

import blurdeform
blurdeform.runBlurDeformUI()

Usage

Coming Soon ...