Jump to content

Importing track data as text into houdini


Recommended Posts

Hello good people,

2 quick questions regarding importing track data in Houdini:

1) I have single tracker tracked in nuke and I want to import that track movement in Houdini. How to do that?

2) If I have track data in text file (say track.txt), how to import it in houdini and have same exact movement?

Thanks in advance.

Link to comment
Share on other sites

One way would be to use a Table Import SOP to import a text file as a point cloud.
It works with .cvs excel files or with organized text file with delimiters.
This gives you a point cloud, and each point maps to one line in the text file ( or every 3 entries).
Attributes can be also be attached to points in case you have rotation.

At this point, you have a pointcloud where each point represents a time and a position.
You'll need to import it in a CHOP Network using a Geometry CHOP.

With its default settings, the Geometry CHOP should cache the whole animation range in one evaluation.
Make sure you set the SOP path correctly on it.

Now, you can set the export flag on the Geometry CHOP, and set its export prefix to the Null Obj node you want to drive.

  • Thanks 1
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...