Go to file
yyc12345 bfbdf5c99b fix rail cret issues
- add transition rail oper
- set sharp edge only when cap is available.
- fix normal flip issue in straight rail.
2024-01-09 17:52:30 +08:00
.github/workflows add docs. add mkdocs deploy 2024-01-08 23:36:59 +08:00
bbp_ng fix rail cret issues 2024-01-09 17:52:30 +08:00
docs add docs. add mkdocs deploy 2024-01-08 23:36:59 +08:00
.gitattributes fix issue. add feat. 2023-12-30 22:17:42 +08:00
LICENSE first commit 2020-07-09 11:33:45 +08:00
README_ZH.md [doc] prepare next generation development 2023-10-09 10:39:35 +08:00
README.md add some development help 2023-10-09 14:10:25 +08:00

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.