================================================
		  INFO
================================================

ZV Dynamics 2.1
Copyright  2007-2023 Paolo Dominici
Date: 2023/01/27
License: freeware
E-mail: paolodominici@gmail.com
Web: http://www.paolodominici.com


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


1. Place the "zvdynamics" folder 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 zvdynamics.ui
zvdynamics.ui.show()

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

4. Highlight it and click on "Save Script to Shelf...", specify a name and click "OK".


================================================
		    VIDEO
================================================

You can download the demonstration video here:

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


================================================
		RELEASE NOTES
================================================

2.1
- Fixed compatibility issues.

2.0
- The INIT object is now automatically placed in the right place.

- Fixed unit problem.

- Added nParticle and Runge-Kutta methods.

- Improved the UI.

- Added velocity vector attribute.

- Added baking feature.

- Minor bug fixes.

1.1
- Fixed undo problem after playback.

1.0
- First release.
