Folks:

I’m writing a Python script to import a custom file format into Houdini. Normally, I’d do it in a Python SOP, but in this case the data includes rigging information, so the script needs to generate a hierarchy of multiple geo nodes, and populate their contents. It’s that last part that’s tricky, since what I want is some kind of placeholder SOP that will let me modify its output, then freeze the results so they’re saved along with the hip file. Any suggestions?

Thanks in advance,
Tim