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
ERROR: Usdview encountered an error while rendering.
Error in 'pxrInternal_v0_20__pxrReserved__::`anonymous-namespace'::_ComputeIncludedImpl' at line 142 in file C:\sources\usd-build\USD\pxr\usd\usd\collectionMembershipQuery.cpp : 'Unknown path type in membership-map.'
Error in 'pxrInternal_v0_20__pxrReserved__::`anonymous-namespace'::_ComputeIncludedImpl' at line 142 in file C:\sources\usd-build\USD\pxr\usd\usd\collectionMembershipQuery.cpp : 'Unknown path type in membership-map.'
Error in 'pxrInternal_v0_20__pxrReserved__::`anonymous-namespace'::_ComputeIncludedImpl' at line 142 in file C:\sources\usd-build\USD\pxr\usd\usd\collectionMembershipQuery.cpp : 'Unknown path type in membership-map.'
What seems to happen is when creating this light (or any collection), includeRoot will be True, and expansionRule will be expandPrims. If we change expansionRule to explicitOnly (while keeping includeRoot, True), it throws that message.
ERROR: Usdview encountered an error while rendering.
Error in 'pxrInternal_v0_20__pxrReserved__::`anonymous-namespace'::_ComputeIncludedImpl' at line 142 in file C:\sources\usd-build\USD\pxr\usd\usd\collectionMembershipQuery.cpp : 'Unknown path type in membership-map.'
Error in 'pxrInternal_v0_20__pxrReserved__::`anonymous-namespace'::_ComputeIncludedImpl' at line 142 in file C:\sources\usd-build\USD\pxr\usd\usd\collectionMembershipQuery.cpp : 'Unknown path type in membership-map.'
Error in 'pxrInternal_v0_20__pxrReserved__::`anonymous-namespace'::_ComputeIncludedImpl' at line 142 in file C:\sources\usd-build\USD\pxr\usd\usd\collectionMembershipQuery.cpp : 'Unknown path type in membership-map.'
UsdCollectionAPI explicitOnly includeRoot logs error
Hi!,
We run into an unexpected warning, I can easily reproduce doing the following in Interpreter in
usdview
.Will produce:
What seems to happen is when creating this light (or any collection), includeRoot will be True, and expansionRule will be expandPrims. If we change expansionRule to explicitOnly (while keeping includeRoot, True), it throws that message.
Looking at the code here: https://github.com/PixarAnimationStudios/USD/blob/release/pxr/usd/usd/collectionMembershipQuery.cpp#L110, there seems to be missing a case for when
IsAbsoluteRootPath
is true. Is that the case? or am I missing something else?Further discussion: https://groups.google.com/g/usd-interest/c/nNppu_TcT6c
Steps to Reproduce
usdview
System Information (OS, Hardware)
Package Versions
Build Flags
The text was updated successfully, but these errors were encountered: