From e09cf546daa2d47617aea245fd3f4c34e7027448 Mon Sep 17 00:00:00 2001 From: biwa Date: Fri, 15 Nov 2019 21:56:25 +0100 Subject: [PATCH] - 3D Floor Mode: mode is now only available in Hexen format and UDMF - 3D Floor Mode: removed non-functional "Spline" checkbox from the Edit Slope Vertex dialog --- Source/Plugins/3DFloorMode/ThreeDFloorMode.cs | 1 + .../Plugins/3DFloorMode/Windows/SlopeVertexEditForm.Designer.cs | 1 + 2 files changed, 2 insertions(+) diff --git a/Source/Plugins/3DFloorMode/ThreeDFloorMode.cs b/Source/Plugins/3DFloorMode/ThreeDFloorMode.cs index efc11044..093ed5f2 100644 --- a/Source/Plugins/3DFloorMode/ThreeDFloorMode.cs +++ b/Source/Plugins/3DFloorMode/ThreeDFloorMode.cs @@ -51,6 +51,7 @@ namespace CodeImp.DoomBuilder.ThreeDFloorMode ButtonImage = "ThreeDFloorIcon.png", // Image resource name for the button ButtonOrder = int.MinValue + 501, // Position of the button (lower is more to the left) ButtonGroup = "000_editing", + SupportedMapFormats = new[] { "HexenMapSetIO", "UniversalMapSetIO" }, UseByDefault = true, SafeStartMode = false, Volatile = false)] diff --git a/Source/Plugins/3DFloorMode/Windows/SlopeVertexEditForm.Designer.cs b/Source/Plugins/3DFloorMode/Windows/SlopeVertexEditForm.Designer.cs index 4979ca50..915106f0 100644 --- a/Source/Plugins/3DFloorMode/Windows/SlopeVertexEditForm.Designer.cs +++ b/Source/Plugins/3DFloorMode/Windows/SlopeVertexEditForm.Designer.cs @@ -283,6 +283,7 @@ this.spline.TabIndex = 10; this.spline.Text = "Spline"; this.spline.UseVisualStyleBackColor = true; + this.spline.Visible = false; // // SlopeVertexEditForm //