-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.cfg
77 lines (76 loc) · 3.72 KB
/
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
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
<?xml version="1.0" encoding="UTF-8"?>
<configuration kit="h3d_select_by_angle" version="3.5.3">
<import>kit_h3d_select_by_angle:</import>
<atom type="Attributes">
<hash type="Sheet" key="12709497263:sheet">
<atom type="Label">h3d tools</atom>
<atom type="Style">popover</atom>
<atom type="Export">1</atom>
<atom type="Layout">vtoolbar</atom>
<atom type="EditorColor">524288</atom>
<hash type="InCategory" key="modoModesTail#tail">
<atom type="Ordinal">50.53.49</atom>
</hash>
<hash type="InCategory" key="modoTools_Workbench:sheet#tail">
<atom type="Ordinal">52.53</atom>
</hash>
</hash>
<hash type="Sheet" key="14833171606:sheet">
<atom type="Label">h3d Select by Angle</atom>
<atom type="Style">popover</atom>
<atom type="Export">1</atom>
<atom type="Layout">vtoolbar</atom>
<atom type="EditorColor">524288</atom>
<atom type="Proficiency">0</atom>
<hash type="InCategory" key="12709497263:sheet#tail">
<atom type="Ordinal">52.53</atom>
</hash>
<list type="Control" val="cmd user.value h3d_sba_thresholdAngle ?">
<atom type="Label">Threshold Angle</atom>
<atom type="Tooltip">Set the angle to select the nearest polygons</atom>
</list>
<list type="Control" val="cmd @{scripts/selectByAngle.py} once">
<atom type="Label">Expand Selection</atom>
<atom type="Tooltip">Expand the selection of polygons by one step</atom>
</list>
<list type="Control" val="cmd @{scripts/selectByAngle.py}">
<atom type="Label">Fill Selection</atom>
<atom type="Tooltip">Expand the selection of polygons</atom>
</list>
<list type="Control" val="cmd @{scripts/selectByAngle.py} oncematerial">
<atom type="Label">Expand Selection Material</atom>
<atom type="Tooltip">Expand the selection of polygons by one step using limitations by current material.</atom>
</list>
<list type="Control" val="cmd @{scripts/selectByAngle.py} fillmaterial">
<atom type="Label">Fill Selection Material</atom>
<atom type="Tooltip">Expand the selection of polygons using limitations by current material.</atom>
</list>
<list type="Control" val="cmd @{scripts/selectByAngle.py} oncematerialthrough">
<atom type="Label">Expand Selection Material Through</atom>
<atom type="Tooltip">Expand the selection of polygons by one step using limitations by selected materials.</atom>
</list>
<list type="Control" val="cmd @{scripts/selectByAngle.py} fillmaterialthrough">
<atom type="Label">Fill Selection Material Through</atom>
<atom type="Tooltip">Expand the selection of polygons using limitations by selected materials.</atom>
</list>
<list type="Control" val="cmd @{scripts/selectByAngle.py} contractonce">
<atom type="Label">Contract Selection Material</atom>
<atom type="Tooltip">Contract the selection of polygons using limitations by selected materials.</atom>
</list>
</hash>
</atom>
<atom type="UserValues">
<hash type="RawValue" key="h3d_sba_safeLimit">0</hash>
<hash type="RawValue" key="h3d_sba_thresholdAngle">5</hash>
<hash type="Definition" key="h3d_sba_thresholdAngle">
<atom type="Type">angle</atom>
<atom type="UserName">threshold angle</atom>
<atom type="Min">0.0</atom>
<atom type="Max">6.28318530718</atom>
</hash>
</atom>
<atom type="InputRemapping">
<hash type="Region" key=".global+(contextless)/(stateless)+.anywhere@ctrl-up">@{scripts/selectByAngle.py} set</hash>
<hash type="Region" key=".global+(contextless)/(stateless)+.anywhere@ctrl-alt-up">@{scripts/selectByAngle.py}</hash>
</atom>
</configuration>