mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2025-02-18 01:51:32 +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;
|
allowscroll = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
//threedslopemode
|
threedslopemode
|
||||||
//{
|
{
|
||||||
// title = "Slope mode";
|
title = "Slope mode";
|
||||||
// category = "threedfloorplugin";
|
category = "threedfloorplugin";
|
||||||
// description = "Edits slope vertex groups";
|
description = "Edits slope vertex groups";
|
||||||
// allowkeys = true;
|
allowkeys = true;
|
||||||
// allowmouse = true;
|
allowmouse = true;
|
||||||
// allowscroll = true;
|
allowscroll = true;
|
||||||
//}
|
}
|
||||||
//
|
|
||||||
//drawslopesmode
|
drawslopesmode
|
||||||
//{
|
{
|
||||||
// title = "Draw slope mode";
|
title = "Draw slope mode";
|
||||||
// category = "threedfloorplugin";
|
category = "threedfloorplugin";
|
||||||
// description = "Draws a slope vertex group";
|
description = "Draws a slope vertex group";
|
||||||
// allowkeys = true;
|
allowkeys = true;
|
||||||
// allowmouse = true;
|
allowmouse = true;
|
||||||
// allowscroll = true;
|
allowscroll = true;
|
||||||
//}
|
}
|
||||||
//
|
|
||||||
//drawslopepoint
|
drawslopepoint
|
||||||
//{
|
{
|
||||||
// title = "Draw slope vertex";
|
title = "Draw slope vertex";
|
||||||
// category = "threedfloorplugin";
|
category = "threedfloorplugin";
|
||||||
// description = "Draws a slope vertex at the mousecursor position.";
|
description = "Draws a slope vertex at the mousecursor position.";
|
||||||
// allowkeys = true;
|
allowkeys = true;
|
||||||
// allowmouse = true;
|
allowmouse = true;
|
||||||
// allowscroll = true;
|
allowscroll = true;
|
||||||
// disregardshift = true;
|
disregardshift = true;
|
||||||
// disregardcontrol = true;
|
disregardcontrol = true;
|
||||||
// default = 1; // Left mouse button
|
default = 1; // Left mouse button
|
||||||
//}
|
}
|
||||||
//
|
|
||||||
//drawfloorslope
|
drawfloorslope
|
||||||
//{
|
{
|
||||||
// title = "Draw Floor Slope";
|
title = "Draw Floor Slope";
|
||||||
// category = "threedfloorplugin";
|
category = "threedfloorplugin";
|
||||||
// description = "The drawn slope will be applied to the floor";
|
description = "The drawn slope will be applied to the floor";
|
||||||
// allowkeys = true;
|
allowkeys = true;
|
||||||
// allowmouse = true;
|
allowmouse = true;
|
||||||
// allowscroll = true;
|
allowscroll = true;
|
||||||
//}
|
}
|
||||||
//
|
|
||||||
//drawceilingslope
|
drawceilingslope
|
||||||
//{
|
{
|
||||||
// title = "Draw Ceiling Slope";
|
title = "Draw Ceiling Slope";
|
||||||
// category = "threedfloorplugin";
|
category = "threedfloorplugin";
|
||||||
// description = "The drawn slope will be applied to the ceiling";
|
description = "The drawn slope will be applied to the ceiling";
|
||||||
// allowkeys = true;
|
allowkeys = true;
|
||||||
// allowmouse = true;
|
allowmouse = true;
|
||||||
// allowscroll = true;
|
allowscroll = true;
|
||||||
//}
|
}
|
||||||
//
|
|
||||||
//drawfloorandceilingslope
|
drawfloorandceilingslope
|
||||||
//{
|
{
|
||||||
// title = "Draw Floor and Ceiling Slope";
|
title = "Draw Floor and Ceiling Slope";
|
||||||
// category = "threedfloorplugin";
|
category = "threedfloorplugin";
|
||||||
// description = "The drawn slope will be applied to the floor and ceiling";
|
description = "The drawn slope will be applied to the floor and ceiling";
|
||||||
// allowkeys = true;
|
allowkeys = true;
|
||||||
// allowmouse = true;
|
allowmouse = true;
|
||||||
// allowscroll = true;
|
allowscroll = true;
|
||||||
//}
|
}
|
||||||
//
|
|
||||||
//finishslopedraw
|
finishslopedraw
|
||||||
//{
|
{
|
||||||
// title = "Finish Slope Drawing";
|
title = "Finish Slope Drawing";
|
||||||
// category = "threedfloorplugin";
|
category = "threedfloorplugin";
|
||||||
// description = "Finishes the slope drawing.";
|
description = "Finishes the slope drawing.";
|
||||||
// allowkeys = true;
|
allowkeys = true;
|
||||||
// allowmouse = true;
|
allowmouse = true;
|
||||||
// allowscroll = true;
|
allowscroll = true;
|
||||||
// default = 2; // Right mouse button
|
default = 2; // Right mouse button
|
||||||
//}
|
}
|
||||||
//
|
|
||||||
//threedflipslope
|
threedflipslope
|
||||||
//{
|
{
|
||||||
// title = "Flip 3D slope";
|
title = "Flip 3D slope";
|
||||||
// category = "threedfloorplugin";
|
category = "threedfloorplugin";
|
||||||
//}
|
}
|
||||||
|
|
||||||
cyclehighlighted3dfloorup
|
cyclehighlighted3dfloorup
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue