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

Tendons in USD #1714

Merged
merged 34 commits into from
Jul 10, 2024
Merged

Tendons in USD #1714

merged 34 commits into from
Jul 10, 2024

Conversation

abhihjoshi
Copy link
Contributor

  • Adding support for tendons in USD
  • Updating geom visibility logic for changing visibility across multiple frames
  • Adding user friendly demo script for generating USD file for inputted XML file

@abhihjoshi abhihjoshi changed the title Tendons Tendons in USD Jun 11, 2024
@abhihjoshi abhihjoshi force-pushed the tendons branch 2 times, most recently from bc27690 to ea128c1 Compare June 17, 2024 07:06
Copy link

@xieleo5 xieleo5 left a comment

Choose a reason for hiding this comment

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

Hi, I used the branch and the exported file name will have an additional _. Is this intentional or a typo?

# post-processing for visibility of geoms in scene
for _, geom_ref in self.geom_refs.items():
geom_ref.update_visibility(False, geom_ref.last_visible_frame+1)

self.stage.Export(
f"{self.output_directory_root}/{self.output_directory_name}/frames/frame_{self.frame_count}_.{filetype}"
Copy link

Choose a reason for hiding this comment

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

Hi, is this a typo to have an additional _ after {self.frame_count}?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I remember this was intentional prior to when we were able to render a full trajectory. However, now, I do not believe there is a reason. I can remove this.

@copybara-service copybara-service bot merged commit 60afda9 into google-deepmind:main Jul 10, 2024
12 of 13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants