Extensions:2.6/Py/Scripts/Animation/Motion Capture Tools

提供: wiki
< Extensions:2.6‎ | Py‎ | Scripts‎ | Animation
2018年6月29日 (金) 04:46時点におけるYamyam (トーク | 投稿記録)による版 (1版 をインポートしました)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
移動先: 案内検索
Motion Capture Tools
Various tools for working with motion capture animation
UI location Propeties Panel > Object Panel > Mocap tools
Usage A suite of motion capture tools for retargeting and working with motion capture
Version 1.0 Author(s) Benjy Cook
Blender 2.59 License GPL
Category Animation Distribution Release


Executable information
File name mocap/__init__.py, mocap_constraints.py, mocap_tools.py, retarget.py,
Current version download https://git.blender.org/gitweb/gitweb.cgi/blender-addons.git/tree/HEAD:/mocap
Python modules math
External Python Modules or dependencies bl_operators/nla.py


Links Author's wiki page


Purpose

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.

Installation

  • If you downloaded the individual .py files that make up the addon:
  • Make a mocap subdirectory of addons and copy all the files there
  • Start Blender, go to user Preferences, and enable Animation: Motion Capture Tools

Usage

  • User Manual
  • YouTube Channel Containing video tutorials and demos covering most of the functionality in the add on.
  • 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.

How it Works