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:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user