I'm currently looking for options on taking position data from SOP's and printing to files. (Custom formatted .rib files)
I am replacing an old Maya script that replied heavily on the fprint .mel command. (opens files, writes to them etc.)
Would a python script be the best option for Houdini? I am a little hesitant, as I would be relying heavily on this, and might take a serious speed hit using python to iterate over a LOT of geometry.
I have found a few nodes in Houdini like the print vex node, but I am thinking it would not give me the flexibility to format the file how I would need it.
Anyone come up with a good solution for writing a lot of data to files?
I have a little python knowledge, and a touch of C++.
Cheers,
Aaron.