I added even more options, very likely more than we'd want, like turntable/trackball, invert, horizontal zoom, etc. Just so this can help us in judging this idea and how far…
With help from @mano-wii this might be working as intended. Seems to work. It is a little awkward to change these options while doing an operation that requires ctrl or shift,…
The settings supported by the operator should be found in
ViewOpsType::flag
.
Oh, that is the trick. I didn't actually notice that vod->nav_type->flag
was different than vod->viewops_flag
…
This seems to be about navigation operations in View3d.
It is a bit more general than that, and the View3d navigation operations might not even be the best example, just the only one that…
An example of where I am confused with transforms is #126477. There the thought is adding some user preferences to the status bar that alter the behavior of some transforms. So changing "auto…
It's mainly a cleanup and simplification of the code.
Sorry, when I said I was "mostly curious if it is not working as I intended or if it should be changed or improved" I was referring to…
To be fair, with our IEEE 754 floats they can distinguish between 0.0000001, 0.0000002, ... 0.0000009 as that is about the limit of what they can store.
I have a PR that increases our float…
I'm not having any luck reproducing this. This string seems to work just fine in all the inputs, long or short, I try it in.
The only thing I notice odd is that our font stack does not include…