{"id":21858572,"url":"https://github.com/vircadia/vircadia-world-blender-tools","last_synced_at":"2026-05-18T01:06:21.529Z","repository":{"id":255220862,"uuid":"848595073","full_name":"vircadia/vircadia-world-blender-tools","owner":"vircadia","description":null,"archived":false,"fork":false,"pushed_at":"2025-10-04T18:54:36.000Z","size":1695,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-10-04T20:40:41.784Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vircadia.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":"2024-08-28T03:44:50.000Z","updated_at":"2025-10-04T18:54:39.000Z","dependencies_parsed_at":"2025-03-21T19:44:50.313Z","dependency_job_id":"477dab5a-8fea-43b7-a9ce-145424d2aaa6","html_url":"https://github.com/vircadia/vircadia-world-blender-tools","commit_stats":null,"previous_names":["vircadia/blender-world-tools","vircadia/vircadia-world-tools","vircadia/vircadia-world-blender-tools"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/vircadia/vircadia-world-blender-tools","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vircadia%2Fvircadia-world-blender-tools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vircadia%2Fvircadia-world-blender-tools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vircadia%2Fvircadia-world-blender-tools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vircadia%2Fvircadia-world-blender-tools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vircadia","download_url":"https://codeload.github.com/vircadia/vircadia-world-blender-tools/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vircadia%2Fvircadia-world-blender-tools/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33161411,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-17T22:39:12.733Z","status":"ssl_error","status_checked_at":"2026-05-17T22:39:10.741Z","response_time":107,"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":[],"created_at":"2024-11-28T02:46:24.795Z","updated_at":"2026-05-18T01:06:21.524Z","avatar_url":"https://github.com/vircadia.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Vircadia World Blender Tools\n\nThis is a Blender add-on that allows the creation of full Vircadia worlds within Blender, to be exported directly for upload into the server once done.\n\n## Installation\n\n1. Download the latest release from the [releases page](https://github.com/vircadia/vircadia-world-tools/releases).\n1. Open your Blender scripting console and run the following command:\n```python\nimport sys\nprint(sys.executable)\n```\n1. This will print the path to your Python executable. Now, with that path, run the following command:\n```python\n/path/to/blender/python -m pip install supabase\n```\n1. Confirm that it was installed correctly by running in your Blender scripting console:\n```python\nimport supabase\nprint(supabase.__version__)\n```\n1. In Blender, go to `Edit \u003e Preferences \u003e Add-ons`.\n1. Click `Install` and select the downloaded folder.\n1. Enable the add-on.\n1. Make sure your right sidebar is open, if not the hotkey typically is `N` to open it.\n1. Navigate to the `Vircadia` tab.\n\n## Development\n\n### Requirements\n\n* Blender Version 4.2 (LTS) or later. (accessible via path as \"`blender`\")\n* Python 3.12\n* pip (usually comes with Python)\n\n### Steps\n\n1. Clone this repository recursively to get the submodules:\n\n```bash\ngit clone --recurse-submodules https://github.com/vircadia/vircadia-world-tools.git\n```\n\nIf you've already cloned it without the submodules, you can initialize and update them with:\n\n```bash\ngit submodule update --init --recursive\n```\n\n2. Navigate to the project directory:\n\n```bash\ncd vircadia-world-tools\n```\n\n3. Create and activate a virtual environment:\n\n```bash\npython -m venv .venv\nsource .venv/bin/activate  # On Windows, use `.venv\\Scripts\\activate`\n```\n\n4. Install the project dependencies:\n\n```bash\npip install -r requirements.txt\n```\n\n## Documentation\n\nGo to [docs](/docs) to view the documentation.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvircadia%2Fvircadia-world-blender-tools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvircadia%2Fvircadia-world-blender-tools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvircadia%2Fvircadia-world-blender-tools/lists"}