Jump to content

Alembic Export Issue In Houdini 13


Recommended Posts

I'm trying to export a simple scene using alembic ROP output surface driver node in Houdini FX 13.0.198.21

using default setting with a new Format parameter set to Default .

When i open the abc in maya it gives me error saying that

"File is not a valid alembic file"

Format option HDF5 work perfectly fine .

Does anyone else also face the same issue?

I'm attaching a sample hip file.

Alembic_Maya_Export.hip

Link to comment
Share on other sites

You can also convert between ogawa and hdf5 using the Houdini command line app 'abcconvert':

abcconvert -toHDF  myhdf.abc myogawa.abc
abcconvert -toOgawa myogawa.abc myhdf.abc

You can determine which version an Alembic file is with 'abcinfo' (among other useful bits of information). You'll need at least build 220 for these apps.

  • Like 1
Link to comment
Share on other sites

You can also convert between ogawa and hdf5 using the Houdini command line app 'abcconvert':

abcconvert -toHDF myhdf.abc myogawa.abc
abcconvert -toOgawa myogawa.abc myhdf.abc

You can determine which version an Alembic file is with 'abcinfo' (among other useful bits of information). You'll need at least build 220 for these apps.

Thanks Mark!!!!!!

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