powerCone Spiral, Allometric Growth

 From:  Michael Gibson
10608.3 In reply to 10608.2 
Hi Brian,

> One peculiarity with using build presets, is that during one session of MoI,
> Changing a parameter, such as "closed" checkbox, exiting script, and right mouse click to re-run script, causes the changed checkbox setting
> to revert to its preset. It only took a couple of hours to realize this simple fact :-)

Yes any element in a command's .htm file that has an id="" value will get its value stored when the command exits and then initialized to that value when the command is run again in that same program session.

You can override that behavior by putting style="persist:false" on a control.

- Michael