{"id":35747506,"url":"https://github.com/marekzajac97/bf2-blender","last_synced_at":"2026-02-12T00:19:00.006Z","repository":{"id":165229437,"uuid":"640586714","full_name":"marekzajac97/bf2-blender","owner":"marekzajac97","description":"Blender Add-on for Battlefield 2™","archived":false,"fork":false,"pushed_at":"2026-02-05T21:34:31.000Z","size":1335,"stargazers_count":19,"open_issues_count":0,"forks_count":1,"subscribers_count":6,"default_branch":"main","last_synced_at":"2026-02-06T07:47:04.491Z","etag":null,"topics":["battlefield2","bf2","blender","refractor2"],"latest_commit_sha":null,"homepage":"","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/marekzajac97.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-05-14T15:28:04.000Z","updated_at":"2026-02-05T21:34:28.000Z","dependencies_parsed_at":"2024-03-11T19:48:12.268Z","dependency_job_id":"7c476c8b-fdae-4cbc-bd73-b14a821d2de1","html_url":"https://github.com/marekzajac97/bf2-blender","commit_stats":null,"previous_names":[],"tags_count":49,"template":false,"template_full_name":null,"purl":"pkg:github/marekzajac97/bf2-blender","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marekzajac97%2Fbf2-blender","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marekzajac97%2Fbf2-blender/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marekzajac97%2Fbf2-blender/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marekzajac97%2Fbf2-blender/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/marekzajac97","download_url":"https://codeload.github.com/marekzajac97/bf2-blender/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marekzajac97%2Fbf2-blender/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29350381,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-11T20:11:40.865Z","status":"ssl_error","status_checked_at":"2026-02-11T20:10:41.637Z","response_time":97,"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":["battlefield2","bf2","blender","refractor2"],"created_at":"2026-01-06T18:16:10.445Z","updated_at":"2026-02-12T00:19:00.001Z","avatar_url":"https://github.com/marekzajac97.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Blender addon for Battlefield 2\nI'm probably like 15 years late but anyway, here are some Blender tools for working with Refractor 2 engine assets!\n\n## Features:\nImport \u0026 export support of:\n- Skeleton (`.ske`)\n- Animation (`.baf`)\n- StaticMesh (`.staticMesh`) including lightmap samples\n- SkinnedMesh (`.skinnedMesh`)\n- BundledMesh (`.bundledMesh`)\n- CollisionMesh (`.collisionMesh`)\n- Occlusion Mesh (`.occ`)\n\nAs well as many other utilities for:\n- Lightmapping\n- Skeleton rigging\n- Making overgrowth LODs\n- BundledMesh skinning\n\n## Compatibility\n- minimum required: Blender 4.2\n- maximum supported: Blender 5.0 (later versions may still work but as of writing this, they have not been tested)\n\n## Installation\nDownload the latest `io_scene_bf2` package from [Releases](https://github.com/marekzajac97/bf2-blender/releases/latest) compatible with your system and follow the steps at [Installing Add-ons](https://docs.blender.org/manual/en/latest/editors/preferences/addons.html#installing-legacy-add-ons)\n\n## Usage\n- Head over to the [Documentation](docs/README.md) for details on how to use this add-on\n\n## License\nThis repository includes the source code  of the following third-party projects:\n- [rectpack](https://github.com/secnot/rectpack) licensed under Apache License Version 2.0\n- [Texconv Custom DLL](https://github.com/matyalatte/Texconv-Custom-DLL) including python bindings from [Blender-DDS-Addon](https://github.com/matyalatte/Blender-DDS-Addon) licensed under MIT License\n- [bf2mesh](https://github.com/rpoxo/bf2mesh) licensed under MIT License\n- [pybind11](https://github.com/pybind/pybind11) licensed under BSD-style license.\n\nUnless stated otherwise, all of the remaining source files in this repository are licensed under MIT License.\n\n## Credits\n- [secnot](https://github.com/secnot), [matyalatte](https://github.com/matyalatte) and [rpoxo](https://github.com/rpoxo) as the respective owners of the repositories listed above\n- Harmonikater for [BF2-3dsMax-Tools](https://git.cmp-gaming.com/Harmonikater/BF2-3dsMax-Tools) (served as \"inspiration\" for some of the tools)\n- Remdul for guidance and [bfmeshview](http://www.bytehazard.com/bfstuff/bfmeshview/) (a lot of the stuff is ported over from there)\n- Ason and DeWolfe for testing and feedback\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarekzajac97%2Fbf2-blender","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarekzajac97%2Fbf2-blender","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarekzajac97%2Fbf2-blender/lists"}