Alembic Sequence Files Houdini to Maya
14246 6 0- msmahesh
- Member
- 5 posts
- Joined: Feb. 2018
- Offline
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.
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
- Member
- 1 posts
- Joined: Nov. 2014
- Offline
- blackpixel_mv
- Member
- 83 posts
- Joined: Aug. 2018
- Offline
- msmahesh
- Member
- 5 posts
- Joined: Feb. 2018
- Offline
- mahdimohseni
- Member
- 4 posts
- Joined: Oct. 2017
- Offline
msmaheshVery Nice stuff! Thanks a lot! I really needed that.
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.
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
- Member
- 12 posts
- Joined: Feb. 2018
- Offline
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.
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
- Member
- 63 posts
- Joined: Nov. 2014
- Offline
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.
-
- Quick Links