Best workflow to rescale an object to a certain length

 From:  Michael Gibson
11626.5 In reply to 11626.4 
Hi David,

re:
> I found a script here: http://moi3d.com/forum/index.php?webtag=MOI&msg=10769.2 which
> lets me open up the Edit-size Menu by using a shortcut. Question is now, would that also be
> possible for the d-Field?

Yes, try putting this on a shortcut key:

script: /* Activate distance field */ moi.ui.findElement( 'coordinate_container' ).getElementsByTagName( 'moi:CoordinateDistanceInput' )[0].activateFlyout();

- Michael