feat: 添加VRM网格工具插件,支持网格分离和UV边融并功能
添加VRM网格工具插件,包含以下主要功能: - Body网格分离:将非皮肤材质面分离为独立对象 - UV边融并:根据预定义UV数据将三角面转换为四边面 - 提供独立面板和操作符,与VRM官方插件兼容 - 包含材质处理顺序和自动转换逻辑 - 添加JSON数据文件和工具函数
This commit is contained in:
19
blender_manifest.toml
Normal file
19
blender_manifest.toml
Normal file
@@ -0,0 +1,19 @@
|
||||
schema_version = "1.0.0"
|
||||
|
||||
id = "vrm_mesh_tools"
|
||||
version = "1.0.0"
|
||||
|
||||
name = "VRM Mesh Tools"
|
||||
tagline = "Standalone mesh separation and UV edge merging tools for VRM models"
|
||||
maintainer = "VRM Mesh Tools Contributors"
|
||||
type = "add-on"
|
||||
|
||||
tags = ["Modeling", "Mesh"]
|
||||
|
||||
blender_version_min = "4.2.0"
|
||||
|
||||
license = ["SPDX:MIT"]
|
||||
|
||||
copyright = [
|
||||
"2026 VRM Mesh Tools Contributors",
|
||||
]
|
||||
Reference in New Issue
Block a user