-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes issue where UsdGeomPrimvar::IsIndexed() doesn't work
for index attrs with only authored timeSamples. We now have UsdResolveInfo for answering "has value" questions without actually needing to read in an attribute value (in theory, though actually pulling off that optimization will require some SdfAbstractData API work, to allow USD to query a value's type, which in crate and other formats can be discovered without actually reading in the full value). Fixes #238 (Internal change: 1767403)
- Loading branch information
Showing
2 changed files
with
14 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters