From e3c3a825878ed763f61c5da77cb3b8f2931eaca6 Mon Sep 17 00:00:00 2001 From: spherallic Date: Tue, 28 May 2024 20:28:33 +0200 Subject: [PATCH] Re-add deprecated Draw Slopes actions to prevent crashes for people who bound them --- .../Plugins/3DFloorMode/Resources/Actions.cfg | 158 +++++++++--------- 1 file changed, 79 insertions(+), 79 deletions(-) diff --git a/Source/Plugins/3DFloorMode/Resources/Actions.cfg b/Source/Plugins/3DFloorMode/Resources/Actions.cfg index a840ba70..1529ef29 100644 --- a/Source/Plugins/3DFloorMode/Resources/Actions.cfg +++ b/Source/Plugins/3DFloorMode/Resources/Actions.cfg @@ -35,85 +35,85 @@ threedfloorhelpermode allowscroll = true; } -//threedslopemode -//{ -// title = "Slope mode"; -// category = "threedfloorplugin"; -// description = "Edits slope vertex groups"; -// allowkeys = true; -// allowmouse = true; -// allowscroll = true; -//} -// -//drawslopesmode -//{ -// title = "Draw slope mode"; -// category = "threedfloorplugin"; -// description = "Draws a slope vertex group"; -// allowkeys = true; -// allowmouse = true; -// allowscroll = true; -//} -// -//drawslopepoint -//{ -// title = "Draw slope vertex"; -// category = "threedfloorplugin"; -// description = "Draws a slope vertex at the mousecursor position."; -// allowkeys = true; -// allowmouse = true; -// allowscroll = true; -// disregardshift = true; -// disregardcontrol = true; -// default = 1; // Left mouse button -//} -// -//drawfloorslope -//{ -// title = "Draw Floor Slope"; -// category = "threedfloorplugin"; -// description = "The drawn slope will be applied to the floor"; -// allowkeys = true; -// allowmouse = true; -// allowscroll = true; -//} -// -//drawceilingslope -//{ -// title = "Draw Ceiling Slope"; -// category = "threedfloorplugin"; -// description = "The drawn slope will be applied to the ceiling"; -// allowkeys = true; -// allowmouse = true; -// allowscroll = true; -//} -// -//drawfloorandceilingslope -//{ -// title = "Draw Floor and Ceiling Slope"; -// category = "threedfloorplugin"; -// description = "The drawn slope will be applied to the floor and ceiling"; -// allowkeys = true; -// allowmouse = true; -// allowscroll = true; -//} -// -//finishslopedraw -//{ -// title = "Finish Slope Drawing"; -// category = "threedfloorplugin"; -// description = "Finishes the slope drawing."; -// allowkeys = true; -// allowmouse = true; -// allowscroll = true; -// default = 2; // Right mouse button -//} -// -//threedflipslope -//{ -// title = "Flip 3D slope"; -// category = "threedfloorplugin"; -//} +threedslopemode +{ + title = "Slope mode"; + category = "threedfloorplugin"; + description = "Edits slope vertex groups"; + allowkeys = true; + allowmouse = true; + allowscroll = true; +} + +drawslopesmode +{ + title = "Draw slope mode"; + category = "threedfloorplugin"; + description = "Draws a slope vertex group"; + allowkeys = true; + allowmouse = true; + allowscroll = true; +} + +drawslopepoint +{ + title = "Draw slope vertex"; + category = "threedfloorplugin"; + description = "Draws a slope vertex at the mousecursor position."; + allowkeys = true; + allowmouse = true; + allowscroll = true; + disregardshift = true; + disregardcontrol = true; + default = 1; // Left mouse button +} + +drawfloorslope +{ + title = "Draw Floor Slope"; + category = "threedfloorplugin"; + description = "The drawn slope will be applied to the floor"; + allowkeys = true; + allowmouse = true; + allowscroll = true; +} + +drawceilingslope +{ + title = "Draw Ceiling Slope"; + category = "threedfloorplugin"; + description = "The drawn slope will be applied to the ceiling"; + allowkeys = true; + allowmouse = true; + allowscroll = true; +} + +drawfloorandceilingslope +{ + title = "Draw Floor and Ceiling Slope"; + category = "threedfloorplugin"; + description = "The drawn slope will be applied to the floor and ceiling"; + allowkeys = true; + allowmouse = true; + allowscroll = true; +} + +finishslopedraw +{ + title = "Finish Slope Drawing"; + category = "threedfloorplugin"; + description = "Finishes the slope drawing."; + allowkeys = true; + allowmouse = true; + allowscroll = true; + default = 2; // Right mouse button +} + +threedflipslope +{ + title = "Flip 3D slope"; + category = "threedfloorplugin"; +} cyclehighlighted3dfloorup {