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

Adding support for indexed normals on import #1029 #1250

Merged
merged 3 commits into from
Mar 15, 2021
Merged

Adding support for indexed normals on import #1029 #1250

merged 3 commits into from
Mar 15, 2021

Conversation

koen-v
Copy link
Contributor

@koen-v koen-v commented Mar 14, 2021

Hello Autodesk, I am re-opening this pull request, I added the test.

Thanks,
Koen

@koen-v
Copy link
Contributor Author

koen-v commented Mar 14, 2021

this is related to the issue:
The normals dont get imported properly when they are indexed #826

@kxl-adsk kxl-adsk added the import-export Related to Import and/or Export label Mar 14, 2021
@kxl-adsk
Copy link

Thank you @koen-v. I just started the PF and assigned Jerry to review.

@@ -120,6 +120,7 @@ TranslatorMeshRead::TranslatorMeshRead(
// timeInterval or default.
VtVec3fArray points;
VtVec3fArray normals;
TfToken normals_interpolation;
Copy link
Collaborator

Choose a reason for hiding this comment

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

Very minor, but this snake_case variable does stand out in a sea of camelCase variables. Can you make it normalsInterpolation?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

sorry about that, changed and committed

@JGamache-autodesk JGamache-autodesk added the ready-for-merge Development process is finished, PR is ready for merge label Mar 15, 2021
@kxl-adsk kxl-adsk merged commit cc103f6 into Autodesk:dev Mar 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
import-export Related to Import and/or Export ready-for-merge Development process is finished, PR is ready for merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants