Script outputs a circle but not a cylinder

 From:  Michael Gibson
5441.36 In reply to 5441.35 
Hi Martin,

> Unless I'm doing something wrong editing a script file in the MoI commands folder required me
> to restart MoI after each edit in order to get MoI to recognize the changes.

This is because of a caching mechanism - every time MoI loads a text file from disk it keeps a cached version in memory so that it won't have to load it from disk again the next time you run that command or show that same UI.

I've been meaning to add some way to turn that off though, I'll see about adding a setting in moi.ini for disabling caching.

- Michael