Search - User list
Full Version: Alembic Sequence Files Houdini to Maya
Root » Houdini Learning Materials » Alembic Sequence Files Houdini to Maya
msmahesh
Hi,

Recently I had to develop a method for Alembic Sequence files export from Houdini and Load Alembic Sequence files in Maya, I couldn’t find any solution for this problem at that time, so I decided to develop some Python script to do these tricks.
Below you can find my tutorial and source files for abc sequence files Houdini to Maya.
Hope you find this useful in your workflow.
If you have any questions or anything feel free to replay here.

Thanks,
Mahesh MS.
zero5
Nice !
blackpixel_mv
If you uncheck “Render Full Range(Override Frame-By-Frame)”, then you get one .abc file per frame.
No need for hacky post frame scripts
msmahesh
blackpixel_mv
If you uncheck “Render Full Range(Override Frame-By-Frame)”, then you get one .abc file per frame.
No need for hacky post frame scripts

Thanks, I didn't notice this one before .
mahdimohseni
msmahesh
Hi,

Recently I had to develop a method for Alembic Sequence files export from Houdini and Load Alembic Sequence files in Maya, I couldn’t find any solution for this problem at that time, so I decided to develop some Python script to do these tricks.
Below you can find my tutorial and source files for abc sequence files Houdini to Maya.
Hope you find this useful in your workflow.
If you have any questions or anything feel free to replay here.

Thanks,
Mahesh MS.
Very Nice stuff! Thanks a lot! I really needed that.
For Motion Graphics mostly we need to have the color attribute for rendering. Can you help me to have that in Maya? I heard it's possible to do it but I don't know anything from scripting in Maya.
jordanhalsey
This is completely unnecessary…Just write on .abc with a frame range.

To get color in Maya from Houdini you just need to import the ABC file via the Mel script editor in Maya with a command like this:

AbcImport -mode import -rcs “myPathToMyAlembic\myAlembicFile.abc”;

It is the -mode import -rcs part that gives you color.

In Houdini, if you have groups you can use the nameSop with group by name and then in the AlembicRop under geometry partition, set it to “by attribute” and then select name. This way you get your groupings in Maya. You will have to turn on show shape nodes in the outliner.
Sebastien Levieux
jordanhalsey
This is completely unnecessary...Just write on .abc with a frame range.

To get color in Maya from Houdini you just need to import the ABC file via the Mel script editor in Maya with a command like this:

AbcImport -mode import -rcs “myPathToMyAlembic\myAlembicFile.abc”;

It is the -mode import -rcs part that gives you color.

In Houdini, if you have groups you can use the nameSop with group by name and then in the AlembicRop under geometry partition, set it to "by attribute" and then select name. This way you get your groupings in Maya. You will have to turn on show shape nodes in the outliner.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Powered by DjangoBB