2013-03-18 13:52:27 +00:00
|
|
|
// Categories for the Controls preferences
|
|
|
|
categories
|
|
|
|
{
|
|
|
|
transform = "Transform";
|
|
|
|
}
|
|
|
|
|
|
|
|
applyjitter
|
|
|
|
{
|
2014-05-03 14:44:59 +00:00
|
|
|
title = "Randomize";
|
2013-03-18 13:52:27 +00:00
|
|
|
category = "transform";
|
2014-05-03 14:44:59 +00:00
|
|
|
description = "Allows to apply a variety of randomized transformations to the selection.";
|
2013-03-18 13:52:27 +00:00
|
|
|
allowkeys = true;
|
|
|
|
allowmouse = false;
|
|
|
|
allowscroll = false;
|
|
|
|
default = 131146; //Ctrl-J
|
2014-01-30 14:52:08 +00:00
|
|
|
}
|
|
|
|
|
2016-11-16 20:31:04 +00:00
|
|
|
applydirectionalshading
|
|
|
|
{
|
|
|
|
title = "Apply Directional Shading";
|
|
|
|
category = "transform";
|
|
|
|
description = "Allows to apply directional colored flat shading to the selection.";
|
|
|
|
allowkeys = true;
|
|
|
|
allowmouse = false;
|
|
|
|
allowscroll = false;
|
|
|
|
default = 131148; //Ctrl-L
|
|
|
|
}
|
|
|
|
|
2014-01-30 14:52:08 +00:00
|
|
|
importobjasterrain
|
|
|
|
{
|
|
|
|
title = "Import Wavefront .obj as terrain";
|
2014-03-19 13:03:47 +00:00
|
|
|
category = "tools";
|
2014-03-07 12:37:47 +00:00
|
|
|
description = "Creates sectors from given model (UDMF only).";
|
2014-01-30 14:52:08 +00:00
|
|
|
allowkeys = true;
|
|
|
|
allowmouse = false;
|
|
|
|
allowscroll = false;
|
2013-03-18 13:52:27 +00:00
|
|
|
}
|