mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2024-11-25 13:21:28 +00:00
Re-add deprecated Draw Slopes actions to prevent crashes for people who bound them
This commit is contained in:
parent
c67e8dec89
commit
e3c3a82587
1 changed files with 79 additions and 79 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue