{"id":19096936,"url":"https://github.com/zocker-160/blender-bpy","last_synced_at":"2025-04-18T16:31:36.409Z","repository":{"id":45466685,"uuid":"298128261","full_name":"zocker-160/blender-bpy","owner":"zocker-160","description":"Blender as Python module","archived":true,"fork":false,"pushed_at":"2022-04-30T20:35:14.000Z","size":36,"stargazers_count":23,"open_issues_count":1,"forks_count":10,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-02-22T08:58:45.188Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","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/zocker-160.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}},"created_at":"2020-09-24T00:34:03.000Z","updated_at":"2024-10-20T08:47:16.000Z","dependencies_parsed_at":"2022-07-14T18:30:44.174Z","dependency_job_id":null,"html_url":"https://github.com/zocker-160/blender-bpy","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zocker-160%2Fblender-bpy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zocker-160%2Fblender-bpy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zocker-160%2Fblender-bpy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zocker-160%2Fblender-bpy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zocker-160","download_url":"https://codeload.github.com/zocker-160/blender-bpy/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249517938,"owners_count":21284862,"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":[],"created_at":"2024-11-09T03:38:14.251Z","updated_at":"2025-04-18T16:31:36.154Z","avatar_url":"https://github.com/zocker-160.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# blender-docker-bpy\n\nBlender as Python module in a Docker container\n\n### Run using Docker\n#### Use prebuilt Docker Container\n\n```bash\ndocker run -it zocker160/blender-bpy\n```\n\n##### Docker Tags\n- latest stable: `zocker160/blender-bpy:stable`\n- from master at time of build: `zocker160/blender-bpy:beta`\n\n#### Build container yourself\n\n```bash\ngit clone https://github.com/zocker-160/blender-docker-bpy.git\ndocker build . -f Dockerfile -t blender:bpy\ndocker run -it --name bpy blender:bpy\n```\n\n### How to run locally\n\n#### Install Python\n\n**NOTE**: replace the Python version with the appropriate one needed for each version of Blender!\n\n```bash\nwget https://www.python.org/ftp/python/3.7.7/Python-3.7.7.tgz -O Python.tgz\ntar xzf Python.tgz\ncd Python-3.7.7/\n./configure --enable-optimizations\nsudo make install\n\n# if you want to install Python 3.7.7 alongside other versions, then use instead:\nsudo make altinstall\n```\n\n#### Install Bpy module (precompiled)\n\n- Download precompiled module from [Releases · zocker-160/blender-docker-bpy · GitHub](https://github.com/zocker-160/blender-docker-bpy/releases)\n- unzip\n- copy `bpy.so` and the folder to `/usr/local/lib/python3.7/site-packages/`\n\n#### Compile Bpy module\n\n```bash\ngit clone https://github.com/zocker-160/blender-docker-bpy.git\nmake\n```\n\n- copy files from `bpy` folder to `/usr/local/lib/python3.7/site-packages/`\n- cleanup with `make clean`\n- *(optional)* test installation with `python3 bpytest.py`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzocker-160%2Fblender-bpy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzocker-160%2Fblender-bpy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzocker-160%2Fblender-bpy/lists"}