Copy link to clipboard
Copied
Hi, I am experimenting with SDUIMgr.focusGraphNode() and it seems this is not working for items inside a PixelProcessor or an FXMap. Is this a known issue?
Hello Olivier,
Thank you for providing this sample script and for your patience. I can reproduce these issues.
Indeed, graphs referenced by Pixel Processor and FX-Map nodes cannot be opened using the openResourceInEditor() method, and trying to focus on nodes in these graphs using the focusGraphNode() method results in SDApiError.Undefined exceptions.
I have reported these bugs to the team, with a sample graph and script. I will also reference this thread in the bug report.
Thank you for
...