-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
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
Incorrect serialisation of numerical attributes #304
Comments
Hi @fabal, sorry for the trouble! I'm able to reproduce this issue locally and am looking into this now. I believe this may be related to the new functionality for disabling Python in USD builds. This involved adding a #define to some headers that may be affecting clients who build against USD. As a workaround, could you try defining PXR_PYTHON_SUPPORT_ENABLED when building your code against USD, either by adding a -DPXR_PYTHON_SUPPORT_ENABLED to your compiler command line or adding a #define PXR_PYTHON_SUPPORT_ENABLED before including any USD headers in your code. This fixed the problem for me locally. We're working on a fix to make this unnecessary going forward. |
Filed as internal issue #152351. |
Hi @sunyab , I confirm the workaround is working. |
…lve/dev Regular sync origin/dev to adsk/dev before conflict
Description of Issue
Hi there,
we're getting corrupted files when serialising a layer to a USD ascii file using version 0.8.1: values of numerical attributes are missing.
Steps to Reproduce
With this output:
System Information (OS, Hardware)
centos 6
Package Versions
USD-0.8.1
gcc-4.8.3
boost-1.55.0
tbb-4.4.2
Build Flags
USD standard release flags.
The text was updated successfully, but these errors were encountered: