MoI discussion forum
MoI discussion forum

Full Version: Keyboard shortcut to Open edit size flyout

Show messages: All  1-3  4-5

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-3  4-5