I have a pyhon module in an otl rop wrapper.
When certain conditions are not met, it raises
a hou.Error(“some descr”), and I get the error
message in the MMB window of the node along
with houdinis striped error coloration (after I
click the node?!?)
Now i cant find a way to clear the node of error,
for the next time the node is triggered for a
render. Subsequent errors simply get appended,
and the node remains in error, even when the
triggered render succeeds.
How can I reset the error status of a node
with hom?