You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
changed the title
export visibility from abc
[EMSUSD-1798] export visibility from abc
Nov 12, 2024
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:
bake the animation before exporting - that way you would have actual Keys that would translate on export.
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!
Describe the bug
export does not read visibility channel
Steps to reproduce
Steps to reproduce the behavior:
Expected behavior
Use the visibility abc channel to write the visibility token on usd export, this work good on maya native element, like this:
Specs (if applicable):
thank you
The text was updated successfully, but these errors were encountered: