colladaimport command

Imports a COLLADA (1.4.0) file.

All Usages Options Examples

Usages

  1. 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:

-c

Imports camera objects. Default is “on”.

-g

Imports geometry objects. Default is “on”.

-j

Imports joints and skin objects. Default is “on”.

-k

Imports keyframe animations. Default is “off”.

-l

Imports light objects. Default is “on”.

Examples

colladaimport Seymour.dae
Imports scene from Seymour.dae into the current Houdini session.

colladaimport -n Seymour.dae
Starts a new Houdini session and then imports the scene from Seymour.dae.

colladaimport -c off -k on Seymour.dae
Imports the scene and animation from Seymour.dae into the current Houdini session. Cameras are not imported.