{"id":13683274,"url":"https://github.com/nutti/fake-bpy-module","last_synced_at":"2025-05-13T20:13:11.685Z","repository":{"id":38421966,"uuid":"105444343","full_name":"nutti/fake-bpy-module","owner":"nutti","description":"Fake Blender Python API module collection for the code completion.","archived":false,"fork":false,"pushed_at":"2025-05-06T15:13:04.000Z","size":1613,"stargazers_count":1550,"open_issues_count":7,"forks_count":104,"subscribers_count":36,"default_branch":"main","last_synced_at":"2025-05-06T16:43:43.072Z","etag":null,"topics":["b3d","blender","blender-addon","blender-scripts","blender3d","python"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nutti.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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},"funding":{"github":["nutti"]}},"created_at":"2017-10-01T13:33:09.000Z","updated_at":"2025-05-05T00:46:10.000Z","dependencies_parsed_at":"2023-02-10T08:15:19.113Z","dependency_job_id":"4df83ac2-9282-469f-8e5a-cd96801c9f8b","html_url":"https://github.com/nutti/fake-bpy-module","commit_stats":{"total_commits":237,"total_committers":6,"mean_commits":39.5,"dds":"0.17721518987341767","last_synced_commit":"5ba2c47723748083640f8936e17ca0e5e03f6f27"},"previous_names":[],"tags_count":21,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nutti%2Ffake-bpy-module","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nutti%2Ffake-bpy-module/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nutti%2Ffake-bpy-module/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nutti%2Ffake-bpy-module/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nutti","download_url":"https://codeload.github.com/nutti/fake-bpy-module/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254020616,"owners_count":22000755,"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":["b3d","blender","blender-addon","blender-scripts","blender3d","python"],"created_at":"2024-08-02T13:02:05.924Z","updated_at":"2025-05-13T20:13:06.677Z","avatar_url":"https://github.com/nutti.png","language":"Python","funding_links":["https://github.com/sponsors/nutti","https://github.com/sponsors/nutti)*"],"categories":["Python","👩🏽‍💻Development [^](#table)","Modeling, Sculpting \u0026 Texturing"],"sub_categories":["Scripting/Developing [^](#table)","Blender: Plugins \u0026 Addons"],"readme":"# Fake Blender Python API module collection: fake-bpy-module\n\nfake-bpy-module is the collections of the fake Blender Python API modules for\nthe code completion in commonly used IDEs.\n\nNote: The similar project for Blender Game Engine (BGE) is available on\n[fake-bge-module](https://github.com/nutti/fake-bge-module) which targets\n[UPBGE](https://upbge.org/).\n\n![fake-bpy-module Thumbnail](docs/images/fake-bpy-module_thumbnail.png)\n\n*To realize the long support of this project, your support is helpful.*\n*You can support the development of this project via*\n**[GitHub Sponsors](https://github.com/sponsors/nutti)**.\n*See [the contribution document](CONTRIBUTING.md) for the detail of*\n*the support.*\n\n## Requirements\n\nfake-bpy-module uses typing module and type hints which are available from\nPython 3.8. Check your Python version is \u003e= 3.8.\n\n## Install\n\nfake-bpy-module can be installed via a pip package, or pre-generated modules.\nYou can also generate and install modules manually.\n\n### Install via pip package\n\nfake-bpy-module is registered to PyPI.  \nYou can install it as a pip package.\n\n#### Install a latest package\n\nIf you install fake-bpy-module for Blender latest build (main branch daily\nbuild powered by [nutti/blender-daily-build](https://github.com/nutti/blender-daily-build)),\nrun below command.\n\n```sh\npip install fake-bpy-module\n```\n\nor, specify version \"latest\".\n\n```sh\npip install fake-bpy-module-latest\n```\n\n#### Install a version specific package\n\nIf you want to install a version specific package, run below command.\n\n```sh\npip install fake-bpy-module-\u003cversion\u003e\n```\n\nIf you install fake-bpy-module for Blender 2.93, run below command.\n\n```sh\npip install fake-bpy-module-2.93\n```\n\n*Note: For PyCharm users, change the value `idea.max.intellisense.filesize` in\n`idea.properties` file to more than 2600 because some modules have the issue of\nbeing too big for intelliSense to work.*\n\n##### Supported Blender Version\n\n|Version|PyPI|\n|---|---|\n|2.78|[https://pypi.org/project/fake-bpy-module-2.78/](https://pypi.org/project/fake-bpy-module-2.78/)|\n|2.79|[https://pypi.org/project/fake-bpy-module-2.79/](https://pypi.org/project/fake-bpy-module-2.79/)|\n|2.80|[https://pypi.org/project/fake-bpy-module-2.80/](https://pypi.org/project/fake-bpy-module-2.80/)|\n|2.81|[https://pypi.org/project/fake-bpy-module-2.81/](https://pypi.org/project/fake-bpy-module-2.81/)|\n|2.82|[https://pypi.org/project/fake-bpy-module-2.82/](https://pypi.org/project/fake-bpy-module-2.82/)|\n|2.83|[https://pypi.org/project/fake-bpy-module-2.83/](https://pypi.org/project/fake-bpy-module-2.83/)|\n|2.90|[https://pypi.org/project/fake-bpy-module-2.90/](https://pypi.org/project/fake-bpy-module-2.90/)|\n|2.91|[https://pypi.org/project/fake-bpy-module-2.91/](https://pypi.org/project/fake-bpy-module-2.91/)|\n|2.92|[https://pypi.org/project/fake-bpy-module-2.92/](https://pypi.org/project/fake-bpy-module-2.92/)|\n|2.93|[https://pypi.org/project/fake-bpy-module-2.93/](https://pypi.org/project/fake-bpy-module-2.93/)|\n|3.0|[https://pypi.org/project/fake-bpy-module-3.0/](https://pypi.org/project/fake-bpy-module-3.0/)|\n|3.1|[https://pypi.org/project/fake-bpy-module-3.1/](https://pypi.org/project/fake-bpy-module-3.1/)|\n|3.2|[https://pypi.org/project/fake-bpy-module-3.2/](https://pypi.org/project/fake-bpy-module-3.2/)|\n|3.3|[https://pypi.org/project/fake-bpy-module-3.3/](https://pypi.org/project/fake-bpy-module-3.3/)|\n|3.4|[https://pypi.org/project/fake-bpy-module-3.4/](https://pypi.org/project/fake-bpy-module-3.4/)|\n|3.5|[https://pypi.org/project/fake-bpy-module-3.5/](https://pypi.org/project/fake-bpy-module-3.5/)|\n|3.6|[https://pypi.org/project/fake-bpy-module-3.6/](https://pypi.org/project/fake-bpy-module-3.6/)|\n|4.0|[https://pypi.org/project/fake-bpy-module-4.0/](https://pypi.org/project/fake-bpy-module-4.0/)|\n|4.1|[https://pypi.org/project/fake-bpy-module-4.1/](https://pypi.org/project/fake-bpy-module-4.1/)|\n|4.2|[https://pypi.org/project/fake-bpy-module-4.2/](https://pypi.org/project/fake-bpy-module-4.2/)|\n|4.3|[https://pypi.org/project/fake-bpy-module-4.3/](https://pypi.org/project/fake-bpy-module-4.3/)|\n|latest|[https://pypi.org/project/fake-bpy-module/](https://pypi.org/project/fake-bpy-module/)|\n||[https://pypi.org/project/fake-bpy-module-latest/](https://pypi.org/project/fake-bpy-module-latest/)|\n\n### Install via pre-generated modules\n\nDownload Pre-generated modules from [Release page](https://github.com/nutti/fake-bpy-module/releases).\n\nThe process of installation via pre-generated modules is different by IDE.\nSee the installation processes as follows for detail.\n\n* [PyCharm](docs/setup_pycharm.md)\n* [Visual Studio Code](docs/setup_visual_studio_code.md)\n* [All Text Editor (Install as Python module)](docs/setup_all_text_editor.md)\n\n### Generate Modules Manually\n\nYou can also generate modules manually.\nSee [Generate Module](docs/generate_modules.md) for detail.\n\n## Change Log\n\nSee [CHANGELOG.md](CHANGELOG.md)\n\n## Bug report / Feature request / Disscussions\n\nIf you want to report bug, request features or discuss about this project, see\n[ISSUES.md](ISSUES.md).\n\n[fake-bpy-module channel](https://discord.gg/dGU9et5S2d) is\navailable on the Discord server.  \nThe timely discussion and release announcement about fake-bpy-module will be\nmade in this channel.\n\n## Contribution\n\nIf you want to contribute to this project, see [CONTRIBUTING.md](CONTRIBUTING.md).\n\n## Project Authors\n\n### Owner\n\n[**@nutti**](https://github.com/nutti)\n\nIndie Game/Application Developer.  \nEspecially, I spend most time to improve Blender and Unreal Game Engine via\nproviding the extensions.\n\nSupport via [GitHub Sponsors](https://github.com/sponsors/nutti)\n\n* CONTACTS: [Twitter](https://twitter.com/nutti__)\n* WEBSITE: [Japanese Only](https://colorful-pico.net/)\n\n### Contributors\n\n* [**@grische**](https://github.com/grische)\n* [**@echantry**](https://github.com/echantry)\n* [**@kant**](https://github.com/kant)\n* [**@theoryshaw**](https://github.com/theoryshaw)\n* [**@espiondev**](https://github.com/espiondev)\n* [**@JonathanPlasse**](https://github.com/JonathanPlasse)\n* [**@UuuNyaa**](https://github.com/UuuNyaa)\n* [**@Road-hog123**](https://github.com/Road-hog123)\n* [**@Andrej730**](https://github.com/Andrej730)\n* [**@ice3**](https://github.com/ice3)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnutti%2Ffake-bpy-module","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnutti%2Ffake-bpy-module","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnutti%2Ffake-bpy-module/lists"}