You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Meddle/Meddle.Plugin/UI/Windows/UpdateWindow.cs
+36-2Lines changed: 36 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -100,6 +100,20 @@ public UpdateWindow(Configuration config) : base("Meddle Updates")
100
100
newTextUpdateLine(" + Fix selecting moving characters from dropdowns not working sometimes."),
101
101
]
102
102
},
103
+
new()
104
+
{
105
+
Tag="Triangle Winding Fix, Decal Improvements",
106
+
Date="2025-11-22",
107
+
Changes=
108
+
[
109
+
newWarningUpdateLine(" ! NOTE: MeddleTools is now distributed as a blender extension, please re-install following the instructions on the MeddleTools page."),
0 commit comments