Particle Alembic Export (Attribute conversion)

   1866   0   0
User Avatar
Member
126 posts
Joined:
Offline
Hi,

I'm trying to export particles via Alembic
For the age attribute I need a vector float32_t instead of
float32_t

How can I change this type? I tried for hours but I can't convert it
using the createAttribute node.
Any ideas?

Houdini Standard Alembic Output:
ArrayProperty name=age;interpretation=;datatype=float32_t;arraysize=420;numsamps=50

Needed Format:
ArrayProperty name=age;interpretation=;datatype=float32_t;arraysize=420;numsamps=50

Attachments:
ParticleAlembic.hiplc (232.2 KB)

  • Quick Links