File: render.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 (33 lines) | stat: -rw-r--r-- 1,002 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

*****************
Render Properties
*****************

.. reference::

   :Panel:     :menuselection:`Properties --> Render --> Freestyle`

Freestyle can be activated with the checkbox in the header of the Freestyle panel in the *Render* tab.

.. figure:: /images/render_freestyle_render_freestyle-panel.png
   :align: center
   :width: 50%

   Freestyle Render Properties.

.. _bpy.types.RenderSettings.line_thickness_mode:

Line Thickness Mode
   There are two different modes for defining the base line thickness:

   :Absolute:
      The line thickness is given by a user-specified number of pixels.
   :Relative:
      The unit line thickness is scaled by the proportion of the present vertical image resolution to 480 pixels.
      For instance, the "unit line thickness" is 1.0 when the image height set to 480px, 1.5 with 720px
      and 2.0 with 960px.

.. _bpy.types.RenderSettings.line_thickness:

Line Thickness
   Line thickness to use for rendering (only for *Absolute* line thickness).