Getting work item output within Maya server TOP node

   1372   1   0
User Avatar
Member
5 posts
Joined: July 2019
Offline
( I asked the same questions on tech-artists.org but thought i might have more luck here)

https://discourse.techart.online/t/getting-work-item-output-within-maya-server-top-node/11657


So I’m trying to send an output to the next node within the maya server, but the output gets sent to the maya start node instead of the node itself, so i can't send it to the next node.

some screenshots: https://imgur.com/a/PInwaW0 [imgur.com]
User Avatar
Staff
469 posts
Joined: Aug. 2019
Offline
Hi there.

This is expected behaviour because you are overriding the supplied reportResultData with the implementation in pdgcmd. Remove the import, and it should work as expected.
  • Quick Links