Cloth Simulation Script Help

 From:  Michael Gibson
7393.2 In reply to 7393.1 
Hi Remo, custom script commands need to be installed into MoI's commands folder in order for MoI to find them.

First download and unzip the files for the command, usually there will be 2 files, a .js file and a .htm file with the same base name on them. Then these files need to be copied into MoI's command folder.

The location of the commands folder is slightly different depending on whether you are running the Windows version or the Mac version.

On Windows you will find it at: C:\Program Files (x86)\MoI 3.0\commands

On Mac right-click on the Moi .app icon and then choose "Show package contents" and inside there go to drive_c/moi/commands.

Once you have copied the files into that commands folder that will make a new command available to MoI and the command name will be that shared base name of those files. To trigger the command set up a shortcut key under OPtions > Shortcut keys and then put in the command name on the right-hand column. Then whatever key you assign on the left hand column will trigger that command.

The command name is the base filename not including the file extension. So if you copied files named CustomCommandX.htm and CustomCommandX.js, the command name is CustomCommandX and that's what you would put in the shortcut key command column.

- Michael