All Projects → igelbox → blender-retarget

igelbox / blender-retarget

Licence: MIT license
Applies animation from one armature to another

Programming Languages

python
139335 projects - #7 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to blender-retarget

Animaide
AnimAide is a free add-on for Blender that has some helpful tools for animation.
Stars: ✭ 225 (+64.23%)
Mutual labels:  blender-addon
vicon
Code for working with the Vicon tracking system
Stars: ✭ 20 (-85.4%)
Mutual labels:  motion-capture
ThirdPersonController
Simple 3rd person controller demonstrating camera-relative movement and the new Cinemachine 3rd Person Follow / Aim system
Stars: ✭ 15 (-89.05%)
Mutual labels:  animation-controller
ManosOsc
(Eyebeam #13 of 13) Output OSC, MIDI, and After Effects/Maya animation scripts from the Leap Motion controller.
Stars: ✭ 53 (-61.31%)
Mutual labels:  motion-capture
vicon2gt
Vicon-IMU fusion for groundtruth trajectory generation.
Stars: ✭ 41 (-70.07%)
Mutual labels:  motion-capture
LEMO
Official Pytorch implementation for 2021 ICCV paper "Learning Motion Priors for 4D Human Body Capture in 3D Scenes" and trained models / data
Stars: ✭ 149 (+8.76%)
Mutual labels:  motion-capture
Jewelcraft
Blender add-on for jewelry design
Stars: ✭ 212 (+54.74%)
Mutual labels:  blender-addon
import 3dm
Blender importer script for Rhinoceros 3D files
Stars: ✭ 225 (+64.23%)
Mutual labels:  blender-addon
openPerform
Check out the various styles and effects OpenPerform has to offer with our BVH animation demo!
Stars: ✭ 24 (-82.48%)
Mutual labels:  motion-capture
bvh11
A tiny C++11 library for reading BVH motion capture data
Stars: ✭ 23 (-83.21%)
Mutual labels:  motion-capture
OpenISS
OpenISS -- a unified multimodal motion data delivery framework.
Stars: ✭ 22 (-83.94%)
Mutual labels:  motion-capture
3d-pose-2d-keypoints
3d Human Pose Estimation from 2d Keypoints
Stars: ✭ 56 (-59.12%)
Mutual labels:  motion-capture
VRMocap
A SteamVR powered mocap solution for Unreal Engine
Stars: ✭ 88 (-35.77%)
Mutual labels:  motion-capture
Blender Tools
🐵 Embark Addon for Blender
Stars: ✭ 250 (+82.48%)
Mutual labels:  blender-addon
Kotlin-Animation-DSL
simplify Android animation code by redefining API, use just one third of code to create animation compare to origin Android API
Stars: ✭ 45 (-67.15%)
Mutual labels:  animation-controller
Blenderseed
appleseed plugin for Blender
Stars: ✭ 214 (+56.2%)
Mutual labels:  blender-addon
qualisys python sdk
Python implementation of the real-time protocol for Qualisys Track Manager
Stars: ✭ 24 (-82.48%)
Mutual labels:  motion-capture
NodeSharer
Node Sharer is an add-on for Blender that lets you easily share procedural materials as text strings.
Stars: ✭ 48 (-64.96%)
Mutual labels:  blender-addon
React Simple Animate
🎯 React UI animation made easy
Stars: ✭ 1,626 (+1086.86%)
Mutual labels:  animation-controller
AnimFace
A plugin created for Maya for the transfer of motion capture data onto 3D facial models using RBF algorithms
Stars: ✭ 26 (-81.02%)
Mutual labels:  motion-capture

blender-retarget

Animation retargeting addon for Blender 3D.

Tests Code Coverage

The Main Goal

The main goal is to link/synchronize target armature bones with a source ones in real-time using some math magic.

Thus, allowing you to use your next favorite tools for baking/exporting/using the result motions. For the glory of the Unix way.

How to Install

Blender 2.82 isn't supported by this addon coz there's no known trick to force depsgraph to refresh pose on each frame.

How to Use

  • Select the destination armature object in a 3D View area
  • Go to the Object Properties panel
  • Choose the source armature object in the Select Source: field
  • Choose source bones for each bone that should be linked
  • Position target bones along with source ones, to make the target armature almost the same pose as the source one
  • Use the Link rotation and Link location buttons to specify which kind of animation should be copied: rotation only, translation only, or both.
  • Change the current frame number to see how target bones follow to source ones

Relative positions of bones can be adjusted at any time. To do this the respective Link rotation or Link location button should be temporarily switched off.

TL;DR - use the following video tutorial (text subtitles can be auto-translated by YouTube):

Video Tutorial

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].