APEX renaming subnet outputs?

   93   1   2
User Avatar
Member
14 posts
Joined: Aug. 2022
Offline
Hello,

I've noticed that when I promote ports (inputs and outputs) they appear on the input and output nodes with the correct names fed into the graph::PromotePort nodes.
When I graph::PackSubnet my nodes, the subnet inputs are still named properly but then my subnet outputs don't carry the named ports when the main graph output node does...

I can't find a way to have those named properly.
Any suggestion?

Cheers,

Attachments:
subnetOutputs.png (20.6 KB)

User Avatar
Staff
66 posts
Joined: Oct. 2023
Offline
when you pack the subnet it will use the portnames of the nodes that are being packed. So if the output node of your subnet is a multiply of blend then the output port name will be "result"
  • Quick Links