﻿<?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=Extensions%3A2.6%2FPy%2FScripts%2FAnimation%2FMotion_Trail</id>
	<title>Extensions:2.6/Py/Scripts/Animation/Motion Trail - 版の履歴</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.blender.jp/index.php?action=history&amp;feed=atom&amp;title=Extensions%3A2.6%2FPy%2FScripts%2FAnimation%2FMotion_Trail"/>
	<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Extensions:2.6/Py/Scripts/Animation/Motion_Trail&amp;action=history"/>
	<updated>2026-06-02T10:29:07Z</updated>
	<subtitle>このウィキのこのページに関する変更履歴</subtitle>
	<generator>MediaWiki 1.31.0</generator>
	<entry>
		<id>https://wiki.blender.jp/index.php?title=Extensions:2.6/Py/Scripts/Animation/Motion_Trail&amp;diff=103561&amp;oldid=prev</id>
		<title>Yamyam: 1版 をインポートしました</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Extensions:2.6/Py/Scripts/Animation/Motion_Trail&amp;diff=103561&amp;oldid=prev"/>
		<updated>2018-06-28T19:41:52Z</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:41時点における版&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=Extensions:2.6/Py/Scripts/Animation/Motion_Trail&amp;diff=103560&amp;oldid=prev</id>
		<title>wiki&gt;CoDEmanX: Updated required blender version - CoDEmanX</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Extensions:2.6/Py/Scripts/Animation/Motion_Trail&amp;diff=103560&amp;oldid=prev"/>
		<updated>2013-02-20T17:13:34Z</updated>

		<summary type="html">&lt;p&gt;Updated required blender version - CoDEmanX&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新規ページ&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{ScriptInfo&lt;br /&gt;
|name= Motion Trail&lt;br /&gt;
|tooltip= Display and edit motion trails in the 3d-view&lt;br /&gt;
|menu= View3D &amp;gt; Toolbar &amp;gt; Motion Trail tab&lt;br /&gt;
|usage= Right mouse button to select, G to move. Press left-mouse button to confirm movement, or ESCAPE to cancel.&lt;br /&gt;
|version= 3.1.2&lt;br /&gt;
|blender= 2.65.4&lt;br /&gt;
|category= Animation&lt;br /&gt;
|author= Bart Crouch&lt;br /&gt;
|license= GPL v2 or later&lt;br /&gt;
|distribution= Contrib&lt;br /&gt;
|note= &lt;br /&gt;
|exe= animation_motion_trail.py&lt;br /&gt;
|download= [http://projects.blender.org/tracker/index.php?func=detail&amp;amp;aid=26374 Extension tracker], or [http://projects.blender.org/scm/viewvc.php/*checkout*/contrib/py/scripts/addons/animation_motion_trail.py?root=bf-extensions Direct download]&lt;br /&gt;
|modules= math&lt;br /&gt;
|deps= &lt;br /&gt;
|data= &lt;br /&gt;
|bugtracker= http://projects.blender.org/tracker/index.php?func=detail&amp;amp;aid=26374&lt;br /&gt;
|warning=&lt;br /&gt;
|link= [http://sites.google.com/site/bartiuscrouch/scripts/motion_trail Script homepage]&amp;lt;br&amp;gt;&lt;br /&gt;
[http://blenderartists.org/forum/showthread.php?t=209341 Discussion thread at BlenderArtists]&lt;br /&gt;
|releaselog= &lt;br /&gt;
|issues=&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
=== Example ===&lt;br /&gt;
&amp;lt;vimeo&amp;gt;20659756&amp;lt;/vimeo&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Instructions ===&lt;br /&gt;
The add-on uses the same hotkeys as the ones used at other places in Blender. By default this means the right-mouse button to select and G-key to move. Press the left-mouse button to confirm the movement or Escape-key to cancel. If you have changed your settings (e.g. left-mouse selection instead of right-mouse), the add-on will notice the changes and use your custom user preferences.&lt;br /&gt;
&lt;br /&gt;
There are 3 modes in the add-on: Location, Speed and Timing.&lt;br /&gt;
* Location: select a keyframe or handle and move it to change the location data of the object's animation path. Moving a frame automatically inserts a keyframe at that position.&lt;br /&gt;
* Speed: select and move a timebead to change the speed-in or speed-out of the associated keyframe.&lt;br /&gt;
* Timing: select and move a single keyframe to change the location of that keyframe on the timeline. Selecting and dragging a timebead moves all keyframes (except from the first and last one) on the timeline.&lt;br /&gt;
The Speed and Timing mode don't change the location of the object , only the speed. This holds true as long as the handles in the graph-editor don't overlap.&lt;br /&gt;
&lt;br /&gt;
The motion trail can display different colours. Most interesting are the speed and acceleration gradients.&lt;br /&gt;
Speed: blue is slow, red is fast&lt;br /&gt;
Acceleration: green is positive, yellow is no acceleration, red is negative acceleration.&lt;br /&gt;
Note: the colours are relative. So each is speed gradient contains both 100% blue and 100% red.&lt;br /&gt;
Warning: At the start and end frames the gradients might be slightly off.&lt;/div&gt;</summary>
		<author><name>wiki&gt;CoDEmanX</name></author>
		
	</entry>
</feed>