Marco's UI works with the Beta V4?

 From:  Michael Gibson
9406.9 In reply to 9406.7 
Hi Brian,

re:
> Edit, copying Marcos "Scripts" directory to MoI Install directory did not enable, for example, Morph between Curves.
> Nor did it help to copy Scripts directory to AppData.

The version of MorphBetweenCurves.js in that .zip file has a typo bug in it, on line 18:

code:
	var curves = curvesF.calculate(),


Change the comma at the end of that line to a semicolon like this:

code:
	var curves = curvesF.calculate();


Then it should work with MoI v4. It's probably fixed in the latest version on Max's file archive at http://moi.maxsm.net/media/files/ , get cMorph.v.1.1.2014.01.19.zip from there.

- Michael