FIXED:[2025.31730] Array attribute is not supported with alembic in POP

Hey there!

When I use an alembic in POP and plug it into a texture map POP, it get an error “Array attribute not supported.” Temp solution is to delete the existing tex attribute and let the texture map create a new one.

I assume this is related to “Alembic In POP - Changed Tex attribute to always be imported as a float3.” from the Release Notes.

Hi @kcconch,

can you share the alembic file which causes this. Can’t replicate when trying the files included in our samples folder.

cheers
Markus

Hi Markus,

Sure thing!

test alembic.zip (62.8 KB)

Indeed, the Alembic file has the Tex attribute formatted as float[3], and it is incorrectly converted to float3[3], but I’ve fixed it to correctly convert that to float3. The fix will be in the next official build we release: 2025.31871+. Thanks for the report.

1 Like