﻿<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="ja">
	<id>https://wiki.blender.jp/index.php?action=history&amp;feed=atom&amp;title=Doc%3A2.6%2FManual%2FAnimation%2FEditors%2FDopeSheet%2FAction</id>
	<title>Doc:2.6/Manual/Animation/Editors/DopeSheet/Action - 版の履歴</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.blender.jp/index.php?action=history&amp;feed=atom&amp;title=Doc%3A2.6%2FManual%2FAnimation%2FEditors%2FDopeSheet%2FAction"/>
	<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Doc:2.6/Manual/Animation/Editors/DopeSheet/Action&amp;action=history"/>
	<updated>2026-06-13T14:12:44Z</updated>
	<subtitle>このウィキのこのページに関する変更履歴</subtitle>
	<generator>MediaWiki 1.31.0</generator>
	<entry>
		<id>https://wiki.blender.jp/index.php?title=Doc:2.6/Manual/Animation/Editors/DopeSheet/Action&amp;diff=114353&amp;oldid=prev</id>
		<title>Yamyam: 1版 をインポートしました</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Doc:2.6/Manual/Animation/Editors/DopeSheet/Action&amp;diff=114353&amp;oldid=prev"/>
		<updated>2018-06-28T19:51:50Z</updated>

		<summary type="html">&lt;p&gt;1版 をインポートしました&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;ja&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;← 古い版&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;2018年6月28日 (木) 19:51時点における版&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;ja&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(相違点なし)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Yamyam</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.blender.jp/index.php?title=Doc:2.6/Manual/Animation/Editors/DopeSheet/Action&amp;diff=114352&amp;oldid=prev</id>
		<title>wiki&gt;Olson: /* Action Datablocks */  typos</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Doc:2.6/Manual/Animation/Editors/DopeSheet/Action&amp;diff=114352&amp;oldid=prev"/>
		<updated>2014-10-09T15:21:53Z</updated>

		<summary type="html">&lt;p&gt;‎&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;Action Datablocks: &lt;/span&gt;  typos&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新規ページ&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Page/Header||}}&lt;br /&gt;
