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
Pre-v0.21.5, SdfSpec::IsInert could be used to check whether a variant brought in any opinions on a variant PrimSpec, where an empty variant would be considered "inert".
Since including required fields as part of SdfLayer::ListFields in commit b7648a6, this particular case will result in IsInert reporting that the variant is no longer inert (False).
Description of Issue
Pre-
v0.21.5
,SdfSpec::IsInert
could be used to check whether a variant brought in any opinions on a variantPrimSpec
, where an empty variant would be considered "inert".Since including required fields as part of
SdfLayer::ListFields
in commit b7648a6, this particular case will result inIsInert
reporting that the variant is no longer inert (False
).@gitamohr requested for this to be filed as an issue on the USD Interest Group.
Steps to Reproduce
With the following file contents:
test.usda
test.py
isInert
will reportFalse
under USDv0.21.5+
, andTrue
for any previous version.The text was updated successfully, but these errors were encountered: