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 (138 lines) | stat: -rw-r--r-- 4,998 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138

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

Animating with Grease Pencil
============================

The main goal of Grease Pencil is to offer a 2D animation tool full immersed in a 3D environment.

.. figure:: /images/grease-pencil_animation_introduction_example.png

   Sample animation showing Grease Pencil object keyframes in the Dope Sheet with onion skinning enabled.

In Blender, Grease Pencil objects can be animated in many ways:

Moving as a whole object
   Changing their position, orientation or size in time;

Drawing frame by frame
   Drawing one frame at a time (traditional animation).

Deforming them
   Animating their points;

Inherited animation
   Causing the object to move based on the movement of another object
   (e.g. its parent, hook, armature, etc.). Useful for cut-out animation for example.

For a complete overview of animation in Blender please refer to
the :doc:`Animation & Rigging </animation/index>` chapter.


2D Traditional Animation
========================

Keyframes
---------

Traditional animation in Grease Pencil is achieved with the use of
:doc:`keyframes </animation/keyframes/introduction>`
that hold the strokes information at a particular frame or frame range.

With :ref:`Auto keyframe <bpy.types.ToolSettings.use_keyframe_insert_auto>` activated,
every time you create a stroke in Grease Pencil object Draw Mode
a new keyframe is added at the current frame on the active channel.
With Auto keyframe deactivated, you will have to add manually
a new keyframe or your new strokes will be added on the active keyframe.

See :doc:`Keyframe Editing </animation/keyframes/editing>` for more information.

.. note::

   The channels in the Dope Sheet correspond to the active 2D layer of the Grease Pencil object.

Grease Pencil has its own mode in the Dope Sheet to work with keyframes.
See Grease Pencil mode in the :doc:`Dope Sheet </editors/dope_sheet/modes/grease_pencil>`
section for more information.
There are also several tools on the Stroke menu to work with keyframes and strokes.
See :doc:`Animation tools </grease_pencil/animation/tools>` for more information.


Onion Skinning
--------------

One key element in traditional animation is the use of onion skinning.
Grease Pencil offer a lot of flexibility and options for this tool.
See :doc:`Onion Skinning </grease_pencil/properties/onion_skinning>` for more information.


Animation Options
=================

Draw Mode
---------

In Draw Mode there are three options related to the animation workflow that you can use.

.. figure:: /images/grease-pencil_animation_introduction_drawing-options.png

   General drawing/animation options.

Add Weight Data
   When enabled, new strokes weight data is added according to the current vertex group and weights.
   If there is no vertex group selected, no weight data is added.

   This is useful for example in cut-out animation for adding new drawing
   on the same vertex group without the need to creating it afterwards.

   See :doc:`Weight Paint Mode </grease_pencil/modes/weight_paint/introduction>` for more information.

Additive Drawing
   When creating new frames, the strokes from the previous/active frame are include as a basis for the new one.

Multiframe
   If you need to add new strokes to your animation on several frames you can use multiframe drawing.

   You can activate multiframe drawing with the Multiframe button next to the modes selector (faded lines icon).
   See :doc:`Multiframe </grease_pencil/multiframe>` for more information.


Edit Mode
---------

In Edit Mode there is an option related to the animation workflow that you can use.

.. figure:: /images/grease-pencil_animation_introduction_edit-options.png

   Multiframe edition.

Multiframe
   Sometimes you may need to modify several frames at the same time with edit tools,
   for example to repositioning drawings in an animation.

   You can activate multiframe edition with the Multiframe button next to the modes selector (faded lines icon).
   See :doc:`Multiframe </grease_pencil/multiframe>` for more information.


Examples
========

Traditional Animation
---------------------

This example shows you how to animate a bouncing ball
with a traditional 2D animation technique and Grease Pencil.

First, go to menu :menuselection:`File --> New --> 2D Animation` to start with a new 2D animation template.
The template is ready to quick start your animation with a Grease Pencil object already created,
Onion Skinning activated, Auto Keyframe enabled and in camera view.

#. Set the range of the animation in the Timeline from 1 to 24.
#. In the 3D Viewport draw a ball on the upper left corner with the Draw Tool (extreme).
#. Move to frame 12 and draw a squashed ball in the bottom center (breakdown).
#. Move to frame 24 and draw a ball in the top right corner of the 3D Viewport (extreme).
#. Keep drawing all the in-between frames you want using the onion skinning ghost as a reference.

To test the animation, press :kbd:`Spacebar` to play.