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 (38 lines) | stat: -rw-r--r-- 1,305 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
.. index:: Grease Pencil Visual Effects

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

.. reference::

   :Panel:     :menuselection:`Properties --> Visual Effects`

Grease Pencil has a special set of viewport real-time visual effects that can be apply to the object.

These effects treat the object as if it was just an image, for that reason they
have effect on the whole object and cannot limit their influence
on certain parts like layers, materials or vertex group as with modifiers.
Also unlike modifiers, they can not be applied to the object.

Their main purpose is to have a quick way to apply visual effects on your drawings
like blurring, pixelation, wave distortion, among others.

.. note::

   Visual Effects best fit for quick viewport visualization. You can use it for final renders
   but if you want more precision with effects it is still recommended to use
   the :doc:`Compositor </compositing/introduction>`.


Interface
=========

.. figure:: /images/grease-pencil_visual-effects_introduction_interface.png

   Panel layout (Blur effect as an example).

The visual effects panels and interface are similar to modifiers.
Each effect shares the same basic interface components similar to modifiers for meshes.

See :ref:`Modifiers Interface <bpy.types.Modifier.show>` for more information.