{"id":25002401,"url":"https://github.com/emperorofmars/stf_blender","last_synced_at":"2026-03-01T18:09:30.131Z","repository":{"id":275485321,"uuid":"902083757","full_name":"emperorofmars/stf_blender","owner":"emperorofmars","description":"Modular 3D File-Format for Games-Development ","archived":false,"fork":false,"pushed_at":"2026-02-26T17:58:28.000Z","size":1208,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2026-02-26T23:51:15.614Z","etag":null,"topics":["3d","3d-format","3d-models","blender","blender-addon","blender-python","interchange-format","interoperability"],"latest_commit_sha":null,"homepage":"https://docs.stfform.at/","language":"Python","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/emperorofmars.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-APACHE2","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-12-11T21:53:48.000Z","updated_at":"2026-02-26T17:58:31.000Z","dependencies_parsed_at":"2025-03-03T19:31:24.019Z","dependency_job_id":"625fd358-3b4a-4284-9ab0-56bfada5ea8d","html_url":"https://github.com/emperorofmars/stf_blender","commit_stats":null,"previous_names":["emperorofmars/stf_blender"],"tags_count":24,"template":false,"template_full_name":null,"purl":"pkg:github/emperorofmars/stf_blender","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emperorofmars%2Fstf_blender","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emperorofmars%2Fstf_blender/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emperorofmars%2Fstf_blender/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emperorofmars%2Fstf_blender/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/emperorofmars","download_url":"https://codeload.github.com/emperorofmars/stf_blender/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emperorofmars%2Fstf_blender/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29977974,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-01T16:35:47.903Z","status":"ssl_error","status_checked_at":"2026-03-01T16:35:44.899Z","response_time":124,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["3d","3d-format","3d-models","blender","blender-addon","blender-python","interchange-format","interoperability"],"created_at":"2025-02-04T21:50:54.206Z","updated_at":"2026-03-01T18:09:30.122Z","avatar_url":"https://github.com/emperorofmars.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# STF Blender\n**Squirrel Transfer Format - Modular 3D File-Format**\\\n*Intended for (not only) games-development use-cases.*\n\n**WIP implementation for Blender 4.5+. Do not use productively!**\n\n🌰 **[Read the User Guide!](https://docs.stfform.at/guide/blender.html)** 🌰 **[Report Issues](https://codeberg.org/emperorofmars/stf_blender/issues)** 🌰 **[STF Website](https://docs.stfform.at/)**\n\n## Installation\n### From Repository (preferred)\nFollow the steps on [docs.stfform.at](https://docs.stfform.at/installation/blender.html)!\n\n### Manual\nDownload the [latest release](https://codeberg.org/emperorofmars/stf_blender/releases/latest)\\\nAdd it under: `Edit` → `Preferences` → `Get Extensions` → **Click on the top right most dropdown** → `Install from Disk...`\n\n---\n\n\u003e [!TIP]\n\u003e **Also install the [Slot Link](https://extensions.blender.org/add-ons/slot-link/) extension if you want to import/export animations.**\n\n## Development\n* Use VSCode with the [recommended extensions](./.vscode/extensions.json).\\\n\tThe most important one is [Blender VS Code](https://github.com/JacquesLucke/blender_vscode).\n* Create a Python 3.11 venv in the repo directory. Inside use pip to install [fake-bpy-module](https://pypi.org/project/fake-bpy-module-latest/).\n\n## License\nAll source-code in this repository, except when noted in individual files and/or directories, is licensed under either:\n\n* MIT License (LICENSE-MIT or \u003chttps://opensource.org/license/MIT\u003e)\n* Apache License, Version 2.0 (LICENSE-APACHE2 or http://www.apache.org/licenses/LICENSE-2.0)\n\n\u003c!--\n**Commands to build the extension.**\\\n*Change the Blender version and path accordingly.*\n\n* Set Blender Path Variable\n\t* Windows (Git Bash)\n\t\t``` sh\n\t\tBLENDER_PATH=\"C:\\Program Files\\Blender Foundation\\Blender 4.5\\blender.exe\"\n\t\t```\n\t* Linux Bash\n\t\t``` sh\n\t\tBLENDER_PATH=~/Software/blender/blender-5.0.1-linux-x64/blender\n\t\t```\n* Build Extension\n\t```sh\n\t$BLENDER_PATH --command extension build --output-dir=./packages\n\t```\n* Generate Repository Json\n\t```sh\n\t$BLENDER_PATH --command extension server-generate --repo-dir=./packages\n\t```\n--\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femperorofmars%2Fstf_blender","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Femperorofmars%2Fstf_blender","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femperorofmars%2Fstf_blender/lists"}