Skip to content

A basic, general-purpose module that provides classes and functions related to 3D animation and transforms. Supports animation retargeting.

Notifications You must be signed in to change notification settings

nbreeze/py-simple-anim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Simple Python Animation Module

A basic, general-purpose module that provides classes and functions related to 3D animation and transforms.

Purpose

This module was created as a general solution for retargeting 3D animations. Retargeting is the process of reusing an animation designed for one skeleton and applying it to a different skeleton. The module handles skeletons that may differ in bone orientation, but are similarly structured hierarchially.

Bipedal skeletons are a good example, as different games/applications define their bones differently but the structure is the same: i.e, feet, toes, arms, head, torso, etc.

Usage

This was written for Python 3.0+. In addition, the following libraries have to be installed in order to use this module:

About

A basic, general-purpose module that provides classes and functions related to 3D animation and transforms. Supports animation retargeting.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages