-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathplugInfo.json
35 lines (35 loc) · 1.15 KB
/
plugInfo.json
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
{
"Plugins": [
{
"Info": {
"SdfMetadata": {
"Usd_Triangle_SideLength": {
"type": "double",
"displayGroup": "Core",
"appliesTo": ["prims"],
"documentation:": "Length of the triangle side."
}
},
"Types": {
"UsdTriangleFileFormat": {
"bases": [
"SdfFileFormat"
],
"displayName": "USD Triangle File Format",
"extensions": [
"triangle"
],
"formatId": "usdTriangleFileFormat",
"primary": true,
"target": "usd"
}
}
},
"LibraryPath": "@PLUG_INFO_LIBRARY_PATH@",
"Name": "usdTriFileFormat",
"ResourcePath": "@PLUG_INFO_RESOURCE_PATH@",
"Root": "@PLUG_INFO_ROOT@",
"Type": "library"
}
]
}