We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3e59b9 commit b49cef0Copy full SHA for b49cef0
Plugin/SSTUTools/KSPShaderTools/GUI/DebugGUI.cs
@@ -36,7 +36,7 @@ private void updateWindow(int id)
36
{
37
GUILayout.BeginVertical();
38
if (addButtonRow("Dump ReflectionData")) { Utils.dumpReflectionData(); }
39
-
+ if (addButtonRow("Export UV and Model Data")) { TexturesUnlimitedLoader.dumpUVMaps(true); }
40
GUILayout.EndVertical();
41
}
42
0 commit comments