Skip to content
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

Add per instance inherited data support to Vp2RenderDelegate. #1220

Merged
merged 10 commits into from
Mar 15, 2021

Conversation

williamkrick
Copy link
Contributor

This pull request fixes #327

@williamkrick williamkrick added the vp2renderdelegate Related to VP2RenderDelegate label Feb 26, 2021
@williamkrick
Copy link
Contributor Author

I'm planning to add a test for this as well.

@huidong-chen
Copy link

I guess basisCurves has the same requirement, no?

@williamkrick
Copy link
Contributor Author

@HdC-adsk For basisCurves I think you are correct, we need to make changes there too. I'm not sure if I would rather do the common parent class for mesh & basisCurves first or not. I'll spend some time this afternoon and decided to either make the common parent class or do basisCurves specific changes.

@williamkrick
Copy link
Contributor Author

There is still an outstanding issue. I'm working with USD 21.02 locally and the behavior of the tests in USD 20.05 and 20.02 is different. I need to figure out which version is producing desirable results (hopefully 21.02 is correct) and then decide what to do about it.

@williamkrick williamkrick added the ready-for-merge Development process is finished, PR is ready for merge label Mar 9, 2021
@williamkrick williamkrick removed the ready-for-merge Development process is finished, PR is ready for merge label Mar 9, 2021
@williamkrick williamkrick added ready-for-merge Development process is finished, PR is ready for merge and removed ready-for-merge Development process is finished, PR is ready for merge labels Mar 11, 2021
@williamkrick
Copy link
Contributor Author

@kxl-adsk found an issue with Maya 2020 + USD 20.05, I will investigate.

@williamkrick williamkrick added the ready-for-merge Development process is finished, PR is ready for merge label Mar 15, 2021
@kxl-adsk kxl-adsk merged commit 48b49ec into dev Mar 15, 2021
@kxl-adsk kxl-adsk deleted the krickw/MAYA-109887/per_instance_data_support branch March 15, 2021 13:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready-for-merge Development process is finished, PR is ready for merge vp2renderdelegate Related to VP2RenderDelegate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[MAYA-109887] VP2RenderDelegate: support per-instance data via inheritance
4 participants