Houdini Python Script for missing file links

Viewed 18

I'm trying to write a script for Houdini (version 19) using python 3 that will be able to search for missing path file errors. I want it just to target certain asset node types (geo, cache files, images, etc.) and then populate a list of them and then sort by file type.

The error nodes I looked up are hou.NodeError and hou.NodeWarning. I am struggling with this as a new scripter, but I do know the basics. Can someone help me get started with this? Thanks!

0 Answers
Related