File: introduction.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 (74 lines) | stat: -rw-r--r-- 3,420 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74

************
Introduction
************

Freestyle is an edge/line-based non-photorealistic (NPR) rendering engine.
It relies on mesh data and Z-depth information to draw lines on selected edge types.
Various line styles can be added to produce artistic ("hand drawn", "painted", etc.)
or technical (hard line) looks.

Freestyle can generate a powerful diversity of line styles and results.
There are currently, two ways to define the way lines look;
the first uses a series of parameter to create a :doc:`Line Style </render/freestyle/view_layer/line_style/index>`.
This mode allows intuitive editing of features such as dotted lines
and easy setup of multiple line types and edge definitions.
On top of all of that, with line style modifiers, the sky is the limit!

The second method of generating lines is by using :doc:`Python Scripting </render/freestyle/python>`.
This method is much more advanced but Blender includes many pre-scripted styles
such as Japanese big brush, cartoon, blueprint, and thickness-with-depth.

.. list-table::

   * - .. figure:: /images/render_freestyle_introduction_example-1.png

          ATV buggy by Rylan Wright (RONIN). CC BY.
          (`File:AtvBuggy.zip <https://archive.blender.org/wiki/2015/index.php/File:AtvBuggy.zip>`__)

     - .. figure:: /images/render_freestyle_introduction_example-2.png

          By mato.sus304. CC BY-SA.
          (`File:Mato_sus304_cut02.zip
          <https://archive.blender.org/wiki/2015/index.php/File:Mato_sus304_cut02.zip>`__)

   * - .. figure:: /images/render_freestyle_introduction_example-3.png

          A cartoon scene from `OHA Studio <https://oha-studios.com/>`__
          © Mechanimotion Entertainment.
          (`blend-file <https://download.blender.org/demo/test/freestyle_demo_file.blend.zip>`__)

     - .. figure:: /images/render_freestyle_introduction_example-4.png

          Blueprint render of Martin M-130 from 1935 by LightBWK. CC0. Warning:
          heavy file! designed for stress test Blender to the limits and may crash Blender.
          (`File:M-130Blueprint.zip <https://archive.blender.org/wiki/2015/index.php/File:M-130Blueprint.zip>`__)


The Big Picture
===============

- Activate Freestyle by the :menuselection:`Properties --> Render --> Freestyle` checkbox.
- Freestyle settings are located in the :doc:`View Layer </scene_layout/view_layers/index>` properties.
- One view layer can only have one view map. A view map holds the edge detection settings
  (Crease Angle, Culling toggle, Face Smoothness toggle, Material Boundaries toggle,
  Sphere Radius, and Kr Derivative Epsilon advanced options).
- A view map can have multiple Line Sets.
- A line set controls which line types and selections will be rendered, from lines based on your scene.
- Each line set uses one line style (which can be shared between multiple Line Sets).
- A line style tells Freestyle how to render the linked Line Sets in terms of color, alpha,
  thickness and other aspects.

.. figure:: /images/render_freestyle_introduction_view-map-processes.png

   Block diagram of Freestyle view map and processes.


Known Limitations
=================

- Highly memory demanding: All mesh objects in a view layer are loaded at once.
- Only faced mesh objects are supported.
- No edges at face intersections are detected yet.
- Freestyle rendering results do not have any Z depth information.
- Panoramic cameras are not supported.