You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pxr/usdValidation/bin/usdchecker/testenv/testUsdChecker/baseline/arkitRules_validationFramework.txt
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -62,6 +62,10 @@
62
62
Doc: Only valid core layer extensions (.usd, .usda, .usdc, .usdz), valid core texture extensions (.exr, .jpg, .jpeg, .png) and embedded audio files (.M4A, .MP3, .WAV) are allowed in a package.
63
63
Keywords: UsdUtilsValidators, UsdzValidators
64
64
isSuite: False
65
+
[usdUtilsValidators:MissingReferenceValidator]:
66
+
Doc: The composed USD stage should not contain any unresolvable asset dependencies (in every possible variation of the asset), when using the default asset resolver.
Doc: If the root layer is a package, then its recommended for the composed stage to not contain references to files outside the package. The package should be self-contained, warn if not.
Copy file name to clipboardExpand all lines: pxr/usdValidation/bin/usdchecker/testenv/testUsdChecker/baseline/baseRules_validationFramework.txt
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -58,6 +58,10 @@
58
58
Keywords: UsdSkelValidators
59
59
SchemaTypes: UsdSkelBindingAPI
60
60
isSuite: False
61
+
[usdUtilsValidators:MissingReferenceValidator]:
62
+
Doc: The composed USD stage should not contain any unresolvable asset dependencies (in every possible variation of the asset), when using the default asset resolver.
63
+
Keywords: UsdUtilsValidators
64
+
isSuite: False
61
65
[usdValidation:CompositionErrorTest]:
62
66
Doc: Validator aims at providing all composition errors, which were generated while composing the stage.
Copy file name to clipboardExpand all lines: pxr/usdValidation/usdUtilsValidators/plugInfo.json
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,9 @@
9
9
"UsdzValidators"
10
10
]
11
11
},
12
+
"MissingReferenceValidator": {
13
+
"doc": "The composed USD stage should not contain any unresolvable asset dependencies (in every possible variation of the asset), when using the default asset resolver."
14
+
},
12
15
"PackageEncapsulationValidator": {
13
16
"doc": "If the root layer is a package, then its recommended for the composed stage to not contain references to files outside the package. The package should be self-contained, warn if not.",
0 commit comments