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

[EMSUSD-1798] export visibility from abc #3995

Open
kimuss opened this issue Nov 12, 2024 · 3 comments
Open

[EMSUSD-1798] export visibility from abc #3995

kimuss opened this issue Nov 12, 2024 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@kimuss
Copy link

kimuss commented Nov 12, 2024

Describe the bug
export does not read visibility channel

Steps to reproduce
Steps to reproduce the behavior:

  1. import abc file with a visibility animation
  2. usd export selection (or all) and check on visibility in export option
  3. create stage from file just created
  4. See the visibility does not have animation

Expected behavior
Use the visibility abc channel to write the visibility token on usd export, this work good on maya native element, like this:
Screenshot 2024-11-12 172132

Specs (if applicable):

  • Windows 11
  • Maya 2024.2
  • Maya USD plugin 0.30

thank you

@kimuss kimuss added the bug Something isn't working label Nov 12, 2024
@santosg87
Copy link
Collaborator

thank you for reporting this!

I can reproduce this as well.

It seems the reason this is failing is due to how the alembic file is imported in maya. Since the animation is kept in the alembic node and not actually on the geometry itself. (when importing alembic, you can see an alembic node is created pointing to the file in disk).

I logged and internal ticket and will bring it to the team to discuss any next steps.

@santosg87 santosg87 changed the title export visibility from abc [EMSUSD-1798] export visibility from abc Nov 12, 2024
@kimuss
Copy link
Author

kimuss commented Nov 13, 2024

.. Since the animation is kept in the alembic node and not actually on the geometry itself.

exactly, usd export seems not to consider the link of the alembic node, also with "channel" and "history" checked in the USD export option

thank you

@santosg87
Copy link
Collaborator

unfortunately, because there is a link, maya struggles with exporting that data, as the workflows on alembic are made that way to allow for updating the geometry cache if needed, so that node isn't exported.

2 possible workarounds here:

  1. bake the animation before exporting - that way you would have actual Keys that would translate on export.
  2. a second option - although not very widely used, would be to just reference the alembic file directly on your USD stage, as USD does have some limited support to alembic.

at this time, this issue isn't a high priority, but we will keep it in our backlog for future improvements!

Cheers!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants