I use the orient3pt command a lot, but the preview of where the object will be placed is obstructing my view to click the points I actually want to click. The preview is not necessary to me as I know which points I want to align. Similar thing for mirror plane. Is there a way to disable the preview? Ideally I’d like to have a checkbox that remembers my last setting when using the command. In rare cases the preview is helpful, but most of the time not.
1 Like
does this cause a problem in all view modes or just the shaded ones? does working in ghosted mode or wireframe work better?
Hi David - this script is an Orient3Pt that lets you toggle the display of the inputs and outputs as you go, in addition to allowing some objects to ignore the toggle and show throughout.
Orient3PtEx.py (5.9 KB)
To use the Python script use RunPythonScript
, or a macro:
_-RunPythonScript "Full path to py file inside double-quotes"
RH-81484 Transforms: consider toggling visibilty
-Pascal
Awesome! Thank you very much