Using the SAT PySBS API, how to import a sbsar into a sbs graph
Hello!
I am currently using the API to try to import a sbsar into a sbs graph. I was originally using graph.graph.SBSGraph.createCompInstanceNodeFromPath however there is one issue. The node it creates/imports includes all of the outputs even if some have their visibleIf = False. So there is a difference in nodes from what would be expected if I opened designer and dragged and dropped a sbsar into a empty sbs graph to what the function creates: the function results in a node with more outputs than the node manually dropped in. I'd like the experience of the latter through the API. Is there a better function to call or any way to mitigate this? Thanks!
