{"id":16993822,"url":"https://github.com/jer-nc/blender_addon_template_4_2","last_synced_at":"2026-04-27T08:31:46.581Z","repository":{"id":250436100,"uuid":"834455937","full_name":"jer-nc/blender_addon_template_4_2","owner":"jer-nc","description":"Basic template for creating add-ons for Blender 4.2","archived":false,"fork":false,"pushed_at":"2024-07-27T10:18:26.000Z","size":13,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-31T09:41:13.787Z","etag":null,"topics":["blender","bpy","python"],"latest_commit_sha":null,"homepage":"","language":"Batchfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jer-nc.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":"2024-07-27T10:18:23.000Z","updated_at":"2025-02-14T13:28:26.000Z","dependencies_parsed_at":"2024-07-27T12:57:59.094Z","dependency_job_id":null,"html_url":"https://github.com/jer-nc/blender_addon_template_4_2","commit_stats":null,"previous_names":["jer-nc/blender_addon_template_4_2"],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/jer-nc/blender_addon_template_4_2","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jer-nc%2Fblender_addon_template_4_2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jer-nc%2Fblender_addon_template_4_2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jer-nc%2Fblender_addon_template_4_2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jer-nc%2Fblender_addon_template_4_2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jer-nc","download_url":"https://codeload.github.com/jer-nc/blender_addon_template_4_2/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jer-nc%2Fblender_addon_template_4_2/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32329463,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T23:26:28.701Z","status":"online","status_checked_at":"2026-04-27T02:00:06.769Z","response_time":128,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["blender","bpy","python"],"created_at":"2024-10-14T03:44:06.075Z","updated_at":"2026-04-27T08:31:46.520Z","avatar_url":"https://github.com/jer-nc.png","language":"Batchfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Add-on Template for Blender 4.2\n\nThis is a basic template for creating add-ons for Blender 4.2. It includes essential files and a basic structure to help you get started quickly.\n\n## File Structure\n\n```\naddon_template_4_2/\n├── .gitignore\n├── build.bat\n├── LICENSE\n├── README.md\n└── source/\n    ├── blender_manifest.toml\n    └── __init__.py\n```\n\n### build.bat\nA batch script to build the add-on into a ZIP file for distribution. It runs the following command:\n\n```bat\n\"C:\\Program Files\\Blender Foundation\\Blender 4.2\\blender.exe\" -c extension build --source-dir=./source\n```\n\n### source/\nContains the main code and metadata for the add-on.\n\n- **blender_manifest.toml**: Defines the add-on's metadata including ID, version, name, description, maintainer, compatible Blender versions, and more.\n\n  Example content:\n  ```toml\n  schema_version = \"1.0.0\"\n\n  id = \"addon_name_id\"\n  version = \"1.0.0\"\n  name = \"Add-on Name\"\n  tagline = \"A short description of the add-on.\"\n  maintainer = \"Maintainer Name \u003cemail\u003e\"\n  type = \"add-on\"\n\n  website = \"https://example.com or GitHub repository\"\n\n  tags = [\n    \"Node\", \"Pipeline\", \"User Interface\"\n  ]\n\n  blender_version_min = \"4.2.0\"\n\n  license = [\n    \"SPDX:GPL-3.0-or-later\",\n  ]\n\n  copyright = [\n    \"2024, Maintainer Name\",\n  ]\n  ```\n\n- **\\_\\_init\\_\\_.py**: The main script file for the add-on. This file is executed when the add-on is loaded into Blender.\n\n## Building the Add-on\n\nTo build the add-on into a ZIP file, run the `build.bat` script. This will package the contents of the `source/` directory into a ZIP file that can be installed in Blender.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjer-nc%2Fblender_addon_template_4_2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjer-nc%2Fblender_addon_template_4_2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjer-nc%2Fblender_addon_template_4_2/lists"}