State:New|TargetRelease:No Target|icon_bug|database:public|icon_mari|Resolution:Fixed|BugID:511253|
Problem summary
node.attachViewer command only works for nodes in the root Node Graph
Customer reported version
Mari 4.8v3
Customer reported platform
CentOS 7
Steps to reproduce
1) Open any project
2) Create a Cloud node
3) Group the Cloud node
4) With the Group selected, run the following script:
nodeGraph = mari.geo.current().nodeGraph() for group in nodeGraph.selectedNodeList(): subNodeGraph = group.childNodeGraph() for node in subNodeGraph.nodeList(): if 'Cloud' in node.name(): print(node.name()) node.attachViewer() We're sorry to hear that
Please tell us why