We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In the comment, it says Bootstrap is written at the end of file.
https://github.com/PixarAnimationStudios/USD/blob/master/pxr/usd/lib/usd/crateFile.h#L441
But the implementation(and existing USDC/USDZ) assumes bootstrap is placed at the beginning of file.
https://github.com/PixarAnimationStudios/USD/blob/master/pxr/usd/lib/usd/crateFile.cpp#L2498
So I think comment is wrong. Or old version of USDC places Bootstrap data at the end of file?
The text was updated successfully, but these errors were encountered:
You're right; that comment is incorrect. I'll fix it up -- thank you.
Sorry, something went wrong.
Filed as internal issue #USD-5772
8cb65e9
🎉
No branches or pull requests
Description of Issue
In the comment, it says Bootstrap is written at the end of file.
https://github.com/PixarAnimationStudios/USD/blob/master/pxr/usd/lib/usd/crateFile.h#L441
But the implementation(and existing USDC/USDZ) assumes bootstrap is placed at the beginning of file.
https://github.com/PixarAnimationStudios/USD/blob/master/pxr/usd/lib/usd/crateFile.cpp#L2498
So I think comment is wrong.
Or old version of USDC places Bootstrap data at the end of file?
Steps to Reproduce
System Information (OS, Hardware)
Package Versions
Build Flags
The text was updated successfully, but these errors were encountered: