serguei

serguei

About Me

Connect

LOCATION
Not Specified
WEBSITE

Houdini Skills

Availability

Not Specified

Recent Forum Posts

Custom image format June 9, 2009, 6:07 p.m.

twod
Try setting the environment variable HOUDINI_DSO_ERROR and see if it's failing to load (this will spit out error messages if a dso/dll fails to load). You'll want to make sure that your version of the files is indeed being picked up with the path search as well.

Yup, tried that. We can force an error by removing #include <UT/UT_DSOVersion>. With that in place there are no error messages. It's weird.

Has something changed in 10?

Custom image format June 9, 2009, 1:32 p.m.

How do we get our custom image format to show up? this is what we've done:

- installed IMG_Dpx.so in ~/houdini10.0/dso/fb
- made a copy of FBformats, put it in HOUDINI_PATH, and added the line fb/IMG_Dpx.so
- made a copy of FBfiles, added dpx to the end

But mplay and iconvert don't show it. We tried compiling the IMG_Raw example as well and added it in the same places, but it doesn't show up either.

thanks