Hi Tudor:
re:
> cplane as internal doesn't have options locating hotkeys reset, etc
You can set up a shortcut key for cplane reset by putting in this on a shortcut key:
script: moi.view.resetCPlane();
Also a right-click on the View > CPlane button is a shortcut for reset.
> I like pointpicker.addSnapPoint( startpt, moi.ui.getText('Closed snap') ); -> moi.ui.getText()
> can it be fixed at a viewport camera position (aka : bottom right; wanna do mini helper for
> added hotkeys that i'm doing ~ https://youtu.be/8k2NGWrKbj4?t=1239 bottom right )
> only when moved over show helper (new lines will be welcome) :
There isn't any mechanism for displaying viewport text at a fixed screen location, I would recommend using a dialog for something that stays fixed on screen rather than a viewport display object.
- Michael
|