-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.cfg
274 lines (274 loc) · 12.2 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
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
<?xml version="1.0" encoding="UTF-8"?>
<configuration kit="OpenSubdivKit" version="1.1">
<atom type="Extensions64">
<list type="AutoScan">extra</list>
</atom>
<atom type="Attributes">
<hash type="Sheet" key="OpenSubdivKit_Help:sheet">
<atom type="Label">OpenSubdiv Kit v1</atom>
<atom type="Group">OpenSubdiv Kit v1</atom>
<atom type="Style">inline</atom>
<hash type="InCategory" key="ExtensionHelp:sheet#tail">
<atom type="Ordinal">30</atom>
</hash>
<list type="Control" val="cmd file.open {kit_OpenSubdivKit:index.html}">
<atom type="Label">OpenSubdiv Kit v1 Help</atom>
<atom type="StartCollapsed">0</atom>
<atom type="Hash">OpenSubdivKit_Help:control</atom>
</list>
</hash>
</atom>
<atom type="CommandHelp">
<hash type="Command" key="poly.osd@en_US">
<atom type="UserName">Subdivide Polygons</atom>
<atom type="ButtonName">Subdivide polygons using OpenSubdiv</atom>
<atom type="Desc">Subdivide polygons using OpenSubdiv.</atom>
<hash type="Argument" key="level">
<atom type="UserName">Subdivision Level</atom>
<atom type="Desc">Subdivision level.</atom>
</hash>
<hash type="Argument" key="scheme">
<atom type="UserName">Scheme</atom>
<atom type="Desc">Subdivision scheme.</atom>
<atom type="ArgumentType">subdivide_scheme</atom>
</hash>
<hash type="Argument" key="boundary">
<atom type="UserName">Boundary Interpolation</atom>
<atom type="Desc">Boundary interpolation rules control how subdivision.</atom>
<atom type="ArgumentType">subdivide_boundary</atom>
</hash>
<hash type="Argument" key="fvar">
<atom type="UserName">Face-varying Interpolation</atom>
<atom type="Desc">Face-varying interpolation rules control how face-varying data is interpolated both in the interior of face-varying regions.</atom>
<atom type="ArgumentType">subdivide_fvar</atom>
</hash>
<hash type="Argument" key="crease">
<atom type="UserName">Chaikin Rule</atom>
<atom type="Desc">Chaikin Rule is a variation of the semi-sharp creasing method that attempts to improve the appearance of creases along a sequence of connected edges when the sharpness values differ.</atom>
<atom type="ArgumentType">subdivide_crease</atom>
</hash>
<hash type="Argument" key="triangle">
<atom type="UserName">Triangle Subdivision</atom>
<atom type="Desc">The triangle subdivision rule is a rule added to the Catmull-Clark scheme.</atom>
<atom type="ArgumentType">triangle_subdivision</atom>
</hash>
</hash>
<hash type="ArgumentType" key="subdivide_scheme@en_US">
<hash type="Option" key="bilinear">
<atom type="UserName">Bilinear</atom>
<atom type="Desc">Bilinear subdivion scheme.</atom>
</hash>
<hash type="Option" key="catmull-clark">
<atom type="UserName">Catmull-Clark</atom>
<atom type="Desc">Catmull-Clark subdivion scheme.</atom>
</hash>
<hash type="Option" key="loop">
<atom type="UserName">Loop</atom>
<atom type="Desc">Loop subdivion scheme.</atom>
</hash>
</hash>
<hash type="ArgumentType" key="subdivide_boundary@en_US">
<hash type="Option" key="none">
<atom type="UserName">None</atom>
<atom type="Desc">No boundary edge interpolation is applied by default.</atom>
</hash>
<hash type="Option" key="edgeOnly">
<atom type="UserName">Edge Only</atom>
<atom type="Desc">A sequence of boundary vertices defines a smooth curve to which the limit surface along boundary faces extends.</atom>
</hash>
<hash type="Option" key="edgeAndCorner">
<atom type="UserName">Edge and Corner</atom>
<atom type="Desc">Similar to edge-only but the smooth curve resulting on the boundary is made to interpolate corner vertices (vertices with exactly one incident face).</atom>
</hash>
</hash>
<hash type="ArgumentType" key="subdivide_fvar@en_US">
<hash type="Option" key="none">
<atom type="UserName">None</atom>
<atom type="Desc">Smooth everywhere the mesh is smooth.</atom>
</hash>
<hash type="Option" key="cornersOnly">
<atom type="UserName">Corners Only</atom>
<atom type="Desc">Linearly interpolate (sharpen or pin) corners only.</atom>
</hash>
<hash type="Option" key="cornersPlus1">
<atom type="UserName">Corners Plus1</atom>
<atom type="Desc">CORNERS_ONLY + sharpening of junctions of 3 or more regions.</atom>
</hash>
<hash type="Option" key="cornersPlus2">
<atom type="UserName">Corners Plus2</atom>
<atom type="Desc">CORNERS_PLUS1 + sharpening of darts and concave corners.</atom>
</hash>
<hash type="Option" key="boundaries">
<atom type="UserName">Boundaries</atom>
<atom type="Desc">Linear interpolation along all boundary edges and corners.</atom>
</hash>
<hash type="Option" key="all">
<atom type="UserName">All</atom>
<atom type="Desc">Linear interpolation everywhere (boundaries and interior).</atom>
</hash>
</hash>
<hash type="ArgumentType" key="subdivide_crease@en_US">
<hash type="Option" key="uniform">
<atom type="UserName">Uniform</atom>
<atom type="Desc">Apply regular semi-sharp crease rules.</atom>
</hash>
<hash type="Option" key="chaikin">
<atom type="UserName">Chaikin</atom>
<atom type="Desc">Apply Chaikin semi-sharp crease rules.</atom>
</hash>
</hash>
<hash type="ArgumentType" key="triangle_subdivision@en_US">
<hash type="Option" key="catmark">
<atom type="UserName">Default</atom>
<atom type="Desc">Default Catmull-Clark scheme weights.</atom>
</hash>
<hash type="Option" key="smooth">
<atom type="UserName">Smooth</atom>
<atom type="Desc">Smooth triangle weights.</atom>
</hash>
</hash>
</atom>
<atom type="Categories">
<hash type="Category" key="Commands">
<hash type="C" key="poly.osd">modeler/polygon</hash>
</hash>
</atom>
<atom type="Attributes">
<hash type="Sheet" key="OpenSubdivKit_modes_tail:sheet">
<atom type="Label">OpenSubdiv Kit Modes Tail</atom>
<atom type="ShowLabel">0</atom>
<atom type="Layout">htoolbar</atom>
<atom type="Justification">left</atom>
<atom type="IconMode">icon</atom>
<atom type="IconSize">small</atom>
<atom type="IconResource">OpenSubdivKit.modesBar</atom>
<hash type="InCategory" key="modoModesTail#tail">
<atom type="Ordinal">62.53</atom>
</hash>
<list type="Control" val="cmd poly.osd">
<atom type="IconMode">icon</atom>
<atom type="IconSize">small</atom>
<atom type="IconResource">OpenSubdivKit.modesBar</atom>
</list>
</hash>
</atom>
<atom type="UIElements">
<hash type="Image" key="OpenSubdivKit_icons01_lge">kit_OpenSubdivKit:Icons/icons_32.png</hash>
<hash type="Icon" key="OpenSubdivKit.modesBar_32">
<atom type="Source">OpenSubdivKit_icons01_lge</atom>
<atom type="Grid">2 1 32 32</atom>
</hash>
<hash type="Image" key="OpenSubdivKit_icons01_med">kit_OpenSubdivKit:Icons/icons_20.png</hash>
<hash type="Icon" key="OpenSubdivKit.modesBar_20">
<atom type="Source">OpenSubdivKit_icons01_med</atom>
<atom type="Grid">2 1 20 20</atom>
</hash>
</atom>
<atom type="Filters">
<hash type="Preset" key="tool.osd.item:filterPreset">
<atom type="Name">OpenSubdiv Kit</atom>
<atom type="Description"/>
<atom type="Category">pmodel:filterCat</atom>
<atom type="Enable">1</atom>
<list type="Node">1 .group 0 ""</list>
<list type="Node">1 itemtype 0 1 "tool.osd.item"</list>
<list type="Node">-1 .endgroup </list>
</hash>
</atom>
<atom type="CommandHelp">
<hash type="Item" key="tool.osd.item@en_US">
<atom type="UserName">OpenSubdiv</atom>
<atom type="ButtonName">OpenSubdiv subdivision</atom>
<atom type="Desc">Subdivide polygons using OpenSubdiv.</atom>
<hash type="Channel" key="level">
<atom type="UserName">Subdivision Level</atom>
<atom type="Desc">Subdivision level.</atom>
</hash>
<hash type="Channel" key="scheme">
<atom type="UserName">Scheme</atom>
<atom type="Desc">Subdivision scheme.</atom>
<atom type="ArgumentType">subdivide_scheme</atom>
</hash>
<hash type="Channel" key="boundary">
<atom type="UserName">Boundary Interpolation</atom>
<atom type="Desc">Boundary interpolation rules control how subdivision.</atom>
<atom type="ArgumentType">subdivide_boundary</atom>
</hash>
<hash type="Channel" key="fvar">
<atom type="UserName">Face-varying Interpolation</atom>
<atom type="Desc">Face-varying interpolation rules control how face-varying data is interpolated both in the interior of face-varying regions.</atom>
<atom type="ArgumentType">subdivide_fvar</atom>
</hash>
<hash type="Channel" key="crease">
<atom type="UserName">Chaikin Rule</atom>
<atom type="Desc">Chaikin Rule is a variation of the semi-sharp creasing method that attempts to improve the appearance of creases along a sequence of connected edges when the sharpness values differ.</atom>
<atom type="ArgumentType">subdivide_crease</atom>
</hash>
<hash type="Channel" key="triangle">
<atom type="UserName">Triangle Subdivision</atom>
<atom type="Desc">The triangle subdivision rule is a rule added to the Catmull-Clark scheme.</atom>
<atom type="ArgumentType">triangle_subdivision</atom>
</hash>
</hash>
</atom>
<atom type="Attributes">
<hash type="Sheet" key="tool.osd.item:sheet">
<atom type="Label">OpenSubdiv</atom>
<atom type="Filter">tool.osd.item:filterPreset</atom>
<atom type="FilterCommand">item.withTypeIsSelected {tool.osd.item} testSupertypes:true</atom>
<hash type="InCategory" key="itemprops:general#head">
<atom type="Ordinal">110</atom>
</hash>
<list type="Control" val="ref meshoperation:sheet">
<atom type="StartCollapsed">0</atom>
<atom type="Hash">#1</atom>
</list>
<list type="Control" val="cmd item.channel tool.osd.item$level ?">
<atom type="Label">Subdivision Level</atom>
<atom type="StartCollapsed">0</atom>
<atom type="Hash">tool.osd.level.ctrl:control</atom>
</list>
<list type="Control" val="cmd item.channel tool.osd.item$scheme ?">
<atom type="Label">Scheme</atom>
<atom type="StartCollapsed">0</atom>
<atom type="Hash">tool.osd.scheme.ctrl:control</atom>
</list>
<list type="Control" val="cmd item.channel tool.osd.item$boundary ?">
<atom type="Label">Boundary Interpolation</atom>
<atom type="StartCollapsed">0</atom>
<atom type="Hash">tool.osd.boundary.ctrl:control</atom>
</list>
<list type="Control" val="cmd item.channel tool.osd.item$fvar ?">
<atom type="Label">Face-varying Interpolation</atom>
<atom type="StartCollapsed">0</atom>
<atom type="Hash">tool.osd.fvar.ctrl:control</atom>
</list>
<list type="Control" val="cmd item.channel tool.osd.item$crease ?">
<atom type="Label">Chaikin Rule</atom>
<atom type="StartCollapsed">0</atom>
<atom type="Hash">tool.osd.crease.ctrl:control</atom>
</list>
<list type="Control" val="cmd item.channel tool.osd.item$triangle ?">
<atom type="Label">Triangle Subdivision</atom>
<atom type="StartCollapsed">0</atom>
<atom type="Hash">tool.osd.triangle.ctrl:control</atom>
</list>
</hash>
</atom>
<atom type="Categories">
<hash type="Category" key="MeshOperations">
<hash type="C" key="tool.osd.item">polygon</hash>
</hash>
<hash type="Category" key="MeshOperationsPolygons">
<hash type="C" key="tool.osd.item">polygon</hash>
</hash>
</atom>
<atom type="Messages">
<hash type="Table" key="tool.osd.en_US">
<hash type="T" key="NoPolygon">No polygons are selected.</hash>
<hash type="T" key="newPoly">New Polygons</hash>
<hash type="T" key="newEdge">New Edges</hash>
<hash type="T" key="newVerx">New Vertices</hash>
</hash>
</atom>
</configuration>