try:
hou.node('/obj/').destroy()
except:
pass
In Houdini and Hython it works well. But in remote functions ( from Maya and other python interpreters ) with hrpyc it does return error and exception dont work.
2. How to know that node is deletable? It is hou.Node.isLocked() method, but it works only for HDA. What about other non-deletable nodes?
Edited by Alexey Vanzhula, 26 May 2012 - 10:19 PM.











