fix: remove bl_info.
- remove bl_info in __init__.py because blender_manifest.toml has replace it.
This commit is contained in:
parent
6940428b88
commit
2271b0a621
@ -1,18 +1,3 @@
|
|||||||
bl_info = {
|
|
||||||
"name": "Ballance Blender Plugin",
|
|
||||||
"description": "Ballance mapping tools for Blender",
|
|
||||||
"author": "yyc12345",
|
|
||||||
"version": (4, 0),
|
|
||||||
"blender": (3, 6, 0),
|
|
||||||
"category": "Object",
|
|
||||||
"support": "COMMUNITY",
|
|
||||||
"warning": "Please read document before using this plugin.",
|
|
||||||
"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
|
#region Reload and Import
|
||||||
|
|
||||||
# import core lib
|
# import core lib
|
||||||
|
Loading…
Reference in New Issue
Block a user