msmahesh
2018年10月6日 06:53:09
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.
blackpixel_mv
2018年10月12日 12:15:43
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
2018年10月13日 01:05:09
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
2018年12月2日 06:20:49
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
2018年12月4日 16:25:54
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.