yyc12345
1a2dd08092
- sync PyBMap work. use different library name in different OS. - add BMap encoding default value according to different OS (Windows and non-Windows) because non-Windows OS, we use libiconv as encoding converter. - move all pointer properties to a single module and give corresponding visitor. - add shared importer exporter parameters module thus bmfile import/export also can ref it. |
||
---|---|---|
bbp_ng | ||
.gitattributes | ||
.gitignore | ||
LICENSE | ||
README_ZH.md | ||
README.md |
BBP NG
BBP NG, abbr Ballance Blender Plugin Next Generation.
Brief Introduction
The next generation of original Ballance Blender Helper. This plugin is fully rewritten.
This plugin still work in progress. The development will be pushed into ng
branch in main repository. For legacy plugin user, please visit master
branch directly.
Develop Help
Use pip install fake-bpy-module-latest==20230627
to install the type hint library for Blender. Because fake-bpy-module do not release official 3.6 package, we need install it by choosing the most closest version of Blender 3.6 release. That what I found.