MoI discussion forum
MoI discussion forum

Full Version: Shortcut for CPlane

From: j0zen (DOMINIK)
15 Aug 2018   [#1]
Hello,

i haven't found anything on this, but is it possible to shortcut the CPlane command the CPlane reset?
From: Michael Gibson
15 Aug 2018   [#2] In reply to [#1]
Hi Dominik,

re:
> i haven't found anything on this, but is it possible to shortcut the CPlane command the CPlane reset?

Yes, put this in for the command part of a shortcut key:

script: moi.view.resetCPlane();


Also right-clicking on the View > CPlane button will do it too.

- Michael
From: j0zen (DOMINIK)
15 Aug 2018   [#3] In reply to [#2]
I just saw i forgot the "and" in my sentence. My bad. I need a shortcut for setting the custom CPlane as well.

Thank you for your fast answer!
From: Michael Gibson
15 Aug 2018   [#4] In reply to [#3]
Hi Dominik, for setting the cplane use:

script: moi.view.setCPlaneInteractive();

That will be the same as left-clicking on the View > CPlane button.

- Michael
From: j0zen (DOMINIK)
15 Aug 2018   [#5] In reply to [#4]
Thank you very much!