Start of Tools Panel

Several Improvements and etc. Still need to do the other half of the functions but getting there.
This commit is contained in:
Yusarina
2024-12-05 13:36:25 +00:00
parent 9cc5a41a98
commit 5ce3f9ff68
9 changed files with 634 additions and 2 deletions
+14
View File
@@ -86,6 +86,20 @@ class AvatarToolkitSceneProperties(PropertyGroup):
default=False
)
merge_twist_bones: BoolProperty(
name=t("Tools.merge_twist_bones"),
description=t("Tools.merge_twist_bones_desc"),
default=True
)
clean_weights_threshold: FloatProperty(
name=t("Tools.clean_weights_threshold"),
description=t("Tools.clean_weights_threshold_desc"),
default=0.01,
min=0.0000001,
max=0.9999999
)
def register() -> None:
"""Register the Avatar Toolkit property group"""
logger.info("Registering Avatar Toolkit properties")