File: projections.rst

package info (click to toggle)
blender-doc 4.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 253,604 kB
  • sloc: python: 13,030; javascript: 322; makefile: 113; sh: 107
file content (53 lines) | stat: -rw-r--r-- 1,862 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
.. _bpy.ops.view3d.view_persportho:

************************
Perspective/Orthographic
************************

.. reference::

   :Mode:      All modes
   :Menu:      :menuselection:`View --> Perspective/Orthographic`
   :Shortcut:  :kbd:`Numpad5`

This operator changes the projection of the viewport camera.
Each 3D Viewport supports two different types of projection.
These are demonstrated in the Fig. below.

.. list-table::

   * - .. figure:: /images/editors_3dview_navigate_projections_view-orthographic.png
          :width: 320px

          Orthographic projection.

     - .. figure:: /images/editors_3dview_navigate_projections_view-perspective.png
          :width: 320px

          Perspective projection.

Our eyes are used to perspective viewing where distant objects appear smaller.
Orthographic projection often seems a bit odd at first,
because objects stay the same size regardless of their distance.
It is like viewing the scene from an infinitely distant point.
Nevertheless, orthographic viewing can be very useful,
because it provides a more "technical" insight into the scene,
making it easier to model and judge proportions.


Options
=======

To toggle between the two projections for the 3D Viewport, select
:menuselection:`View --> Perspective/Orthographic` or use the shortcut
:kbd:`Numpad5`. Changing the projection for a 3D Viewport does not affect
the way the scene will be rendered. Rendering is in perspective by default.
If you need to create an orthographic rendering, select the camera, go to
the Camera tab in the :doc:`Properties editor </editors/properties_editor>`,
and set the Type in the Lens panel to *Orthographic*.

.. seealso::

   - :ref:`Auto-Perspective Preference <bpy.types.PreferencesInput.use_auto_perspective>`
   - :ref:`Camera Lens Type <camera-lens-type>`
   - :term:`Camera Projections <Projection>`