Hi quaritexa, sorry no the above method is new for v4 and won't work with v3. You can get the current v4 beta at http://moi3d.com/beta.htm .
It is possible to set up shortcut keys that will toggle options after the command is already running. To do that set these on a shortcut key:
script: /* Toggle Extrude Cap ends */ moi.ui.commandUI.capends.click();
script: /* Toggle Extrude Both sides*/ moi.ui.commandUI.bothsides.click();
script: /* Trigger Extrude Tapered button*/ moi.ui.commandUI.tapered.click();
I think those should work on either v3 or v4. If you want to find out the control name to use for this, look in the Extrude.htm file in the Commands sub-folder. The name to use is the id="" value for the particular control.
- Michael
|