Skip to content

This is a loader for the PANIM format, which is a simple animation format for custom properties in Blender

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

Synphonyte/panim-loader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PANIM Loader

Crates.io Docs MIT/Apache 2.0 Build Status Coverage Status

This is a loader for the PANIM format, which is a simple animation format for custom properties in Blender. This is meant to be used in conjunction with the PANIM Blender Exporter.

Please also check there to see the details of the binary file format.

The primary use case for this file type is to export more animation data on top of what can be stored in GLTF files.

Usage

use panim_loader::PropertiesAnimation;

let anims = PropertiesAnimation::from_file("assets/single_anim.panim").unwrap();
let value = &anims.animations[0].get_animation_value_at_time(10.0);

About

This is a loader for the PANIM format, which is a simple animation format for custom properties in Blender

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Packages

No packages published

Languages