Dmitry Chugunov
ideapartizan
About Me
Connect
LOCATION
Not Specified
ウェブサイト
Houdini Engine
Availability
Not Specified
Recent Forum Posts
after effect camera to Houdini 2019年6月4日8:25
davedjohnsonTHX for the little useful fix, but I get this error:
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
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?