Noticed in nodes organizing, customizing… how to set color and shape and it works, but there given this too for returning default shape:
>>> node.setUserData(“nodeshape”, None)
I've changed shape, but can't revert, tried it so >
>>> n = hou.node(“/obj/geo1”)
>>> node.setUserData(“nodeshape”, None)
and so >
>>> n = hou.node(“/obj/geo1”)
>>> n.setUserData(“nodeshape”, None)
and tried to type instead of “nodeshape” - “circle”
haven't results, node is circle and circle

Please, advice

And for nodes renaming is given this:
>>> n.setUserData(“my data”, “my data value”)
I've tried to type it so as it's written and changing “my data” to “name” too, but it doesn't rename node, what I do wrong?
Thanks

