MoI discussion forum
MoI discussion forum

Full Version: Keyboard shortcut to Open edit size flyout

Show messages: All  1-2  3-5

From: shayno
24 Mar 2019   [#3]
Thanks Michael

I am using ver 3 and get this error




thanks
shayne

Image Attachments:
ScreenShot125.jpg 


From: Michael Gibson
24 Mar 2019   [#4] In reply to [#3]
Hi shayne, sorry yeah that one needs v4. Here is a version that should work with either V3 or V4 :

script: /* Show edit size menu */ var pp = moi.ui.propertiesPanel; if (pp.show && pp.numSelectedObjects > 0) { moi.ui.sidePane.PropSizeContainer.onmousedown(); }

- Michael
From: shayno
26 Mar 2019   [#5]
Thanks Michael

perfect
cheers
shayne

Show messages: All  1-2  3-5