Is there a script for front, back, left, right, top, bottom view, but relative to the object?
James
Posts: 1,179
Is there a script for front, back, left, right, top, bottom view, but relative to the object?

Comments
Not that I am aware of, but it could be done by creating a new camera without perspective and correctly oriented to the target item (and with rotations locked) or parenting a camera to the item with its rotations locked. The scripting documents imply one should be able to create a view (not tracked for undo etc.) rather than a camera but this didn't seem to work in my tests. [mis-understood the posibilities]