Releases: nutti/fake-bpy-module
Releases · nutti/fake-bpy-module
20241010
Notice
From this version, fake-bpy-module requires Python 3.12.
Updated Features
- Support fake-bpy-module-4.2
- Use Python 3.12 syntax for type annotations on the generated modules
- Support type alias for RNA enums
Other Updates
- Enable Ruff lint on CI against both generation code and generated code
- Fix bugs
Contributors
20240604
Updated Features
- Support fake-bpy-module-4.1
- Support generating .pyi based modules
- Create an alias fake-bpy-module to fake-bpy-module-latest
- Support generating modules on Docker environment
- Add documents for each module as comments
- Use Python 3.10 syntax for type annotations on the generated modules
Other Updates
- Refactor all code to use docutils package
- Optimize code for module generation
- Fix bugs
Contributors
20231118
Updated Features
- Support fake-bpy-module-3.5
- Support fake-bpy-module-3.6
- Support fake-bpy-module-4.0
Other Updates
- Make generation code common between fake-bpy-module and fake-bge-module
- Make single file modules PEP 561 compliant
- Fix bugs
Contributors
20230117
20221006
Updated Features
- Support fake-bpy-module-3.3
Other Updates
- Optimize code for module generation
- Fix bugs