feat: do some trivial adaptions for blender 4.2 LTS

- add blender_manifest.toml
- add a removal note for bl_info in __init__.py.
- it doesn't mean that this plugin now can be used in blender 4.2. I just add some trivial changes which do not break current compatibility to reduce migration work in future.
This commit is contained in:
2024-05-17 09:15:12 +08:00
parent 084e7fbe61
commit 270fddff52
2 changed files with 57 additions and 0 deletions

View File

@ -10,6 +10,8 @@ bl_info = {
"doc_url": "https://github.com/yyc12345/BallanceBlenderHelper",
"tracker_url": "https://github.com/yyc12345/BallanceBlenderHelper/issues"
}
# TODO: this bl_info may be outdated since Blender 4.2 LTS.
# Delete it when adapting to Blender 4.2 and use blender_manifest.toml instead.
#region Reload and Import