Skip to content

Commit b49cef0

Browse files
committed
update the debug GUI to include a button to dump UV maps and model data for all currently loaded models (with currently in-place material settings)
1 parent e3e59b9 commit b49cef0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Plugin/SSTUTools/KSPShaderTools/GUI/DebugGUI.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ private void updateWindow(int id)
3636
{
3737
GUILayout.BeginVertical();
3838
if (addButtonRow("Dump ReflectionData")) { Utils.dumpReflectionData(); }
39-
39+
if (addButtonRow("Export UV and Model Data")) { TexturesUnlimitedLoader.dumpUVMaps(true); }
4040
GUILayout.EndVertical();
4141
}
4242

0 commit comments

Comments
 (0)