================================================
		  ABOUT
================================================

ZV Radial Blend Shape 3.0.3
Copyright  2026 Paolo Dominici
Date: 2026/02/15
License: MIT
E-mail: paolodominici@gmail.com
Web: http://www.paolodominici.com


================================================
		INSTALLATION
================================================

1. Place "zvradialblendshape" in your scripts folder.
   It should be something like this:

   Win: "C:\Users\USERNAME\Documents\maya\scripts"
   Mac: "/Users/USERNAME/Library/Preferences/Autodesk/maya/scripts"

2. In Maya open the Script Editor and go to the Python tab, copy and paste these two rows below:

########################

import zvradialblendshape.ui
zvradialblendshape.ui.show()

########################

3. Highlight it and click on "Save Script to Shelf...", give a name and click "OK".


================================================
		    TRY IT!
================================================

To make sure the ZVRBS plugin is properly installed, start Maya and open the "rbs_demo.ma" scene file.


================================================
		     HELP
================================================

A full walkthrough is available at:

http://www.paolodominici.com/products/zvradialblendshape/


================================================
		RELEASE NOTES
================================================
3.0.3
- Added component tag compatibility

3.0.2
- Refactoring

3.0.1
- Minor UI fix to make it compatible with Maya 2016

3.0
- Removed curvature.
- Added control support.

2.0
- Changed from cylindrical to spherical coordinates.
- Added blink.
- Added follow.
- Added cornea deformation.

1.0
- First public version.
