UltimateZoneBuilder/Source/Plugins/BuilderEffects/Resources/Actions.cfg
MaxED 79dcaca457 Added Import Terrain mode (Create -> Terrain from Wavefront .obj)
Draw Settings panel: added "All" buttons to "Fill Selection with Textures" and "Remove Textures form Selection" groups
Export to .obj: fixed a crash when trying to export an unsaved map.
Texture preview are now created ~25% faster.
2014-01-30 14:52:08 +00:00

26 lines
No EOL
533 B
INI

// Categories for the Controls preferences
categories
{
transform = "Transform";
}
applyjitter
{
title = "Jitter";
category = "transform";
description = "Applies jitter effect to selection.";
allowkeys = true;
allowmouse = false;
allowscroll = false;
default = 131146; //Ctrl-J
}
importobjasterrain
{
title = "Import Wavefront .obj as terrain";
category = "transform";
description = "Creates sectors using given model (UDMF only)";
allowkeys = true;
allowmouse = false;
allowscroll = false;
}