&lt;br /&gt;
= Action Editor =&lt;br /&gt;
&lt;br /&gt;
Blender 2.5 simplifies the system by making Actions the generic containers for F-Curves. Actions can contain any number of F-Curves, and can be attached to any data block.As long as the RNA data paths stored in the Action's F-Curves can be found on that data block, the animation will work. For example, an action modifying 'X location' and 'Y location' properties can be shared across multiple objects, since both objects have 'X location' and 'Y location' properties beneath them.&lt;br /&gt;
&lt;br /&gt;
The {{Literal|Action Editor}} window enables you to see and edit the FCurve datablocks you defined as actions in the {{Literal|FCurve Editor}} window. So it takes place somewhere in-between the low-level [[Doc:2.6/Manual/Animation/Editors/Graph|FCurves]], and the high-level [[Doc:2.6/Manual/Animation/Editors/NLA|NLA editor]]. Hence, you do not have to use them for simple Ipo curves animations – and they have not much interest in themselves, so you will mostly use this window when you do [[Doc:2.6/Manual/Animation/Editors/NLA|NLA animation]] (they do have a few specific usages on their own, though, like e.g. with the [[Doc:2.6/Manual/Constraints/Relationship/Action|Action constraint]], or the [[Doc:2.6/Manual/Rigging/Posing/Pose Library|pose libraries]]…).&lt;br /&gt;
&lt;br /&gt;
This is not a mandatory window, as you do can edit the actions used by the NLA directly in the {{Literal|FCurve Editor}} window (or even the {{Literal|NLA Editor}} one). However, it gives you a slightly simplified view of your FCurve datablocks (somewhat similar to the “key” mode of the FCurve window, even though more powerful in some ways) – and, more interesting, it can show you all ”action” FCurve datablocks of a same object at once.&lt;br /&gt;
&lt;br /&gt;
Additionally, it also allows you to affect timing of the different keys of the layers created with the [[Doc:2.6/Manual/3D interaction/Sketching|grease pencil tool]].&lt;br /&gt;
&lt;br /&gt;
Each “action” FCurve datablock forms a top-level channel (see below). Note that an object can have several {{Literal|Constraint}} (one per animated constraint) and {{Literal|Pose}} (for armatures, one per animated bone) FCurve datablocks, and hence an action can have several of these channels.&lt;br /&gt;
&lt;br /&gt;
== Action Datablocks ==&lt;br /&gt;
As with other things in Blender, actions are datablocks. Unlike the F-Curve ones, there's only one type of action, which can regroup all FCurve of a given object. You’ll find its usual datablock controls in the {{Literal|Action Editor}} header.&lt;br /&gt;
&lt;br /&gt;
Assigning a “fake user” to the action guarantees you that you won’t lose your precious previously-edited actions when you start working on a new one, upon saving and reopening the file.&lt;br /&gt;
&lt;br /&gt;
This window shows the action datablock linked to the current active object.&lt;br /&gt;
&lt;br /&gt;
==Interface==&lt;br /&gt;
[[File:Doc26-actionEditor.png|thumb|center|800px|The {{Literal|Action Editor}} mode of the {{Literal|Dope Sheet Editor}} window.]]&lt;br /&gt;
&lt;br /&gt;
By their functionality, header, menus and window interface of the {{Literal|Action Editor}} is universal as for whole {{Literal|Dope Sheet Editor}} and about these you can see more details in corresponding sections:&lt;br /&gt;
* [[Doc:2.6/Manual/Animation/Editors/DopeSheet|Dope Sheet Editor]]&lt;br /&gt;
* [[Doc:2.6/Manual/Animation/Editors/Graph|Graph Editor]]&lt;br /&gt;
* [[Doc:2.6/Manual/Animation/Editors/Graph/FCurves/Editing|FCurve Editing]]&lt;br /&gt;
* [[Doc:2.6/Manual/Animation/Editors/Timeline|Timeline]]&lt;br /&gt;
* [[Doc:2.6/Manual/Animation/Basics/Markers|Markers]]&lt;br /&gt;
* [[Doc:2.6/Manual/Animation/Basics/Actions|Actions]]&lt;br /&gt;
{{clr}}&lt;br /&gt;
&lt;br /&gt;
==Using Action Editor==&lt;br /&gt;
&lt;br /&gt;
You may set and adjust a same set of animation events in Graph Editor with editing F-curves.&lt;br /&gt;
&lt;br /&gt;
Then, you can to group these action F-curves to single action.&lt;br /&gt;
&lt;br /&gt;
Thereafter, you add constraint {{Literal|Action}} to the required object or armature and set it to using the yours previously customized action.&lt;br /&gt;
{{clr}}&lt;br /&gt;
&lt;br /&gt;
[[File:Doc26-Doc-26-Manual-Dopesheet-ActionEditor-LinkedActions.png|thumb|right|300px|Link or Append datablock «Action».]]&lt;br /&gt;
And henceforward, you can reuse that action in this way in other scenes and projects.&lt;br /&gt;
{{clr}}&lt;br /&gt;
&lt;br /&gt;
==Working with poses in the Action Editor==&lt;br /&gt;
[[File:Doc-26-Manual-Animation-Markers-ActionPose-Visualization.png|frame|right|Pose markers in the Action Editor mode of the Dope Sheet editor.]]&lt;br /&gt;
Another destination to the Action Editor is a working with poses which are set in Pose mode during the rigging character armature.&lt;br /&gt;
&lt;br /&gt;
For these purposes ''pose markers'' are using in the Action Editor, which are detail described in section about [[Doc:2.6/Manual/Animation/Techs/Armatures|animating armatures]].&lt;br /&gt;
{{clr}}&lt;br /&gt;
&lt;br /&gt;
{{Page/Footer|}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Animation]]&lt;br /&gt;
[[Category:Editors]]&lt;br /&gt;
[[Category:Action]]&lt;/div&gt;</summary>
		<author><name>wiki&gt;Olson</name></author>
		
	</entry>
</feed>