colladaimport hscript command
Imports a COLLADA (1.4.0) file.
Usages
colladaimport [-n] [<obj_filter> on|off] filename
Options
-n | Starts a new Houdini session before importing the COLLADA file. | ||||||||||
<obj_filter> on|off | “on” turns the object filter on. “off” turns the object filter off. You can set the following object filters:
|
Examples
Imports scene from Seymour.dae into the current Houdini session.colladaimport Seymour.dae
Starts a new Houdini session and then imports the scene from Seymour.dae.colladaimport -n Seymour.dae
Imports the scene and animation from Seymour.dae into the current Houdini session. Cameras are not imported.colladaimport -c off -k on Seymour.dae
