forked from codereader/DarkRadiant
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmenu.xml
322 lines (281 loc) · 19.1 KB
/
menu.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
<?xml version="1.0"?>
<menu name="main">
<subMenu name="file" caption="&File">
<menuItem name="new" caption="&New Map" command="NewMap" />
<menuSeparator />
<menuItem name="open" caption="&Open..." command="OpenMap" icon="file_open.png" />
<menuItem name="openMapFromProject" caption="&Open Map from Project..." command="OpenMapFromProject" />
<menuItem name="import" caption="&Import Map..." command="ImportMap" />
<menuItem name="mergeMap" caption="&Merge Map..." command="ToggleMapMergePanel" />
<menuItem name="loadprefab" caption="Import &Prefab..." command="LoadPrefab" />
<menuSeparator />
<menuItem name="save" caption="&Save" command="SaveMap" icon="file_save.png" />
<menuItem name="saveas" caption="Save &as..." command="SaveMapAs" />
<menuItem name="saveCopyAs" caption="Save &copy as..." command="SaveMapCopyAs" />
<menuSeparator />
<menuItem name="exportMap" caption="Export Map..." command="ExportMap" />
<menuItem name="saveSelected" caption="Export selected as Map..." command="SaveSelected" />
<menuItem name="saveSelectedPrefab" caption="&Export selected as Prefab..." command="SaveSelectedAsPrefab" />
<menuItem name="exportSelectedAsModel" caption="Export selected as Model..." command="ExportSelectedAsModelDialog" />
<menuItem name="createCM" caption="Export selected as Collision Model..." command="ExportCollisionModelDialog" />
<menuItem name="saveRegion" caption="Export &Region..." command="SaveRegion" />
<menuSeparator />
<menuItem name="ConvertModel" caption="Import/Convert Model..." command="ConvertModelDialog" />
<menuSeparator />
<menuItem name="reloadDecls" caption="Reload Declarations" command="ReloadDecls" icon="decl.png" />
<menuItem name="reloadImages" caption="Reload Images" command="ReloadImages" icon="icon_texture.png" />
<menuItem name="refreshModels" caption="&Reload Models" command="RefreshModels" icon="model16green.png" />
<menuItem name="refreshSelectedModels" caption="Reload Selected Models" command="RefreshSelectedModels" icon="model16green.png" />
<menuSeparator />
<menuItem name="gameSelector" caption="&Game/Project Setup..." command="ProjectSettings" />
<menuSeparator />
<menuItem name="pointfile" caption="&Pointfile" command="ChooseAndTogglePointfile" icon="pointfile16.png"/>
<menuSeparator />
<!-- MRU is inserted automatically at this position -->
<menuItem name="exit" caption="E&xit" command="Exit" />
</subMenu>
<subMenu name="edit" caption="&Edit">
<menuItem name="undo" caption="&Undo" command="Undo" />
<menuItem name="redo" caption="&Redo" command="Redo" />
<menuSeparator />
<menuItem name="copy" caption="&Copy" command="Copy" />
<menuItem name="paste" caption="&Paste" command="Paste" />
<menuItem name="pasteToCamera" caption="Paste to Camera" command="PasteToCamera" />
<menuSeparator />
<menuItem name="duplicate" caption="&Duplicate" command="CloneSelection" />
<menuItem name="delete" caption="D&elete" command="DeleteSelection" />
<menuSeparator />
<menuItem name="groupSelected" caption="Group Selection" command="GroupSelected" icon="group_selection.png" />
<menuItem name="ungroupSelected" caption="Ungroup Selection" command="UngroupSelected" icon="ungroup_selection.png" />
<menuSeparator />
<menuItem name="parent" caption="Rep&arent Primitives" command="ParentSelection" />
<menuItem name="parenttoworldspawn" caption="Reparent Primitives to &Worldspawn" command="ParentSelectionToWorldspawn" />
<menuItem name="mergeentities" caption="Merge selected Entities" command="MergeSelectedEntities" icon="cmenu_merge_entities.png" />
<menuSeparator />
<menuItem name="copyShader" caption="Copy Shader" command="CopyShader" />
<menuItem name="pasteShader" caption="Paste Shader" command="PasteShader" />
<menuItem name="pasteShaderNatural" caption="Paste Shader (Natural)" command="PasteShaderNatural" />
<menuSeparator />
<menuItem name="clearSelection" caption="C&lear selection" command="UnSelectSelection" />
<menuItem name="invertSelection" caption="&Invert selection" command="InvertSelection" />
<menuItem name="selectCompleteTall" caption="Select complete t&all" command="SelectCompleteTall" icon="selection_selectcompletetall.png" />
<menuItem name="selectInside" caption="Select i&nside" command="SelectInside" icon="selection_selectinside.png" />
<menuItem name="selectFullyInside" caption="Select fully inside" command="SelectFullyInside" icon="selection_selectinside.png" />
<menuItem name="selectTouching" caption="Select &touching" command="SelectTouching" icon="selection_selecttouching.png" />
<menuItem name="selectionChildren" caption="Select Children" command="SelectChildren" />
<menuItem name="selectionParentEntity" caption="Select Parent Entities" command="SelectParentEntities" />
<menuItem name="selectionSiblings" caption="Expand selection to all Siblings" command="ExpandSelectionToSiblings" />
<menuItem name="selectalloftype" caption="Select all of type" command="SelectAllOfType" />
<menuSeparator />
<menuItem name="shortcuts" caption="Keyboard Shortcuts..." command="ShowCommandList" />
<menuItem name="mousetoolbindings" caption="Mouse Bindings..." command="MouseToolMappingDialog" />
<menuItem name="preferences" caption="Pre&ferences..." command="Preferences" />
</subMenu>
<subMenu name="view" caption="V&iew">
<menuItem name="newxyview" caption="New XY view" command="NewOrthoView" />
<menuItem name="newcamview" caption="New Camera view" command="NewCameraView" />
<menuSeparator name="controlSeparatorBottom" />
<subMenu name="camera" caption="Camera">
<menuItem name="cameraCenter" caption="&Center" command="CenterView" />
<menuItem name="cameraUpFloor" caption="&Up Floor" command="UpFloor" />
<menuItem name="cameraDownFloor" caption="&Down Floor" command="DownFloor" />
<menuSeparator />
<menuItem name="cameraPlaneIn" caption="Far Clip Plane In" command="CubicClipZoomIn" />
<menuItem name="cameraPlaneOut" caption="Far Clip Plane Out" command="CubicClipZoomOut" />
<menuSeparator />
<menuItem name="cameraNextLeak" caption="Next leak spot" command="NextLeakSpot" />
<menuItem name="cameraPreviousLeak" caption="Previous leak spot" command="PrevLeakSpot" />
</subMenu>
<subMenu name="orthographic" caption="Orthographic">
<menuItem name="nextOrtho" caption="Next (XY, XZ, YZ)" command="NextView" />
<menuItem name="OrthoXY" caption="XY (Top)" command="ViewTop" />
<menuItem name="OrthoYZ" caption="YZ" command="ViewSide" />
<menuItem name="OrthoXZ" caption="XZ" command="ViewFront" />
<menuSeparator />
<menuItem name="XY100%" caption="&XY 100%" command="Zoom100" />
<menuItem name="XYzoomIn" caption="&XY Zoom In" command="ZoomIn" />
<menuItem name="XYzoomOut" caption="&XY Zoom Out" command="ZoomOut" />
</subMenu>
<menuSeparator />
<subMenu name="show" caption="Show">
<menuItem name="showAngles" caption="Show &Angles" command="ShowAngles" />
<menuItem name="showNames" caption="Show &Names" command="ShowNames" />
<menuItem name="showBlocks" caption="Show Blocks" command="ShowBlocks" />
<menuItem name="showCoordinates" caption="Show C&oordinates" command="ShowCoordinates" />
<menuItem name="showOutline" caption="Show Window Outline" command="ShowWindowOutline" />
<menuItem name="showAxes" caption="Show Axes" command="ShowAxes" />
<menuItem name="showWorkzone" caption="Show Workzone" command="ShowWorkzone" />
<menuItem name="showSizeinfo" caption="Show size info" command="ToggleShowSizeInfo" />
</subMenu>
<menuSeparator />
<subMenu name="hideShow" caption="Hide/Show">
<menuItem name="hideSelected" caption="Hide Selected" command="HideSelected" />
<menuItem name="hideDeSelected" caption="Hide Deselected" command="HideDeselected" />
<menuItem name="showHidden" caption="Show hidden" command="ShowHidden" />
</subMenu>
<subMenu name="region" caption="Region">
<menuItem name="regionSwitchoff" caption="&Switch off" command="RegionOff" />
<menuItem name="regionSetXY" caption="Set from &XY view" command="RegionSetXY" />
<menuItem name="regionSetBrush" caption="Set from &Brush" command="RegionSetBrush" />
<menuItem name="regionSetSelection" caption="Set from Se&lection" command="RegionSetSelection" />
</subMenu>
<menuSeparator />
<menuItem name="colours" caption="Colours..." command="EditColourScheme" icon="editcolour16.png" />
<menuItem name="backgroundimage" caption="Background Image..." command="ToggleOrthoBackgroundPanel" icon="bgimage16.png" />
</subMenu>
<subMenu name="modify" caption="Mo&dify">
<subMenu name="components" caption="Components">
<menuItem name="edges" caption="&Edges" command="DragEdges" icon="modify_edges.png" />
<menuItem name="vertices" caption="&Vertices" command="DragVertices" icon="modify_vertices.png" />
<menuItem name="faces" caption="&Faces" command="DragFaces" icon="modify_faces.png" />
<menuItem name="entities" caption="En&tities" command="DragEntities" icon="select_entities.png" />
</subMenu>
<menuSeparator />
<subMenu name="nudge" caption="Nudge">
<menuItem name="nudgeLeft" caption="Nudge Left" command="SelectNudgeLeft" />
<menuItem name="nudgeRight" caption="Nudge Right" command="SelectNudgeRight" />
<menuItem name="nudgeUp" caption="Nudge Up" command="SelectNudgeUp" />
<menuItem name="nudgeDown" caption="Nudge Down" command="SelectNudgeDown" />
</subMenu>
<subMenu name="rotate" caption="Rotate">
<menuItem name="rotateX" caption="Rotate X" command="RotateSelectionX" icon="brush_rotatex.png" />
<menuItem name="rotateY" caption="Rotate Y" command="RotateSelectionY" icon="brush_rotatey.png" />
<menuItem name="rotateZ" caption="Rotate Z" command="RotateSelectionZ" icon="brush_rotatez.png" />
</subMenu>
<subMenu name="mirror" caption="Mirror">
<menuItem name="flipX" caption="Mirror &X" command="MirrorSelectionX" icon="brush_flipx.png" />
<menuItem name="flipY" caption="Mirror &Y" command="MirrorSelectionY" icon="brush_flipy.png" />
<menuItem name="flipZ" caption="Mirror &Z" command="MirrorSelectionZ" icon="brush_flipz.png" />
</subMenu>
<menuSeparator />
<menuItem name="toggleFreeRotation" caption="Rotate Objects independently" command="ToggleFreeObjectRotation" />
<menuSeparator />
<menuItem name="transformDialog" caption="Rotate and scale..." command="ToggleTransformPanel" />
</subMenu>
<subMenu name="grid" caption="&Grid">
<menuItem name="snapToGrid" caption="Snap selected to grid" command="SnapToGrid" />
<menuSeparator />
<menuItem name="grid0.125" caption="Grid0.125" command="SetGrid0.125" />
<menuItem name="grid0.25" caption="Grid0.25" command="SetGrid0.25" />
<menuItem name="grid0.5" caption="Grid0.5" command="SetGrid0.5" />
<menuItem name="grid1" caption="Grid1" command="SetGrid1" />
<menuItem name="grid2" caption="Grid2" command="SetGrid2" />
<menuItem name="grid4" caption="Grid4" command="SetGrid4" />
<menuItem name="grid8" caption="Grid8" command="SetGrid8" />
<menuItem name="grid16" caption="Grid16" command="SetGrid16" />
<menuItem name="grid32" caption="Grid32" command="SetGrid32" />
<menuItem name="grid64" caption="Grid64" command="SetGrid64" />
<menuItem name="grid128" caption="Grid128" command="SetGrid128" />
<menuItem name="grid256" caption="Grid256" command="SetGrid256" />
</subMenu>
<subMenu name="map" caption="M&ap">
<menuItem name="findBrush" caption="Find brush..." command="FindBrush" />
<menuItem name="findReplaceTextures" caption="Find and replace textures..." icon="texwindow_findandreplace.png" command="ToggleFindAndReplaceMaterial" />
<menuItem name="mapinfo" caption="Map info..." command="MapInfo" />
<menuItem name="skinEditor" caption="Skin Editor..." command="SkinEditor" icon="icon_skin.png" />
</subMenu>
<subMenu name="entity" caption="E&ntity">
<menuItem name="ungroupEntity" caption="&Revert group to worldspawn" command="RevertToWorldspawn" icon="cmenu_revert_worldspawn.png" />
<menuItem name="connectEntity" caption="&Connect selected entities" command="ConnectSelection" />
<menuItem name="bindEntity" caption="&Bind selected entities" command="BindSelection" />
<menuItem name="animviewer" caption="MD5 Animation Viewer" command="AnimationPreview" />
<menuItem name="entityclasstree" caption="EntityDef Tree..." command="EntityClassTree" icon="icon_classname.png" />
<menuItem name="particleEditor" caption="Particle Editor..." command="ParticlesEditor" icon="particle16.png" />
</subMenu>
<subMenu name="brush" caption="B&rush">
<menuItem name="prism" caption="Prism..." command="BrushPrism" />
<menuItem name="cone" caption="Cone..." command="BrushCone" />
<menuItem name="sphere" caption="Sphere..." command="BrushSphere" />
<menuSeparator />
<subMenu name="csg" caption="CSG">
<menuItem name="hollow" caption="Make &Hollow" command="CSGHollow" icon="selection_makehollow.png" />
<menuItem name="makeRoom" caption="Make &Room" command="CSGRoom" icon="selection_makeroom.png" />
<menuItem name="csgSubtract" caption="CSG &Subtract" command="CSGSubtract" icon="selection_csgsubtract.png" />
<menuItem name="csgMerge" caption="CSG &Merge" command="CSGMerge" icon="selection_csgmerge.png" />
</subMenu>
<menuSeparator />
<subMenu name="clipper" caption="Clipper">
<menuItem name="clipSelection" caption="Clip Selection" command="ClipSelected" />
<menuItem name="splitSelection" caption="Split Selection" command="SplitSelected" />
<menuItem name="flipClipOrientation" caption="Flip Clip Orientation" command="FlipClip" />
</subMenu>
<menuSeparator />
<menuItem name="texturelock" caption="Texture lock" command="TogTexLock" />
<menuSeparator />
<menuItem name="createdecals" caption="Create Decal Patches" command="CreateDecalsForFaces" icon="create_decals.png" />
<menuItem name="makevisportal" caption="Make Visportal" command="MakeVisportal" icon="make_visportal.png" />
<menuSeparator />
<menuItem name="brushmakedetail" caption="Make Detail" command="BrushMakeDetail" gamefeature="detail_brushes" />
<menuItem name="brushmakestructural" caption="Make Structural" command="BrushMakeStructural" gamefeature="detail_brushes" />
</subMenu>
<subMenu name="patch" caption="&Patch">
<menuItem name="simplePatch" caption="Create Simple Patch..." command="CreateSimplePatchDialog" />
<menuSeparator />
<menuItem name="endcap" caption="Create End cap" command="PatchEndCap" />
<menuItem name="bevel" caption="Create Bevel" command="PatchBevel" />
<menuSeparator />
<menuItem name="cone" caption="Create Cone" command="PatchCone" />
<menuItem name="cylinder" caption="Create Cylinder" command="PatchCylinder" />
<menuItem name="patch_sphere" caption="Create Sphere" command="PatchSphere" />
<subMenu name="moreCylinders" caption="More cylinders">
<menuItem name="denseCylinder" caption="Create Dense Cylinder" command="PatchDenseCylinder" />
<menuItem name="veryDenseCylinder" caption="Create Very Dense Cylinder" command="PatchVeryDenseCylinder" />
<menuItem name="squareCylinder" caption="Create Square Cylinder" command="PatchSquareCylinder" />
</subMenu>
<menuSeparator />
<subMenu name="insertSubdivisions" caption="Insert">
<menuItem name="insertColsBegin" caption="Insert 2 columns at the beginning" command="PatchInsertColumnBeginning" />
<menuItem name="insertColsEnd" caption="Insert 2 columns at the end" command="PatchInsertColumnEnd" />
<menuSeparator />
<menuItem name="insertRowsBegin" caption="Insert 2 rows at the beginning" command="PatchInsertRowBeginning" />
<menuItem name="insertRowsEnd" caption="Insert 2 rows at the end" command="PatchInsertRowEnd" />
</subMenu>
<subMenu name="appendSubdivisions" caption="Extend">
<menuItem name="appendFirstcolumns" caption="Extend by 2 columns at the beginning" command="PatchAppendColumnBeginning" />
<menuItem name="appendLastcolumns" caption="Extend by 2 columns at the end" command="PatchAppendColumnEnd" />
<menuSeparator />
<menuItem name="appendFirstrows" caption="Extend by 2 rows at the beginning" command="PatchAppendRowBeginning" />
<menuItem name="appendLastrows" caption="Extend by 2 rows at the end" command="PatchAppendRowEnd" />
</subMenu>
<subMenu name="deleteSubdivisions" caption="Delete">
<menuItem name="deleteFirstcolumns" caption="Delete 2 columns from the beginning" command="PatchDeleteColumnBeginning" />
<menuItem name="deleteLastcolumns" caption="Delete 2 columns from the end" command="PatchDeleteColumnEnd" />
<menuSeparator />
<menuItem name="deleteFirstrows" caption="Delete 2 rows from the beginning" command="PatchDeleteRowBeginning" />
<menuItem name="deleteLastrows" caption="Delete 2 rows from the end" command="PatchDeleteRowEnd" />
</subMenu>
<menuSeparator />
<subMenu name="matrix" caption="Matrix">
<menuItem name="invertMatrix" caption="Invert" command="InvertCurve" />
<subMenu name="redisperse" caption="Re-disperse">
<menuItem name="redisperseRows" caption="Rows" command="RedisperseRows" />
<menuItem name="redisperseColumns" caption="Columns" command="RedisperseCols" />
</subMenu>
<menuItem name="transpose" caption="Transpose" command="MatrixTranspose" />
</subMenu>
<menuSeparator />
<menuItem name="thickenPatches" caption="Thicken..." command="ThickenPatchDialog" />
<menuItem name="capselection" caption="Cap..." command="PatchCapDialog" icon="curve_cap.png" />
<menuSeparator />
<menuItem name="stitchTextures" caption="Stitch Patch Textures" command="StitchPatchTexture" />
<menuItem name="bulgePatch" caption="Bulge Patch..." command="BulgePatchDialog" />
<menuItem name="weldPatches" caption="Weld/Merge Patches" command="WeldSelectedPatches" />
</subMenu>
<subMenu name="curve" caption="&Curve">
<menuItem name="createCurveNURBS" caption="Create NURBS Curve" command="CreateCurveNURBS" icon="curve_create.png" />
<menuItem name="createCurveCatmullRom" caption="Create CatmullRom Curve" command="CreateCurveCatmullRom" icon="curve_create.png" />
<menuSeparator />
<menuItem name="curveConvertType" caption="Convert NURBS <-> CatmullRom" command="CurveConvertType" icon="curve_convert.png" />
<menuSeparator />
<menuItem name="curveAppendPoint" caption="Append Curve Control Point" command="CurveAppendControlPoint" icon="curve_append_point.png" />
<menuItem name="curveInsertPoint" caption="Insert Curve Control Points" command="CurveInsertControlPoint" icon="curve_insert_points.png" />
<menuItem name="curveRemovePoint" caption="Remove Curve Control Points" command="CurveRemoveControlPoint" icon="curve_remove_points.png" />
</subMenu>
<subMenu name="help" caption="&Help">
<menuItem name="about" caption="&About" command="About" />
<menuItem name="openForumLink" caption="&Community Forum" command="OpenForumUrl" />
<menuItem name="openScriptRef" caption="&Script Reference Wiki Article" command="OpenScriptReference" />
<menuItem name="userGuide" caption="&User Guide (Online)" command="ShowUserGuide" />
<menuItem name="userGuideLocal" caption="&User Guide (Local)" command="ShowOfflineUserGuide" />
</subMenu>
</menu>