{"id":20796720,"url":"https://github.com/synphonyte/blender-panim-exporter","last_synced_at":"2025-10-17T14:38:06.018Z","repository":{"id":71806363,"uuid":"604446097","full_name":"Synphonyte/blender-panim-exporter","owner":"Synphonyte","description":"Export all animations of custom properties in a Blender file as a binary .panim file","archived":false,"fork":false,"pushed_at":"2023-02-25T15:47:19.000Z","size":14,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-18T11:29:17.452Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Synphonyte.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-02-21T04:25:10.000Z","updated_at":"2023-08-17T14:51:26.000Z","dependencies_parsed_at":null,"dependency_job_id":"00f554d3-d98c-40a8-86e4-538f4371d77f","html_url":"https://github.com/Synphonyte/blender-panim-exporter","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Synphonyte%2Fblender-panim-exporter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Synphonyte%2Fblender-panim-exporter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Synphonyte%2Fblender-panim-exporter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Synphonyte%2Fblender-panim-exporter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Synphonyte","download_url":"https://codeload.github.com/Synphonyte/blender-panim-exporter/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243141256,"owners_count":20242817,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-17T16:28:49.871Z","updated_at":"2025-10-17T14:38:00.976Z","avatar_url":"https://github.com/Synphonyte.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Blender PANIM Exporter\n\nExport all animations of custom properties in a Blender file as a binary .panim file\n\n## Installation\n\nDownload the file [io_export_panim.py](https://raw.githubusercontent.com/Synphonyte/blender-panim-exporter/main/io_export_panim.py) and [install it in Blender as an addon](https://docs.blender.org/manual/en/latest/editors/preferences/addons.html#installing-add-ons).\n\n## File format\n\nThe file format is a binary format that is designed to be as compact as possible. The following\nshows the format of the file. It's given as `field_name - type`. All data is stored in little endian byte order.\nAt the moment only f32 frame values are supported.\n\n```\nversion                 : u32\nframes_per_second       : f32\n\n\u003crepeat for all objects and custom properties\u003e\n\n    object_name         : utf8 string, 0-terminated\n    property_name       : utf8 string, 0-terminated\n    frame_start         : u32\n    frame_end           : u32\n    value_type          : u8, not used currently. always 0.\n    reserved            : 32 bytes of unused per prop data reserved for future use\n    \n    \u003crepeat for every frame between frame_start until frame_end (including)\u003e\n        frame_value     : f32\n    \u003c/repeat\u003e\n    \n\u003c/repeat\u003e\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsynphonyte%2Fblender-panim-exporter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsynphonyte%2Fblender-panim-exporter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsynphonyte%2Fblender-panim-exporter/lists"}