Dmitry Chugunov

ideapartizan

About Me

Connect

LOCATION
Not Specified
WEBSITE

Houdini Skills

Availability

Not Specified

Recent Forum Posts

after effect camera to Houdini June 4, 2019, 8:25 a.m.

davedjohnson
TeiBrito,

Did you read the link to the scripts howiem posted above? You need to use his script to import the data so that it creates the keyframes for you.

One simple change I would make to his script, where he has:

filename = “cameraKeyframeData.txt”

change it to:

filename = hou.ui.selectFile()

It will give you an item selector box to choose your file, rather than hard coding it.

Dave
THX for the little useful fix, but I get this error:
Traceback (most recent call last): File "ae_camera_import", line 13, in IOError: (2, 'No such file or directory', '$HIP/camera_04.txt')How to fix it?