feat: bump version up to 4.3
- update blender version to 4.5 LTS. - there is no compatibility issue when porting to blender 4.5. - bump plugin version up to 4.3 in manifest and document (which has not been updated a while).
This commit is contained in:
@ -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
|
# Please note any update of this manifest
|
||||||
|
|
||||||
schema_version = "1.0.0"
|
schema_version = "1.0.0"
|
||||||
@ -6,7 +6,7 @@ schema_version = "1.0.0"
|
|||||||
# Example of manifest file for a Blender extension
|
# Example of manifest file for a Blender extension
|
||||||
# Change the values according to your extension
|
# Change the values according to your extension
|
||||||
id = "bbp_ng"
|
id = "bbp_ng"
|
||||||
version = "4.2.0"
|
version = "4.3.0"
|
||||||
name = "Ballance Blender Plugin"
|
name = "Ballance Blender Plugin"
|
||||||
tagline = "The specialized add-on served for creating game map of Ballance"
|
tagline = "The specialized add-on served for creating game map of Ballance"
|
||||||
maintainer = "yyc12345 <yyc12321@outlook.com>"
|
maintainer = "yyc12345 <yyc12321@outlook.com>"
|
||||||
@ -20,7 +20,7 @@ website = "https://github.com/yyc12345/BallanceBlenderHelper"
|
|||||||
# https://docs.blender.org/manual/en/dev/advanced/extensions/tags.html
|
# https://docs.blender.org/manual/en/dev/advanced/extensions/tags.html
|
||||||
tags = ["Object", "Mesh", "UV", "Import-Export"]
|
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.
|
# # 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.
|
# # This can be omitted and defined later on the extensions platform if an issue is found.
|
||||||
# blender_version_max = "5.1.0"
|
# blender_version_max = "5.1.0"
|
||||||
|
@ -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。在安装插件之前,请先选择适合的版本。
|
理论上而言,如果Blender没有做出重大改动,那么BBP可以在其它版本上正常运行。例如你可以尝试在Blender 4.0上运行基于Blender 3.6 LTS的BBP插件。但BBP的开发者不会处理仅在非LTS版本中才出现的Bug。在安装插件之前,请先选择适合的版本。
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user