-
-
Notifications
You must be signed in to change notification settings - Fork 229
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
Reader alembic uv normal support #1055
Conversation
Signed-off-by: Nicholas Yue <[email protected]>
Remove unused code Remove commented out debugging print out
Mostly bad use of auto
Also updated the baseline test image for Alembic. Signed-off-by: Nicholas Yue <[email protected]>
Signed-off-by: Nicholas Yue <[email protected]>
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.
Here are some first comments.
Mostly basic code clean up and improvement. There are additional changes that contains logic changes. Those changes will be in another commit. Signed-off-by: Nicholas Yue <[email protected]>
I am keeping this available for now in anticipation of edge cases where we do need to perform the operations. When the code is use with my production assets, we might encounter such edge cases. When the follow release of f3d comes along and we still have not encounter such edge cases, I can remove it. Signed-off-by: Nicholas Yue <[email protected]>
Signed-off-by: Nicholas Yue <[email protected]>
Signed-off-by: Nicholas Yue <[email protected]>
Signed-off-by: Nicholas Yue <[email protected]>
@nyue did you need any help finishing this one ? Should we fix the CI issues for you ? |
Yes I do. I believe @Meakk will circle back to looking at the CI side of things as per Discord discussion. |
I'm currently very busy but I haven't forgot :) |
Sure, Ill take a look. |
@nyue you need to give me authorisation to push on your fork. Alternatively I can create a new PR. |
points->SetPoint(i, positions->get()[i].x, positions->get()[i].y, positions->get()[i].z); | ||
auto this_face_vertex_count = original_data._indices[i].size(); | ||
duplicated_data._indices[i].resize( | ||
this_face_vertex_count, Alembic::Abc::V3i(-9999, -9999, -9999)); |
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.
what does -9999 correspond to @nyue ?
|
||
polys->SetData(offsets, connectivity); | ||
auto P_map_iter = data._attributes.find("P"); | ||
assert(P_map_iter != data._attributes.end()); |
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.
Can this actually happen @nyue ?
closing in favor of #1069 |
No description provided.