State:New|TargetRelease:No Target|icon_bug|database:public|icon_mari|Resolution:Fixed|BugID:568894|
Problem summary
The Backdrop nodes still appear visually selected when using setSelected(False) in the Python Console.
Customer reported version
Mari 7.0v1
Customer reported platform
Multiple
Steps to reproduce
1) In Mari, open the Example Head project.
2) Open the Node Graph panel and view the Backdrop nodes available.
3) Open the Python Console and paste the following code:
graph = mari.current.nodeGraph() for node in graph.nodeList(): node.setSelected(True) for node in graph.nodeList(): node.setSelected(False) 4) Run the commands in the Python console and observe the Node Graph for changes.print(graph.selectedNodeList())
setSelected(False) command.We're sorry to hear that
Please tell us why