projects
/
platform
/
core
/
uifw
/
OpenUSD.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0127f69
)
Fix for benign warning issued in PR 2863 due to NOT being needed to be removed.
author
Dhruv Govil
<dgovil2@apple.com>
Mon, 18 Dec 2023 17:51:15 +0000
(09:51 -0800)
committer
Dhruv Govil
<dgovil2@apple.com>
Mon, 18 Dec 2023 17:51:15 +0000
(09:51 -0800)
pxr/usd/usdUtils/complianceChecker.py
patch
|
blob
|
history
diff --git
a/pxr/usd/usdUtils/complianceChecker.py
b/pxr/usd/usdUtils/complianceChecker.py
index 3d19cb3befec00edbe90312dace5f1ade9629d0e..1d61d370b3592c11a1205714745bf711241ddea5 100644
(file)
--- a/
pxr/usd/usdUtils/complianceChecker.py
+++ b/
pxr/usd/usdUtils/complianceChecker.py
@@
-906,7
+906,7
@@
class ComplianceChecker(object):
ARKitMaterialBindingChecker,
ARKitFileExtensionChecker,
ARKitPackageEncapsulationChecker]
- if
not
skipARKitRootLayerCheck:
+ if skipARKitRootLayerCheck:
warnings.warn("skipARKitRootLayerCheck is no longer supported. It will be removed in a future version",
PendingDeprecationWarning)
return arkitRules