Hi,
switching from perspective to two-point works, but not back to perspective. The camera is wrong aligned and not back to the original camera source point. I hope it can be easy fixed.
Good luck,
Micha
Hi,
switching from perspective to two-point works, but not back to perspective. The camera is wrong aligned and not back to the original camera source point. I hope it can be easy fixed.
Good luck,
Micha
If you use the Undo View Change icon it works like you described.
Changing from one projection to another recalculates the display from each starting point. The tools are doing what they were designed to do.
You could save a named view and switch back to it if thatās the behavior youāre after.
Not what I hoped, but I understand. Thank you.
Hi John, Micha,
Well, then they are poorly designed
The Two Point Perspective mode has been undercooked and then orphaned since its introduction in V5.
I took time to document it thoroughly here (A.D. 2015):
And we have bug track item for refinements (currently marked Future):
https://mcneel.myjetbrains.com/youtrack/issue/RH-32178
I gave up on this after several attempts and not much interest. Now I actually kind of hope it will not get fixed because it could mess up the workarounds I had to implement to make it work properly inside several tools we useā¦
Some of my view navigation plugins (Stork, Sparrow) have TwoPointPerspective mode implemented without Rhinoās limitations.
But for basic stuff like 3PP/2PP toggle keeping the camera intact, looking up/down with camera in place in 2PP mode (not easy in Rhino) and Lens Change in 2PP mode that zooms around view target (Rhino zooms around ādistortedā target, not view center in 2PP mode) I wrote a script to help with Rhinoās limitations:
DIG_TwoPointPerspectiveNavigation.rhi (9.5 KB)
The command is the same as plugin name. Micha - hope that helps.
ājarek
This is a life-saver, thanks.