﻿<?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_Capture_Tools</id>
	<title>Extensions:2.6/Py/Scripts/Animation/Motion Capture Tools - 版の履歴</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_Capture_Tools"/>
	<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Extensions:2.6/Py/Scripts/Animation/Motion_Capture_Tools&amp;action=history"/>
	<updated>2026-06-02T00:41:57Z</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_Capture_Tools&amp;diff=106843&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_Capture_Tools&amp;diff=106843&amp;oldid=prev"/>
		<updated>2018-06-28T19:46:03Z</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=Extensions:2.6/Py/Scripts/Animation/Motion_Capture_Tools&amp;diff=106842&amp;oldid=prev</id>
		<title>wiki&gt;Sybren: Updated download URL to GIT repo</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Extensions:2.6/Py/Scripts/Animation/Motion_Capture_Tools&amp;diff=106842&amp;oldid=prev"/>
		<updated>2014-10-27T14:52:43Z</updated>

		<summary type="html">&lt;p&gt;Updated download URL to GIT repo&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新規ページ&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{ScriptInfo&lt;br /&gt;
|name=Motion Capture Tools&lt;br /&gt;
|tooltip= Various tools for working with motion capture animation&lt;br /&gt;
|menu= Propeties Panel &amp;gt; Object Panel &amp;gt; Mocap tools&lt;br /&gt;
|usage= A suite of motion capture tools for retargeting and working with motion capture&lt;br /&gt;
|version= 1.0&lt;br /&gt;
|blender= 2.59&lt;br /&gt;
|category= Animation&lt;br /&gt;
|author= Benjy Cook&lt;br /&gt;
|license= GPL&lt;br /&gt;
|distribution= Release&lt;br /&gt;
|exe= mocap/__init__.py, mocap_constraints.py, mocap_tools.py, retarget.py, &lt;br /&gt;
|download= https://git.blender.org/gitweb/gitweb.cgi/blender-addons.git/tree/HEAD:/mocap&lt;br /&gt;
|modules= math&lt;br /&gt;
|deps=bl_operators/nla.py&lt;br /&gt;
|data=&lt;br /&gt;
|bugtracker=http://projects.blender.org/tracker/index.php?func=detail&amp;amp;aid=28321&amp;amp;group_id=153&amp;amp;atid=469&lt;br /&gt;
|link= [[User:Benjycook | Author's wiki page]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
=== Purpose ===&lt;br /&gt;
The Motion Capture Tools add-on, as it's name suggests, has many varied and different tools for the artist who wants to work with motion capture data. At the heart of the system, is the retargeting tool, which allows artists to transfer animations from the imported mocap armature to their own rig. In addition, there are tools for stitching 2 animations together, converting heavily sampled fcurves to beziers, detecting loops in an animation, having the animation follow a path, and more.&lt;br /&gt;
=== Installation ===&lt;br /&gt;
&lt;br /&gt;
* If you downloaded the individual .py files that make up the addon:&lt;br /&gt;
* Make a mocap subdirectory of addons and copy all the files there&lt;br /&gt;
* Start Blender, go to user Preferences, and enable Animation: Motion Capture Tools&lt;br /&gt;
&lt;br /&gt;
=== Usage ===&lt;br /&gt;
*[[User:Benjycook/GSOC/Manual | User Manual]]&lt;br /&gt;
*[http://www.youtube.com/user/BenjyTCook YouTube Channel] Containing video tutorials and demos covering most of the functionality in the add on.&lt;br /&gt;
*[http://vimeo.com/28004438 Vimeo] Vimeo clip showing the last tutorial (8), Advanced Retargeting. Not available on YouTube due to length. My Vimeo channel also has copies of the above YouTube vids.&lt;br /&gt;
=== How it Works ===&lt;br /&gt;
*[[User:Benjycook/GSOC/TechnicalInfo | Technical/Code Overview]]&lt;br /&gt;
*[https://docs.google.com/document/d/1OOSE0BPuXUwxKF_2Hn5ndXu0i--TjWku-hWIKLX84Qg/edit?hl=en_US Article regarding the project (Google Docs)] WIP for university course. Contains theoretical background and overview of the project.&lt;/div&gt;</summary>
		<author><name>wiki&gt;Sybren</name></author>
		
	</entry>
</feed>