Is it possible to have your settings saved inside of MOI's Commands UIs for the next time you return to MOI?

 From:  Michael Gibson
10321.4 In reply to 10321.3 
Hi Psygorn,

re:
> Where I can find more commands like this?

Well that one for instance you can find in the UI for the offset command which is a file named Offset.htm inside the commands folder inside the MoI program files install.

That's where the check button for "Cap ends" is defined by this:

code:
    <moi:CheckButton id="curvecapends" ...


It's that id="" value for the control that can be set by giving a parameter to the command in the shortcut key definition.

- Michael