kiryha Posted March 20, 2019 Share Posted March 20, 2019 How to determine with python if the node gives an error? Quote Link to comment Share on other sites More sharing options...
graham Posted March 20, 2019 Share Posted March 20, 2019 You can use hou.Node.errors() or hou.Node.warnings() to get at any error/warning information 1 Quote Link to comment Share on other sites More sharing options...
kiryha Posted March 21, 2019 Author Share Posted March 21, 2019 Thanks, that's what I need! if len(hou.Node.errors()) > 0: print 'Node with errors' 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.