Upload 6 files
Browse files- actions.html +361 -0
- index.html +359 -0
- introduction.html +392 -0
- lattice.html +347 -0
- markers.html +620 -0
- motion_paths.html +447 -0
actions.html
ADDED
@@ -0,0 +1,361 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
|
3 |
+
<!DOCTYPE html>
|
4 |
+
<!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
|
5 |
+
<!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
|
6 |
+
<head>
|
7 |
+
<meta charset="utf-8">
|
8 |
+
|
9 |
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
10 |
+
|
11 |
+
<title>Actions — Blender Manual</title>
|
12 |
+
|
13 |
+
|
14 |
+
|
15 |
+
|
16 |
+
<link rel="shortcut icon" href="../_static/favicon.ico"/>
|
17 |
+
|
18 |
+
|
19 |
+
|
20 |
+
<link rel="canonical" href="https://docs.blender.org/manual/en/latest/animation/actions.html"/>
|
21 |
+
|
22 |
+
|
23 |
+
|
24 |
+
<script type="text/javascript" src="../_static/js/modernizr.min.js"></script>
|
25 |
+
|
26 |
+
|
27 |
+
<script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
|
28 |
+
<script type="text/javascript" src="../_static/jquery.js"></script>
|
29 |
+
<script type="text/javascript" src="../_static/underscore.js"></script>
|
30 |
+
<script type="text/javascript" src="../_static/doctools.js"></script>
|
31 |
+
<script type="text/javascript" src="../_static/language_data.js"></script>
|
32 |
+
<script type="text/javascript" src="../_static/js/version_switch.js"></script>
|
33 |
+
<script async="async" type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/latest.js?config=TeX-AMS-MML_HTMLorMML"></script>
|
34 |
+
|
35 |
+
<script type="text/javascript" src="../_static/js/theme.js"></script>
|
36 |
+
|
37 |
+
|
38 |
+
<link rel="search" type="application/opensearchdescription+xml"
|
39 |
+
title="Search within Blender Manual"
|
40 |
+
href="../_static/opensearch.xml"/>
|
41 |
+
|
42 |
+
|
43 |
+
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
|
44 |
+
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
45 |
+
<link rel="stylesheet" href="../_static/css/theme_overrides.css" type="text/css" />
|
46 |
+
<link rel="alternate" hreflang="en" href="https://docs.blender.org/manual/en/latest/">
|
47 |
+
<link rel="alternate" hreflang="de" href="https://docs.blender.org/manual/de/latest/">
|
48 |
+
<link rel="alternate" hreflang="es" href="https://docs.blender.org/manual/es/latest/">
|
49 |
+
<link rel="alternate" hreflang="fi" href="https://docs.blender.org/manual/fi/latest/">
|
50 |
+
<link rel="alternate" hreflang="fr" href="https://docs.blender.org/manual/fr/latest/">
|
51 |
+
<link rel="alternate" hreflang="it" href="https://docs.blender.org/manual/it/latest/">
|
52 |
+
<link rel="alternate" hreflang="ja" href="https://docs.blender.org/manual/ja/latest/">
|
53 |
+
<link rel="alternate" hreflang="ko" href="https://docs.blender.org/manual/ko/latest/">
|
54 |
+
<link rel="alternate" hreflang="nb" href="https://docs.blender.org/manual/nb/latest/">
|
55 |
+
<link rel="alternate" hreflang="pt" href="https://docs.blender.org/manual/pt/latest/">
|
56 |
+
<link rel="alternate" hreflang="ru" href="https://docs.blender.org/manual/ru/latest/">
|
57 |
+
<link rel="alternate" hreflang="sl" href="https://docs.blender.org/manual/sl/latest/">
|
58 |
+
<link rel="alternate" hreflang="sr" href="https://docs.blender.org/manual/sr/latest/">
|
59 |
+
<link rel="alternate" hreflang="uk" href="https://docs.blender.org/manual/uk/latest/">
|
60 |
+
<link rel="alternate" hreflang="vi" href="https://docs.blender.org/manual/vi/latest/">
|
61 |
+
<link rel="alternate" hreflang="zh-Hans" href="https://docs.blender.org/manual/zh-hans/latest/">
|
62 |
+
<link rel="alternate" hreflang="zh-Hant" href="https://docs.blender.org/manual/zh-hant/latest/">
|
63 |
+
<link rel="alternate" hreflang="x-default" href="https://docs.blender.org/manual/en/latest/">
|
64 |
+
|
65 |
+
<link rel="index" title="Index" href="../genindex.html" />
|
66 |
+
<link rel="search" title="Search" href="../search.html" />
|
67 |
+
<link rel="next" title="Drivers" href="drivers/index.html" />
|
68 |
+
<link rel="prev" title="Shrinkwrap Constraint" href="constraints/relationship/shrinkwrap.html" />
|
69 |
+
</head>
|
70 |
+
|
71 |
+
<body class="wy-body-for-nav">
|
72 |
+
|
73 |
+
|
74 |
+
<div class="wy-grid-for-nav">
|
75 |
+
|
76 |
+
<nav data-toggle="wy-nav-shift" class="wy-nav-side">
|
77 |
+
<div class="wy-side-scroll">
|
78 |
+
<div class="wy-side-nav-search" >
|
79 |
+
|
80 |
+
|
81 |
+
|
82 |
+
<a href="../index.html" class="icon icon-home"> Blender 2.80 Manual
|
83 |
+
|
84 |
+
|
85 |
+
|
86 |
+
|
87 |
+
<img src="../_static/blender-logo.svg" class="logo" alt="Logo"/>
|
88 |
+
|
89 |
+
</a>
|
90 |
+
|
91 |
+
|
92 |
+
|
93 |
+
|
94 |
+
<div role="search">
|
95 |
+
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
96 |
+
<input type="text" name="q" placeholder="Search docs" />
|
97 |
+
<input type="hidden" name="check_keywords" value="yes" />
|
98 |
+
<input type="hidden" name="area" value="default" />
|
99 |
+
</form>
|
100 |
+
</div>
|
101 |
+
|
102 |
+
|
103 |
+
</div>
|
104 |
+
|
105 |
+
<div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation">
|
106 |
+
|
107 |
+
|
108 |
+
|
109 |
+
|
110 |
+
|
111 |
+
|
112 |
+
<ul class="current">
|
113 |
+
<li class="toctree-l1"><a class="reference internal" href="../getting_started/index.html">Getting Started</a></li>
|
114 |
+
<li class="toctree-l1"><a class="reference internal" href="../interface/index.html">User Interface</a></li>
|
115 |
+
<li class="toctree-l1"><a class="reference internal" href="../editors/index.html">Editors</a></li>
|
116 |
+
<li class="toctree-l1"><a class="reference internal" href="../scene_layout/index.html">Scenes & Objects</a></li>
|
117 |
+
<li class="toctree-l1"><a class="reference internal" href="../modeling/index.html">Modeling</a></li>
|
118 |
+
<li class="toctree-l1"><a class="reference internal" href="../sculpt_paint/index.html">Sculpting & Painting</a></li>
|
119 |
+
<li class="toctree-l1"><a class="reference internal" href="../grease_pencil/index.html">Grease Pencil</a></li>
|
120 |
+
<li class="toctree-l1 current"><a class="reference internal" href="index.html">Animation & Rigging</a><ul class="current">
|
121 |
+
<li class="toctree-l2"><a class="reference internal" href="introduction.html">Introduction</a></li>
|
122 |
+
<li class="toctree-l2"><a class="reference internal" href="keyframes/index.html">Keyframes</a></li>
|
123 |
+
<li class="toctree-l2"><a class="reference internal" href="armatures/index.html">Armatures</a></li>
|
124 |
+
<li class="toctree-l2"><a class="reference internal" href="lattice.html">Lattice</a></li>
|
125 |
+
<li class="toctree-l2"><a class="reference internal" href="constraints/index.html">Constraints</a></li>
|
126 |
+
<li class="toctree-l2 current"><a class="current reference internal" href="#">Actions</a><ul>
|
127 |
+
<li class="toctree-l3"><a class="reference internal" href="#working-with-actions">Working with Actions</a></li>
|
128 |
+
<li class="toctree-l3"><a class="reference internal" href="#bake-action">Bake Action</a></li>
|
129 |
+
</ul>
|
130 |
+
</li>
|
131 |
+
<li class="toctree-l2"><a class="reference internal" href="drivers/index.html">Drivers</a></li>
|
132 |
+
<li class="toctree-l2"><a class="reference internal" href="markers.html">Markers</a></li>
|
133 |
+
<li class="toctree-l2"><a class="reference internal" href="shape_keys/index.html">Shape Keys</a></li>
|
134 |
+
<li class="toctree-l2"><a class="reference internal" href="motion_paths.html">Motion Paths</a></li>
|
135 |
+
</ul>
|
136 |
+
</li>
|
137 |
+
<li class="toctree-l1"><a class="reference internal" href="../physics/index.html">Physics</a></li>
|
138 |
+
<li class="toctree-l1"><a class="reference internal" href="../render/index.html">Rendering</a></li>
|
139 |
+
<li class="toctree-l1"><a class="reference internal" href="../compositing/index.html">Compositing</a></li>
|
140 |
+
<li class="toctree-l1"><a class="reference internal" href="../movie_clip/index.html">Tracking & Masking</a></li>
|
141 |
+
<li class="toctree-l1"><a class="reference internal" href="../video_editing/index.html">Video Editing</a></li>
|
142 |
+
<li class="toctree-l1"><a class="reference internal" href="../files/index.html">Files & Data System</a></li>
|
143 |
+
<li class="toctree-l1"><a class="reference internal" href="../addons/index.html">Add-ons</a></li>
|
144 |
+
<li class="toctree-l1"><a class="reference internal" href="../advanced/index.html">Advanced</a></li>
|
145 |
+
<li class="toctree-l1"><a class="reference internal" href="../troubleshooting/index.html">Troubleshooting</a></li>
|
146 |
+
<li class="toctree-l1"><a class="reference internal" href="../glossary/index.html">Glossary</a></li>
|
147 |
+
</ul>
|
148 |
+
<ul>
|
149 |
+
<li class="toctree-l1"><a class="reference internal" href="../about/index.html">About this Manual</a></li>
|
150 |
+
</ul>
|
151 |
+
|
152 |
+
|
153 |
+
|
154 |
+
</div>
|
155 |
+
</div>
|
156 |
+
</nav>
|
157 |
+
|
158 |
+
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap">
|
159 |
+
|
160 |
+
|
161 |
+
<nav class="wy-nav-top" aria-label="top navigation">
|
162 |
+
|
163 |
+
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
|
164 |
+
<a href="../index.html">Blender 2.80 Manual</a>
|
165 |
+
|
166 |
+
</nav>
|
167 |
+
|
168 |
+
|
169 |
+
<div class="wy-nav-content">
|
170 |
+
|
171 |
+
<div class="rst-content">
|
172 |
+
|
173 |
+
|
174 |
+
|
175 |
+
|
176 |
+
|
177 |
+
|
178 |
+
|
179 |
+
|
180 |
+
|
181 |
+
|
182 |
+
|
183 |
+
|
184 |
+
|
185 |
+
|
186 |
+
|
187 |
+
|
188 |
+
|
189 |
+
<div role="navigation" aria-label="breadcrumbs navigation">
|
190 |
+
|
191 |
+
<ul class="wy-breadcrumbs">
|
192 |
+
|
193 |
+
<li><a href="../index.html">Docs</a> »</li>
|
194 |
+
|
195 |
+
<li><a href="index.html">Animation & Rigging</a> »</li>
|
196 |
+
|
197 |
+
<li>Actions</li>
|
198 |
+
|
199 |
+
|
200 |
+
<li class="wy-breadcrumbs-aside">
|
201 |
+
|
202 |
+
|
203 |
+
<a href="../_sources/animation/actions.rst.txt" rel="nofollow"> View page source</a>
|
204 |
+
|
205 |
+
|
206 |
+
</li>
|
207 |
+
|
208 |
+
</ul>
|
209 |
+
|
210 |
+
|
211 |
+
<hr/>
|
212 |
+
</div>
|
213 |
+
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
|
214 |
+
<div itemprop="articleBody">
|
215 |
+
|
216 |
+
<div class="section" id="actions">
|
217 |
+
<span id="bpy-ops-action"></span><span id="bpy-types-action"></span><h1>Actions<a class="headerlink" href="#actions" title="Permalink to this headline">¶</a></h1>
|
218 |
+
<p>When animating objects and properties in Blender, Actions record and contain the data.
|
219 |
+
As everything else in Blender, Actions are data-blocks.</p>
|
220 |
+
<div class="figure" id="id1">
|
221 |
+
<img alt="../_images/animation_actions_data3.png" src="../_images/animation_actions_data3.png" />
|
222 |
+
<p class="caption"><span class="caption-text">Actions.</span></p>
|
223 |
+
</div>
|
224 |
+
<p>So when you animate an object by changing its location with keyframes,
|
225 |
+
the animation is saved to the Action.</p>
|
226 |
+
<p>Each property has a channel which it is recorded to, for example,
|
227 |
+
Cube.location.x is recorded to Channel X Location.
|
228 |
+
The <em>X location</em> and <em>Y location</em> properties can be shared across multiple objects,
|
229 |
+
if all objects have <em>X location</em> and <em>Y location</em> properties beneath them.</p>
|
230 |
+
<div class="figure" id="id2">
|
231 |
+
<img alt="../_images/animation_actions_keyframes.png" src="../_images/animation_actions_keyframes.png" />
|
232 |
+
<p class="caption"><span class="caption-text">Graph Editor. Each channel has an F-curve represented by the lines between the keyframes.</span></p>
|
233 |
+
</div>
|
234 |
+
<dl class="docutils">
|
235 |
+
<dt>Actions</dt>
|
236 |
+
<dd>Record and contain animation data.</dd>
|
237 |
+
<dt>Groups</dt>
|
238 |
+
<dd>Are groups of channels.</dd>
|
239 |
+
<dt>Channels</dt>
|
240 |
+
<dd>Record properties.</dd>
|
241 |
+
<dt>F-Curves</dt>
|
242 |
+
<dd><a class="reference internal" href="../editors/graph_editor/fcurves/introduction.html"><span class="doc">F-Curves</span></a> are used to
|
243 |
+
interpolate the difference between the keyframes.</dd>
|
244 |
+
<dt>Keyframes</dt>
|
245 |
+
<dd><a class="reference internal" href="keyframes/introduction.html"><span class="doc">Keyframes</span></a> are used to
|
246 |
+
set the values of properties bound to a point in time.</dd>
|
247 |
+
</dl>
|
248 |
+
<div class="section" id="working-with-actions">
|
249 |
+
<h2>Working with Actions<a class="headerlink" href="#working-with-actions" title="Permalink to this headline">¶</a></h2>
|
250 |
+
<div class="figure align-right" id="id3">
|
251 |
+
<img alt="../_images/animation_actions_create.png" src="../_images/animation_actions_create.png" />
|
252 |
+
<p class="caption"><span class="caption-text">The Action data-block menu.</span></p>
|
253 |
+
</div>
|
254 |
+
<p>When you first animate an object by adding keyframes,
|
255 |
+
Blender creates an <em>Action</em> to record the data.</p>
|
256 |
+
<p><em>Actions</em> can be managed with the <em>Action data-block menu</em>
|
257 |
+
in the Dope Sheet <a class="reference internal" href="../editors/dope_sheet/action.html"><span class="doc">Action Editor</span></a> header,
|
258 |
+
or the Sidebar region of the <a class="reference internal" href="../editors/nla/properties_modifiers.html"><span class="doc">NLA Editor</span></a>.</p>
|
259 |
+
<p>If you are making multiple actions for the same object,
|
260 |
+
press the shield button for each action.
|
261 |
+
This will give the actions a <em>Fake User</em> and will make Blender save the unlinked actions.</p>
|
262 |
+
<p>Objects can only use one <em>Action</em> at a time for editing.
|
263 |
+
The <a class="reference internal" href="../editors/nla/index.html"><span class="doc">NLA Editor</span></a> is used to blend multiple actions together.</p>
|
264 |
+
</div>
|
265 |
+
<div class="section" id="bake-action">
|
266 |
+
<span id="bpy-ops-nla-bake"></span><h2>Bake Action<a class="headerlink" href="#bake-action" title="Permalink to this headline">¶</a></h2>
|
267 |
+
<div class="refbox admonition">
|
268 |
+
<p class="first admonition-title">Reference</p>
|
269 |
+
<table class="last docutils field-list" frame="void" rules="none">
|
270 |
+
<col class="field-name" />
|
271 |
+
<col class="field-body" />
|
272 |
+
<tbody valign="top">
|
273 |
+
<tr class="field-odd field"><th class="field-name">Editor:</th><td class="field-body">3D View</td>
|
274 |
+
</tr>
|
275 |
+
<tr class="field-even field"><th class="field-name">Mode:</th><td class="field-body">Object and Pose Modes</td>
|
276 |
+
</tr>
|
277 |
+
<tr class="field-odd field"><th class="field-name">Menu:</th><td class="field-body"><span class="menuselection">Object/Pose ‣ Animation ‣ Bake Action…</span></td>
|
278 |
+
</tr>
|
279 |
+
</tbody>
|
280 |
+
</table>
|
281 |
+
</div>
|
282 |
+
<p>The <em>Bake Action</em> tool will apply interpolated frames into individual keyframes.
|
283 |
+
This can be useful for adding deviation to a cyclic action like a <a class="reference internal" href="../glossary/index.html#term-walk-cycle"><span class="xref std std-term">walk cycle</span></a>.
|
284 |
+
This can also useful for keyframe animations created from drivers or constraints.</p>
|
285 |
+
</div>
|
286 |
+
</div>
|
287 |
+
|
288 |
+
|
289 |
+
</div>
|
290 |
+
|
291 |
+
</div>
|
292 |
+
<footer>
|
293 |
+
|
294 |
+
<div class="rst-footer-buttons" role="navigation" aria-label="footer navigation">
|
295 |
+
|
296 |
+
<a href="drivers/index.html" class="btn btn-neutral float-right" title="Drivers" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right"></span></a>
|
297 |
+
|
298 |
+
|
299 |
+
<a href="constraints/relationship/shrinkwrap.html" class="btn btn-neutral float-left" title="Shrinkwrap Constraint" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left"></span> Previous</a>
|
300 |
+
|
301 |
+
</div>
|
302 |
+
|
303 |
+
|
304 |
+
<hr/>
|
305 |
+
|
306 |
+
<div role="contentinfo">
|
307 |
+
<p>
|
308 |
+
© Copyright : This page is licensed under a CC-BY-SA 4.0 Int. License
|
309 |
+
|
310 |
+
</p>
|
311 |
+
</div>
|
312 |
+
|
313 |
+
</footer>
|
314 |
+
|
315 |
+
</div>
|
316 |
+
</div>
|
317 |
+
|
318 |
+
</section>
|
319 |
+
|
320 |
+
</div>
|
321 |
+
<div class="rst-versions" data-toggle="rst-versions" role="note" aria-label="document versions">
|
322 |
+
<ul id="versionwrap" role="presentation">
|
323 |
+
<li style="float:left" role="presentation">
|
324 |
+
<span id="version-dropdown" class="version-btn" tabindex="0" role="button" aria-label="versions selector" aria-haspopup="true" aria-controls="version-vsnlist" aria-disabled="true">
|
325 |
+
2.80
|
326 |
+
</span>
|
327 |
+
<ul id="version-vsnlist" class="version-list" role="menu" aria-labelledby="version-dropdown" aria-hidden="true">
|
328 |
+
<li role="presentation">Loading...</li>
|
329 |
+
</ul>
|
330 |
+
</li>
|
331 |
+
<li style="float:right" role="presentation">
|
332 |
+
<span id="lang-dropdown" class="version-btn" tabindex="0" role="button" aria-label="language selector" aria-haspopup="true" aria-controls="version-langlist">
|
333 |
+
en
|
334 |
+
</span>
|
335 |
+
<ul id="version-langlist" class="version-list" role="menu" aria-labelledby="lang-dropdown" aria-hidden="true">
|
336 |
+
<li role="presentation">Loading...</li>
|
337 |
+
</ul>
|
338 |
+
</li>
|
339 |
+
</ul>
|
340 |
+
</div>
|
341 |
+
|
342 |
+
<script type="text/javascript">
|
343 |
+
jQuery(function () {
|
344 |
+
SphinxRtdTheme.Navigation.enable(true);
|
345 |
+
});
|
346 |
+
</script>
|
347 |
+
|
348 |
+
|
349 |
+
|
350 |
+
|
351 |
+
|
352 |
+
|
353 |
+
<script>
|
354 |
+
window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
|
355 |
+
ga('create', 'UA-1418081-1', 'auto');
|
356 |
+
ga('send', 'pageview');
|
357 |
+
</script>
|
358 |
+
<script async src='https://www.google-analytics.com/analytics.js'></script>
|
359 |
+
|
360 |
+
</body>
|
361 |
+
</html>
|
index.html
ADDED
@@ -0,0 +1,359 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
|
3 |
+
<!DOCTYPE html>
|
4 |
+
<!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
|
5 |
+
<!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
|
6 |
+
<head>
|
7 |
+
<meta charset="utf-8">
|
8 |
+
|
9 |
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
10 |
+
|
11 |
+
<title>Animation & Rigging — Blender Manual</title>
|
12 |
+
|
13 |
+
|
14 |
+
|
15 |
+
|
16 |
+
<link rel="shortcut icon" href="../_static/favicon.ico"/>
|
17 |
+
|
18 |
+
|
19 |
+
|
20 |
+
<link rel="canonical" href="https://docs.blender.org/manual/en/latest/animation/index.html"/>
|
21 |
+
|
22 |
+
|
23 |
+
|
24 |
+
<script type="text/javascript" src="../_static/js/modernizr.min.js"></script>
|
25 |
+
|
26 |
+
|
27 |
+
<script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
|
28 |
+
<script type="text/javascript" src="../_static/jquery.js"></script>
|
29 |
+
<script type="text/javascript" src="../_static/underscore.js"></script>
|
30 |
+
<script type="text/javascript" src="../_static/doctools.js"></script>
|
31 |
+
<script type="text/javascript" src="../_static/language_data.js"></script>
|
32 |
+
<script type="text/javascript" src="../_static/js/version_switch.js"></script>
|
33 |
+
<script async="async" type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/latest.js?config=TeX-AMS-MML_HTMLorMML"></script>
|
34 |
+
|
35 |
+
<script type="text/javascript" src="../_static/js/theme.js"></script>
|
36 |
+
|
37 |
+
|
38 |
+
<link rel="search" type="application/opensearchdescription+xml"
|
39 |
+
title="Search within Blender Manual"
|
40 |
+
href="../_static/opensearch.xml"/>
|
41 |
+
|
42 |
+
|
43 |
+
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
|
44 |
+
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
45 |
+
<link rel="stylesheet" href="../_static/css/theme_overrides.css" type="text/css" />
|
46 |
+
<link rel="alternate" hreflang="en" href="https://docs.blender.org/manual/en/latest/">
|
47 |
+
<link rel="alternate" hreflang="de" href="https://docs.blender.org/manual/de/latest/">
|
48 |
+
<link rel="alternate" hreflang="es" href="https://docs.blender.org/manual/es/latest/">
|
49 |
+
<link rel="alternate" hreflang="fi" href="https://docs.blender.org/manual/fi/latest/">
|
50 |
+
<link rel="alternate" hreflang="fr" href="https://docs.blender.org/manual/fr/latest/">
|
51 |
+
<link rel="alternate" hreflang="it" href="https://docs.blender.org/manual/it/latest/">
|
52 |
+
<link rel="alternate" hreflang="ja" href="https://docs.blender.org/manual/ja/latest/">
|
53 |
+
<link rel="alternate" hreflang="ko" href="https://docs.blender.org/manual/ko/latest/">
|
54 |
+
<link rel="alternate" hreflang="nb" href="https://docs.blender.org/manual/nb/latest/">
|
55 |
+
<link rel="alternate" hreflang="pt" href="https://docs.blender.org/manual/pt/latest/">
|
56 |
+
<link rel="alternate" hreflang="ru" href="https://docs.blender.org/manual/ru/latest/">
|
57 |
+
<link rel="alternate" hreflang="sl" href="https://docs.blender.org/manual/sl/latest/">
|
58 |
+
<link rel="alternate" hreflang="sr" href="https://docs.blender.org/manual/sr/latest/">
|
59 |
+
<link rel="alternate" hreflang="uk" href="https://docs.blender.org/manual/uk/latest/">
|
60 |
+
<link rel="alternate" hreflang="vi" href="https://docs.blender.org/manual/vi/latest/">
|
61 |
+
<link rel="alternate" hreflang="zh-Hans" href="https://docs.blender.org/manual/zh-hans/latest/">
|
62 |
+
<link rel="alternate" hreflang="zh-Hant" href="https://docs.blender.org/manual/zh-hant/latest/">
|
63 |
+
<link rel="alternate" hreflang="x-default" href="https://docs.blender.org/manual/en/latest/">
|
64 |
+
|
65 |
+
<link rel="index" title="Index" href="../genindex.html" />
|
66 |
+
<link rel="search" title="Search" href="../search.html" />
|
67 |
+
<link rel="next" title="Introduction" href="introduction.html" />
|
68 |
+
<link rel="prev" title="Weights Menu" href="../grease_pencil/modes/weight_paint/weights_menu.html" />
|
69 |
+
</head>
|
70 |
+
|
71 |
+
<body class="wy-body-for-nav">
|
72 |
+
|
73 |
+
|
74 |
+
<div class="wy-grid-for-nav">
|
75 |
+
|
76 |
+
<nav data-toggle="wy-nav-shift" class="wy-nav-side">
|
77 |
+
<div class="wy-side-scroll">
|
78 |
+
<div class="wy-side-nav-search" >
|
79 |
+
|
80 |
+
|
81 |
+
|
82 |
+
<a href="../index.html" class="icon icon-home"> Blender 2.80 Manual
|
83 |
+
|
84 |
+
|
85 |
+
|
86 |
+
|
87 |
+
<img src="../_static/blender-logo.svg" class="logo" alt="Logo"/>
|
88 |
+
|
89 |
+
</a>
|
90 |
+
|
91 |
+
|
92 |
+
|
93 |
+
|
94 |
+
<div role="search">
|
95 |
+
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
96 |
+
<input type="text" name="q" placeholder="Search docs" />
|
97 |
+
<input type="hidden" name="check_keywords" value="yes" />
|
98 |
+
<input type="hidden" name="area" value="default" />
|
99 |
+
</form>
|
100 |
+
</div>
|
101 |
+
|
102 |
+
|
103 |
+
</div>
|
104 |
+
|
105 |
+
<div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation">
|
106 |
+
|
107 |
+
|
108 |
+
|
109 |
+
|
110 |
+
|
111 |
+
|
112 |
+
<ul class="current">
|
113 |
+
<li class="toctree-l1"><a class="reference internal" href="../getting_started/index.html">Getting Started</a></li>
|
114 |
+
<li class="toctree-l1"><a class="reference internal" href="../interface/index.html">User Interface</a></li>
|
115 |
+
<li class="toctree-l1"><a class="reference internal" href="../editors/index.html">Editors</a></li>
|
116 |
+
<li class="toctree-l1"><a class="reference internal" href="../scene_layout/index.html">Scenes & Objects</a></li>
|
117 |
+
<li class="toctree-l1"><a class="reference internal" href="../modeling/index.html">Modeling</a></li>
|
118 |
+
<li class="toctree-l1"><a class="reference internal" href="../sculpt_paint/index.html">Sculpting & Painting</a></li>
|
119 |
+
<li class="toctree-l1"><a class="reference internal" href="../grease_pencil/index.html">Grease Pencil</a></li>
|
120 |
+
<li class="toctree-l1 current"><a class="current reference internal" href="#">Animation & Rigging</a><ul>
|
121 |
+
<li class="toctree-l2"><a class="reference internal" href="introduction.html">Introduction</a></li>
|
122 |
+
<li class="toctree-l2"><a class="reference internal" href="keyframes/index.html">Keyframes</a></li>
|
123 |
+
<li class="toctree-l2"><a class="reference internal" href="armatures/index.html">Armatures</a></li>
|
124 |
+
<li class="toctree-l2"><a class="reference internal" href="lattice.html">Lattice</a></li>
|
125 |
+
<li class="toctree-l2"><a class="reference internal" href="constraints/index.html">Constraints</a></li>
|
126 |
+
<li class="toctree-l2"><a class="reference internal" href="actions.html">Actions</a></li>
|
127 |
+
<li class="toctree-l2"><a class="reference internal" href="drivers/index.html">Drivers</a></li>
|
128 |
+
<li class="toctree-l2"><a class="reference internal" href="markers.html">Markers</a></li>
|
129 |
+
<li class="toctree-l2"><a class="reference internal" href="shape_keys/index.html">Shape Keys</a></li>
|
130 |
+
<li class="toctree-l2"><a class="reference internal" href="motion_paths.html">Motion Paths</a></li>
|
131 |
+
</ul>
|
132 |
+
</li>
|
133 |
+
<li class="toctree-l1"><a class="reference internal" href="../physics/index.html">Physics</a></li>
|
134 |
+
<li class="toctree-l1"><a class="reference internal" href="../render/index.html">Rendering</a></li>
|
135 |
+
<li class="toctree-l1"><a class="reference internal" href="../compositing/index.html">Compositing</a></li>
|
136 |
+
<li class="toctree-l1"><a class="reference internal" href="../movie_clip/index.html">Tracking & Masking</a></li>
|
137 |
+
<li class="toctree-l1"><a class="reference internal" href="../video_editing/index.html">Video Editing</a></li>
|
138 |
+
<li class="toctree-l1"><a class="reference internal" href="../files/index.html">Files & Data System</a></li>
|
139 |
+
<li class="toctree-l1"><a class="reference internal" href="../addons/index.html">Add-ons</a></li>
|
140 |
+
<li class="toctree-l1"><a class="reference internal" href="../advanced/index.html">Advanced</a></li>
|
141 |
+
<li class="toctree-l1"><a class="reference internal" href="../troubleshooting/index.html">Troubleshooting</a></li>
|
142 |
+
<li class="toctree-l1"><a class="reference internal" href="../glossary/index.html">Glossary</a></li>
|
143 |
+
</ul>
|
144 |
+
<ul>
|
145 |
+
<li class="toctree-l1"><a class="reference internal" href="../about/index.html">About this Manual</a></li>
|
146 |
+
</ul>
|
147 |
+
|
148 |
+
|
149 |
+
|
150 |
+
</div>
|
151 |
+
</div>
|
152 |
+
</nav>
|
153 |
+
|
154 |
+
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap">
|
155 |
+
|
156 |
+
|
157 |
+
<nav class="wy-nav-top" aria-label="top navigation">
|
158 |
+
|
159 |
+
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
|
160 |
+
<a href="../index.html">Blender 2.80 Manual</a>
|
161 |
+
|
162 |
+
</nav>
|
163 |
+
|
164 |
+
|
165 |
+
<div class="wy-nav-content">
|
166 |
+
|
167 |
+
<div class="rst-content">
|
168 |
+
|
169 |
+
|
170 |
+
|
171 |
+
|
172 |
+
|
173 |
+
|
174 |
+
|
175 |
+
|
176 |
+
|
177 |
+
|
178 |
+
|
179 |
+
|
180 |
+
|
181 |
+
|
182 |
+
|
183 |
+
|
184 |
+
|
185 |
+
<div role="navigation" aria-label="breadcrumbs navigation">
|
186 |
+
|
187 |
+
<ul class="wy-breadcrumbs">
|
188 |
+
|
189 |
+
<li><a href="../index.html">Docs</a> »</li>
|
190 |
+
|
191 |
+
<li>Animation & Rigging</li>
|
192 |
+
|
193 |
+
|
194 |
+
<li class="wy-breadcrumbs-aside">
|
195 |
+
|
196 |
+
|
197 |
+
<a href="../_sources/animation/index.rst.txt" rel="nofollow"> View page source</a>
|
198 |
+
|
199 |
+
|
200 |
+
</li>
|
201 |
+
|
202 |
+
</ul>
|
203 |
+
|
204 |
+
|
205 |
+
<hr/>
|
206 |
+
</div>
|
207 |
+
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
|
208 |
+
<div itemprop="articleBody">
|
209 |
+
|
210 |
+
<div class="section" id="animation-rigging">
|
211 |
+
<span id="bpy-ops-anim"></span><span id="animation-index"></span><h1>Animation & Rigging<a class="headerlink" href="#animation-rigging" title="Permalink to this headline">¶</a></h1>
|
212 |
+
<div class="toctree-wrapper compound">
|
213 |
+
<ul>
|
214 |
+
<li class="toctree-l1"><a class="reference internal" href="introduction.html">Introduction</a><ul>
|
215 |
+
<li class="toctree-l2"><a class="reference internal" href="introduction.html#animation">Animation</a></li>
|
216 |
+
<li class="toctree-l2"><a class="reference internal" href="introduction.html#rigging">Rigging</a></li>
|
217 |
+
</ul>
|
218 |
+
</li>
|
219 |
+
<li class="toctree-l1"><a class="reference internal" href="keyframes/index.html">Keyframes</a><ul>
|
220 |
+
<li class="toctree-l2"><a class="reference internal" href="keyframes/introduction.html">Introduction</a></li>
|
221 |
+
<li class="toctree-l2"><a class="reference internal" href="keyframes/editing.html">Editing</a></li>
|
222 |
+
<li class="toctree-l2"><a class="reference internal" href="keyframes/keying_sets.html">Keying Sets</a></li>
|
223 |
+
</ul>
|
224 |
+
</li>
|
225 |
+
<li class="toctree-l1"><a class="reference internal" href="armatures/index.html">Armatures</a><ul>
|
226 |
+
<li class="toctree-l2"><a class="reference internal" href="armatures/introduction.html">Introduction</a></li>
|
227 |
+
<li class="toctree-l2"><a class="reference internal" href="armatures/bones/index.html">Bones</a></li>
|
228 |
+
<li class="toctree-l2"><a class="reference internal" href="armatures/properties/index.html">Properties</a></li>
|
229 |
+
<li class="toctree-l2"><a class="reference internal" href="armatures/structure.html">Structure</a></li>
|
230 |
+
<li class="toctree-l2"><a class="reference internal" href="armatures/skinning/index.html">Skinning</a></li>
|
231 |
+
<li class="toctree-l2"><a class="reference internal" href="armatures/posing/index.html">Posing</a></li>
|
232 |
+
</ul>
|
233 |
+
</li>
|
234 |
+
<li class="toctree-l1"><a class="reference internal" href="lattice.html">Lattice</a><ul>
|
235 |
+
<li class="toctree-l2"><a class="reference internal" href="lattice.html#editing">Editing</a></li>
|
236 |
+
<li class="toctree-l2"><a class="reference internal" href="lattice.html#properties">Properties</a></li>
|
237 |
+
<li class="toctree-l2"><a class="reference internal" href="lattice.html#usage">Usage</a></li>
|
238 |
+
</ul>
|
239 |
+
</li>
|
240 |
+
<li class="toctree-l1"><a class="reference internal" href="constraints/index.html">Constraints</a><ul>
|
241 |
+
<li class="toctree-l2"><a class="reference internal" href="constraints/introduction.html">Introduction</a></li>
|
242 |
+
<li class="toctree-l2"><a class="reference internal" href="constraints/index.html#interface">Interface</a></li>
|
243 |
+
<li class="toctree-l2"><a class="reference internal" href="constraints/index.html#motion-tracking">Motion Tracking</a></li>
|
244 |
+
<li class="toctree-l2"><a class="reference internal" href="constraints/index.html#transform">Transform</a></li>
|
245 |
+
<li class="toctree-l2"><a class="reference internal" href="constraints/index.html#tracking">Tracking</a></li>
|
246 |
+
<li class="toctree-l2"><a class="reference internal" href="constraints/index.html#relationship">Relationship</a></li>
|
247 |
+
</ul>
|
248 |
+
</li>
|
249 |
+
<li class="toctree-l1"><a class="reference internal" href="actions.html">Actions</a><ul>
|
250 |
+
<li class="toctree-l2"><a class="reference internal" href="actions.html#working-with-actions">Working with Actions</a></li>
|
251 |
+
<li class="toctree-l2"><a class="reference internal" href="actions.html#bake-action">Bake Action</a></li>
|
252 |
+
</ul>
|
253 |
+
</li>
|
254 |
+
<li class="toctree-l1"><a class="reference internal" href="drivers/index.html">Drivers</a><ul>
|
255 |
+
<li class="toctree-l2"><a class="reference internal" href="drivers/introduction.html">Introduction</a></li>
|
256 |
+
<li class="toctree-l2"><a class="reference internal" href="drivers/usage.html">Usage</a></li>
|
257 |
+
<li class="toctree-l2"><a class="reference internal" href="drivers/drivers_panel.html">Drivers Panel</a></li>
|
258 |
+
<li class="toctree-l2"><a class="reference internal" href="drivers/workflow_examples.html">Workflow & Examples</a></li>
|
259 |
+
<li class="toctree-l2"><a class="reference internal" href="drivers/troubleshooting.html">Troubleshooting</a></li>
|
260 |
+
</ul>
|
261 |
+
</li>
|
262 |
+
<li class="toctree-l1"><a class="reference internal" href="markers.html">Markers</a><ul>
|
263 |
+
<li class="toctree-l2"><a class="reference internal" href="markers.html#types">Types</a></li>
|
264 |
+
<li class="toctree-l2"><a class="reference internal" href="markers.html#visualization">Visualization</a></li>
|
265 |
+
<li class="toctree-l2"><a class="reference internal" href="markers.html#add-marker">Add Marker</a></li>
|
266 |
+
<li class="toctree-l2"><a class="reference internal" href="markers.html#selecting">Selecting</a></li>
|
267 |
+
<li class="toctree-l2"><a class="reference internal" href="markers.html#editing">Editing</a></li>
|
268 |
+
<li class="toctree-l2"><a class="reference internal" href="markers.html#bind-camera-to-marker">Bind Camera to Marker</a></li>
|
269 |
+
</ul>
|
270 |
+
</li>
|
271 |
+
<li class="toctree-l1"><a class="reference internal" href="shape_keys/index.html">Shape Keys</a><ul>
|
272 |
+
<li class="toctree-l2"><a class="reference internal" href="shape_keys/introduction.html">Introduction</a></li>
|
273 |
+
<li class="toctree-l2"><a class="reference internal" href="shape_keys/shape_keys_panel.html">Shape Keys Panel</a></li>
|
274 |
+
<li class="toctree-l2"><a class="reference internal" href="shape_keys/workflow.html">Workflow</a></li>
|
275 |
+
</ul>
|
276 |
+
</li>
|
277 |
+
<li class="toctree-l1"><a class="reference internal" href="motion_paths.html">Motion Paths</a><ul>
|
278 |
+
<li class="toctree-l2"><a class="reference internal" href="motion_paths.html#options">Options</a></li>
|
279 |
+
<li class="toctree-l2"><a class="reference internal" href="motion_paths.html#example">Example</a></li>
|
280 |
+
</ul>
|
281 |
+
</li>
|
282 |
+
</ul>
|
283 |
+
</div>
|
284 |
+
</div>
|
285 |
+
|
286 |
+
|
287 |
+
</div>
|
288 |
+
|
289 |
+
</div>
|
290 |
+
<footer>
|
291 |
+
|
292 |
+
<div class="rst-footer-buttons" role="navigation" aria-label="footer navigation">
|
293 |
+
|
294 |
+
<a href="introduction.html" class="btn btn-neutral float-right" title="Introduction" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right"></span></a>
|
295 |
+
|
296 |
+
|
297 |
+
<a href="../grease_pencil/modes/weight_paint/weights_menu.html" class="btn btn-neutral float-left" title="Weights Menu" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left"></span> Previous</a>
|
298 |
+
|
299 |
+
</div>
|
300 |
+
|
301 |
+
|
302 |
+
<hr/>
|
303 |
+
|
304 |
+
<div role="contentinfo">
|
305 |
+
<p>
|
306 |
+
© Copyright : This page is licensed under a CC-BY-SA 4.0 Int. License
|
307 |
+
|
308 |
+
</p>
|
309 |
+
</div>
|
310 |
+
|
311 |
+
</footer>
|
312 |
+
|
313 |
+
</div>
|
314 |
+
</div>
|
315 |
+
|
316 |
+
</section>
|
317 |
+
|
318 |
+
</div>
|
319 |
+
<div class="rst-versions" data-toggle="rst-versions" role="note" aria-label="document versions">
|
320 |
+
<ul id="versionwrap" role="presentation">
|
321 |
+
<li style="float:left" role="presentation">
|
322 |
+
<span id="version-dropdown" class="version-btn" tabindex="0" role="button" aria-label="versions selector" aria-haspopup="true" aria-controls="version-vsnlist" aria-disabled="true">
|
323 |
+
2.80
|
324 |
+
</span>
|
325 |
+
<ul id="version-vsnlist" class="version-list" role="menu" aria-labelledby="version-dropdown" aria-hidden="true">
|
326 |
+
<li role="presentation">Loading...</li>
|
327 |
+
</ul>
|
328 |
+
</li>
|
329 |
+
<li style="float:right" role="presentation">
|
330 |
+
<span id="lang-dropdown" class="version-btn" tabindex="0" role="button" aria-label="language selector" aria-haspopup="true" aria-controls="version-langlist">
|
331 |
+
en
|
332 |
+
</span>
|
333 |
+
<ul id="version-langlist" class="version-list" role="menu" aria-labelledby="lang-dropdown" aria-hidden="true">
|
334 |
+
<li role="presentation">Loading...</li>
|
335 |
+
</ul>
|
336 |
+
</li>
|
337 |
+
</ul>
|
338 |
+
</div>
|
339 |
+
|
340 |
+
<script type="text/javascript">
|
341 |
+
jQuery(function () {
|
342 |
+
SphinxRtdTheme.Navigation.enable(true);
|
343 |
+
});
|
344 |
+
</script>
|
345 |
+
|
346 |
+
|
347 |
+
|
348 |
+
|
349 |
+
|
350 |
+
|
351 |
+
<script>
|
352 |
+
window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
|
353 |
+
ga('create', 'UA-1418081-1', 'auto');
|
354 |
+
ga('send', 'pageview');
|
355 |
+
</script>
|
356 |
+
<script async src='https://www.google-analytics.com/analytics.js'></script>
|
357 |
+
|
358 |
+
</body>
|
359 |
+
</html>
|
introduction.html
ADDED
@@ -0,0 +1,392 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
|
3 |
+
<!DOCTYPE html>
|
4 |
+
<!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
|
5 |
+
<!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
|
6 |
+
<head>
|
7 |
+
<meta charset="utf-8">
|
8 |
+
|
9 |
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
10 |
+
|
11 |
+
<title>Introduction — Blender Manual</title>
|
12 |
+
|
13 |
+
|
14 |
+
|
15 |
+
|
16 |
+
<link rel="shortcut icon" href="../_static/favicon.ico"/>
|
17 |
+
|
18 |
+
|
19 |
+
|
20 |
+
<link rel="canonical" href="https://docs.blender.org/manual/en/latest/animation/introduction.html"/>
|
21 |
+
|
22 |
+
|
23 |
+
|
24 |
+
<script type="text/javascript" src="../_static/js/modernizr.min.js"></script>
|
25 |
+
|
26 |
+
|
27 |
+
<script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
|
28 |
+
<script type="text/javascript" src="../_static/jquery.js"></script>
|
29 |
+
<script type="text/javascript" src="../_static/underscore.js"></script>
|
30 |
+
<script type="text/javascript" src="../_static/doctools.js"></script>
|
31 |
+
<script type="text/javascript" src="../_static/language_data.js"></script>
|
32 |
+
<script type="text/javascript" src="../_static/js/version_switch.js"></script>
|
33 |
+
<script async="async" type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/latest.js?config=TeX-AMS-MML_HTMLorMML"></script>
|
34 |
+
|
35 |
+
<script type="text/javascript" src="../_static/js/theme.js"></script>
|
36 |
+
|
37 |
+
|
38 |
+
<link rel="search" type="application/opensearchdescription+xml"
|
39 |
+
title="Search within Blender Manual"
|
40 |
+
href="../_static/opensearch.xml"/>
|
41 |
+
|
42 |
+
|
43 |
+
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
|
44 |
+
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
45 |
+
<link rel="stylesheet" href="../_static/css/theme_overrides.css" type="text/css" />
|
46 |
+
<link rel="alternate" hreflang="en" href="https://docs.blender.org/manual/en/latest/">
|
47 |
+
<link rel="alternate" hreflang="de" href="https://docs.blender.org/manual/de/latest/">
|
48 |
+
<link rel="alternate" hreflang="es" href="https://docs.blender.org/manual/es/latest/">
|
49 |
+
<link rel="alternate" hreflang="fi" href="https://docs.blender.org/manual/fi/latest/">
|
50 |
+
<link rel="alternate" hreflang="fr" href="https://docs.blender.org/manual/fr/latest/">
|
51 |
+
<link rel="alternate" hreflang="it" href="https://docs.blender.org/manual/it/latest/">
|
52 |
+
<link rel="alternate" hreflang="ja" href="https://docs.blender.org/manual/ja/latest/">
|
53 |
+
<link rel="alternate" hreflang="ko" href="https://docs.blender.org/manual/ko/latest/">
|
54 |
+
<link rel="alternate" hreflang="nb" href="https://docs.blender.org/manual/nb/latest/">
|
55 |
+
<link rel="alternate" hreflang="pt" href="https://docs.blender.org/manual/pt/latest/">
|
56 |
+
<link rel="alternate" hreflang="ru" href="https://docs.blender.org/manual/ru/latest/">
|
57 |
+
<link rel="alternate" hreflang="sl" href="https://docs.blender.org/manual/sl/latest/">
|
58 |
+
<link rel="alternate" hreflang="sr" href="https://docs.blender.org/manual/sr/latest/">
|
59 |
+
<link rel="alternate" hreflang="uk" href="https://docs.blender.org/manual/uk/latest/">
|
60 |
+
<link rel="alternate" hreflang="vi" href="https://docs.blender.org/manual/vi/latest/">
|
61 |
+
<link rel="alternate" hreflang="zh-Hans" href="https://docs.blender.org/manual/zh-hans/latest/">
|
62 |
+
<link rel="alternate" hreflang="zh-Hant" href="https://docs.blender.org/manual/zh-hant/latest/">
|
63 |
+
<link rel="alternate" hreflang="x-default" href="https://docs.blender.org/manual/en/latest/">
|
64 |
+
|
65 |
+
<link rel="index" title="Index" href="../genindex.html" />
|
66 |
+
<link rel="search" title="Search" href="../search.html" />
|
67 |
+
<link rel="next" title="Keyframes" href="keyframes/index.html" />
|
68 |
+
<link rel="prev" title="Animation & Rigging" href="index.html" />
|
69 |
+
</head>
|
70 |
+
|
71 |
+
<body class="wy-body-for-nav">
|
72 |
+
|
73 |
+
|
74 |
+
<div class="wy-grid-for-nav">
|
75 |
+
|
76 |
+
<nav data-toggle="wy-nav-shift" class="wy-nav-side">
|
77 |
+
<div class="wy-side-scroll">
|
78 |
+
<div class="wy-side-nav-search" >
|
79 |
+
|
80 |
+
|
81 |
+
|
82 |
+
<a href="../index.html" class="icon icon-home"> Blender 2.80 Manual
|
83 |
+
|
84 |
+
|
85 |
+
|
86 |
+
|
87 |
+
<img src="../_static/blender-logo.svg" class="logo" alt="Logo"/>
|
88 |
+
|
89 |
+
</a>
|
90 |
+
|
91 |
+
|
92 |
+
|
93 |
+
|
94 |
+
<div role="search">
|
95 |
+
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
96 |
+
<input type="text" name="q" placeholder="Search docs" />
|
97 |
+
<input type="hidden" name="check_keywords" value="yes" />
|
98 |
+
<input type="hidden" name="area" value="default" />
|
99 |
+
</form>
|
100 |
+
</div>
|
101 |
+
|
102 |
+
|
103 |
+
</div>
|
104 |
+
|
105 |
+
<div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation">
|
106 |
+
|
107 |
+
|
108 |
+
|
109 |
+
|
110 |
+
|
111 |
+
|
112 |
+
<ul class="current">
|
113 |
+
<li class="toctree-l1"><a class="reference internal" href="../getting_started/index.html">Getting Started</a></li>
|
114 |
+
<li class="toctree-l1"><a class="reference internal" href="../interface/index.html">User Interface</a></li>
|
115 |
+
<li class="toctree-l1"><a class="reference internal" href="../editors/index.html">Editors</a></li>
|
116 |
+
<li class="toctree-l1"><a class="reference internal" href="../scene_layout/index.html">Scenes & Objects</a></li>
|
117 |
+
<li class="toctree-l1"><a class="reference internal" href="../modeling/index.html">Modeling</a></li>
|
118 |
+
<li class="toctree-l1"><a class="reference internal" href="../sculpt_paint/index.html">Sculpting & Painting</a></li>
|
119 |
+
<li class="toctree-l1"><a class="reference internal" href="../grease_pencil/index.html">Grease Pencil</a></li>
|
120 |
+
<li class="toctree-l1 current"><a class="reference internal" href="index.html">Animation & Rigging</a><ul class="current">
|
121 |
+
<li class="toctree-l2 current"><a class="current reference internal" href="#">Introduction</a><ul>
|
122 |
+
<li class="toctree-l3"><a class="reference internal" href="#animation">Animation</a><ul>
|
123 |
+
<li class="toctree-l4"><a class="reference internal" href="#state-colors">State Colors</a></li>
|
124 |
+
</ul>
|
125 |
+
</li>
|
126 |
+
<li class="toctree-l3"><a class="reference internal" href="#rigging">Rigging</a><ul>
|
127 |
+
<li class="toctree-l4"><a class="reference internal" href="#examples">Examples</a></li>
|
128 |
+
</ul>
|
129 |
+
</li>
|
130 |
+
</ul>
|
131 |
+
</li>
|
132 |
+
<li class="toctree-l2"><a class="reference internal" href="keyframes/index.html">Keyframes</a></li>
|
133 |
+
<li class="toctree-l2"><a class="reference internal" href="armatures/index.html">Armatures</a></li>
|
134 |
+
<li class="toctree-l2"><a class="reference internal" href="lattice.html">Lattice</a></li>
|
135 |
+
<li class="toctree-l2"><a class="reference internal" href="constraints/index.html">Constraints</a></li>
|
136 |
+
<li class="toctree-l2"><a class="reference internal" href="actions.html">Actions</a></li>
|
137 |
+
<li class="toctree-l2"><a class="reference internal" href="drivers/index.html">Drivers</a></li>
|
138 |
+
<li class="toctree-l2"><a class="reference internal" href="markers.html">Markers</a></li>
|
139 |
+
<li class="toctree-l2"><a class="reference internal" href="shape_keys/index.html">Shape Keys</a></li>
|
140 |
+
<li class="toctree-l2"><a class="reference internal" href="motion_paths.html">Motion Paths</a></li>
|
141 |
+
</ul>
|
142 |
+
</li>
|
143 |
+
<li class="toctree-l1"><a class="reference internal" href="../physics/index.html">Physics</a></li>
|
144 |
+
<li class="toctree-l1"><a class="reference internal" href="../render/index.html">Rendering</a></li>
|
145 |
+
<li class="toctree-l1"><a class="reference internal" href="../compositing/index.html">Compositing</a></li>
|
146 |
+
<li class="toctree-l1"><a class="reference internal" href="../movie_clip/index.html">Tracking & Masking</a></li>
|
147 |
+
<li class="toctree-l1"><a class="reference internal" href="../video_editing/index.html">Video Editing</a></li>
|
148 |
+
<li class="toctree-l1"><a class="reference internal" href="../files/index.html">Files & Data System</a></li>
|
149 |
+
<li class="toctree-l1"><a class="reference internal" href="../addons/index.html">Add-ons</a></li>
|
150 |
+
<li class="toctree-l1"><a class="reference internal" href="../advanced/index.html">Advanced</a></li>
|
151 |
+
<li class="toctree-l1"><a class="reference internal" href="../troubleshooting/index.html">Troubleshooting</a></li>
|
152 |
+
<li class="toctree-l1"><a class="reference internal" href="../glossary/index.html">Glossary</a></li>
|
153 |
+
</ul>
|
154 |
+
<ul>
|
155 |
+
<li class="toctree-l1"><a class="reference internal" href="../about/index.html">About this Manual</a></li>
|
156 |
+
</ul>
|
157 |
+
|
158 |
+
|
159 |
+
|
160 |
+
</div>
|
161 |
+
</div>
|
162 |
+
</nav>
|
163 |
+
|
164 |
+
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap">
|
165 |
+
|
166 |
+
|
167 |
+
<nav class="wy-nav-top" aria-label="top navigation">
|
168 |
+
|
169 |
+
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
|
170 |
+
<a href="../index.html">Blender 2.80 Manual</a>
|
171 |
+
|
172 |
+
</nav>
|
173 |
+
|
174 |
+
|
175 |
+
<div class="wy-nav-content">
|
176 |
+
|
177 |
+
<div class="rst-content">
|
178 |
+
|
179 |
+
|
180 |
+
|
181 |
+
|
182 |
+
|
183 |
+
|
184 |
+
|
185 |
+
|
186 |
+
|
187 |
+
|
188 |
+
|
189 |
+
|
190 |
+
|
191 |
+
|
192 |
+
|
193 |
+
|
194 |
+
|
195 |
+
<div role="navigation" aria-label="breadcrumbs navigation">
|
196 |
+
|
197 |
+
<ul class="wy-breadcrumbs">
|
198 |
+
|
199 |
+
<li><a href="../index.html">Docs</a> »</li>
|
200 |
+
|
201 |
+
<li><a href="index.html">Animation & Rigging</a> »</li>
|
202 |
+
|
203 |
+
<li>Introduction</li>
|
204 |
+
|
205 |
+
|
206 |
+
<li class="wy-breadcrumbs-aside">
|
207 |
+
|
208 |
+
|
209 |
+
<a href="../_sources/animation/introduction.rst.txt" rel="nofollow"> View page source</a>
|
210 |
+
|
211 |
+
|
212 |
+
</li>
|
213 |
+
|
214 |
+
</ul>
|
215 |
+
|
216 |
+
|
217 |
+
<hr/>
|
218 |
+
</div>
|
219 |
+
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
|
220 |
+
<div itemprop="articleBody">
|
221 |
+
|
222 |
+
<div class="section" id="introduction">
|
223 |
+
<h1>Introduction<a class="headerlink" href="#introduction" title="Permalink to this headline">¶</a></h1>
|
224 |
+
<div class="section" id="animation">
|
225 |
+
<h2>Animation<a class="headerlink" href="#animation" title="Permalink to this headline">¶</a></h2>
|
226 |
+
<p>Animation is making an object move or change shape over time.
|
227 |
+
Objects can be animated in many ways:</p>
|
228 |
+
<dl class="docutils">
|
229 |
+
<dt>Moving as a whole object</dt>
|
230 |
+
<dd>Changing their position, orientation or size in time;</dd>
|
231 |
+
<dt>Deforming them</dt>
|
232 |
+
<dd>Animating their vertices or control points;</dd>
|
233 |
+
<dt>Inherited animation</dt>
|
234 |
+
<dd>Causing the object to move based on the movement of another object (e.g. its parent, hook, armature, etc.).</dd>
|
235 |
+
</dl>
|
236 |
+
<p>In this chapter, we will cover the first two,
|
237 |
+
but the basics given here are actually vital for understanding the following chapters as well.</p>
|
238 |
+
<p>Animation is typically achieved with the use of <a class="reference internal" href="keyframes/introduction.html"><span class="doc">keyframes</span></a>.</p>
|
239 |
+
<div class="admonition seealso">
|
240 |
+
<p class="first admonition-title">See also</p>
|
241 |
+
<p>Related Sections</p>
|
242 |
+
<ul class="last simple">
|
243 |
+
<li><a class="reference internal" href="../physics/introduction.html"><span class="doc">Physical Simulation</span></a>.</li>
|
244 |
+
<li><a class="reference internal" href="../movie_clip/index.html"><span class="doc">Motion Tracking</span></a>.</li>
|
245 |
+
</ul>
|
246 |
+
</div>
|
247 |
+
<div class="section" id="state-colors">
|
248 |
+
<span id="animation-state-colors"></span><h3>State Colors<a class="headerlink" href="#state-colors" title="Permalink to this headline">¶</a></h3>
|
249 |
+
<div class="figure" id="id1">
|
250 |
+
<img alt="../_images/animation_introduction_state-colors.png" src="../_images/animation_introduction_state-colors.png" />
|
251 |
+
<p class="caption"><span class="caption-text">State colors of properties.</span></p>
|
252 |
+
</div>
|
253 |
+
<p>Properties have different colors and menu items for different states.</p>
|
254 |
+
<table border="1" class="docutils">
|
255 |
+
<colgroup>
|
256 |
+
<col width="50%" />
|
257 |
+
<col width="50%" />
|
258 |
+
</colgroup>
|
259 |
+
<tbody valign="top">
|
260 |
+
<tr class="row-odd"><td>Gray</td>
|
261 |
+
<td>Not animated</td>
|
262 |
+
</tr>
|
263 |
+
<tr class="row-even"><td>Yellow</td>
|
264 |
+
<td>Keyframed on the current frame</td>
|
265 |
+
</tr>
|
266 |
+
<tr class="row-odd"><td>Green</td>
|
267 |
+
<td>Keyframed on a different frame</td>
|
268 |
+
</tr>
|
269 |
+
<tr class="row-even"><td>Orange</td>
|
270 |
+
<td>Changed from the keyframed value</td>
|
271 |
+
</tr>
|
272 |
+
<tr class="row-odd"><td>Purple</td>
|
273 |
+
<td>Controlled by a driver</td>
|
274 |
+
</tr>
|
275 |
+
</tbody>
|
276 |
+
</table>
|
277 |
+
<p>The changed value highlight currently doesn’t work with <a class="reference internal" href="../editors/nla/introduction.html"><span class="doc">NLA</span></a>.</p>
|
278 |
+
</div>
|
279 |
+
</div>
|
280 |
+
<div class="section" id="rigging">
|
281 |
+
<h2>Rigging<a class="headerlink" href="#rigging" title="Permalink to this headline">¶</a></h2>
|
282 |
+
<p>Rigging is a general term used for adding controls to objects,
|
283 |
+
typically for the purpose of animation.</p>
|
284 |
+
<p>Rigging often involves using one or more of the following features:</p>
|
285 |
+
<dl class="docutils">
|
286 |
+
<dt><a class="reference internal" href="armatures/index.html#armatures-index"><span class="std std-ref">Armatures</span></a></dt>
|
287 |
+
<dd>This allows mesh objects to have flexible joints and is often used for skeletal animation.</dd>
|
288 |
+
<dt><a class="reference internal" href="constraints/index.html#constraints-index"><span class="std std-ref">Constraints</span></a></dt>
|
289 |
+
<dd>To control the kinds of motions that make sense and add functionality to the rig.</dd>
|
290 |
+
<dt><a class="reference internal" href="../modeling/modifiers/index.html#modifiers-index"><span class="std std-ref">Object Modifiers</span></a></dt>
|
291 |
+
<dd>Mesh deformation can be quite involved, there are multiple modifiers that help control this.</dd>
|
292 |
+
<dt><a class="reference internal" href="shape_keys/index.html#animation-shape-keys-index"><span class="std std-ref">Shape Keys</span></a></dt>
|
293 |
+
<dd>To support different target shapes <em>(such as facial expressions)</em> to be controlled.</dd>
|
294 |
+
<dt><a class="reference internal" href="drivers/index.html#animation-drivers-index"><span class="std std-ref">Drivers</span></a></dt>
|
295 |
+
<dd>So your rig can control many different values at once,
|
296 |
+
as well as making some properties automatically update based on changes elsewhere.</dd>
|
297 |
+
</dl>
|
298 |
+
<p>Rigging can be as advanced as your project requires,
|
299 |
+
rigs are effectively defining own user interface for the animator to use,
|
300 |
+
without having to be concerned the underlying mechanisms.</p>
|
301 |
+
<div class="section" id="examples">
|
302 |
+
<h3>Examples<a class="headerlink" href="#examples" title="Permalink to this headline">¶</a></h3>
|
303 |
+
<ul class="simple">
|
304 |
+
<li>An armature is often used with a modifier to deform a mesh for character animation.</li>
|
305 |
+
<li>A camera rig can be used instead of animating the camera object directly to simulate real-world camera rigs
|
306 |
+
(with a boom arm, mounted on a rotating pedestal for example, effects such as camera jitter can be added too).</li>
|
307 |
+
</ul>
|
308 |
+
<div class="admonition seealso">
|
309 |
+
<p class="first admonition-title">See also</p>
|
310 |
+
<p class="last">The content of this chapter is simply a reference to how rigging is accomplished in Blender.
|
311 |
+
It should be paired with additional resources such as Nathan Vegdahl’s excellent introduction to
|
312 |
+
the fundamental concepts of character rigging,
|
313 |
+
<a class="reference external" href="https://www.youtube.com/playlist?list=PLE211C8C41F1AFBAB">Humane Rigging</a>.</p>
|
314 |
+
</div>
|
315 |
+
</div>
|
316 |
+
</div>
|
317 |
+
</div>
|
318 |
+
|
319 |
+
|
320 |
+
</div>
|
321 |
+
|
322 |
+
</div>
|
323 |
+
<footer>
|
324 |
+
|
325 |
+
<div class="rst-footer-buttons" role="navigation" aria-label="footer navigation">
|
326 |
+
|
327 |
+
<a href="keyframes/index.html" class="btn btn-neutral float-right" title="Keyframes" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right"></span></a>
|
328 |
+
|
329 |
+
|
330 |
+
<a href="index.html" class="btn btn-neutral float-left" title="Animation & Rigging" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left"></span> Previous</a>
|
331 |
+
|
332 |
+
</div>
|
333 |
+
|
334 |
+
|
335 |
+
<hr/>
|
336 |
+
|
337 |
+
<div role="contentinfo">
|
338 |
+
<p>
|
339 |
+
© Copyright : This page is licensed under a CC-BY-SA 4.0 Int. License
|
340 |
+
|
341 |
+
</p>
|
342 |
+
</div>
|
343 |
+
|
344 |
+
</footer>
|
345 |
+
|
346 |
+
</div>
|
347 |
+
</div>
|
348 |
+
|
349 |
+
</section>
|
350 |
+
|
351 |
+
</div>
|
352 |
+
<div class="rst-versions" data-toggle="rst-versions" role="note" aria-label="document versions">
|
353 |
+
<ul id="versionwrap" role="presentation">
|
354 |
+
<li style="float:left" role="presentation">
|
355 |
+
<span id="version-dropdown" class="version-btn" tabindex="0" role="button" aria-label="versions selector" aria-haspopup="true" aria-controls="version-vsnlist" aria-disabled="true">
|
356 |
+
2.80
|
357 |
+
</span>
|
358 |
+
<ul id="version-vsnlist" class="version-list" role="menu" aria-labelledby="version-dropdown" aria-hidden="true">
|
359 |
+
<li role="presentation">Loading...</li>
|
360 |
+
</ul>
|
361 |
+
</li>
|
362 |
+
<li style="float:right" role="presentation">
|
363 |
+
<span id="lang-dropdown" class="version-btn" tabindex="0" role="button" aria-label="language selector" aria-haspopup="true" aria-controls="version-langlist">
|
364 |
+
en
|
365 |
+
</span>
|
366 |
+
<ul id="version-langlist" class="version-list" role="menu" aria-labelledby="lang-dropdown" aria-hidden="true">
|
367 |
+
<li role="presentation">Loading...</li>
|
368 |
+
</ul>
|
369 |
+
</li>
|
370 |
+
</ul>
|
371 |
+
</div>
|
372 |
+
|
373 |
+
<script type="text/javascript">
|
374 |
+
jQuery(function () {
|
375 |
+
SphinxRtdTheme.Navigation.enable(true);
|
376 |
+
});
|
377 |
+
</script>
|
378 |
+
|
379 |
+
|
380 |
+
|
381 |
+
|
382 |
+
|
383 |
+
|
384 |
+
<script>
|
385 |
+
window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
|
386 |
+
ga('create', 'UA-1418081-1', 'auto');
|
387 |
+
ga('send', 'pageview');
|
388 |
+
</script>
|
389 |
+
<script async src='https://www.google-analytics.com/analytics.js'></script>
|
390 |
+
|
391 |
+
</body>
|
392 |
+
</html>
|
lattice.html
ADDED
@@ -0,0 +1,347 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
|
3 |
+
<!DOCTYPE html>
|
4 |
+
<!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
|
5 |
+
<!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
|
6 |
+
<head>
|
7 |
+
<meta charset="utf-8">
|
8 |
+
|
9 |
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
10 |
+
|
11 |
+
<title>Lattice — Blender Manual</title>
|
12 |
+
|
13 |
+
|
14 |
+
|
15 |
+
|
16 |
+
<link rel="shortcut icon" href="../_static/favicon.ico"/>
|
17 |
+
|
18 |
+
|
19 |
+
|
20 |
+
<link rel="canonical" href="https://docs.blender.org/manual/en/latest/animation/lattice.html"/>
|
21 |
+
|
22 |
+
|
23 |
+
|
24 |
+
<script type="text/javascript" src="../_static/js/modernizr.min.js"></script>
|
25 |
+
|
26 |
+
|
27 |
+
<script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
|
28 |
+
<script type="text/javascript" src="../_static/jquery.js"></script>
|
29 |
+
<script type="text/javascript" src="../_static/underscore.js"></script>
|
30 |
+
<script type="text/javascript" src="../_static/doctools.js"></script>
|
31 |
+
<script type="text/javascript" src="../_static/language_data.js"></script>
|
32 |
+
<script type="text/javascript" src="../_static/js/version_switch.js"></script>
|
33 |
+
<script async="async" type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/latest.js?config=TeX-AMS-MML_HTMLorMML"></script>
|
34 |
+
|
35 |
+
<script type="text/javascript" src="../_static/js/theme.js"></script>
|
36 |
+
|
37 |
+
|
38 |
+
<link rel="search" type="application/opensearchdescription+xml"
|
39 |
+
title="Search within Blender Manual"
|
40 |
+
href="../_static/opensearch.xml"/>
|
41 |
+
|
42 |
+
|
43 |
+
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
|
44 |
+
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
45 |
+
<link rel="stylesheet" href="../_static/css/theme_overrides.css" type="text/css" />
|
46 |
+
<link rel="alternate" hreflang="en" href="https://docs.blender.org/manual/en/latest/">
|
47 |
+
<link rel="alternate" hreflang="de" href="https://docs.blender.org/manual/de/latest/">
|
48 |
+
<link rel="alternate" hreflang="es" href="https://docs.blender.org/manual/es/latest/">
|
49 |
+
<link rel="alternate" hreflang="fi" href="https://docs.blender.org/manual/fi/latest/">
|
50 |
+
<link rel="alternate" hreflang="fr" href="https://docs.blender.org/manual/fr/latest/">
|
51 |
+
<link rel="alternate" hreflang="it" href="https://docs.blender.org/manual/it/latest/">
|
52 |
+
<link rel="alternate" hreflang="ja" href="https://docs.blender.org/manual/ja/latest/">
|
53 |
+
<link rel="alternate" hreflang="ko" href="https://docs.blender.org/manual/ko/latest/">
|
54 |
+
<link rel="alternate" hreflang="nb" href="https://docs.blender.org/manual/nb/latest/">
|
55 |
+
<link rel="alternate" hreflang="pt" href="https://docs.blender.org/manual/pt/latest/">
|
56 |
+
<link rel="alternate" hreflang="ru" href="https://docs.blender.org/manual/ru/latest/">
|
57 |
+
<link rel="alternate" hreflang="sl" href="https://docs.blender.org/manual/sl/latest/">
|
58 |
+
<link rel="alternate" hreflang="sr" href="https://docs.blender.org/manual/sr/latest/">
|
59 |
+
<link rel="alternate" hreflang="uk" href="https://docs.blender.org/manual/uk/latest/">
|
60 |
+
<link rel="alternate" hreflang="vi" href="https://docs.blender.org/manual/vi/latest/">
|
61 |
+
<link rel="alternate" hreflang="zh-Hans" href="https://docs.blender.org/manual/zh-hans/latest/">
|
62 |
+
<link rel="alternate" hreflang="zh-Hant" href="https://docs.blender.org/manual/zh-hant/latest/">
|
63 |
+
<link rel="alternate" hreflang="x-default" href="https://docs.blender.org/manual/en/latest/">
|
64 |
+
|
65 |
+
<link rel="index" title="Index" href="../genindex.html" />
|
66 |
+
<link rel="search" title="Search" href="../search.html" />
|
67 |
+
<link rel="next" title="Constraints" href="constraints/index.html" />
|
68 |
+
<link rel="prev" title="Spline IK" href="armatures/posing/bone_constraints/inverse_kinematics/spline_ik.html" />
|
69 |
+
</head>
|
70 |
+
|
71 |
+
<body class="wy-body-for-nav">
|
72 |
+
|
73 |
+
|
74 |
+
<div class="wy-grid-for-nav">
|
75 |
+
|
76 |
+
<nav data-toggle="wy-nav-shift" class="wy-nav-side">
|
77 |
+
<div class="wy-side-scroll">
|
78 |
+
<div class="wy-side-nav-search" >
|
79 |
+
|
80 |
+
|
81 |
+
|
82 |
+
<a href="../index.html" class="icon icon-home"> Blender 2.80 Manual
|
83 |
+
|
84 |
+
|
85 |
+
|
86 |
+
|
87 |
+
<img src="../_static/blender-logo.svg" class="logo" alt="Logo"/>
|
88 |
+
|
89 |
+
</a>
|
90 |
+
|
91 |
+
|
92 |
+
|
93 |
+
|
94 |
+
<div role="search">
|
95 |
+
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
96 |
+
<input type="text" name="q" placeholder="Search docs" />
|
97 |
+
<input type="hidden" name="check_keywords" value="yes" />
|
98 |
+
<input type="hidden" name="area" value="default" />
|
99 |
+
</form>
|
100 |
+
</div>
|
101 |
+
|
102 |
+
|
103 |
+
</div>
|
104 |
+
|
105 |
+
<div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation">
|
106 |
+
|
107 |
+
|
108 |
+
|
109 |
+
|
110 |
+
|
111 |
+
|
112 |
+
<ul class="current">
|
113 |
+
<li class="toctree-l1"><a class="reference internal" href="../getting_started/index.html">Getting Started</a></li>
|
114 |
+
<li class="toctree-l1"><a class="reference internal" href="../interface/index.html">User Interface</a></li>
|
115 |
+
<li class="toctree-l1"><a class="reference internal" href="../editors/index.html">Editors</a></li>
|
116 |
+
<li class="toctree-l1"><a class="reference internal" href="../scene_layout/index.html">Scenes & Objects</a></li>
|
117 |
+
<li class="toctree-l1"><a class="reference internal" href="../modeling/index.html">Modeling</a></li>
|
118 |
+
<li class="toctree-l1"><a class="reference internal" href="../sculpt_paint/index.html">Sculpting & Painting</a></li>
|
119 |
+
<li class="toctree-l1"><a class="reference internal" href="../grease_pencil/index.html">Grease Pencil</a></li>
|
120 |
+
<li class="toctree-l1 current"><a class="reference internal" href="index.html">Animation & Rigging</a><ul class="current">
|
121 |
+
<li class="toctree-l2"><a class="reference internal" href="introduction.html">Introduction</a></li>
|
122 |
+
<li class="toctree-l2"><a class="reference internal" href="keyframes/index.html">Keyframes</a></li>
|
123 |
+
<li class="toctree-l2"><a class="reference internal" href="armatures/index.html">Armatures</a></li>
|
124 |
+
<li class="toctree-l2 current"><a class="current reference internal" href="#">Lattice</a><ul>
|
125 |
+
<li class="toctree-l3"><a class="reference internal" href="#editing">Editing</a></li>
|
126 |
+
<li class="toctree-l3"><a class="reference internal" href="#properties">Properties</a><ul>
|
127 |
+
<li class="toctree-l4"><a class="reference internal" href="#id1">Lattice</a></li>
|
128 |
+
</ul>
|
129 |
+
</li>
|
130 |
+
<li class="toctree-l3"><a class="reference internal" href="#usage">Usage</a></li>
|
131 |
+
</ul>
|
132 |
+
</li>
|
133 |
+
<li class="toctree-l2"><a class="reference internal" href="constraints/index.html">Constraints</a></li>
|
134 |
+
<li class="toctree-l2"><a class="reference internal" href="actions.html">Actions</a></li>
|
135 |
+
<li class="toctree-l2"><a class="reference internal" href="drivers/index.html">Drivers</a></li>
|
136 |
+
<li class="toctree-l2"><a class="reference internal" href="markers.html">Markers</a></li>
|
137 |
+
<li class="toctree-l2"><a class="reference internal" href="shape_keys/index.html">Shape Keys</a></li>
|
138 |
+
<li class="toctree-l2"><a class="reference internal" href="motion_paths.html">Motion Paths</a></li>
|
139 |
+
</ul>
|
140 |
+
</li>
|
141 |
+
<li class="toctree-l1"><a class="reference internal" href="../physics/index.html">Physics</a></li>
|
142 |
+
<li class="toctree-l1"><a class="reference internal" href="../render/index.html">Rendering</a></li>
|
143 |
+
<li class="toctree-l1"><a class="reference internal" href="../compositing/index.html">Compositing</a></li>
|
144 |
+
<li class="toctree-l1"><a class="reference internal" href="../movie_clip/index.html">Tracking & Masking</a></li>
|
145 |
+
<li class="toctree-l1"><a class="reference internal" href="../video_editing/index.html">Video Editing</a></li>
|
146 |
+
<li class="toctree-l1"><a class="reference internal" href="../files/index.html">Files & Data System</a></li>
|
147 |
+
<li class="toctree-l1"><a class="reference internal" href="../addons/index.html">Add-ons</a></li>
|
148 |
+
<li class="toctree-l1"><a class="reference internal" href="../advanced/index.html">Advanced</a></li>
|
149 |
+
<li class="toctree-l1"><a class="reference internal" href="../troubleshooting/index.html">Troubleshooting</a></li>
|
150 |
+
<li class="toctree-l1"><a class="reference internal" href="../glossary/index.html">Glossary</a></li>
|
151 |
+
</ul>
|
152 |
+
<ul>
|
153 |
+
<li class="toctree-l1"><a class="reference internal" href="../about/index.html">About this Manual</a></li>
|
154 |
+
</ul>
|
155 |
+
|
156 |
+
|
157 |
+
|
158 |
+
</div>
|
159 |
+
</div>
|
160 |
+
</nav>
|
161 |
+
|
162 |
+
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap">
|
163 |
+
|
164 |
+
|
165 |
+
<nav class="wy-nav-top" aria-label="top navigation">
|
166 |
+
|
167 |
+
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
|
168 |
+
<a href="../index.html">Blender 2.80 Manual</a>
|
169 |
+
|
170 |
+
</nav>
|
171 |
+
|
172 |
+
|
173 |
+
<div class="wy-nav-content">
|
174 |
+
|
175 |
+
<div class="rst-content">
|
176 |
+
|
177 |
+
|
178 |
+
|
179 |
+
|
180 |
+
|
181 |
+
|
182 |
+
|
183 |
+
|
184 |
+
|
185 |
+
|
186 |
+
|
187 |
+
|
188 |
+
|
189 |
+
|
190 |
+
|
191 |
+
|
192 |
+
|
193 |
+
<div role="navigation" aria-label="breadcrumbs navigation">
|
194 |
+
|
195 |
+
<ul class="wy-breadcrumbs">
|
196 |
+
|
197 |
+
<li><a href="../index.html">Docs</a> »</li>
|
198 |
+
|
199 |
+
<li><a href="index.html">Animation & Rigging</a> »</li>
|
200 |
+
|
201 |
+
<li>Lattice</li>
|
202 |
+
|
203 |
+
|
204 |
+
<li class="wy-breadcrumbs-aside">
|
205 |
+
|
206 |
+
|
207 |
+
<a href="../_sources/animation/lattice.rst.txt" rel="nofollow"> View page source</a>
|
208 |
+
|
209 |
+
|
210 |
+
</li>
|
211 |
+
|
212 |
+
</ul>
|
213 |
+
|
214 |
+
|
215 |
+
<hr/>
|
216 |
+
</div>
|
217 |
+
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
|
218 |
+
<div itemprop="articleBody">
|
219 |
+
|
220 |
+
<div class="section" id="lattice">
|
221 |
+
<span id="bpy-types-latticepoint"></span><span id="bpy-ops-lattice"></span><span id="bpy-types-lattice"></span><h1>Lattice<a class="headerlink" href="#lattice" title="Permalink to this headline">¶</a></h1>
|
222 |
+
<p>Lattice – or commonly called deformation cage outside of Blender.
|
223 |
+
A lattice consists of a three-dimensional non-renderable grid of vertices.
|
224 |
+
Its main use is to apply a deformation to the object it controls with a <a class="reference internal" href="../modeling/modifiers/deform/lattice.html"><span class="doc">Lattice Modifier</span></a>.
|
225 |
+
If the object is parented with <em>Lattice Deform</em> a Lattice Modifier is automatically applied.</p>
|
226 |
+
<div class="section" id="editing">
|
227 |
+
<h2>Editing<a class="headerlink" href="#editing" title="Permalink to this headline">¶</a></h2>
|
228 |
+
<dl class="docutils">
|
229 |
+
<dt>Flip (Distortion Free)</dt>
|
230 |
+
<dd><p class="first">Mirrors the vertices displacement from their base position.</p>
|
231 |
+
<p class="last">U, V, W</p>
|
232 |
+
</dd>
|
233 |
+
<dt>Make Regular</dt>
|
234 |
+
<dd>Resets the whole lattice to a regular grid, where the cells are scaled to one cubic unit.</dd>
|
235 |
+
</dl>
|
236 |
+
</div>
|
237 |
+
<div class="section" id="properties">
|
238 |
+
<h2>Properties<a class="headerlink" href="#properties" title="Permalink to this headline">¶</a></h2>
|
239 |
+
<dl class="docutils">
|
240 |
+
<dt>Lattice</dt>
|
241 |
+
<dd>A <a class="reference internal" href="../interface/controls/templates/data_block.html#ui-data-block"><span class="std std-ref">Data-Block Menu</span></a>.</dd>
|
242 |
+
</dl>
|
243 |
+
<div class="section" id="id1">
|
244 |
+
<h3>Lattice<a class="headerlink" href="#id1" title="Permalink to this headline">¶</a></h3>
|
245 |
+
<dl class="docutils">
|
246 |
+
<dt>Points</dt>
|
247 |
+
<dd><p class="first">Rate of subdivision in the axes:</p>
|
248 |
+
<p class="last">U, V, W</p>
|
249 |
+
</dd>
|
250 |
+
<dt>Interpolation Type</dt>
|
251 |
+
<dd><p class="first">Selector for each axis. See <a class="reference internal" href="shape_keys/shape_keys_panel.html#fig-interpolation-type"><span class="std std-ref">Different types of interpolation.</span></a>.</p>
|
252 |
+
<p class="last">Linear, Cardinal, Catmull-Rom, B-Spline</p>
|
253 |
+
</dd>
|
254 |
+
<dt>Outside</dt>
|
255 |
+
<dd>Takes only the vertices on the surface of the lattice into account.</dd>
|
256 |
+
<dt>Vertex Group</dt>
|
257 |
+
<dd>The strength of the influence assigned as a weight to the individual vertices in the selected vertex group.</dd>
|
258 |
+
</dl>
|
259 |
+
</div>
|
260 |
+
</div>
|
261 |
+
<div class="section" id="usage">
|
262 |
+
<h2>Usage<a class="headerlink" href="#usage" title="Permalink to this headline">¶</a></h2>
|
263 |
+
<div class="figure" id="id2">
|
264 |
+
<img alt="../_images/animation_lattice_view.png" src="../_images/animation_lattice_view.png" />
|
265 |
+
<p class="caption"><span class="caption-text">Lattice around the cube object in Object Mode.</span></p>
|
266 |
+
</div>
|
267 |
+
<p>The lattice should be scaled and moved to fit around your object in Object Mode.
|
268 |
+
Any scaling applied to the object in Edit Mode will result in the object deforming.
|
269 |
+
This includes applying its scale with <kbd class="kbd docutils literal notranslate">Ctrl-A</kbd> as this will achieve the same result as
|
270 |
+
scaling the lattice in Edit Mode, and therefore the object.</p>
|
271 |
+
</div>
|
272 |
+
</div>
|
273 |
+
|
274 |
+
|
275 |
+
</div>
|
276 |
+
|
277 |
+
</div>
|
278 |
+
<footer>
|
279 |
+
|
280 |
+
<div class="rst-footer-buttons" role="navigation" aria-label="footer navigation">
|
281 |
+
|
282 |
+
<a href="constraints/index.html" class="btn btn-neutral float-right" title="Constraints" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right"></span></a>
|
283 |
+
|
284 |
+
|
285 |
+
<a href="armatures/posing/bone_constraints/inverse_kinematics/spline_ik.html" class="btn btn-neutral float-left" title="Spline IK" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left"></span> Previous</a>
|
286 |
+
|
287 |
+
</div>
|
288 |
+
|
289 |
+
|
290 |
+
<hr/>
|
291 |
+
|
292 |
+
<div role="contentinfo">
|
293 |
+
<p>
|
294 |
+
© Copyright : This page is licensed under a CC-BY-SA 4.0 Int. License
|
295 |
+
|
296 |
+
</p>
|
297 |
+
</div>
|
298 |
+
|
299 |
+
</footer>
|
300 |
+
|
301 |
+
</div>
|
302 |
+
</div>
|
303 |
+
|
304 |
+
</section>
|
305 |
+
|
306 |
+
</div>
|
307 |
+
<div class="rst-versions" data-toggle="rst-versions" role="note" aria-label="document versions">
|
308 |
+
<ul id="versionwrap" role="presentation">
|
309 |
+
<li style="float:left" role="presentation">
|
310 |
+
<span id="version-dropdown" class="version-btn" tabindex="0" role="button" aria-label="versions selector" aria-haspopup="true" aria-controls="version-vsnlist" aria-disabled="true">
|
311 |
+
2.80
|
312 |
+
</span>
|
313 |
+
<ul id="version-vsnlist" class="version-list" role="menu" aria-labelledby="version-dropdown" aria-hidden="true">
|
314 |
+
<li role="presentation">Loading...</li>
|
315 |
+
</ul>
|
316 |
+
</li>
|
317 |
+
<li style="float:right" role="presentation">
|
318 |
+
<span id="lang-dropdown" class="version-btn" tabindex="0" role="button" aria-label="language selector" aria-haspopup="true" aria-controls="version-langlist">
|
319 |
+
en
|
320 |
+
</span>
|
321 |
+
<ul id="version-langlist" class="version-list" role="menu" aria-labelledby="lang-dropdown" aria-hidden="true">
|
322 |
+
<li role="presentation">Loading...</li>
|
323 |
+
</ul>
|
324 |
+
</li>
|
325 |
+
</ul>
|
326 |
+
</div>
|
327 |
+
|
328 |
+
<script type="text/javascript">
|
329 |
+
jQuery(function () {
|
330 |
+
SphinxRtdTheme.Navigation.enable(true);
|
331 |
+
});
|
332 |
+
</script>
|
333 |
+
|
334 |
+
|
335 |
+
|
336 |
+
|
337 |
+
|
338 |
+
|
339 |
+
<script>
|
340 |
+
window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
|
341 |
+
ga('create', 'UA-1418081-1', 'auto');
|
342 |
+
ga('send', 'pageview');
|
343 |
+
</script>
|
344 |
+
<script async src='https://www.google-analytics.com/analytics.js'></script>
|
345 |
+
|
346 |
+
</body>
|
347 |
+
</html>
|
markers.html
ADDED
@@ -0,0 +1,620 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
|
3 |
+
<!DOCTYPE html>
|
4 |
+
<!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
|
5 |
+
<!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
|
6 |
+
<head>
|
7 |
+
<meta charset="utf-8">
|
8 |
+
|
9 |
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
10 |
+
|
11 |
+
<title>Markers — Blender Manual</title>
|
12 |
+
|
13 |
+
|
14 |
+
|
15 |
+
|
16 |
+
<link rel="shortcut icon" href="../_static/favicon.ico"/>
|
17 |
+
|
18 |
+
|
19 |
+
|
20 |
+
<link rel="canonical" href="https://docs.blender.org/manual/en/latest/animation/markers.html"/>
|
21 |
+
|
22 |
+
|
23 |
+
|
24 |
+
<script type="text/javascript" src="../_static/js/modernizr.min.js"></script>
|
25 |
+
|
26 |
+
|
27 |
+
<script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
|
28 |
+
<script type="text/javascript" src="../_static/jquery.js"></script>
|
29 |
+
<script type="text/javascript" src="../_static/underscore.js"></script>
|
30 |
+
<script type="text/javascript" src="../_static/doctools.js"></script>
|
31 |
+
<script type="text/javascript" src="../_static/language_data.js"></script>
|
32 |
+
<script type="text/javascript" src="../_static/js/version_switch.js"></script>
|
33 |
+
<script async="async" type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/latest.js?config=TeX-AMS-MML_HTMLorMML"></script>
|
34 |
+
|
35 |
+
<script type="text/javascript" src="../_static/js/theme.js"></script>
|
36 |
+
|
37 |
+
|
38 |
+
<link rel="search" type="application/opensearchdescription+xml"
|
39 |
+
title="Search within Blender Manual"
|
40 |
+
href="../_static/opensearch.xml"/>
|
41 |
+
|
42 |
+
|
43 |
+
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
|
44 |
+
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
45 |
+
<link rel="stylesheet" href="../_static/css/theme_overrides.css" type="text/css" />
|
46 |
+
<link rel="alternate" hreflang="en" href="https://docs.blender.org/manual/en/latest/">
|
47 |
+
<link rel="alternate" hreflang="de" href="https://docs.blender.org/manual/de/latest/">
|
48 |
+
<link rel="alternate" hreflang="es" href="https://docs.blender.org/manual/es/latest/">
|
49 |
+
<link rel="alternate" hreflang="fi" href="https://docs.blender.org/manual/fi/latest/">
|
50 |
+
<link rel="alternate" hreflang="fr" href="https://docs.blender.org/manual/fr/latest/">
|
51 |
+
<link rel="alternate" hreflang="it" href="https://docs.blender.org/manual/it/latest/">
|
52 |
+
<link rel="alternate" hreflang="ja" href="https://docs.blender.org/manual/ja/latest/">
|
53 |
+
<link rel="alternate" hreflang="ko" href="https://docs.blender.org/manual/ko/latest/">
|
54 |
+
<link rel="alternate" hreflang="nb" href="https://docs.blender.org/manual/nb/latest/">
|
55 |
+
<link rel="alternate" hreflang="pt" href="https://docs.blender.org/manual/pt/latest/">
|
56 |
+
<link rel="alternate" hreflang="ru" href="https://docs.blender.org/manual/ru/latest/">
|
57 |
+
<link rel="alternate" hreflang="sl" href="https://docs.blender.org/manual/sl/latest/">
|
58 |
+
<link rel="alternate" hreflang="sr" href="https://docs.blender.org/manual/sr/latest/">
|
59 |
+
<link rel="alternate" hreflang="uk" href="https://docs.blender.org/manual/uk/latest/">
|
60 |
+
<link rel="alternate" hreflang="vi" href="https://docs.blender.org/manual/vi/latest/">
|
61 |
+
<link rel="alternate" hreflang="zh-Hans" href="https://docs.blender.org/manual/zh-hans/latest/">
|
62 |
+
<link rel="alternate" hreflang="zh-Hant" href="https://docs.blender.org/manual/zh-hant/latest/">
|
63 |
+
<link rel="alternate" hreflang="x-default" href="https://docs.blender.org/manual/en/latest/">
|
64 |
+
|
65 |
+
<link rel="index" title="Index" href="../genindex.html" />
|
66 |
+
<link rel="search" title="Search" href="../search.html" />
|
67 |
+
<link rel="next" title="Shape Keys" href="shape_keys/index.html" />
|
68 |
+
<link rel="prev" title="Troubleshooting" href="drivers/troubleshooting.html" />
|
69 |
+
</head>
|
70 |
+
|
71 |
+
<body class="wy-body-for-nav">
|
72 |
+
|
73 |
+
|
74 |
+
<div class="wy-grid-for-nav">
|
75 |
+
|
76 |
+
<nav data-toggle="wy-nav-shift" class="wy-nav-side">
|
77 |
+
<div class="wy-side-scroll">
|
78 |
+
<div class="wy-side-nav-search" >
|
79 |
+
|
80 |
+
|
81 |
+
|
82 |
+
<a href="../index.html" class="icon icon-home"> Blender 2.80 Manual
|
83 |
+
|
84 |
+
|
85 |
+
|
86 |
+
|
87 |
+
<img src="../_static/blender-logo.svg" class="logo" alt="Logo"/>
|
88 |
+
|
89 |
+
</a>
|
90 |
+
|
91 |
+
|
92 |
+
|
93 |
+
|
94 |
+
<div role="search">
|
95 |
+
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
96 |
+
<input type="text" name="q" placeholder="Search docs" />
|
97 |
+
<input type="hidden" name="check_keywords" value="yes" />
|
98 |
+
<input type="hidden" name="area" value="default" />
|
99 |
+
</form>
|
100 |
+
</div>
|
101 |
+
|
102 |
+
|
103 |
+
</div>
|
104 |
+
|
105 |
+
<div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation">
|
106 |
+
|
107 |
+
|
108 |
+
|
109 |
+
|
110 |
+
|
111 |
+
|
112 |
+
<ul class="current">
|
113 |
+
<li class="toctree-l1"><a class="reference internal" href="../getting_started/index.html">Getting Started</a></li>
|
114 |
+
<li class="toctree-l1"><a class="reference internal" href="../interface/index.html">User Interface</a></li>
|
115 |
+
<li class="toctree-l1"><a class="reference internal" href="../editors/index.html">Editors</a></li>
|
116 |
+
<li class="toctree-l1"><a class="reference internal" href="../scene_layout/index.html">Scenes & Objects</a></li>
|
117 |
+
<li class="toctree-l1"><a class="reference internal" href="../modeling/index.html">Modeling</a></li>
|
118 |
+
<li class="toctree-l1"><a class="reference internal" href="../sculpt_paint/index.html">Sculpting & Painting</a></li>
|
119 |
+
<li class="toctree-l1"><a class="reference internal" href="../grease_pencil/index.html">Grease Pencil</a></li>
|
120 |
+
<li class="toctree-l1 current"><a class="reference internal" href="index.html">Animation & Rigging</a><ul class="current">
|
121 |
+
<li class="toctree-l2"><a class="reference internal" href="introduction.html">Introduction</a></li>
|
122 |
+
<li class="toctree-l2"><a class="reference internal" href="keyframes/index.html">Keyframes</a></li>
|
123 |
+
<li class="toctree-l2"><a class="reference internal" href="armatures/index.html">Armatures</a></li>
|
124 |
+
<li class="toctree-l2"><a class="reference internal" href="lattice.html">Lattice</a></li>
|
125 |
+
<li class="toctree-l2"><a class="reference internal" href="constraints/index.html">Constraints</a></li>
|
126 |
+
<li class="toctree-l2"><a class="reference internal" href="actions.html">Actions</a></li>
|
127 |
+
<li class="toctree-l2"><a class="reference internal" href="drivers/index.html">Drivers</a></li>
|
128 |
+
<li class="toctree-l2 current"><a class="current reference internal" href="#">Markers</a><ul>
|
129 |
+
<li class="toctree-l3"><a class="reference internal" href="#types">Types</a></li>
|
130 |
+
<li class="toctree-l3"><a class="reference internal" href="#visualization">Visualization</a><ul>
|
131 |
+
<li class="toctree-l4"><a class="reference internal" href="#standard">Standard</a></li>
|
132 |
+
<li class="toctree-l4"><a class="reference internal" href="#d-viewport">3D Viewport</a></li>
|
133 |
+
<li class="toctree-l4"><a class="reference internal" href="#pose-markers">Pose Markers</a></li>
|
134 |
+
</ul>
|
135 |
+
</li>
|
136 |
+
<li class="toctree-l3"><a class="reference internal" href="#add-marker">Add Marker</a><ul>
|
137 |
+
<li class="toctree-l4"><a class="reference internal" href="#marker-pose-add">Pose Markers</a></li>
|
138 |
+
</ul>
|
139 |
+
</li>
|
140 |
+
<li class="toctree-l3"><a class="reference internal" href="#selecting">Selecting</a></li>
|
141 |
+
<li class="toctree-l3"><a class="reference internal" href="#editing">Editing</a><ul>
|
142 |
+
<li class="toctree-l4"><a class="reference internal" href="#duplicate-marker">Duplicate Marker</a></li>
|
143 |
+
<li class="toctree-l4"><a class="reference internal" href="#duplicate-marker-to-scene">Duplicate Marker to Scene</a></li>
|
144 |
+
<li class="toctree-l4"><a class="reference internal" href="#deleting-markers">Deleting Markers</a></li>
|
145 |
+
<li class="toctree-l4"><a class="reference internal" href="#rename-marker">Rename Marker</a></li>
|
146 |
+
<li class="toctree-l4"><a class="reference internal" href="#move-marker">Move Marker</a></li>
|
147 |
+
<li class="toctree-l4"><a class="reference internal" href="#show-pose-markers">Show Pose Markers</a></li>
|
148 |
+
<li class="toctree-l4"><a class="reference internal" href="#make-markers-local">Make Markers Local</a></li>
|
149 |
+
<li class="toctree-l4"><a class="reference internal" href="#jump-to-next-previous-marker">Jump to Next/Previous Marker</a></li>
|
150 |
+
</ul>
|
151 |
+
</li>
|
152 |
+
<li class="toctree-l3"><a class="reference internal" href="#bind-camera-to-marker">Bind Camera to Marker</a></li>
|
153 |
+
</ul>
|
154 |
+
</li>
|
155 |
+
<li class="toctree-l2"><a class="reference internal" href="shape_keys/index.html">Shape Keys</a></li>
|
156 |
+
<li class="toctree-l2"><a class="reference internal" href="motion_paths.html">Motion Paths</a></li>
|
157 |
+
</ul>
|
158 |
+
</li>
|
159 |
+
<li class="toctree-l1"><a class="reference internal" href="../physics/index.html">Physics</a></li>
|
160 |
+
<li class="toctree-l1"><a class="reference internal" href="../render/index.html">Rendering</a></li>
|
161 |
+
<li class="toctree-l1"><a class="reference internal" href="../compositing/index.html">Compositing</a></li>
|
162 |
+
<li class="toctree-l1"><a class="reference internal" href="../movie_clip/index.html">Tracking & Masking</a></li>
|
163 |
+
<li class="toctree-l1"><a class="reference internal" href="../video_editing/index.html">Video Editing</a></li>
|
164 |
+
<li class="toctree-l1"><a class="reference internal" href="../files/index.html">Files & Data System</a></li>
|
165 |
+
<li class="toctree-l1"><a class="reference internal" href="../addons/index.html">Add-ons</a></li>
|
166 |
+
<li class="toctree-l1"><a class="reference internal" href="../advanced/index.html">Advanced</a></li>
|
167 |
+
<li class="toctree-l1"><a class="reference internal" href="../troubleshooting/index.html">Troubleshooting</a></li>
|
168 |
+
<li class="toctree-l1"><a class="reference internal" href="../glossary/index.html">Glossary</a></li>
|
169 |
+
</ul>
|
170 |
+
<ul>
|
171 |
+
<li class="toctree-l1"><a class="reference internal" href="../about/index.html">About this Manual</a></li>
|
172 |
+
</ul>
|
173 |
+
|
174 |
+
|
175 |
+
|
176 |
+
</div>
|
177 |
+
</div>
|
178 |
+
</nav>
|
179 |
+
|
180 |
+
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap">
|
181 |
+
|
182 |
+
|
183 |
+
<nav class="wy-nav-top" aria-label="top navigation">
|
184 |
+
|
185 |
+
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
|
186 |
+
<a href="../index.html">Blender 2.80 Manual</a>
|
187 |
+
|
188 |
+
</nav>
|
189 |
+
|
190 |
+
|
191 |
+
<div class="wy-nav-content">
|
192 |
+
|
193 |
+
<div class="rst-content">
|
194 |
+
|
195 |
+
|
196 |
+
|
197 |
+
|
198 |
+
|
199 |
+
|
200 |
+
|
201 |
+
|
202 |
+
|
203 |
+
|
204 |
+
|
205 |
+
|
206 |
+
|
207 |
+
|
208 |
+
|
209 |
+
|
210 |
+
|
211 |
+
<div role="navigation" aria-label="breadcrumbs navigation">
|
212 |
+
|
213 |
+
<ul class="wy-breadcrumbs">
|
214 |
+
|
215 |
+
<li><a href="../index.html">Docs</a> »</li>
|
216 |
+
|
217 |
+
<li><a href="index.html">Animation & Rigging</a> »</li>
|
218 |
+
|
219 |
+
<li>Markers</li>
|
220 |
+
|
221 |
+
|
222 |
+
<li class="wy-breadcrumbs-aside">
|
223 |
+
|
224 |
+
|
225 |
+
<a href="../_sources/animation/markers.rst.txt" rel="nofollow"> View page source</a>
|
226 |
+
|
227 |
+
|
228 |
+
</li>
|
229 |
+
|
230 |
+
</ul>
|
231 |
+
|
232 |
+
|
233 |
+
<hr/>
|
234 |
+
</div>
|
235 |
+
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
|
236 |
+
<div itemprop="articleBody">
|
237 |
+
|
238 |
+
<div class="section" id="markers">
|
239 |
+
<span id="bpy-ops-marker"></span><span id="bpy-types-timelinemarker"></span><h1>Markers<a class="headerlink" href="#markers" title="Permalink to this headline">¶</a></h1>
|
240 |
+
<p>Markers are used to denote frames with key points or significant events within an animation.
|
241 |
+
E.g. it could be that a character’s animation starts, the camera changes position, or a door opens.
|
242 |
+
Markers can be given names to make them more meaningful at a quick glance.
|
243 |
+
They are available in many of Blender’s editors.</p>
|
244 |
+
<div class="admonition note">
|
245 |
+
<p class="first admonition-title">Note</p>
|
246 |
+
<p class="last">Unlike keyframes, markers are always placed at a whole frame number, you cannot set a marker at frame 2.5.</p>
|
247 |
+
</div>
|
248 |
+
<p>Markers can be created and edited in the following editors:</p>
|
249 |
+
<ul class="simple">
|
250 |
+
<li><a class="reference internal" href="../editors/graph_editor/introduction.html"><span class="doc">Graph Editor</span></a></li>
|
251 |
+
<li><a class="reference internal" href="../editors/dope_sheet/introduction.html"><span class="doc">Dope Sheet</span></a></li>
|
252 |
+
<li><a class="reference internal" href="../editors/nla/index.html"><span class="doc">NLA Editor</span></a></li>
|
253 |
+
<li><a class="reference internal" href="../video_editing/index.html"><span class="doc">Video Sequence Editor</span></a></li>
|
254 |
+
<li><a class="reference internal" href="../editors/timeline.html"><span class="doc">Timeline</span></a></li>
|
255 |
+
</ul>
|
256 |
+
<div class="admonition note">
|
257 |
+
<p class="first admonition-title">Note</p>
|
258 |
+
<p class="last">A marker created in one of these editors will also appear in all others that support them.</p>
|
259 |
+
</div>
|
260 |
+
<div class="section" id="types">
|
261 |
+
<h2>Types<a class="headerlink" href="#types" title="Permalink to this headline">¶</a></h2>
|
262 |
+
<p>Besides standard markers, <em>pose markers</em> are another type of markers,
|
263 |
+
which are specific to armatures and shape keys.
|
264 |
+
They are used to denote poses in the Action Editor mode and Shape Keys Editor of Dope Sheet.</p>
|
265 |
+
</div>
|
266 |
+
<div class="section" id="visualization">
|
267 |
+
<h2>Visualization<a class="headerlink" href="#visualization" title="Permalink to this headline">¶</a></h2>
|
268 |
+
<div class="section" id="standard">
|
269 |
+
<h3>Standard<a class="headerlink" href="#standard" title="Permalink to this headline">¶</a></h3>
|
270 |
+
<div class="figure align-right">
|
271 |
+
<img alt="../_images/animation_markers_standard.png" src="../_images/animation_markers_standard.png" />
|
272 |
+
</div>
|
273 |
+
<p>Most of the editors visualize markers as small white triangles in a separate
|
274 |
+
row at their bottom, empty if unselected or filled if selected.</p>
|
275 |
+
<p>If they have a name, this is shown to their right in white.</p>
|
276 |
+
<p>Vertical dashed lines can be enabled via the <span class="menuselection">View ‣ Show Marker Lines</span> menu option.</p>
|
277 |
+
</div>
|
278 |
+
<div class="section" id="d-viewport">
|
279 |
+
<h3>3D Viewport<a class="headerlink" href="#d-viewport" title="Permalink to this headline">¶</a></h3>
|
280 |
+
<div class="figure align-right">
|
281 |
+
<img alt="../_images/animation_markers_3d-view.png" src="../_images/animation_markers_3d-view.png" />
|
282 |
+
</div>
|
283 |
+
<p>The 3D Viewport does not allow you to create, edit or remove markers,
|
284 |
+
but it shows their name in the Object Info in the upper left corner,
|
285 |
+
when on their frame.</p>
|
286 |
+
</div>
|
287 |
+
<div class="section" id="pose-markers">
|
288 |
+
<h3>Pose Markers<a class="headerlink" href="#pose-markers" title="Permalink to this headline">¶</a></h3>
|
289 |
+
<div class="figure align-right">
|
290 |
+
<img alt="../_images/animation_markers_pose.png" src="../_images/animation_markers_pose.png" />
|
291 |
+
</div>
|
292 |
+
<p>Pose markers show a diamond-shaped icon in the Dope Sheet.
|
293 |
+
In the NLA editor the pose markers are shown as a red dashed line.</p>
|
294 |
+
<div class="lead docutils container">
|
295 |
+
</div>
|
296 |
+
</div>
|
297 |
+
</div>
|
298 |
+
<div class="section" id="add-marker">
|
299 |
+
<h2>Add Marker<a class="headerlink" href="#add-marker" title="Permalink to this headline">¶</a></h2>
|
300 |
+
<div class="refbox admonition">
|
301 |
+
<p class="first admonition-title">Reference</p>
|
302 |
+
<table class="last docutils field-list" frame="void" rules="none">
|
303 |
+
<col class="field-name" />
|
304 |
+
<col class="field-body" />
|
305 |
+
<tbody valign="top">
|
306 |
+
<tr class="field-odd field"><th class="field-name">Mode:</th><td class="field-body">All modes</td>
|
307 |
+
</tr>
|
308 |
+
<tr class="field-even field"><th class="field-name">Menu:</th><td class="field-body"><span class="menuselection">Marker ‣ Add Marker</span></td>
|
309 |
+
</tr>
|
310 |
+
<tr class="field-odd field"><th class="field-name">Hotkey:</th><td class="field-body"><kbd class="kbd docutils literal notranslate">M</kbd></td>
|
311 |
+
</tr>
|
312 |
+
</tbody>
|
313 |
+
</table>
|
314 |
+
</div>
|
315 |
+
<p>The simplest way to add a marker is to move to the frame where you would like it to appear,
|
316 |
+
and press <kbd class="kbd docutils literal notranslate">M</kbd>.</p>
|
317 |
+
<div class="admonition hint">
|
318 |
+
<p class="first admonition-title">Hint</p>
|
319 |
+
<p class="last">Markers can also be added during playback.</p>
|
320 |
+
</div>
|
321 |
+
<div class="section" id="marker-pose-add">
|
322 |
+
<span id="id1"></span><h3>Pose Markers<a class="headerlink" href="#marker-pose-add" title="Permalink to this headline">¶</a></h3>
|
323 |
+
<p>If <em>Show Pose Markers</em> is checked, a pose marker and
|
324 |
+
a new pose in the <a class="reference internal" href="armatures/properties/pose_library.html"><span class="doc">Pose Library</span></a> are added.</p>
|
325 |
+
</div>
|
326 |
+
</div>
|
327 |
+
<div class="section" id="selecting">
|
328 |
+
<h2>Selecting<a class="headerlink" href="#selecting" title="Permalink to this headline">¶</a></h2>
|
329 |
+
<div class="refbox admonition">
|
330 |
+
<p class="first admonition-title">Reference</p>
|
331 |
+
<table class="last docutils field-list" frame="void" rules="none">
|
332 |
+
<col class="field-name" />
|
333 |
+
<col class="field-body" />
|
334 |
+
<tbody valign="top">
|
335 |
+
<tr class="field-odd field"><th class="field-name">Mode:</th><td class="field-body">All modes</td>
|
336 |
+
</tr>
|
337 |
+
<tr class="field-even field"><th class="field-name">Hotkey:</th><td class="field-body"><kbd class="kbd docutils literal notranslate">LMB</kbd></td>
|
338 |
+
</tr>
|
339 |
+
</tbody>
|
340 |
+
</table>
|
341 |
+
</div>
|
342 |
+
<p>Click <kbd class="kbd docutils literal notranslate">LMB</kbd> on the marker’s triangle to select it.
|
343 |
+
Use <kbd class="kbd docutils literal notranslate">Shift-LMB</kbd> to select multiple markers.</p>
|
344 |
+
<p>In the Graph Editor, Dope Sheet, NLA Editor, Timeline, and Video Sequence Editor,
|
345 |
+
you can also select all markers with <kbd class="kbd docutils literal notranslate">A</kbd> while hovering the mouse over the marker row,
|
346 |
+
and apply selection tools on them like Box Select, etc.
|
347 |
+
(as usual, <kbd class="kbd docutils literal notranslate">LMB</kbd> to select, <kbd class="kbd docutils literal notranslate">RMB</kbd> to deselect).
|
348 |
+
The corresponding options are found in the Select menu of these editors.</p>
|
349 |
+
</div>
|
350 |
+
<div class="section" id="editing">
|
351 |
+
<span id="animation-markers-editing"></span><h2>Editing<a class="headerlink" href="#editing" title="Permalink to this headline">¶</a></h2>
|
352 |
+
<div class="section" id="duplicate-marker">
|
353 |
+
<h3>Duplicate Marker<a class="headerlink" href="#duplicate-marker" title="Permalink to this headline">¶</a></h3>
|
354 |
+
<div class="refbox admonition">
|
355 |
+
<p class="first admonition-title">Reference</p>
|
356 |
+
<table class="last docutils field-list" frame="void" rules="none">
|
357 |
+
<col class="field-name" />
|
358 |
+
<col class="field-body" />
|
359 |
+
<tbody valign="top">
|
360 |
+
<tr class="field-odd field"><th class="field-name">Mode:</th><td class="field-body">All modes</td>
|
361 |
+
</tr>
|
362 |
+
<tr class="field-even field"><th class="field-name">Menu:</th><td class="field-body"><span class="menuselection">Marker ‣ Duplicate Marker</span></td>
|
363 |
+
</tr>
|
364 |
+
<tr class="field-odd field"><th class="field-name">Hotkey:</th><td class="field-body"><kbd class="kbd docutils literal notranslate">Shift-D</kbd></td>
|
365 |
+
</tr>
|
366 |
+
</tbody>
|
367 |
+
</table>
|
368 |
+
</div>
|
369 |
+
<p>You can duplicate the selected markers by pressing <kbd class="kbd docutils literal notranslate">Shift-D</kbd>. Once duplicated,
|
370 |
+
the new ones are automatically placed in select mode, so you can move them to the desired location.</p>
|
371 |
+
<div class="admonition note">
|
372 |
+
<p class="first admonition-title">Note</p>
|
373 |
+
<p class="last">Note that unlike most other duplications in Blender,
|
374 |
+
the names of the duplicated markers are not altered at all
|
375 |
+
(no <code class="docutils literal notranslate"><span class="pre">.001</span></code> numeric counter append).</p>
|
376 |
+
</div>
|
377 |
+
</div>
|
378 |
+
<div class="section" id="duplicate-marker-to-scene">
|
379 |
+
<h3>Duplicate Marker to Scene<a class="headerlink" href="#duplicate-marker-to-scene" title="Permalink to this headline">¶</a></h3>
|
380 |
+
<div class="refbox admonition">
|
381 |
+
<p class="first admonition-title">Reference</p>
|
382 |
+
<table class="last docutils field-list" frame="void" rules="none">
|
383 |
+
<col class="field-name" />
|
384 |
+
<col class="field-body" />
|
385 |
+
<tbody valign="top">
|
386 |
+
<tr class="field-odd field"><th class="field-name">Mode:</th><td class="field-body">All modes</td>
|
387 |
+
</tr>
|
388 |
+
<tr class="field-even field"><th class="field-name">Menu:</th><td class="field-body"><span class="menuselection">Marker ‣ Duplicate Marker to Scene…</span></td>
|
389 |
+
</tr>
|
390 |
+
</tbody>
|
391 |
+
</table>
|
392 |
+
</div>
|
393 |
+
<p>Duplicates the selected markers into another scene.</p>
|
394 |
+
</div>
|
395 |
+
<div class="section" id="deleting-markers">
|
396 |
+
<h3>Deleting Markers<a class="headerlink" href="#deleting-markers" title="Permalink to this headline">¶</a></h3>
|
397 |
+
<div class="refbox admonition">
|
398 |
+
<p class="first admonition-title">Reference</p>
|
399 |
+
<table class="last docutils field-list" frame="void" rules="none">
|
400 |
+
<col class="field-name" />
|
401 |
+
<col class="field-body" />
|
402 |
+
<tbody valign="top">
|
403 |
+
<tr class="field-odd field"><th class="field-name">Mode:</th><td class="field-body">All modes</td>
|
404 |
+
</tr>
|
405 |
+
<tr class="field-even field"><th class="field-name">Menu:</th><td class="field-body"><span class="menuselection">Marker ‣ Delete Marker</span></td>
|
406 |
+
</tr>
|
407 |
+
<tr class="field-odd field"><th class="field-name">Hotkey:</th><td class="field-body"><kbd class="kbd docutils literal notranslate">X</kbd></td>
|
408 |
+
</tr>
|
409 |
+
</tbody>
|
410 |
+
</table>
|
411 |
+
</div>
|
412 |
+
<p>To delete the selected markers simply press <kbd class="kbd docutils literal notranslate">X</kbd>,
|
413 |
+
and confirm the pop-up message with <kbd class="kbd docutils literal notranslate">LMB</kbd>.</p>
|
414 |
+
</div>
|
415 |
+
<div class="section" id="rename-marker">
|
416 |
+
<h3>Rename Marker<a class="headerlink" href="#rename-marker" title="Permalink to this headline">¶</a></h3>
|
417 |
+
<div class="refbox admonition">
|
418 |
+
<p class="first admonition-title">Reference</p>
|
419 |
+
<table class="last docutils field-list" frame="void" rules="none">
|
420 |
+
<col class="field-name" />
|
421 |
+
<col class="field-body" />
|
422 |
+
<tbody valign="top">
|
423 |
+
<tr class="field-odd field"><th class="field-name">Mode:</th><td class="field-body">All modes</td>
|
424 |
+
</tr>
|
425 |
+
<tr class="field-even field"><th class="field-name">Menu:</th><td class="field-body"><span class="menuselection">Marker ‣ Rename Marker</span></td>
|
426 |
+
</tr>
|
427 |
+
<tr class="field-odd field"><th class="field-name">Hotkey:</th><td class="field-body"><kbd class="kbd docutils literal notranslate">Ctrl-M</kbd></td>
|
428 |
+
</tr>
|
429 |
+
</tbody>
|
430 |
+
</table>
|
431 |
+
</div>
|
432 |
+
<p>Having dozens of markers scattered throughout your scene’s time will not help you much unless you
|
433 |
+
know what they stand for. You can name a marker by selecting it, pressing <kbd class="kbd docutils literal notranslate">Ctrl-M</kbd>,
|
434 |
+
typing the name, and pressing the OK button.</p>
|
435 |
+
</div>
|
436 |
+
<div class="section" id="move-marker">
|
437 |
+
<h3>Move Marker<a class="headerlink" href="#move-marker" title="Permalink to this headline">¶</a></h3>
|
438 |
+
<div class="refbox admonition">
|
439 |
+
<p class="first admonition-title">Reference</p>
|
440 |
+
<table class="last docutils field-list" frame="void" rules="none">
|
441 |
+
<col class="field-name" />
|
442 |
+
<col class="field-body" />
|
443 |
+
<tbody valign="top">
|
444 |
+
<tr class="field-odd field"><th class="field-name">Mode:</th><td class="field-body">All modes</td>
|
445 |
+
</tr>
|
446 |
+
<tr class="field-even field"><th class="field-name">Menu:</th><td class="field-body"><span class="menuselection">Marker ‣ Move Marker</span></td>
|
447 |
+
</tr>
|
448 |
+
<tr class="field-odd field"><th class="field-name">Hotkey:</th><td class="field-body"><kbd class="kbd docutils literal notranslate">G</kbd></td>
|
449 |
+
</tr>
|
450 |
+
</tbody>
|
451 |
+
</table>
|
452 |
+
</div>
|
453 |
+
<p>Once you have one or more markers selected, press <kbd class="kbd docutils literal notranslate">G</kbd>,
|
454 |
+
while hovering with the mouse over the marker bar,
|
455 |
+
to move them, and confirm the move with <kbd class="kbd docutils literal notranslate">LMB</kbd> or <kbd class="kbd docutils literal notranslate">Return</kbd>
|
456 |
+
(as usual, cancel the move with <kbd class="kbd docutils literal notranslate">RMB</kbd>, or <kbd class="kbd docutils literal notranslate">Esc</kbd>).
|
457 |
+
Or drag them with the <kbd class="kbd docutils literal notranslate">LMB</kbd>.</p>
|
458 |
+
<p>By default, you move the markers in one-frame steps, but if you hold <kbd class="kbd docutils literal notranslate">Ctrl</kbd>,
|
459 |
+
the markers will move in steps corresponding to one second (according to the scene’s <em>FPS</em>).</p>
|
460 |
+
</div>
|
461 |
+
<div class="section" id="show-pose-markers">
|
462 |
+
<h3>Show Pose Markers<a class="headerlink" href="#show-pose-markers" title="Permalink to this headline">¶</a></h3>
|
463 |
+
<div class="refbox admonition">
|
464 |
+
<p class="first admonition-title">Reference</p>
|
465 |
+
<table class="last docutils field-list" frame="void" rules="none">
|
466 |
+
<col class="field-name" />
|
467 |
+
<col class="field-body" />
|
468 |
+
<tbody valign="top">
|
469 |
+
<tr class="field-odd field"><th class="field-name">Mode:</th><td class="field-body">todo <2.8</td>
|
470 |
+
</tr>
|
471 |
+
<tr class="field-even field"><th class="field-name">Editor:</th><td class="field-body">Action Editor and Shape Keys Editor</td>
|
472 |
+
</tr>
|
473 |
+
<tr class="field-odd field"><th class="field-name">Menu:</th><td class="field-body"><span class="menuselection">Marker ‣ Show Pose Markers</span></td>
|
474 |
+
</tr>
|
475 |
+
</tbody>
|
476 |
+
</table>
|
477 |
+
</div>
|
478 |
+
<p>Pose markers are only shown and editable in Action editor or Shape Keys editor by enabling
|
479 |
+
the <span class="menuselection">Marker ‣ Show Pose Markers</span> checkbox.</p>
|
480 |
+
</div>
|
481 |
+
<div class="section" id="make-markers-local">
|
482 |
+
<h3>Make Markers Local<a class="headerlink" href="#make-markers-local" title="Permalink to this headline">¶</a></h3>
|
483 |
+
<div class="refbox admonition">
|
484 |
+
<p class="first admonition-title">Reference</p>
|
485 |
+
<table class="last docutils field-list" frame="void" rules="none">
|
486 |
+
<col class="field-name" />
|
487 |
+
<col class="field-body" />
|
488 |
+
<tbody valign="top">
|
489 |
+
<tr class="field-odd field"><th class="field-name">Mode:</th><td class="field-body">All modes</td>
|
490 |
+
</tr>
|
491 |
+
<tr class="field-even field"><th class="field-name">Menu:</th><td class="field-body"><span class="menuselection">Marker ‣ Make Markers Local</span></td>
|
492 |
+
</tr>
|
493 |
+
</tbody>
|
494 |
+
</table>
|
495 |
+
</div>
|
496 |
+
<p>It is possible to convert standard markers into pose markers with <span class="menuselection">Marker ‣ Make Markers Local</span>.
|
497 |
+
Note that the original marker will be gone. If you want to keep it, make a duplicate before you convert.</p>
|
498 |
+
</div>
|
499 |
+
<div class="section" id="jump-to-next-previous-marker">
|
500 |
+
<h3>Jump to Next/Previous Marker<a class="headerlink" href="#jump-to-next-previous-marker" title="Permalink to this headline">¶</a></h3>
|
501 |
+
<div class="refbox admonition">
|
502 |
+
<p class="first admonition-title">Reference</p>
|
503 |
+
<table class="last docutils field-list" frame="void" rules="none">
|
504 |
+
<col class="field-name" />
|
505 |
+
<col class="field-body" />
|
506 |
+
<tbody valign="top">
|
507 |
+
<tr class="field-odd field"><th class="field-name">Mode:</th><td class="field-body">All modes</td>
|
508 |
+
</tr>
|
509 |
+
<tr class="field-even field"><th class="field-name">Menu:</th><td class="field-body"><span class="menuselection">Marker ‣ Jump to Next/Previous Marker</span></td>
|
510 |
+
</tr>
|
511 |
+
</tbody>
|
512 |
+
</table>
|
513 |
+
</div>
|
514 |
+
<p>Moves the playhead to the next/previous marker relative to the current playhead position.</p>
|
515 |
+
</div>
|
516 |
+
</div>
|
517 |
+
<div class="section" id="bind-camera-to-marker">
|
518 |
+
<span id="marker-bind-camera"></span><h2>Bind Camera to Marker<a class="headerlink" href="#bind-camera-to-marker" title="Permalink to this headline">¶</a></h2>
|
519 |
+
<div class="refbox admonition">
|
520 |
+
<p class="first admonition-title">Reference</p>
|
521 |
+
<table class="last docutils field-list" frame="void" rules="none">
|
522 |
+
<col class="field-name" />
|
523 |
+
<col class="field-body" />
|
524 |
+
<tbody valign="top">
|
525 |
+
<tr class="field-odd field"><th class="field-name">Editor:</th><td class="field-body">Timeline</td>
|
526 |
+
</tr>
|
527 |
+
<tr class="field-even field"><th class="field-name">Menu:</th><td class="field-body"><span class="menuselection">Marker ‣ Bind Camera to Markers</span></td>
|
528 |
+
</tr>
|
529 |
+
<tr class="field-odd field"><th class="field-name">Hotkey:</th><td class="field-body"><kbd class="kbd docutils literal notranslate">Ctrl-B</kbd></td>
|
530 |
+
</tr>
|
531 |
+
</tbody>
|
532 |
+
</table>
|
533 |
+
</div>
|
534 |
+
<p><em>Bind Camera to Markers</em> is a special operator only available in the <em>Timeline</em>.
|
535 |
+
The operator allows markers to be used to set the active object as the active camera.</p>
|
536 |
+
<p>To use this operator, select the object to become the active camera
|
537 |
+
and select a marker to bind the active camera to.
|
538 |
+
If no marker is selected when the operator is preformed, a marker will be added.
|
539 |
+
When an object is bound to a marker, the marker will be renamed to the name of the active object.
|
540 |
+
These markers also have a camera icon next to the left of the name
|
541 |
+
to easily distinguish them from other informative markers</p>
|
542 |
+
<p>These markers can be moved to change the frame at which
|
543 |
+
the active camera is changed to the object the marker is bound to.</p>
|
544 |
+
</div>
|
545 |
+
</div>
|
546 |
+
|
547 |
+
|
548 |
+
</div>
|
549 |
+
|
550 |
+
</div>
|
551 |
+
<footer>
|
552 |
+
|
553 |
+
<div class="rst-footer-buttons" role="navigation" aria-label="footer navigation">
|
554 |
+
|
555 |
+
<a href="shape_keys/index.html" class="btn btn-neutral float-right" title="Shape Keys" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right"></span></a>
|
556 |
+
|
557 |
+
|
558 |
+
<a href="drivers/troubleshooting.html" class="btn btn-neutral float-left" title="Troubleshooting" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left"></span> Previous</a>
|
559 |
+
|
560 |
+
</div>
|
561 |
+
|
562 |
+
|
563 |
+
<hr/>
|
564 |
+
|
565 |
+
<div role="contentinfo">
|
566 |
+
<p>
|
567 |
+
© Copyright : This page is licensed under a CC-BY-SA 4.0 Int. License
|
568 |
+
|
569 |
+
</p>
|
570 |
+
</div>
|
571 |
+
|
572 |
+
</footer>
|
573 |
+
|
574 |
+
</div>
|
575 |
+
</div>
|
576 |
+
|
577 |
+
</section>
|
578 |
+
|
579 |
+
</div>
|
580 |
+
<div class="rst-versions" data-toggle="rst-versions" role="note" aria-label="document versions">
|
581 |
+
<ul id="versionwrap" role="presentation">
|
582 |
+
<li style="float:left" role="presentation">
|
583 |
+
<span id="version-dropdown" class="version-btn" tabindex="0" role="button" aria-label="versions selector" aria-haspopup="true" aria-controls="version-vsnlist" aria-disabled="true">
|
584 |
+
2.80
|
585 |
+
</span>
|
586 |
+
<ul id="version-vsnlist" class="version-list" role="menu" aria-labelledby="version-dropdown" aria-hidden="true">
|
587 |
+
<li role="presentation">Loading...</li>
|
588 |
+
</ul>
|
589 |
+
</li>
|
590 |
+
<li style="float:right" role="presentation">
|
591 |
+
<span id="lang-dropdown" class="version-btn" tabindex="0" role="button" aria-label="language selector" aria-haspopup="true" aria-controls="version-langlist">
|
592 |
+
en
|
593 |
+
</span>
|
594 |
+
<ul id="version-langlist" class="version-list" role="menu" aria-labelledby="lang-dropdown" aria-hidden="true">
|
595 |
+
<li role="presentation">Loading...</li>
|
596 |
+
</ul>
|
597 |
+
</li>
|
598 |
+
</ul>
|
599 |
+
</div>
|
600 |
+
|
601 |
+
<script type="text/javascript">
|
602 |
+
jQuery(function () {
|
603 |
+
SphinxRtdTheme.Navigation.enable(true);
|
604 |
+
});
|
605 |
+
</script>
|
606 |
+
|
607 |
+
|
608 |
+
|
609 |
+
|
610 |
+
|
611 |
+
|
612 |
+
<script>
|
613 |
+
window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
|
614 |
+
ga('create', 'UA-1418081-1', 'auto');
|
615 |
+
ga('send', 'pageview');
|
616 |
+
</script>
|
617 |
+
<script async src='https://www.google-analytics.com/analytics.js'></script>
|
618 |
+
|
619 |
+
</body>
|
620 |
+
</html>
|
motion_paths.html
ADDED
@@ -0,0 +1,447 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
|
3 |
+
<!DOCTYPE html>
|
4 |
+
<!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
|
5 |
+
<!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
|
6 |
+
<head>
|
7 |
+
<meta charset="utf-8">
|
8 |
+
|
9 |
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
10 |
+
|
11 |
+
<title>Motion Paths — Blender Manual</title>
|
12 |
+
|
13 |
+
|
14 |
+
|
15 |
+
|
16 |
+
<link rel="shortcut icon" href="../_static/favicon.ico"/>
|
17 |
+
|
18 |
+
|
19 |
+
|
20 |
+
<link rel="canonical" href="https://docs.blender.org/manual/en/latest/animation/motion_paths.html"/>
|
21 |
+
|
22 |
+
|
23 |
+
|
24 |
+
<script type="text/javascript" src="../_static/js/modernizr.min.js"></script>
|
25 |
+
|
26 |
+
|
27 |
+
<script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
|
28 |
+
<script type="text/javascript" src="../_static/jquery.js"></script>
|
29 |
+
<script type="text/javascript" src="../_static/underscore.js"></script>
|
30 |
+
<script type="text/javascript" src="../_static/doctools.js"></script>
|
31 |
+
<script type="text/javascript" src="../_static/language_data.js"></script>
|
32 |
+
<script type="text/javascript" src="../_static/js/version_switch.js"></script>
|
33 |
+
<script async="async" type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/latest.js?config=TeX-AMS-MML_HTMLorMML"></script>
|
34 |
+
|
35 |
+
<script type="text/javascript" src="../_static/js/theme.js"></script>
|
36 |
+
|
37 |
+
|
38 |
+
<link rel="search" type="application/opensearchdescription+xml"
|
39 |
+
title="Search within Blender Manual"
|
40 |
+
href="../_static/opensearch.xml"/>
|
41 |
+
|
42 |
+
|
43 |
+
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
|
44 |
+
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
45 |
+
<link rel="stylesheet" href="../_static/css/theme_overrides.css" type="text/css" />
|
46 |
+
<link rel="alternate" hreflang="en" href="https://docs.blender.org/manual/en/latest/">
|
47 |
+
<link rel="alternate" hreflang="de" href="https://docs.blender.org/manual/de/latest/">
|
48 |
+
<link rel="alternate" hreflang="es" href="https://docs.blender.org/manual/es/latest/">
|
49 |
+
<link rel="alternate" hreflang="fi" href="https://docs.blender.org/manual/fi/latest/">
|
50 |
+
<link rel="alternate" hreflang="fr" href="https://docs.blender.org/manual/fr/latest/">
|
51 |
+
<link rel="alternate" hreflang="it" href="https://docs.blender.org/manual/it/latest/">
|
52 |
+
<link rel="alternate" hreflang="ja" href="https://docs.blender.org/manual/ja/latest/">
|
53 |
+
<link rel="alternate" hreflang="ko" href="https://docs.blender.org/manual/ko/latest/">
|
54 |
+
<link rel="alternate" hreflang="nb" href="https://docs.blender.org/manual/nb/latest/">
|
55 |
+
<link rel="alternate" hreflang="pt" href="https://docs.blender.org/manual/pt/latest/">
|
56 |
+
<link rel="alternate" hreflang="ru" href="https://docs.blender.org/manual/ru/latest/">
|
57 |
+
<link rel="alternate" hreflang="sl" href="https://docs.blender.org/manual/sl/latest/">
|
58 |
+
<link rel="alternate" hreflang="sr" href="https://docs.blender.org/manual/sr/latest/">
|
59 |
+
<link rel="alternate" hreflang="uk" href="https://docs.blender.org/manual/uk/latest/">
|
60 |
+
<link rel="alternate" hreflang="vi" href="https://docs.blender.org/manual/vi/latest/">
|
61 |
+
<link rel="alternate" hreflang="zh-Hans" href="https://docs.blender.org/manual/zh-hans/latest/">
|
62 |
+
<link rel="alternate" hreflang="zh-Hant" href="https://docs.blender.org/manual/zh-hant/latest/">
|
63 |
+
<link rel="alternate" hreflang="x-default" href="https://docs.blender.org/manual/en/latest/">
|
64 |
+
|
65 |
+
<link rel="index" title="Index" href="../genindex.html" />
|
66 |
+
<link rel="search" title="Search" href="../search.html" />
|
67 |
+
<link rel="next" title="Physics" href="../physics/index.html" />
|
68 |
+
<link rel="prev" title="Workflow" href="shape_keys/workflow.html" />
|
69 |
+
</head>
|
70 |
+
|
71 |
+
<body class="wy-body-for-nav">
|
72 |
+
|
73 |
+
|
74 |
+
<div class="wy-grid-for-nav">
|
75 |
+
|
76 |
+
<nav data-toggle="wy-nav-shift" class="wy-nav-side">
|
77 |
+
<div class="wy-side-scroll">
|
78 |
+
<div class="wy-side-nav-search" >
|
79 |
+
|
80 |
+
|
81 |
+
|
82 |
+
<a href="../index.html" class="icon icon-home"> Blender 2.80 Manual
|
83 |
+
|
84 |
+
|
85 |
+
|
86 |
+
|
87 |
+
<img src="../_static/blender-logo.svg" class="logo" alt="Logo"/>
|
88 |
+
|
89 |
+
</a>
|
90 |
+
|
91 |
+
|
92 |
+
|
93 |
+
|
94 |
+
<div role="search">
|
95 |
+
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
96 |
+
<input type="text" name="q" placeholder="Search docs" />
|
97 |
+
<input type="hidden" name="check_keywords" value="yes" />
|
98 |
+
<input type="hidden" name="area" value="default" />
|
99 |
+
</form>
|
100 |
+
</div>
|
101 |
+
|
102 |
+
|
103 |
+
</div>
|
104 |
+
|
105 |
+
<div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation">
|
106 |
+
|
107 |
+
|
108 |
+
|
109 |
+
|
110 |
+
|
111 |
+
|
112 |
+
<ul class="current">
|
113 |
+
<li class="toctree-l1"><a class="reference internal" href="../getting_started/index.html">Getting Started</a></li>
|
114 |
+
<li class="toctree-l1"><a class="reference internal" href="../interface/index.html">User Interface</a></li>
|
115 |
+
<li class="toctree-l1"><a class="reference internal" href="../editors/index.html">Editors</a></li>
|
116 |
+
<li class="toctree-l1"><a class="reference internal" href="../scene_layout/index.html">Scenes & Objects</a></li>
|
117 |
+
<li class="toctree-l1"><a class="reference internal" href="../modeling/index.html">Modeling</a></li>
|
118 |
+
<li class="toctree-l1"><a class="reference internal" href="../sculpt_paint/index.html">Sculpting & Painting</a></li>
|
119 |
+
<li class="toctree-l1"><a class="reference internal" href="../grease_pencil/index.html">Grease Pencil</a></li>
|
120 |
+
<li class="toctree-l1 current"><a class="reference internal" href="index.html">Animation & Rigging</a><ul class="current">
|
121 |
+
<li class="toctree-l2"><a class="reference internal" href="introduction.html">Introduction</a></li>
|
122 |
+
<li class="toctree-l2"><a class="reference internal" href="keyframes/index.html">Keyframes</a></li>
|
123 |
+
<li class="toctree-l2"><a class="reference internal" href="armatures/index.html">Armatures</a></li>
|
124 |
+
<li class="toctree-l2"><a class="reference internal" href="lattice.html">Lattice</a></li>
|
125 |
+
<li class="toctree-l2"><a class="reference internal" href="constraints/index.html">Constraints</a></li>
|
126 |
+
<li class="toctree-l2"><a class="reference internal" href="actions.html">Actions</a></li>
|
127 |
+
<li class="toctree-l2"><a class="reference internal" href="drivers/index.html">Drivers</a></li>
|
128 |
+
<li class="toctree-l2"><a class="reference internal" href="markers.html">Markers</a></li>
|
129 |
+
<li class="toctree-l2"><a class="reference internal" href="shape_keys/index.html">Shape Keys</a></li>
|
130 |
+
<li class="toctree-l2 current"><a class="current reference internal" href="#">Motion Paths</a><ul>
|
131 |
+
<li class="toctree-l3"><a class="reference internal" href="#options">Options</a><ul>
|
132 |
+
<li class="toctree-l4"><a class="reference internal" href="#show">Show</a></li>
|
133 |
+
</ul>
|
134 |
+
</li>
|
135 |
+
<li class="toctree-l3"><a class="reference internal" href="#example">Example</a></li>
|
136 |
+
</ul>
|
137 |
+
</li>
|
138 |
+
</ul>
|
139 |
+
</li>
|
140 |
+
<li class="toctree-l1"><a class="reference internal" href="../physics/index.html">Physics</a></li>
|
141 |
+
<li class="toctree-l1"><a class="reference internal" href="../render/index.html">Rendering</a></li>
|
142 |
+
<li class="toctree-l1"><a class="reference internal" href="../compositing/index.html">Compositing</a></li>
|
143 |
+
<li class="toctree-l1"><a class="reference internal" href="../movie_clip/index.html">Tracking & Masking</a></li>
|
144 |
+
<li class="toctree-l1"><a class="reference internal" href="../video_editing/index.html">Video Editing</a></li>
|
145 |
+
<li class="toctree-l1"><a class="reference internal" href="../files/index.html">Files & Data System</a></li>
|
146 |
+
<li class="toctree-l1"><a class="reference internal" href="../addons/index.html">Add-ons</a></li>
|
147 |
+
<li class="toctree-l1"><a class="reference internal" href="../advanced/index.html">Advanced</a></li>
|
148 |
+
<li class="toctree-l1"><a class="reference internal" href="../troubleshooting/index.html">Troubleshooting</a></li>
|
149 |
+
<li class="toctree-l1"><a class="reference internal" href="../glossary/index.html">Glossary</a></li>
|
150 |
+
</ul>
|
151 |
+
<ul>
|
152 |
+
<li class="toctree-l1"><a class="reference internal" href="../about/index.html">About this Manual</a></li>
|
153 |
+
</ul>
|
154 |
+
|
155 |
+
|
156 |
+
|
157 |
+
</div>
|
158 |
+
</div>
|
159 |
+
</nav>
|
160 |
+
|
161 |
+
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap">
|
162 |
+
|
163 |
+
|
164 |
+
<nav class="wy-nav-top" aria-label="top navigation">
|
165 |
+
|
166 |
+
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
|
167 |
+
<a href="../index.html">Blender 2.80 Manual</a>
|
168 |
+
|
169 |
+
</nav>
|
170 |
+
|
171 |
+
|
172 |
+
<div class="wy-nav-content">
|
173 |
+
|
174 |
+
<div class="rst-content">
|
175 |
+
|
176 |
+
|
177 |
+
|
178 |
+
|
179 |
+
|
180 |
+
|
181 |
+
|
182 |
+
|
183 |
+
|
184 |
+
|
185 |
+
|
186 |
+
|
187 |
+
|
188 |
+
|
189 |
+
|
190 |
+
|
191 |
+
|
192 |
+
<div role="navigation" aria-label="breadcrumbs navigation">
|
193 |
+
|
194 |
+
<ul class="wy-breadcrumbs">
|
195 |
+
|
196 |
+
<li><a href="../index.html">Docs</a> »</li>
|
197 |
+
|
198 |
+
<li><a href="index.html">Animation & Rigging</a> »</li>
|
199 |
+
|
200 |
+
<li>Motion Paths</li>
|
201 |
+
|
202 |
+
|
203 |
+
<li class="wy-breadcrumbs-aside">
|
204 |
+
|
205 |
+
|
206 |
+
<a href="../_sources/animation/motion_paths.rst.txt" rel="nofollow"> View page source</a>
|
207 |
+
|
208 |
+
|
209 |
+
</li>
|
210 |
+
|
211 |
+
</ul>
|
212 |
+
|
213 |
+
|
214 |
+
<hr/>
|
215 |
+
</div>
|
216 |
+
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
|
217 |
+
<div itemprop="articleBody">
|
218 |
+
|
219 |
+
<div class="section" id="motion-paths">
|
220 |
+
<span id="bpy-ops-object-paths-calculate"></span><span id="bpy-types-animviz"></span><h1>Motion Paths<a class="headerlink" href="#motion-paths" title="Permalink to this headline">¶</a></h1>
|
221 |
+
<div class="refbox admonition">
|
222 |
+
<p class="first admonition-title">Reference</p>
|
223 |
+
<table class="last docutils field-list" frame="void" rules="none">
|
224 |
+
<col class="field-name" />
|
225 |
+
<col class="field-body" />
|
226 |
+
<tbody valign="top">
|
227 |
+
<tr class="field-odd field"><th class="field-name">Editor:</th><td class="field-body">3D View, Properties editor</td>
|
228 |
+
</tr>
|
229 |
+
<tr class="field-even field"><th class="field-name">Mode:</th><td class="field-body">Object Mode</td>
|
230 |
+
</tr>
|
231 |
+
<tr class="field-odd field"><th class="field-name">Panel:</th><td class="field-body"><span class="menuselection">Properties editor ‣ Object ‣ Motion Paths</span></td>
|
232 |
+
</tr>
|
233 |
+
</tbody>
|
234 |
+
</table>
|
235 |
+
</div>
|
236 |
+
<div class="refbox admonition">
|
237 |
+
<p class="first admonition-title">Reference</p>
|
238 |
+
<table class="last docutils field-list" frame="void" rules="none">
|
239 |
+
<col class="field-name" />
|
240 |
+
<col class="field-body" />
|
241 |
+
<tbody valign="top">
|
242 |
+
<tr class="field-odd field"><th class="field-name">Editor:</th><td class="field-body">3D View, Properties editor</td>
|
243 |
+
</tr>
|
244 |
+
<tr class="field-even field"><th class="field-name">Mode:</th><td class="field-body">Pose Mode</td>
|
245 |
+
</tr>
|
246 |
+
<tr class="field-odd field"><th class="field-name">Panel:</th><td class="field-body"><span class="menuselection">Properties editor ‣ Armature ‣ Motion Paths</span></td>
|
247 |
+
</tr>
|
248 |
+
<tr class="field-even field"><th class="field-name">Menu:</th><td class="field-body"><span class="menuselection">Pose ‣ Motion Paths</span></td>
|
249 |
+
</tr>
|
250 |
+
</tbody>
|
251 |
+
</table>
|
252 |
+
</div>
|
253 |
+
<div class="figure" id="id1">
|
254 |
+
<a class="reference internal image-reference" href="../_images/animation_motion-paths_example-object.png"><img alt="../_images/animation_motion-paths_example-object.png" src="../_images/animation_motion-paths_example-object.png" style="width: 400px;" /></a>
|
255 |
+
<p class="caption"><span class="caption-text">An animated cube with its motion path displayed.</span></p>
|
256 |
+
</div>
|
257 |
+
<p>The Motion Paths tool allows you to visualize the motion of points as paths over a series of frames.
|
258 |
+
These points can be object origins and bone joints.</p>
|
259 |
+
<p>To create or remove motion paths, it is necessary to first select the bones. Then:</p>
|
260 |
+
<ol class="arabic simple">
|
261 |
+
<li>To show the paths (or update them, if needed), click on the <em>Calculate Path</em> button.</li>
|
262 |
+
<li>To hide the paths, click on the <em>Clear Paths</em> button.</li>
|
263 |
+
</ol>
|
264 |
+
<div class="admonition note">
|
265 |
+
<p class="first admonition-title">Note</p>
|
266 |
+
<p class="last">Remember that only selected bones and their paths are affected by these actions!</p>
|
267 |
+
</div>
|
268 |
+
<p>The paths are shown in a light shade of gray for unselected points,
|
269 |
+
and a slightly blueish gray for selected ones.
|
270 |
+
Around the current frame a glow indicate the direction of movement:
|
271 |
+
blue towards future frames and green towards the past.
|
272 |
+
Each frame is displayed by a small white dot on the paths.</p>
|
273 |
+
<p>The paths are automatically updated when you edit your poses/keyframes,
|
274 |
+
and they are also active during animation playback. Playing the animation
|
275 |
+
affects the paths only when the <em>Around Current Frame</em> option is enabled.</p>
|
276 |
+
<div class="section" id="options">
|
277 |
+
<h2>Options<a class="headerlink" href="#options" title="Permalink to this headline">¶</a></h2>
|
278 |
+
<div class="figure" id="id2">
|
279 |
+
<img alt="../_images/animation_motion-paths_panel.png" src="../_images/animation_motion-paths_panel.png" />
|
280 |
+
<p class="caption"><span class="caption-text">The Motion Paths panel in the Armature tab.</span></p>
|
281 |
+
</div>
|
282 |
+
<dl class="docutils">
|
283 |
+
<dt>Type</dt>
|
284 |
+
<dd><dl class="first last docutils">
|
285 |
+
<dt>Around Frame</dt>
|
286 |
+
<dd>Display paths of points within a fixed number of frames around the current frame.
|
287 |
+
When you enable this button, you get paths for a given number of frames before and after the current one
|
288 |
+
(again, as with ghosts).</dd>
|
289 |
+
<dt>In Range</dt>
|
290 |
+
<dd><p class="first">Display paths of points within specified range.</p>
|
291 |
+
<dl class="last docutils">
|
292 |
+
<dt>Clock Button</dt>
|
293 |
+
<dd>Updates the display frame range from the scene frame range.</dd>
|
294 |
+
</dl>
|
295 |
+
</dd>
|
296 |
+
</dl>
|
297 |
+
</dd>
|
298 |
+
<dt>Frame Range</dt>
|
299 |
+
<dd><dl class="first last docutils">
|
300 |
+
<dt>Before, After</dt>
|
301 |
+
<dd>Number of frames to show before and after the current frame
|
302 |
+
(only for <em>Around Current Frame</em> Onion-skinning method).</dd>
|
303 |
+
<dt>Start, End</dt>
|
304 |
+
<dd>Starting and Ending frame of range of paths to display/calculate
|
305 |
+
(not for <em>Around Current Frame</em> Onion-skinning method).</dd>
|
306 |
+
<dt>Step</dt>
|
307 |
+
<dd>Allows displaying one point for every <em>n</em> frames on the path.
|
308 |
+
Mostly useful when you enable the frame number display (see below), to avoid cluttering the 3D Views.</dd>
|
309 |
+
</dl>
|
310 |
+
</dd>
|
311 |
+
<dt>Cache/Bone Cache</dt>
|
312 |
+
<dd><dl class="first last docutils">
|
313 |
+
<dt>From, To</dt>
|
314 |
+
<dd>These are the start/end frames of the range in which motion paths are shown.
|
315 |
+
You cannot modify this range without deleting the motion path first.</dd>
|
316 |
+
</dl>
|
317 |
+
</dd>
|
318 |
+
<dt>Calculate/Update Paths</dt>
|
319 |
+
<dd><p class="first">If no paths have been calculated, Calculate Paths will create a new motion path in cache based on
|
320 |
+
the options specified in the pop-up menu or the <a class="reference internal" href="../interface/undo_redo.html#ui-undo-redo-adjust-last-operation"><span class="std std-ref">Adjust Last Operation</span></a> panel.</p>
|
321 |
+
<p>If a path has already been calculated, Update Paths will update the path shape to the current animation.
|
322 |
+
To change the frame range of the calculated path, you need to delete the path and calculate it again.</p>
|
323 |
+
<dl class="last docutils">
|
324 |
+
<dt>Start, End</dt>
|
325 |
+
<dd>These are the start/end frames of the range in which motion paths are shown.
|
326 |
+
You have to <em>Calculate Paths</em> again if you modify this setting, to update the paths in the 3D Views.
|
327 |
+
The start frame is <em>inclusive</em>
|
328 |
+
(i.e. if you set <em>Start</em> to 1, you will really see the frame 1 as starting point of the paths…).</dd>
|
329 |
+
<dt>Bake Location</dt>
|
330 |
+
<dd>Bones only – By default, you get the tips’ paths.
|
331 |
+
By changing this setting to Tails, you will get the paths of the bone’s roots
|
332 |
+
(remember that in Blender UI, bones’ roots are called “heads”…).
|
333 |
+
You have to <em>Calculate Paths</em> again if you modify this setting,
|
334 |
+
to update the paths in the 3D Views.</dd>
|
335 |
+
</dl>
|
336 |
+
</dd>
|
337 |
+
<dt>Clear Paths <code class="docutils literal notranslate"><span class="pre">X</span></code></dt>
|
338 |
+
<dd>Clears paths on all objects/bones or just the selected ones when holding <kbd class="kbd docutils literal notranslate">Shift</kbd>.</dd>
|
339 |
+
</dl>
|
340 |
+
<div class="section" id="show">
|
341 |
+
<h3>Show<a class="headerlink" href="#show" title="Permalink to this headline">¶</a></h3>
|
342 |
+
<dl class="docutils">
|
343 |
+
<dt>Frame Numbers</dt>
|
344 |
+
<dd>When enabled, a small number appears next to each frame dot on the path,
|
345 |
+
which is of course the number of the corresponding frame.</dd>
|
346 |
+
<dt>Keyframes</dt>
|
347 |
+
<dd>When enabled, big yellow square dots are displayed on motion paths, showing the keyframes of their bones
|
348 |
+
(i.e. only the paths of keyed bones at a given frame get a yellow dot at this frame).</dd>
|
349 |
+
<dt>+ Non-Grouped Keyframes</dt>
|
350 |
+
<dd>For bone motion paths, it searches the whole Action for keyframes instead of
|
351 |
+
in groups with matching name only (this is slower).</dd>
|
352 |
+
<dt>Keyframe Numbers</dt>
|
353 |
+
<dd>When enabled, you will see the numbers of the displayed keyframes,
|
354 |
+
so this option is obviously only valid when <em>Show Keys</em> is enabled.</dd>
|
355 |
+
<dt>Lines</dt>
|
356 |
+
<dd><p class="first">Toggles whether the lines between the points are shown.</p>
|
357 |
+
<dl class="last docutils">
|
358 |
+
<dt>Thickness, Custom Color</dt>
|
359 |
+
<dd>Customizable thickness and color for the lines.</dd>
|
360 |
+
</dl>
|
361 |
+
</dd>
|
362 |
+
</dl>
|
363 |
+
</div>
|
364 |
+
</div>
|
365 |
+
<div class="section" id="example">
|
366 |
+
<h2>Example<a class="headerlink" href="#example" title="Permalink to this headline">¶</a></h2>
|
367 |
+
<div class="figure" id="id3">
|
368 |
+
<img alt="../_images/animation_motion-paths_example-armature.png" src="../_images/animation_motion-paths_example-armature.png" />
|
369 |
+
<p class="caption"><span class="caption-text">An example of a motion path of an armature.</span></p>
|
370 |
+
</div>
|
371 |
+
</div>
|
372 |
+
</div>
|
373 |
+
|
374 |
+
|
375 |
+
</div>
|
376 |
+
|
377 |
+
</div>
|
378 |
+
<footer>
|
379 |
+
|
380 |
+
<div class="rst-footer-buttons" role="navigation" aria-label="footer navigation">
|
381 |
+
|
382 |
+
<a href="../physics/index.html" class="btn btn-neutral float-right" title="Physics" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right"></span></a>
|
383 |
+
|
384 |
+
|
385 |
+
<a href="shape_keys/workflow.html" class="btn btn-neutral float-left" title="Workflow" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left"></span> Previous</a>
|
386 |
+
|
387 |
+
</div>
|
388 |
+
|
389 |
+
|
390 |
+
<hr/>
|
391 |
+
|
392 |
+
<div role="contentinfo">
|
393 |
+
<p>
|
394 |
+
© Copyright : This page is licensed under a CC-BY-SA 4.0 Int. License
|
395 |
+
|
396 |
+
</p>
|
397 |
+
</div>
|
398 |
+
|
399 |
+
</footer>
|
400 |
+
|
401 |
+
</div>
|
402 |
+
</div>
|
403 |
+
|
404 |
+
</section>
|
405 |
+
|
406 |
+
</div>
|
407 |
+
<div class="rst-versions" data-toggle="rst-versions" role="note" aria-label="document versions">
|
408 |
+
<ul id="versionwrap" role="presentation">
|
409 |
+
<li style="float:left" role="presentation">
|
410 |
+
<span id="version-dropdown" class="version-btn" tabindex="0" role="button" aria-label="versions selector" aria-haspopup="true" aria-controls="version-vsnlist" aria-disabled="true">
|
411 |
+
2.80
|
412 |
+
</span>
|
413 |
+
<ul id="version-vsnlist" class="version-list" role="menu" aria-labelledby="version-dropdown" aria-hidden="true">
|
414 |
+
<li role="presentation">Loading...</li>
|
415 |
+
</ul>
|
416 |
+
</li>
|
417 |
+
<li style="float:right" role="presentation">
|
418 |
+
<span id="lang-dropdown" class="version-btn" tabindex="0" role="button" aria-label="language selector" aria-haspopup="true" aria-controls="version-langlist">
|
419 |
+
en
|
420 |
+
</span>
|
421 |
+
<ul id="version-langlist" class="version-list" role="menu" aria-labelledby="lang-dropdown" aria-hidden="true">
|
422 |
+
<li role="presentation">Loading...</li>
|
423 |
+
</ul>
|
424 |
+
</li>
|
425 |
+
</ul>
|
426 |
+
</div>
|
427 |
+
|
428 |
+
<script type="text/javascript">
|
429 |
+
jQuery(function () {
|
430 |
+
SphinxRtdTheme.Navigation.enable(true);
|
431 |
+
});
|
432 |
+
</script>
|
433 |
+
|
434 |
+
|
435 |
+
|
436 |
+
|
437 |
+
|
438 |
+
|
439 |
+
<script>
|
440 |
+
window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
|
441 |
+
ga('create', 'UA-1418081-1', 'auto');
|
442 |
+
ga('send', 'pageview');
|
443 |
+
</script>
|
444 |
+
<script async src='https://www.google-analytics.com/analytics.js'></script>
|
445 |
+
|
446 |
+
</body>
|
447 |
+
</html>
|