lukeiamyourfather Posted July 16, 2018 Share Posted July 16, 2018 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! Quote Link to comment Share on other sites More sharing options...
pezetko Posted July 17, 2018 Share Posted July 17, 2018 Error SOP? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
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.