start of advanced mode

almost done, just need to find out why doubles aren't merging even when perfectly together when using merge to unselected
This commit is contained in:
Onan Chew
2024-08-31 15:29:12 -04:00
parent ae5c72d5d3
commit eff1d9efe2
3 changed files with 170 additions and 23 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ class AvatarToolkitToolsPanel(bpy.types.Panel):
row.operator(CreateDigitigradeLegs.bl_idname, text=t("Tools.create_digitigrade_legs.label"), icon='BONE_DATA')
layout.separator()
row = layout.row(align=True)
layout.label(text=t("Tools.separate_by.label"), icon='MESH')
layout.label(text=t("Tools.separate_by.label"), icon='MESH_DATA')
row.operator(SeparateByMaterials.bl_idname, text=t("Tools.separate_by_materials.label"), icon='MATERIAL')
row.operator(SeparateByLooseParts.bl_idname, text=t("Tools.separate_by_loose_parts.label"), icon='OUTLINER_OB_MESH')
row = layout.row(align=True)