{"id":16110218,"url":"https://github.com/florianvazelle/bone-generator","last_synced_at":"2025-08-05T12:30:06.154Z","repository":{"id":66992225,"uuid":"314618388","full_name":"florianvazelle/bone-generator","owner":"florianvazelle","description":"A blender addon to generate bones for a 3D mesh with the principal component analysis method","archived":false,"fork":false,"pushed_at":"2021-01-31T23:40:20.000Z","size":161,"stargazers_count":7,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-28T08:33:49.210Z","etag":null,"topics":["addon","blender","blender-addon","blender-plugin","blender-python","blender3d","principal-component-analysis","python","rigging"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/florianvazelle.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2020-11-20T17:05:17.000Z","updated_at":"2023-05-01T16:53:09.000Z","dependencies_parsed_at":"2023-03-13T20:29:03.200Z","dependency_job_id":null,"html_url":"https://github.com/florianvazelle/bone-generator","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/florianvazelle%2Fbone-generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/florianvazelle%2Fbone-generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/florianvazelle%2Fbone-generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/florianvazelle%2Fbone-generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/florianvazelle","download_url":"https://codeload.github.com/florianvazelle/bone-generator/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243911112,"owners_count":20367630,"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":["addon","blender","blender-addon","blender-plugin","blender-python","blender3d","principal-component-analysis","python","rigging"],"created_at":"2024-10-09T19:36:25.239Z","updated_at":"2025-03-18T09:30:52.935Z","avatar_url":"https://github.com/florianvazelle.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bone Generator\n\n\u003e Requires blender 2.91\n\n## Install\n\n1. Download this repository as a zip.\n2. Open Blender.\n3. Go to Edit \u003e Preferences \u003e Add-ons.\n4. Click on \"install...\" an look for either the \".zip\".\n\n![basic_install](https://raw.githubusercontent.com/Pullusb/How_to_install_Blender_addons/master/imgs/basic_install.png)\n\n5. Go to TESTING section\n5. And click on the enable checkbox.\n\n![activate_addon](https://raw.githubusercontent.com/Pullusb/How_to_install_Blender_addons/master/imgs/activate_addon.png)\n\n### Note\n\nRemember to check that your python executable is the same as blender.\n```python\nimport sys\nprint(sys.executable)\n```\nWrite this in Blender Scripting Console and your Python Console.\n\nTo install python requirements, I needed to use `sudo` prefix. \n\n## Development\n\nAfter Installing the addon :\n1. Go to where the addon is installed :\n    - Windows : **a path that looks like** `C:\\Users\\\u003cusername\u003e\\AppData\\Roaming\\Blender Foundation\\Blender\\2.91\\scripts\\addons`\n    - Linux : `~/.config/blender/2.91/scripts/addons`\n2. Edit the code.\n3. When you return to Blender, you need to reload the scripts. The easiest is to F3 and search for \"Reload scripts\".\n\n## References\n\n- We use a [Blender addon template](https://github.com/eliemichel/AdvancedBlenderAddon) provided by [eliemichel](https://github.com/eliemichel/)\n- The install image comes from [Pullusb/How_to_install_Blender_addons](https://github.com/Pullusb/How_to_install_Blender_addons)\n\n- [Vertex Color](https://blender.stackexchange.com/questions/909/how-can-i-set-and-get-the-vertex-color-property)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflorianvazelle%2Fbone-generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflorianvazelle%2Fbone-generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflorianvazelle%2Fbone-generator/lists"}