-
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
MAYA-124702: retrieve ufe runtime id by data source integer reference #2933
MAYA-124702: retrieve ufe runtime id by data source integer reference #2933
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.
I think all this new Ufe code should be ifdef protected: #if WANT_UFE_BUILD
I think the reason your preflight passed is because this "sceneIndex" folder is only include when PXR_VERSION >= 2211. In this case we are building with Ufe, but we should still support using that Usd version and no Ufe.
…uo/MAYA-124702/scene-index-plugin-changes-ufe-selection-of-usd-data
Summary:
Changes: