Hi there!
Sorry if that might be obvious, but I'm trying to get 'Pref' data out of Maya to Gaffer via the alembic format. Inside Maya, I create a custom attribute of type 'vectorArray' that contains the Pref data. I include this attribute into the abc which is stored in the '.arbGeomParams' compound property.
When I load the alembic in Gaffer, I can find it in the primitive inspector as constant variable. When rendering it, I get following error:
WARNING [setParameter] Unsupported data type "V3dVectorData" for name "Pref"
And when I try to resample the primitive attribute to a 'Vector' type, nothing happens.
I did try to copy the P value to my Pref which works as expected, but this would apply a more complex setup inside Gaffer loading the model in bind pose together with the animated bakes.
Is there something obvious that I'm missing?
Greets,
Carlo