Maya: Assembly collection broken
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]
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_membersin this PR ~would~ might solve that. :)
Did a test with latest develop (3.15.3 Nigthly.2) and got this error msg...

@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.