Coder Social home page Coder Social logo

blender-panim-exporter's Introduction

Blender PANIM Exporter

Export all animations of custom properties in a Blender file as a binary .panim file

Installation

Download the file io_export_panim.py and install it in Blender as an addon.

File format

The file format is a binary format that is designed to be as compact as possible. The following shows the format of the file. It's given as field_name - type. All data is stored in little endian byte order. At the moment only f32 frame values are supported.

version                 : u32
frames_per_second       : f32

<repeat for all objects and custom properties>

    object_name         : utf8 string, 0-terminated
    property_name       : utf8 string, 0-terminated
    frame_start         : u32
    frame_end           : u32
    value_type          : u8, not used currently. always 0.
    reserved            : 32 bytes of unused per prop data reserved for future use
    
    <repeat for every frame between frame_start until frame_end (including)>
        frame_value     : f32
    </repeat>
    
</repeat>

blender-panim-exporter's People

Contributors

maccesch avatar

Stargazers

Mike avatar Joel Beicher avatar

Watchers

 avatar Rowin Hernández avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.