{"id":13340820,"url":"https://github.com/anatawa12/blender-lib","last_synced_at":"2026-05-03T21:35:07.153Z","repository":{"id":45836556,"uuid":"487281636","full_name":"anatawa12/blender-lib","owner":"anatawa12","description":"anatawa12's blender libraries extension","archived":false,"fork":false,"pushed_at":"2023-02-10T10:00:16.000Z","size":67,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-11T07:53:22.402Z","etag":null,"topics":["addon","blender","vrchat"],"latest_commit_sha":null,"homepage":"","language":"Python","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/anatawa12.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING","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":"2022-04-30T13:15:27.000Z","updated_at":"2022-07-22T02:30:30.000Z","dependencies_parsed_at":"2023-02-16T18:45:31.236Z","dependency_job_id":null,"html_url":"https://github.com/anatawa12/blender-lib","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/anatawa12/blender-lib","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anatawa12%2Fblender-lib","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anatawa12%2Fblender-lib/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anatawa12%2Fblender-lib/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anatawa12%2Fblender-lib/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anatawa12","download_url":"https://codeload.github.com/anatawa12/blender-lib/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anatawa12%2Fblender-lib/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32586187,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T06:36:36.687Z","status":"ssl_error","status_checked_at":"2026-05-03T06:36:09.306Z","response_time":103,"last_error":"SSL_read: 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":["addon","blender","vrchat"],"created_at":"2024-07-29T19:24:02.523Z","updated_at":"2026-05-03T21:35:07.139Z","avatar_url":"https://github.com/anatawa12.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# anatawa12's blender libraries extension\n\n## how to install\n\n1. download zip [here][zip-link].\n2. open preference of Blender at 'Edit' menu\n3. Select `Add-ons` from left menu\n4. Click `install...`\n5. select downloaded zip\n\n[zip-link]: https://github.com/anatawa12/blender-lib/archive/refs/heads/master.zip\n\n## License\n\nGPL-3.0-only. see LICENSE\n\nWhen you create pull requests, please approve me to publish your changes in GPL 3.0 or later.\nI may change the license to later version of GPL.\n\n## To use this library\n\nAdd following code into the head of your script and use functions like `a.\u003cfunc\u003e()`.\nPlease replace `\u003cminimum required library version\u003e` with the version you want to use.\n\n```python\nimport bpy\nimport addon_utils\nfrom importlib import import_module\n\nl = [m for m in addon_utils.modules() if \"anatawa12_library_selector\" in m.bl_info]\nif len(l) == 0:\n    bpy.context.window_manager.popup_menu(\n        (lambda s, c: s.layout.label(text=\"Please install anatawa12's blender library from https://github.com/anatawa12/blender-lib\")), \n        title=\"Error\", icon='ERROR')\na = import_module(l[0].__name__)\na.version_check(\u003cminimum required library version\u003e)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanatawa12%2Fblender-lib","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanatawa12%2Fblender-lib","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanatawa12%2Fblender-lib/lists"}