diff --git a/bbp_ng/blender_manifest.toml b/bbp_ng/blender_manifest.toml index 003a579..b6acc30 100644 --- a/bbp_ng/blender_manifest.toml +++ b/bbp_ng/blender_manifest.toml @@ -1,4 +1,4 @@ -# Full context are copied from https://docs.blender.org/manual/en/dev/extensions/getting_started.html +# Full context are copied from https://docs.blender.org/manual/en/latest/advanced/extensions/getting_started.html # Please note any update of this manifest schema_version = "1.0.0" @@ -6,7 +6,7 @@ schema_version = "1.0.0" # Example of manifest file for a Blender extension # Change the values according to your extension id = "bbp_ng" -version = "4.2.0" +version = "4.3.0" name = "Ballance Blender Plugin" tagline = "The specialized add-on served for creating game map of Ballance" maintainer = "yyc12345 " @@ -20,7 +20,7 @@ website = "https://github.com/yyc12345/BallanceBlenderHelper" # https://docs.blender.org/manual/en/dev/advanced/extensions/tags.html tags = ["Object", "Mesh", "UV", "Import-Export"] -blender_version_min = "4.2.0" +blender_version_min = "4.5.0" # # Optional: Blender version that the extension does not support, earlier versions are supported. # # This can be omitted and defined later on the extensions platform if an issue is found. # blender_version_max = "5.1.0" diff --git a/docs/docs/zh-cn/install-plugin.md b/docs/docs/zh-cn/install-plugin.md index 8422853..a0a1ada 100644 --- a/docs/docs/zh-cn/install-plugin.md +++ b/docs/docs/zh-cn/install-plugin.md @@ -2,7 +2,7 @@ ## 明确版本 -BBP对Blender支持的原则是支持当前最新的 **LTS** 版本,在最新的LTS版本释出之后会花一些时间迁移插件。当前插件版本 **4.0**,基于Blender **4.2.x** 版本。 +BBP对Blender支持的原则是支持当前最新的 **LTS** 版本,在最新的LTS版本释出之后会花一些时间迁移插件。当前插件版本 **4.3**,基于Blender **4.5.x** 版本。 理论上而言,如果Blender没有做出重大改动,那么BBP可以在其它版本上正常运行。例如你可以尝试在Blender 4.0上运行基于Blender 3.6 LTS的BBP插件。但BBP的开发者不会处理仅在非LTS版本中才出现的Bug。在安装插件之前,请先选择适合的版本。