State:New|TargetRelease:No Target|icon_bug|database:public|icon_mari|Resolution:Fixed|BugID:554182|
Problem summary
node.setName() is not undoable
Customer reported version
mari.6.0v2
Customer reported platform
n/a
Steps to reproduce
1) Launch Mari and open the example project.
2) Go to the Python console and run the following:
nodeGraph = mari.geo.current().nodeGraph() node = nodeGraph.createNode("Misc/Group") print(node.name()) mari.history.startMacro('Rename') node.setName("NewName") mari.history.stopMacro()
We're sorry to hear that
Please tell us why