Skip to content

Commit

Permalink
fix usd plugins, secure codesigned bundles.
Browse files Browse the repository at this point in the history
Signed-off-by: furby™ <[email protected]>
  • Loading branch information
furby-tm committed Feb 14, 2025
1 parent b202fb0 commit 84e5baa
Show file tree
Hide file tree
Showing 52 changed files with 3,679 additions and 4,537 deletions.
38 changes: 18 additions & 20 deletions Sources/Ar/Resources/plugInfo.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,21 @@
{
"Plugins": [
{
"Info": {
"Types": {
"ArResolver": {},
"ArDefaultResolver": {
"bases": [
"ArResolver"
],
"implementsContexts": true
},
"ArPackageResolver": {}
}
},
"LibraryPath": "",
"Name": "Ar",
"ResourcePath": "Contents/Resources",
"Root": "../..",
"Type": "library"
"Plugins": [
{
"Info": {
"Types": {
"ArResolver": {},
"ArDefaultResolver": {
"bases": ["ArResolver"],
"implementsContexts": true
},
"ArPackageResolver": {}
}
]
},
"LibraryPath": "",
"Name": "Ar",
"ResourcePath": ".",
"Root": ".",
"Type": "library"
}
]
}
36 changes: 17 additions & 19 deletions Sources/Extras/imaging/examples/hdTiny/plugInfo.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,20 @@
{
"Plugins": [
{
"Info": {
"Types": {
"HdTinyRendererPlugin": {
"bases": [
"HdRendererPlugin"
],
"displayName": "Tiny",
"priority": 99
}
}
},
"LibraryPath": "",
"Name": "HdTiny",
"ResourcePath": "Contents/Resources",
"Root": "../..",
"Type": "library"
"Plugins": [
{
"Info": {
"Types": {
"HdTinyRendererPlugin": {
"bases": ["HdRendererPlugin"],
"displayName": "Tiny",
"priority": 99
}
}
]
},
"LibraryPath": "",
"Name": "HdTiny",
"ResourcePath": ".",
"Root": ".",
"Type": "library"
}
]
}
64 changes: 30 additions & 34 deletions Sources/Extras/usd/examples/usdDancingCubesExample/plugInfo.json
Original file line number Diff line number Diff line change
@@ -1,38 +1,34 @@
{
"Plugins": [
{
"Info": {
"SdfMetadata": {
"Usd_DCE_Params": {
"type": "dictionary",
"displayGroup": "Core",
"appliesTo": ["prims"],
"documentation:": "Used to set number of copies."
}
},
"Plugins": [
{
"Info": {
"SdfMetadata": {
"Usd_DCE_Params": {
"type": "dictionary",
"displayGroup": "Core",
"appliesTo": ["prims"],
"documentation:": "Used to set number of copies."
}
},

"Types": {
"UsdDancingCubesExampleFileFormat": {
"bases": [
"SdfFileFormat"
],
"displayName": "USD Dancing Cubes Example Format",
"extensions": [
"usddancingcubesexample"
],
"formatId": "usdDancingCubesExample",
"primary": true,
"supportsEditing": false,
"supportsWriting": false,
"target": "usd"
}
}
},
"LibraryPath": "",
"Name": "usdDancingCubesExample",
"ResourcePath": "Contents/Resources",
"Root": "../..",
"Type": "library"
"Types": {
"UsdDancingCubesExampleFileFormat": {
"bases": ["SdfFileFormat"],
"displayName": "USD Dancing Cubes Example Format",
"extensions": ["usddancingcubesexample"],
"formatId": "usdDancingCubesExample",
"primary": true,
"supportsEditing": false,
"supportsWriting": false,
"target": "usd"
}
}
]
},
"LibraryPath": "",
"Name": "usdDancingCubesExample",
"ResourcePath": ".",
"Root": ".",
"Type": "library"
}
]
}
46 changes: 21 additions & 25 deletions Sources/Extras/usd/examples/usdObj/plugInfo.json
Original file line number Diff line number Diff line change
@@ -1,28 +1,24 @@
{
"Plugins": [
{
"Info": {
"Types": {
"UsdObjFileFormat": {
"bases": [
"SdfFileFormat"
],
"displayName": "USD Tutorial Rudimentary OBJ",
"extensions": [
"obj"
],
"formatId": "obj",
"primary": true,
"supportsWriting": false,
"target": "usd"
}
}
},
"LibraryPath": "",
"Name": "usdObj",
"ResourcePath": "Contents/Resources",
"Root": "../..",
"Type": "library"
"Plugins": [
{
"Info": {
"Types": {
"UsdObjFileFormat": {
"bases": ["SdfFileFormat"],
"displayName": "USD Tutorial Rudimentary OBJ",
"extensions": ["obj"],
"formatId": "obj",
"primary": true,
"supportsWriting": false,
"target": "usd"
}
}
]
},
"LibraryPath": "",
"Name": "usdObj",
"ResourcePath": ".",
"Root": ".",
"Type": "library"
}
]
}
120 changes: 58 additions & 62 deletions Sources/Extras/usd/examples/usdRecursivePayloadsExample/plugInfo.json
Original file line number Diff line number Diff line change
@@ -1,66 +1,62 @@
{
"Plugins": [
{
"Info": {
"SdfMetadata": {
"UsdExample_depth": {
"type": "int",
"default": 1,
"displayGroup": "Core",
"appliesTo": ["prims"],
"documentation:": "Used to set total number of recursions."
},
"UsdExample_num": {
"type": "int",
"default": 1,
"displayGroup": "Core",
"appliesTo": ["prims"],
"documentation:": "Used to set the number of prims added at each recursion."
},
"UsdExample_radius": {
"type": "double",
"default": 3.0,
"displayGroup": "Core",
"appliesTo": ["prims"],
"documentation:": "Radius of ring used to layout generated prims at each recursion."
},
"UsdExample_height": {
"type": "double",
"default": 3.0,
"displayGroup": "Core",
"appliesTo": ["prims"],
"documentation:": "Height above the previous level to place generated prims."
},
"UsdExample_argDict": {
"type": "dictionary",
"displayGroup": "Core",
"appliesTo": ["prims"],
"documentation:": "Dictionary of parameters that can be specified for individually IDed payloads."
}
},
"Plugins": [
{
"Info": {
"SdfMetadata": {
"UsdExample_depth": {
"type": "int",
"default": 1,
"displayGroup": "Core",
"appliesTo": ["prims"],
"documentation:": "Used to set total number of recursions."
},
"UsdExample_num": {
"type": "int",
"default": 1,
"displayGroup": "Core",
"appliesTo": ["prims"],
"documentation:": "Used to set the number of prims added at each recursion."
},
"UsdExample_radius": {
"type": "double",
"default": 3.0,
"displayGroup": "Core",
"appliesTo": ["prims"],
"documentation:": "Radius of ring used to layout generated prims at each recursion."
},
"UsdExample_height": {
"type": "double",
"default": 3.0,
"displayGroup": "Core",
"appliesTo": ["prims"],
"documentation:": "Height above the previous level to place generated prims."
},
"UsdExample_argDict": {
"type": "dictionary",
"displayGroup": "Core",
"appliesTo": ["prims"],
"documentation:": "Dictionary of parameters that can be specified for individually IDed payloads."
}
},

"Types": {
"UsdRecursivePayloadsExampleFileFormat": {
"bases": [
"SdfFileFormat"
],
"displayName": "USD Dynamic File Format Example",
"extensions": [
"usdrecursivepayloadsexample"
],
"formatId": "usdRecursivePayloadsExample",
"primary": true,
"supportsEditing": false,
"supportsWriting": false,
"target": "usd"
}
}
},
"LibraryPath": "",
"Name": "usdRecursivePayloadsExample",
"ResourcePath": "Contents/Resources",
"Root": "../..",
"Type": "library"
"Types": {
"UsdRecursivePayloadsExampleFileFormat": {
"bases": ["SdfFileFormat"],
"displayName": "USD Dynamic File Format Example",
"extensions": ["usdrecursivepayloadsexample"],
"formatId": "usdRecursivePayloadsExample",
"primary": true,
"supportsEditing": false,
"supportsWriting": false,
"target": "usd"
}
}
]
},
"LibraryPath": "",
"Name": "usdRecursivePayloadsExample",
"ResourcePath": ".",
"Root": ".",
"Type": "library"
}
]
}
34 changes: 17 additions & 17 deletions Sources/Extras/usd/examples/usdResolverExample/plugInfo.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"Plugins": [
{
"Info": {
"Types": {
"UsdResolverExampleResolver": {
"bases": ["ArResolver"],
"uriSchemes": ["asset"],
"implementsContexts" : true
}
}
},
"LibraryPath": "",
"Name": "usdResolverExample",
"ResourcePath": "Contents/Resources",
"Root": "../..",
"Type": "library"
"Plugins": [
{
"Info": {
"Types": {
"UsdResolverExampleResolver": {
"bases": ["ArResolver"],
"uriSchemes": ["asset"],
"implementsContexts": true
}
}
]
},
"LibraryPath": "",
"Name": "usdResolverExample",
"ResourcePath": ".",
"Root": ".",
"Type": "library"
}
]
}
Loading

0 comments on commit 84e5baa

Please sign in to comment.