OpenPype icon indicating copy to clipboard operation
OpenPype copied to clipboard

Maya: Assembly collection broken

Open mkolar opened this issue 3 years ago • 3 comments

Assembly family in maya is not functional at all on publishing end, because of the changes to how containers store data inside their maya sets. Previously we stored all the nodes from the reference, however now we only keep the reference node itself. The collector is trying to find transforms in the set instead of traversing one level deeper to reference content

[cuID:OP-2472]

mkolar avatar Jan 21 '22 09:01 mkolar

Previously we stored all the nodes from the reference, however now we only keep the reference node itself. The collector is trying to find transforms in the set instead of traversing one level deeper to reference content

  • The get_container_members in this PR ~would~ might solve that. :)

BigRoy avatar Jan 21 '22 13:01 BigRoy

Did a test with latest develop (3.15.3 Nigthly.2) and got this error msg...

image

LiborBatek avatar Mar 20 '23 14:03 LiborBatek

@LiborBatek I suspect if that's the error you're getting you might actually be getting it for all instances (so e.g. also a pointcache instance and if that's the case that then it might even be broken for all hosts that do not have the new publisher yet.

BigRoy avatar Mar 20 '23 14:03 BigRoy