﻿<?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%3AJA%2F2.6%2FManual%2FAnimation</id>
	<title>Doc:JA/2.6/Manual/Animation - 版の履歴</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.blender.jp/index.php?action=history&amp;feed=atom&amp;title=Doc%3AJA%2F2.6%2FManual%2FAnimation"/>
	<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Doc:JA/2.6/Manual/Animation&amp;action=history"/>
	<updated>2026-07-04T14:39:24Z</updated>
	<subtitle>このウィキのこのページに関する変更履歴</subtitle>
	<generator>MediaWiki 1.31.0</generator>
	<entry>
		<id>https://wiki.blender.jp/index.php?title=Doc:JA/2.6/Manual/Animation&amp;diff=106833&amp;oldid=prev</id>
		<title>Yamyam: 1版 をインポートしました</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Doc:JA/2.6/Manual/Animation&amp;diff=106833&amp;oldid=prev"/>
		<updated>2018-06-28T19:46:01Z</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:46時点における版&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:JA/2.6/Manual/Animation&amp;diff=106832&amp;oldid=prev</id>
		<title>wiki&gt;Mindrones bot: Bot: Fixing redirects</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Doc:JA/2.6/Manual/Animation&amp;diff=106832&amp;oldid=prev"/>
		<updated>2012-02-10T00:41:58Z</updated>

		<summary type="html">&lt;p&gt;Bot: Fixing redirects&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新規ページ&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Page/Header|2.5|Doc:JA/2.5/Manual/Modifiers/Simulation/Ocean|Doc:JA/2.5/Manual/Animation/Keyframes}}&lt;br /&gt;
