Open kimuss opened 1 week ago
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.
.. 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
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:
at this time, this issue isn't a high priority, but we will keep it in our backlog for future improvements!
Cheers!
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):
Maya USD plugin 0.30
thank you