Scaled DisplayModes : Gumball problem

Hello,
I have started using viewport scaling quite a bit recently (via scripting the obscure display mode setting that affects parallel projection views). It comes quite handy when making selections or drawing in models that are very long in one direction… Anyway, ran into Gumball issue - because it scales along with the view, it is not really usable. Would it be possible to have Gumball stay normal size?

thanks,

–jarek

Hi Jarek - got that, thanks
https://mcneel.myjetbrains.com/youtrack/issue/RH-56359

btw, I made a thing that lets you scale on the fly - probably no better than what you’re using but just in case:
StretchView.py (3.0 KB)

To use the Python script use RunPythonScript, or a macro:

_-RunPythonScript "Full path to py file inside double-quotes"

-Pascal

Hi Pascal, thanks! Some nice tricks in your py file to learn from.
I made it into a more interactive feature (part of the Sparrow plugin update) when the vport can be scaled on the fly with key presses ( [,] to scale horiz, -,+ vert, both keys down to reset and with Shift from smaller increments). It is actually quite useful in many situations:

best,

–jarek

1 Like