- All bones should convert now
- Root bone now get's removed.
- Fixed Collections not getting removed
This commit is contained in:
Yusarina
2025-08-02 01:28:28 +01:00
parent 29f728442a
commit 543869218c
5 changed files with 334 additions and 86 deletions
+6
View File
@@ -614,6 +614,12 @@ class AvatarToolkitSceneProperties(PropertyGroup):
description="Remove VRM collider bones during conversion",
default=True
)
vrm_remove_root: BoolProperty(
name="Remove Root Bone",
description="Remove unnecessary VRM root bone and make Hips the root bone",
default=True
)
def register() -> None:
"""Register the Avatar Toolkit property group"""