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
Describe the bug
Rename operations fail when applied to a prim that references a show asset because the rename operation is attempted on the reference and classes it inherits.
Steps to reproduce
Steps to reproduce the behavior:
Create a test asset that inherits from one or more classes
Create a prim within a Maya Usd scene that references this asset
Attempt to rename the prim
Observe the failure due to Sdf policy
Expected behavior
The rename operation only applies to the defined prim in the authoring layer and any overs in session layers.
Specs (if applicable):
Linux RHEL 7.9
Maya 2022
Maya USD commit SHA [dev at 5c01103]
Pixar USD commit SHA [dev at 84bd5a9]
Additional context
It looks like applyToAllPrimSpecs may be a little greedy for this operation.
The text was updated successfully, but these errors were encountered:
Describe the bug
Rename operations fail when applied to a prim that references a show asset because the rename operation is attempted on the reference and classes it inherits.
Steps to reproduce
Steps to reproduce the behavior:
Expected behavior
The rename operation only applies to the defined prim in the authoring layer and any overs in session layers.
Specs (if applicable):
Additional context
It looks like applyToAllPrimSpecs may be a little greedy for this operation.
The text was updated successfully, but these errors were encountered: