python script help for HDA

   921   1   0
User Avatar
Member
34 posts
Joined: Sept. 2013
Offline
Hi guys,I have an HDA with two outputs. I want a null node with custom name should be attached to each output while creation. I tried createOutputNode() python function in the script , but it only connects null node to the first output. Any suggestions to have a null for each output?Also while using the createOutputNode() function,during creation the null node was created far away from the HDA node.Any way to create the null just below the HDA?.
User Avatar
Member
34 posts
Joined: Sept. 2013
Offline
Aight! so I used a workaround and used the createOutputFunction() to create two different Null objects which were initially connected to the first output and later switched the connection of one output to the second null.So It works.Though it would be nice to have a straight forward option to do this.
  • Quick Links