Hi pior, it is possible to trigger the "Edit size" menu to be shown using a shortcut key. To do that set up the following on a shortcut key:
script: /* Show edit size menu */ moi.ui.showMenu( 'EditSizeMenu.htm', moi.ui.findElement('PropSizeContainer'), 0, 0 );
Then when you push that shortcut key, when the menu shows you don't need to click inside it you can just start typing numbers and your input will go into the edit field in the menu.
> Also, is there a way to display the relevant information on the objects,
> at all times ? Or some clever workaround to do so ?
Sorry no it's a general focus area for MoI to try and not have very much stuff cluttering up the viewport. So there isn't any method set up for showing a label on every object like that currently.
- Michael
|