I'm trying to promote a port so it's added to the existing list of ports on the input node but instead it creates a new input node. All subsequent promotes will add to that newly created input. Any reason for this?
Hi, Can you maybe share a hip file? I cant seem to reproduce what you are getting. The promote port will use the first parms node that it finds, Ideally the graph should only have one parms node.
Ah, okay. So it looks like you have two rigs. The reason for this is, You have to use the ExtractCharacterGraph node to extract the rig and it looks like you are not setting the graph_name to Base.rig, which is the default rig name.
However you dont have to name it, the autorig component already has a parameter for this, you just have to promote the graph_name to "rigname" for it to get the rig name for you.
Now you wont be creating multiple rigs and will only have one parms node
So basically it's not working because there is another rig (in which case I need to specifiy) but if there was no other rig, it would work even though there is no graph_name specified?