&lt;br /&gt;
= アニメーション =&lt;br /&gt;
アニメーションでは、時の経過にそって、オブジェクトを移動させたり形を変えたりしていきます。オブジェクトは、さまざまな方法でアニメーション化できます。1つかそれ以上のオブジェクトを同時にアニメーション化できる方法もあります:&lt;br /&gt;
&lt;br /&gt;
; '''オブジェクト全体としての移動''' : 位置、向き、大きさを一度に変更する。 &lt;br /&gt;
; '''オブジェクトを変形させる''' : オブジェクトの頂点またはコントロールポイントをアニメーション化。 &lt;br /&gt;
; '''アーマチュアを介したキャラクタアニメーション''' : メッシュ内のボーンの動きによる変形でアニメーションにし、非常に複雑で柔軟な相互作用によって、キャラクターの形をしたオブジェクトの歩行やジャンプを表現します。&lt;br /&gt;
&lt;br /&gt;
この章では最初の2つをカバーしますが、ここで提示する基本は、実際に以下の章を理解するためにも同様に不可欠です。&lt;br /&gt;
&lt;br /&gt;
3つのメソッドは通常、3Dオブジェクトを動かすアニ​​メーションソフトウェアで使用されます:&lt;br /&gt;
; '''キーフレーム'''&lt;br /&gt;
: 全ての位置は、時間の単位（フレーム）ごとに保存されます。 アニメーションは、流動的にフレームのオブジェクトを補間することで作成されます。 この方法の利点は、はっきりと可視化された単位で作業できることです。アニメーターは、ひとつのポジションから次へというように作業することも、以前に作成したポジションを変更することも、それらをいちどに移動させたりもできます。&lt;br /&gt;
; '''アニメーションカーブ '''&lt;br /&gt;
: 曲線はキーフレームから補間され、位置、回転、およびサイズ​​についてのXYZそれぞれの成分だけでなく、Blender内のその他の属性についても描画することができます。 これらのフォームの動きのグラフは、水平方向には時間が設定され、垂直方向には値が設定されています。 この方法の利点は、運動の結果を正確に制御できることです。&lt;br /&gt;
; '''パス '''&lt;br /&gt;
: 曲線は3D空間に描画され、オブジェクトはパスに沿う位置の時間関数に従うように拘束されます。&lt;br /&gt;
&lt;br /&gt;
Blenderで最初は二つのシステムだったものは完全に統合されて一つになり、 [[Doc:2.5/Manual/Animation/FCurves|F-Curve system]]となりました。&lt;br /&gt;
&lt;br /&gt;
ブレンダー2.5xで、私でもアニメーションのすべてをできるようになりました。 以前は、唯一確かなデータブロックはkeframedする能力でした。 今ではユーザーが複数の値に変更することができるデータのほぼすべての種類をアニメーション化する機能があります。&lt;br /&gt;
&lt;br /&gt;
= Chapters =&lt;br /&gt;
;一般的な原則とツール&lt;br /&gt;
:[[Doc:2.6/Manual/Animation/Keyframes|Keyframes]]&lt;br /&gt;
:[[Doc:2.6/Manual/Animation/Editors|Animation Editors]]&lt;br /&gt;
:[[Doc:2.6/Manual/Animation/Timeline|Using The Timeline]]&lt;br /&gt;
:[[Doc:2.6/Manual/Animation/Markers|Markers]]&lt;br /&gt;
&lt;br /&gt;
;グラフエディタ&lt;br /&gt;
:[[User:Tnboma/Doc:2.5/Manual/Animation/Graph Editor|Using the Graph Editor]]&lt;br /&gt;
:[[Doc:2.5/Manual/Animation/FCurves|F-Curves]]&lt;br /&gt;
:[[Doc:2.6/Manual/Animation/Editors/Graph/FCurves|Editing Curves]]&lt;br /&gt;
:[[Doc:2.6/Manual/Animation/Editors/FModifiers|F-Curve Modifiers]]&lt;br /&gt;
&lt;br /&gt;
;アクションエディタ&lt;br /&gt;
:[[Doc:2.5/Manual/Animation/Actions|Actions]]&lt;br /&gt;
:[[Doc:2.5/Manual/Animation/Creating Actions|Creating Actions]]&lt;br /&gt;
&lt;br /&gt;
;アニメーションのテクニック&lt;br /&gt;
:[[Doc:2.6/Manual/Animation/Techs/Object/Constraint|Constraints]]&lt;br /&gt;
:[[Doc:2.6/Manual/Animation/Techs/Object/Path|Moving objects on a Path]]&lt;br /&gt;
:[[Doc:2.5/Manual/Animation/Layer Animation|Changing Object Layers]]&lt;br /&gt;
:[[Doc:2.6/Manual/Physics/Using GE|Game Engine Physics Recording]]&lt;br /&gt;
&lt;br /&gt;
;変形によるアニメーション&lt;br /&gt;
:[[Doc:2.5/Manual/Animation/Basic/Deformation|Methods of deformation]]&lt;br /&gt;
:[[Doc:2.5/Manual/Animation/Basic/Deformation/Shape_Keys|Shape Keys]]&lt;br /&gt;
:[[Doc:2.5/Manual/Animation/Basic/Deformation/Absolute_Shape_Keys|Absolute Shape Keys]]&lt;br /&gt;
:[[Doc:2.5/Manual/Animation/Basic/Deformation/Lattice|Deforming by a Lattice]]&lt;br /&gt;
:[[Doc:2.6/Manual/Modifiers/Deform/Hooks|Deforming with Hooks]]&lt;br /&gt;
::See also [[Doc:2.6/Manual/Modifiers/Deform/Hooks|Hooks]] - Uses a modifier as a way to change the shape of a mesh. Sorta like sticking a fish hook in a mesh and pulling. Uses the principles discussed in Shape Keys.&lt;br /&gt;
&lt;br /&gt;
;Drivers&lt;br /&gt;
:[[Doc:2.6/Manual/Animation/Editors/Graph/Drivers|Drivers]]&lt;br /&gt;
:[[Doc:2.5/Manual/Animation/Driven Shape Keys|Driven Shape Keys]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The [http://wiki.blender.org/index.php/Doc:Tutorials/Animation/BSoD/Character_Animation BSoD Introduction to Character Animation tutorial] is a good starting point for learning character animation. Even if you never used Blender before.&lt;br /&gt;
&lt;br /&gt;
{{Page/Header|2.5|Doc:JA/2.5/Manual/Modifiers/Simulation/Ocean|Doc:JA/2.5/Manual/Animation/Keyframes}}&lt;/div&gt;</summary>
		<author><name>wiki&gt;Mindrones bot</name></author>
		
	</entry>
</feed>