HDK
|
There are many different types of data which can be imported and exported from Houdini.
GEOio.json
table to import/export geometry by invoking an external command line program.Houdini's image library
FBio
table to add a custom image format by translating through a well known format.Using IMG3D_Manager is is possible to read and write Houdini's 3D texture files.
CHOPio
table, it's possible to create a program which translates data into the Houdini clip format.
Using the Mocap Stream SOP, it is possible to stream data into Houdini from motion capture applications natively supported by Houdini. By writing subclasses of MC_MocapStreamImpl, it is possible to stream data into Houdini from any motion capture application that supports UDP or TCP based data streaming.