Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tcoppex/io-scene-skma
Custom skeletal model & animation (SKMA) exporter script for Blender.
https://github.com/tcoppex/io-scene-skma
animation blender-exporter blender-python script
Last synced: 4 days ago
JSON representation
Custom skeletal model & animation (SKMA) exporter script for Blender.
- Host: GitHub
- URL: https://github.com/tcoppex/io-scene-skma
- Owner: tcoppex
- Created: 2014-02-06T18:20:22.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-09-24T17:20:44.000Z (about 9 years ago)
- Last Synced: 2024-04-19T16:13:29.569Z (7 months ago)
- Topics: animation, blender-exporter, blender-python, script
- Language: Python
- Homepage:
- Size: 129 KB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
io_scene_skma
================Script to export SKMA model file from Blender.
About
---------------------------------SKMA is a custom, chunk based and animation oriented file format open to user modifications.
It consists of two main sub-formats : SKeletal Mesh (.SKM) and SKeletal Animation (.SKA) along with a material description file (*.MAT).This is a work in progress.
Current features
---------------------------------SKeleton Mesh :
- Mesh
- Bone weights
- Face materials
- Shape Keys / Blend Shape / Morph TargetSKeleton Animation :
- Skeleton
- Joints Animation clipsFinal Note
---------------------------------A cpp importer can be found on the aer-engine repository.