Reading shape names from Alembic node using Python

   1803   1   1
User Avatar
Member
22 posts
Joined: July 2016
Offline
I am using Transform SOPs to move each shape in an Alembic SOP. This is easy to do manually in Houdini. But how can I read shapes from Alembic node by using Python API so that I can assign each shape to Group attribute of each Transform SOP?

Thanks
Joj
User Avatar
Member
22 posts
Joined: July 2016
Offline
Got it.
geometry() -> prims() -> groups()
  • Quick Links