-
Notifications
You must be signed in to change notification settings - Fork 202
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
Implement ufe attribute notify dev #204
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This generally seems ok to me.
I had some concerns about the lack of thread safety in AttributeChangedNotificationGuard
and its potential to bite us in the future, but I'll let you be the judge of whether that warrants attention now. And I still can't explain the multiple notice mystery for sequential UsdAttribute::Set()
calls, but it sounds like aggregating those is what we want to do here anyway.
Thanks Matt for the review! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR doesn't compile with UFE v1, error:
/git/usd/maya-usd/lib/ufe/StagesSubject.cpp:23:10: fatal error: 'ufe/attributes.h' file not found
#include <ufe/attributes.h>
Also, please merge the latest dev
to resolve conflicts.
No description provided.