-
Notifications
You must be signed in to change notification settings - Fork 203
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
EMSUSD-917 : Add a stable library as a subset of MayaUSD LIbrary call… #3555
Conversation
…ed mayaUsdAPI Library for maya-hydra, Bifrost etc.
FYI : @ppt-adsk , @lilike-adsk , @roopavr-adsk , @debloip-adsk |
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.
Great work David!
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.
Great work! Minor suggestions here and there. One change to proxyStage.cpp is a requirement (no explicit version in namespace).
I would encourage you to think about throwing an exception in the ProxyStage constructor and avoid zombie object complexities. I will let you decide on that one.
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.
Good that we got to the bottom of the unique_ptr issue, thanks for that.
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.
Some of the variable/method naming doesn't follow our coding stanard.
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.
Minor point with an out of date comment, but otherwise looks good! Thanks for the changes!
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.
Everything looks good. There is just the one comment about the duplicated string(s) in proxyStage.cpp if you want to fix that.
1fa847c
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.
Everything looks good. Thanks for all the hard work.
…ed mayaUsdAPI Library for maya-hydra, Bifrost etc.