CryoPatch.dlx v1.1.0
(c) Cryo Interactive - www.cryo-interactive.com
Programmation : Th. Pellegrini
Design / Test / Documentation : Th. Pellegrini & Ph. Lamoureux


Description :
-------------
MaxScript extension for 3DSMax 3.x
Allows sub-objects manipulations of editable-patches.
--
Evaluate PatchSample.ms for a quick look at some of its functions.
Type cpatch_help() in the listener for a complete list of these functions.
See the included 'CryoPatch - User Guide.htm' file for complete description.


Files list :
----------------------------------------------------------------------------
readme.txt				This file
Doc\CryoPatch - User Guide.htm		Functions descriptions
plugins\cryoPatch.dlx			MaxScript extension
scripts\PatchSample.ms			Example of script using cryoPatch
----------------------------------------------------------------------------
You can freely distribute this package.
----------------------------------------------------------------------------


Known limitations :
------------------
1. Although the Undo/Redo mechanism is ok, the Undo context doesn't work as 
  expected (unexplained scripts SDK behaviour - see ADN webboard for more). 
  You can't have statements like :
	  undo ON 
	  (
	     cpatch_func1 ...
	     cpatch_func2 ...
	     cpatch_func3 ...
	  )

----------------------------------------------------------------------------
Report bugs/comments to : p.lamoureux@cryo-interactive.com
