 Creation Date:  Jan-05-2002

 Author: 
		Klaus Stangl
		studen@TU Graz
		educator@SiliconStudio Graz
		www.worldofmaya.com
		maya.user@gmx.net

 Help on technical questions:
		Roland Reyer (AWGermany)

  Script Name:

      createSurfaceParticle	(version: 1.0)

  Description:
    This script allows you to create a fully controllable
    tornado to destroy some bits and bytes -)
    
    If you want it to be autoloaded place the userSetup.mel and the createSurfaceParticle.mel
    in your first Script Directory! If you don't use any Script Path, the Script directory can 
    be found in your homedirectory ($HOME/maya/4.0/scripts).
    If you use the MAYA_SCRIPT_PATH variable, copy the userSetup file in your first directory
    in this variable! 
    If you already have a userSetup.mel, than paste the following code:
    	evalDeferred -lp "source createSurfaceParticle.mel; createSurfaceParticle;";

    If you completed this or you started it manually, than you should find a menu entry in under
    [Dynamics]/Effects named "Create Surface Particle"
    Use the Option Box to customize!

    Create a shelf button with this command:
    	source createSurfaceParticle.mel;createSurfaceParticle();
    
    For more infos read the documentation on www.worldofmaya.com or mail!

