Jump to content

raise hou.NodeWarning() on Parent Node


lukeiamyourfather

Recommended Posts

Maybe I'm approaching this problem from the wrong angle but I'm having trouble figuring out the best way to do this. I have a Python SOP inside of a digital asset. I'd like to push warnings from that Python SOP to the parent node so the artist can see the warnings at the top level of the digital asset rather than having them buried. The Houdini documentation suggests doing this which works on the Python SOP itself.

raise hou.NodeError("Invalid parameter settings")

How do I do something similar on the parent node (or potentially any random node)? I was looking for something like a generic node way to set a warning but I'm not finding it. How would you solve this? Thank you!

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...