Skip to content

dingdio/witcher3-maya-animation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

witcher3-maya-animation

These Maya tools allow the creation of json files that describe Witcher 3 animations. Wolven-kit can then be used to import the json animations into Witcher 3 formats.

Features

In particular you can :

  • Import and export w2anims.json (bone and track animation)
  • Import and export w2cutscene.json (multipart bone and track animation that describe full cutscenes) (Exporting ability in progress)
  • Import and export w2rig.json (skeletons)
  • Import and export w3fac.json (face skeleton and face pose library)

Tutorials and Links

Motion Extraction:

Installation

  1. Download and unzip the witcher3.zip file from github releases or clone this git.

  2. Drag and drop the "witcher3/install.mel" file onto the Maya viewport.

  3. Click the Witcher 3 Tools icon on the shelf to run.

Manual Installation

Add src/witcher3 folder to your maya scripts directory, start Maya and run the following code in the Python script editor.

import witcher3
reload(witcher3)
witcher3.w3tool.RedManager(dock=False)

If you have problems with Maya 2022 or later check: Maya 2022+ dev branch

About

Autodesk Maya animation tools for The Witcher 3: Wild Hunt.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages