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

MAYA-122656 remove assertion with incorrect expression. #2278

Merged
merged 1 commit into from
Apr 21, 2022

Conversation

williamkrick
Copy link
Contributor

No description provided.

@@ -1360,8 +1360,6 @@ void HdVP2Mesh::_CreateSmoothHullRenderItems(
numFacesWithoutRenderItem = 0;
}
}

TF_VERIFY(numFacesWithoutRenderItem == 0);
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was meant to check that every face has a render item associated with it, but I changed how the _meshSharedData->_faceIdToGeomSubsetId data is interpreted so that every face always has a render item.

@williamkrick williamkrick requested a review from vlasovi April 11, 2022 18:20
@williamkrick williamkrick added the vp2renderdelegate Related to VP2RenderDelegate label Apr 11, 2022
@williamkrick williamkrick added the ready-for-merge Development process is finished, PR is ready for merge label Apr 21, 2022
@seando-adsk seando-adsk merged commit 3f20fe2 into dev Apr 21, 2022
@seando-adsk seando-adsk deleted the krickw/MAYA-122656/remove_bad_assertion branch April 21, 2022 20:12
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.

4 participants