Files
BallanceBlenderHelper/docs/docs/en/tech-infos.md
yyc12345 512e7e868b doc: add english documentation.
- add english documentation for install-plugin and tech-info chapters.
- modify gitignore because we do not need redist folder any more.
2024-07-20 10:26:50 +08:00

934 B

Technical Information

This plugin works with the fake-bpy-module module to implement type hinting to speed up development. Use the following command to install Blender's type hinting library.

  • Blender 3.6: pip install fake-bpy-module-latest==20230627
  • Blender 4.2: pip install fake-bpy-module-latest==20240716

The main reason for doing this is that fake-bpy-module doesn't release an official package for the given Blender version, so I had to install it by choosing the daily build closest to the release time of the corresponding Blender version.