Skip to content

Conversation

@BigRoy
Copy link
Contributor

@BigRoy BigRoy commented Oct 1, 2024

Changelog Description

Add support to publish maya rig directly into USD asset, animate it and directly publish into the USD shot

Additional info

Fixes #10

Testing notes:

TODO

  1. start with this step
  2. follow this step

…ork to publish the loaded assets as animation instances directly into the shots
@BigRoy BigRoy added the type: feature Adding something new and exciting to the product label Oct 1, 2024
@BigRoy BigRoy self-assigned this Oct 1, 2024
return

for node in associated_nodes:
if mayaUsdUtils.isPulledMayaReference(node):
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
if mayaUsdUtils.isPulledMayaReference(node):
if mayaUsdUtils.isPulledMayaReference(node):

I strangely hit this error when I tested with maya 2025.1.
image

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thanks. I did notice some issues in Maya 2025 with regards to their USD API too.

I also saw this in their recent release notes of Maya 2025.3:

image

Which is also something I'll need to double check.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type: feature Adding something new and exciting to the product

Projects

None yet

Development

Successfully merging this pull request may close these issues.

AY-6685_Maya USD: Rig in USD Asset as MayaReference prim

2 participants