Re-add deprecated Draw Slopes actions to prevent crashes for people who bound them

This commit is contained in:
spherallic 2024-05-28 20:28:33 +02:00
parent c67e8dec89
commit e3c3a82587

View file

@ -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
{