-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.cfg
29 lines (22 loc) · 976 Bytes
/
index.cfg
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
<?xml version="1.0" encoding="UTF-8"?>
<!-- Built using version 472257 -->
<configuration kit="collisionkit" and="x64" and="ver]472256" version="0.2">
<!-- Load plug-ins -->
<atom type="Extensions64">
<list type="AutoScan">win64</list>
</atom>
<atom type="CommandHelp">
<hash type="Command" key="ucx.new@en_US">
<atom type="UserName">Convex Hull</atom>
<atom type="ButtonName">Make Convex Hull</atom>
<atom type="Tooltip">Create a convex hull from selected mesh</atom>
<atom type="Desc">Command to create a convex hull from selected mesh</atom>
</hash>
<hash type="Command" key="ubx.new@en_US">
<atom type="UserName">Optimal Box</atom>
<atom type="ButtonName">Make Box</atom>
<atom type="Tooltip">Create an optimally fitted bounding box from selected mesh</atom>
<atom type="Desc">Command to create an optimally fitted bounding box from selected mesh</atom>
</hash>
</atom>
</configuration>